/*! CSS compiled on: 1764230199105 */
/*! 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;
}
/*------------------------------------------------------------------
[Table of contents]

1. Body
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    1. Body
-------------------------------------------------------------------*/
body {
  font-family: arial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', serif;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/Fontawesome/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/Fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/Fontawesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/Fontawesome/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/Fontawesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/Fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
/*------------------------------------------------------------------
[Table of contents]

1. Text color
2. Background color
3. Border color
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    1. Text color
-------------------------------------------------------------------*/
a:hover,
#footer a:hover,
.pullquotes,
.entry_category a,
blockquote.alt:before,
.page_404 i {
  color: #2599CF;
}
/*------------------------------------------------------------------
    2. Background color
-------------------------------------------------------------------*/
#header .header_menu,
#header .header_main .logo,
.carousel_post_details .entry_category a,
.widget_timeline_posts .item:hover .timeline_content .pin_holder .inside,
#footer .widget_timeline_posts .item:hover .timeline_content .pin_holder .inside,
.main_slider .owl-controls .owl-page.active span,
.main_slider .owl-controls.clickable .owl-page:hover span,
.grid_layout_block .item .entry_category a,
.author_box .posts,
.onsale,
.post_review .criteria_lines .criteria_footer span,
.widget_post_reviews ul li .entry_review {
  background-color: #2599CF;
}
/*------------------------------------------------------------------
    3. Border color
-------------------------------------------------------------------*/
blockquote,
.widget_timeline_posts .timeline_content .pin_holder .inside {
  border-color: #2599CF;
}
/*------------------------------------------------------------------
    1. Body
-------------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
}
body {
  position: relative;
  background-color: #eee;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #666;
  margin: 0;
  padding: 0;
}
/*------------------------------------------------------------------
    1.1 Clearfix
-------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.container:after,
.row:after,
.clearfix:after {
  clear: both;
}
/*------------------------------------------------------------------
    2. Wrapper
-------------------------------------------------------------------*/
#wrapper {
  background-color: #fff;
}
#wrapper.wide {
  width: 100%;
}
#wrapper.boxed {
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
/*------------------------------------------------------------------
    2.1 Container
-------------------------------------------------------------------*/
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.row {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
/*------------------------------------------------------------------
    2.2 Columns
-------------------------------------------------------------------*/
.col {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col_1_of_12 {
  width: 8.33333333%;
}
.col_2_of_12 {
  width: 16.66666667%;
}
.col_3_of_12 {
  width: 25%;
}
.col_4_of_12 {
  width: 33.33333333%;
}
.col_5_of_12 {
  width: 41.66666667%;
}
.col_6_of_12 {
  width: 50%;
}
.col_7_of_12 {
  width: 58.33333333%;
}
.col_8_of_12 {
  width: 66.66666667%;
}
.col_9_of_12 {
  width: 75%;
}
.col_10_of_12 {
  width: 83.33333333%;
}
.col_11_of_12 {
  width: 91.66666667%;
}
.col_12_of_12 {
  width: 100%;
}
/*------------------------------------------------------------------
    2.3 Main content
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    2.3.1 Breadcrumb
-------------------------------------------------------------------*/
.breadcrumb {
  font-size: 12px;
  text-transform: uppercase;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  float: left;
}
.breadcrumb ul li:after {
  font-family: "FontAwesome";
  content: "\f0da";
  font-size: 10px;
  color: #999;
  padding: 0 5px;
}
.breadcrumb ul li:last-child::after {
  content: " ";
  font-size: 0;
  padding: 0;
}
/*------------------------------------------------------------------
    2.3.2 Main heading
-------------------------------------------------------------------*/
.main_heading {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.main_heading h1 {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}
/*------------------------------------------------------------------
    2.4 Sidebar
-------------------------------------------------------------------*/
.sidebar_area .widget:last-child {
  margin-bottom: 0;
}
.widget {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
}
.widget ul,
.widget ol {
  list-style: none;
  padding: 0;
}
.widget select,
.widget input[type="search"],
.widget input[type="text"] {
  font-size: 14px;
  line-height: 22px;
}
h3.widget_title {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-align: center;
}
/*------------------------------------------------------------------
    2.4.1 Text widget
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    2.4.2 Archive widget
-------------------------------------------------------------------*/
.widget_archive ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 0;
  color: #999;
}
/*------------------------------------------------------------------
    2.4.3 Category widget
-------------------------------------------------------------------*/
.widget_categories ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 0;
  color: #999;
}
.widget_categories ul ul {
  padding-left: 10px;
}
.widget_categories ul ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/*------------------------------------------------------------------
    2.4.4 Meta widget
-------------------------------------------------------------------*/
.widget_meta ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 0;
  color: #999;
}
/*------------------------------------------------------------------
    2.4.5 Recent comments widget
-------------------------------------------------------------------*/
.widget_recent_comments ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 0;
  color: #999;
}
/*------------------------------------------------------------------
    2.4.6 Search widget
-------------------------------------------------------------------*/
.widget_search form input {
  width: 100%;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/*------------------------------------------------------------------
    2.4.7 Menu widget
-------------------------------------------------------------------*/
.widget_nav_menu ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 0;
  color: #999;
}
.widget_nav_menu ul ul {
  border-top: 1px solid #f0f0f0;
  margin-top: 2px;
  padding-left: 10px;
}
.widget_nav_menu ul ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/*------------------------------------------------------------------
    2.4.8 Pages widget
-------------------------------------------------------------------*/
.widget_pages ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 0;
  color: #999;
}
/*------------------------------------------------------------------
    2.4.9 Recent posts widget
-------------------------------------------------------------------*/
.widget_recent_entries ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 0;
  color: #999;
}
.widget_recent_entries .post-date {
  display: block;
}
/*------------------------------------------------------------------
    2.4.10 Tag cloud widget
-------------------------------------------------------------------*/
.tagcloud:before,
.tagcloud:after {
  content: " ";
  display: table;
}
.tagcloud:after {
  clear: both;
}
.tagcloud a {
  font-size: 14px !important;
  background-color: #f0f0f0;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 2px 6px;
}
#footer .tagcloud a {
  font-size: 14px !important;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
}
/*------------------------------------------------------------------
    2.4.11 Calendar widget
-------------------------------------------------------------------*/
.widget_calendar tbody td,
.widget_calendar thead th {
  text-align: center;
  padding: 4px;
}
.widget_calendar thead th {
  background-color: #f5f5f5;
}
#wp-calendar a {
  display: block;
  font-weight: 700;
}
#wp-calendar #today {
  background-color: #f9f9f9;
}
#wp-calendar #next {
  text-align: right;
}
/*------------------------------------------------------------------
    2.4.12 Banner 300x250 widget
-------------------------------------------------------------------*/
.widget_banner_300x250 {
  background-color: #f0f0f0;
  padding: 14px;
  text-align: center;
}
.widget_banner_300x250 a {
  margin-bottom: 14px;
  display: block;
}
.widget_banner_300x250 a:last-child {
  margin-bottom: 0;
}
.widget_banner_300x250 {
  max-width: 100%;
}
/*------------------------------------------------------------------
    2.4.13 Banner 125x125 widget
-------------------------------------------------------------------*/
.widget_banner_125x125:before,
.widget_banner_125x125:after {
  content: " ";
  display: table;
}
.widget_banner_125x125:after {
  clear: both;
}
.widget_banner_125x125 .banner {
  padding: 14px;
  background-color: #f5f5f5;
  display: block;
  float: left;
  margin: 5px;
}
#footer .widget_banner_125x125 .banner {
  background-color: #444;
}
.widget_banner_125x125 .banner img {
  max-width: 100%;
}
/*------------------------------------------------------------------
    2.4.14 Timeline widget
-------------------------------------------------------------------*/
.widget_timeline_posts .item {
  position: relative;
  padding-left: 0;
  margin-bottom: 5px;
}
.widget_timeline_posts .item .timeline_content {
  border-left: 2px solid #f0f0f0;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
.widget_timeline_posts .item .timeline_content div.date,
.widget_timeline_posts .item .timeline_content div.time {
  text-transform: uppercase;
  font-size: 10px;
  color: #666;
}
.widget_timeline_posts .item:last-child .timeline_content {
  padding-left: 20px;
}
.widget_timeline_posts .item:last-child .timeline_content .pin_holder {
  left: -8px;
}
.widget_timeline_posts .timeline_content .pin_holder {
  height: 15px;
  width: 14px;
  display: block;
  position: absolute;
  background-color: #fff;
  left: -8px;
  top: 0;
}
.widget_timeline_posts .timeline_content .pin_holder .inside {
  margin-top: 5px;
  margin-left: 2px;
  height: 10px;
  width: 10px;
  display: block;
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget_timeline_posts .timeline_content h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
#footer .widget_timeline_posts .item .timeline_content {
  border-left: 2px solid #333;
}
#footer .widget_timeline_posts .item:last-child .timeline_content {
  border-left: none;
  padding-left: 20px;
}
#footer .widget_timeline_posts .timeline_content .pin_holder {
  background-color: #111;
}
#footer .widget_timeline_posts .timeline_content .pin_holder .inside {
  background-color: #111;
}
/*------------------------------------------------------------------
    2.4.15 Custom posts widget
-------------------------------------------------------------------*/
.widget_custom_posts ul li {
  margin: 0 0 20px 0;
  color: #999;
}
.widget_custom_posts ul li:before,
.widget_custom_posts ul li:after {
  content: " ";
  display: table;
}
.widget_custom_posts ul li:after {
  clear: both;
}
.widget_custom_posts ul li .entry_thumbnail {
  width: 90px;
  float: right;
  margin-left: 10px;
  position: relative;
}
.widget_custom_posts ul li .entry_thumbnail a {
  display: block;
}
.widget_custom_posts ul li .entry_thumbnail img {
  width: 100%;
}
.widget_custom_posts ul li .entry_meta {
  margin-bottom: 0;
}
.widget_custom_posts ul li .entry_meta span {
  font-size: 10px;
}
.widget_custom_posts ul li h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
/*------------------------------------------------------------------
    2.4.16 Social apps widget
-------------------------------------------------------------------*/
.widget_social_apps {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.widget_social_apps:before,
.widget_social_apps:after {
  content: " ";
  display: table;
}
.widget_social_apps:after {
  clear: both;
}
.widget_social_apps .app_social {
  margin: 0 0.5% 0.5% 0.5%;
  width: 24%;
  float: left;
  text-align: center;
  background-color: #111;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget_social_apps .app_social.facebook {
  background-color: #3e64ad;
}
.widget_social_apps .app_social.twitter {
  background-color: #58ccff;
}
.widget_social_apps .app_social.pinterest {
  background-color: #de010d;
}
.widget_social_apps .app_social.instagram {
  background-color: #125688;
}
.widget_social_apps .app_social.google {
  background-color: #dd4b39;
}
.widget_social_apps .app_social.linkedin {
  background-color: #007bb6;
}
.widget_social_apps .app_social.flickr {
  background-color: #ff0084;
}
.widget_social_apps .app_social.vine {
  background-color: #00bf8f;
}
.widget_social_apps .app_social:hover {
  background-color: #111;
}
.widget_social_apps .app_social a {
  display: block;
  color: #fff;
  padding: 15px 5px;
}
.widget_social_apps .app_social span {
  display: block;
}
.widget_social_apps .app_social span.app_icon i {
  font-size: 24px;
  margin-bottom: 5px;
}
.widget_social_apps .app_social span.app_count {
  font-weight: 700;
  line-height: 16px;
}
.widget_social_apps .app_social span.app_type {
  font-size: 14px;
  line-height: 16px;
}
/*------------------------------------------------------------------
    2.4.17 Post comments widget
-------------------------------------------------------------------*/
.widget_post_comments ul li:before,
.widget_post_comments ul li:after {
  content: " ";
  display: table;
}
.widget_post_comments ul li:after {
  clear: both;
}
.widget_post_comments ul li {
  margin-bottom: 10px;
}
.widget_post_comments ul li img {
  width: 55px;
  float: left;
  margin-top: 2px;
  margin-right: 15px;
}
.widget_post_comments ul li .item_content {
  overflow: hidden;
}
.widget_post_comments ul li .item_content h3 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.widget_post_comments ul li .item_content span {
  font-size: 12px;
  color: #999;
}
/*------------------------------------------------------------------
    2.4.18 Gallery posts widget
-------------------------------------------------------------------*/
.widget_gallery_post .slide {
  position: relative;
}
.widget_gallery_post .slide .slide_content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #111;
  background-color: rgba(34, 34, 34, 0.7);
  padding: 20px;
  padding-bottom: 15px;
  max-width: 80%;
}
.widget_gallery_post .slide .slide_content h3 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.widget_gallery_post .slide .slide_content h3 a {
  color: #fff;
}
.widget_gallery_post .slide .slide_content h3 a:hover {
  text-decoration: underline;
}
.widget_gallery_post .slide .slide_content .entry_meta span a {
  color: #ddd;
}
.widget_gallery_post .owl-controls .owl-buttons div {
  position: absolute;
  font-family: "FontAwesome";
  top: 5px;
  background-color: #111;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget_gallery_post:hover .owl-controls .owl-buttons div {
  opacity: 1;
}
.widget_gallery_post .owl-controls .owl-buttons .owl-prev {
  right: 36px;
}
.widget_gallery_post .owl-controls .owl-buttons .owl-next {
  right: 5px;
}
/*------------------------------------------------------------------
    2.4.19 Post review widget
-------------------------------------------------------------------*/
.widget_post_reviews ul li {
  margin: 0 0 20px 0;
  color: #999;
}
.widget_post_reviews ul li:before,
.widget_post_reviews ul li:after {
  content: " ";
  display: table;
}
.widget_post_reviews ul li:after {
  clear: both;
}
.widget_post_reviews ul li .entry_review {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  float: right;
  margin-left: 10px;
  position: relative;
}
.widget_post_reviews ul li .entry_meta {
  margin-bottom: 0;
}
.widget_post_reviews ul li .entry_meta span {
  font-size: 10px;
}
.widget_post_reviews ul li h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
/*------------------------------------------------------------------
    3.1 Typography
-------------------------------------------------------------------*/
a {
  color: #111;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}
a:focus,
a:active {
  outline: 0;
  border: 0;
  text-decoration: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
a img {
  text-decoration: none;
}
iframe,
embed,
object,
video {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  margin: 0 0 10px 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: block;
}
h1 {
  font-size: 36px;
  line-height: 44px;
}
h2 {
  font-size: 30px;
  line-height: 38px;
}
h3 {
  font-size: 24px;
  line-height: 32px;
}
h4 {
  font-size: 18px;
  line-height: 26px;
}
h5 {
  font-size: 14px;
  line-height: 22px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
p {
  margin: 0 0 15px;
}
hr {
  clear: both;
  display: block;
  overflow: hidden;
  border: 0;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.text_justify {
  text-align: justify;
}
.dropcap:first-letter {
  float: left;
  display: block;
  font-size: 40px;
  line-height: 42px;
  margin: 0 10px 0 0;
  font-weight: 600;
  color: #111;
}
blockquote {
  padding: 5px 20px;
  margin: 20px 0;
  border-left-style: solid;
  border-left-width: 5px;
}
blockquote p {
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
  color: #666;
}
blockquote footer {
  display: block;
  font-size: 14px;
  color: #111;
}
blockquote.alt {
  position: relative;
  padding-left: 40px;
  border: 0;
}
blockquote.alt:before {
  font-family: "FontAwesome";
  content: "\f10e";
  font-size: 24px;
  position: absolute;
  left: 5px;
}
.pullquotes {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-style: italic;
}
.pullquotes.left {
  float: left;
  width: 30%;
  margin: 10px 25px 15px 0;
}
.pullquotes.center {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0;
  clear: both;
}
.pullquotes.right {
  float: right;
  width: 30%;
  margin: 10px 0 15px 25px;
}
.alignleft,
img.alignleft {
  float: left;
  margin: 5px 30px 10px 0;
}
.alignright,
img.alignright {
  float: right;
  margin: 5px 0 10px 30px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin: 5px auto 20px auto;
}
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption img {
  max-width: 100%;
}
.wp-caption-text {
  color: #999;
  font-style: italic;
  padding: 5px 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
  display: block;
  overflow: hidden;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f1f1f1;
  border: none;
}
mark {
  padding: 2px 4px;
  background-color: #f1f1f1;
}
kbd {
  padding: 2px 4px;
  font-size: 12px;
  color: #fff;
  background-color: #111;
}
code {
  padding: 2px 4px;
  font-size: 12px;
  background-color: #f1f1f1;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 10px;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 24px;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
}
th,
td {
  text-align: left;
  padding: 8px;
  line-height: 24px;
  vertical-align: bottom;
  border: 1px solid #eee;
}
ul.page-numbers {
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
ul.page-numbers li {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}
ul.page-numbers li span,
ul.page-numbers li a {
  display: block;
  padding: 6px 12px;
  line-height: 24px;
  background-color: #eee;
  color: #666;
}
ul.page-numbers li span.current {
  background-color: #e1e1e1;
  font-weight: 700;
  color: #111;
}
ul.page-numbers li.current a {
  background-color: #e1e1e1;
  font-weight: 700;
  color: #111;
}
/*------------------------------------------------------------------
    3.2 Forms
-------------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font: inherit;
  color: inherit;
  margin: 0;
  max-width: 100%;
}
textarea {
  width: 100%;
  min-height: 160px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 700;
  color: #111;
  font-size: 12px;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  outline: none;
  height: 38px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 30px;
  background-color: #aaa;
  color: #fff;
  background-image: none;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #999;
}
input[type="file"] {
  outline: none;
  padding: 6px;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee;
}
input[type="week"],
input[type="time"],
input[type="month"],
input[type="datetime-local"],
input[type="date"] {
  outline: none;
  height: 30px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  background-image: none;
  border: 1px solid #eee;
}
select,
textarea,
input[type="url"],
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="datetime"] {
  display: block;
  outline: none;
  padding: 3px 12px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee;
}
/*------------------------------------------------------------------
    3.3 Alerts
-------------------------------------------------------------------*/
.alert {
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
  color: #fff;
}
.alert p {
  overflow: hidden;
  margin: 2px 0 0 30px;
}
.alert i {
  position: absolute;
  left: 20px;
  top: 20px;
}
.alert.alert_green {
  background-color: #7ab55c;
}
.alert.alert_blue {
  background-color: #2980b9;
}
.alert.alert_red {
  background-color: #e74c3c;
}
.alert.alert_yellow {
  background-color: #eb8000;
}
/*------------------------------------------------------------------
    3.4 Spacers
-------------------------------------------------------------------*/
.spacer {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
  border: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  background-color: #eee;
  color: #eee;
  text-align: center;
}
.spacer i {
  width: 40px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -20px;
  text-align: center;
  line-height: 30px;
  background-color: #fff !important;
}
/*------------------------------------------------------------------
    3.5 Dividers
-------------------------------------------------------------------*/
hr.divider_blank {
  border: 0;
}
hr.divider_dashed {
  border-top-style: dashed;
}
hr.divider_dotted {
  border-top-style: dotted;
}
/*------------------------------------------------------------------
    3.6 Buttons
-------------------------------------------------------------------*/
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 5px 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  outline: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: #aaa;
  color: #fff;
  position: relative;
}
.btn:hover {
  background-color: #999;
  color: #fff;
}
.btn.btn_small {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 20px;
}
.btn.btn_large {
  padding: 12px 18px;
  font-size: 18px;
  line-height: 26px;
}
.btn.btn_extralarge {
  padding: 20px 26px;
  font-size: 24px;
  line-height: 32px;
}
.btn.btn_expand {
  width: 100%;
  display: block;
}
.btn.btn_expand + .btn.btn_expand {
  margin-top: 5px;
}
.btn.btn_white {
  background-color: #fff;
  color: #444;
}
.btn.btn_white:hover {
  background-color: #fdfdfd;
  color: #111;
}
.btn.btn_black {
  background-color: #333;
}
.btn.btn_black:hover {
  background-color: #111;
}
.btn.btn_red {
  background-color: #e74c3c;
}
.btn.btn_red:hover {
  background-color: #ce4031;
}
.btn.btn_green {
  background-color: #7ab55c;
}
.btn.btn_green:hover {
  background-color: #6aa44d;
}
.btn.btn_blue {
  background-color: #2980b9;
}
.btn.btn_blue:hover {
  background-color: #2271a5;
}
.btn.btn_turquoise {
  background-color: #16a085;
}
.btn.btn_turquoise:hover {
  background-color: #118971;
}
.btn.btn_pink {
  background-color: #d65799;
}
.btn.btn_pink:hover {
  background-color: #c44a89;
}
.btn.btn_orange {
  background-color: #eb8000;
}
.btn.btn_orange:hover {
  background-color: #d17200;
}
.btn.btn_purple {
  background-color: #9b59b6;
}
.btn.btn_purple:hover {
  background-color: #8948a3;
}
.btn.btn_dblue {
  background-color: #2c3e50;
}
.btn.btn_dblue:hover {
  background-color: #233648;
}
.btn.btn_grey {
  background-color: #aaa;
}
.btn.btn_grey:hover {
  background-color: #999;
}
/*------------------------------------------------------------------
    3.7 Tabs
-------------------------------------------------------------------*/
.tab_group {
  margin-bottom: 20px;
}
.tab_group .ui-tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.tab_group .ui-tabs-nav li {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  outline: none;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  border-bottom: 0;
  margin-right: -1px;
}
.tab_group .ui-tabs-nav li a {
  color: #999;
  outline: none;
  padding: 10px 15px;
  display: block;
}
.tab_group .ui-tabs-nav li.ui-tabs-active {
  background-color: #fff;
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.tab_group .ui-tabs-nav li.ui-tabs-active a {
  color: #111;
}
.tab_group .ui-tabs-panel {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 15px;
}
.tab_group .ui-tabs-panel p:last-child {
  margin: 0;
}
/*------------------------------------------------------------------
    3.8 Accordion
-------------------------------------------------------------------*/
.accordion_group {
  margin-bottom: 20px;
}
.accordion_group .accordion_title {
  font-weight: 700;
  color: #111;
  outline: none;
  border: 1px solid #eee;
  cursor: pointer;
  padding: 10px 45px 10px 15px;
  position: relative;
  margin-top: -1px;
}
.accordion_group .accordion_title:after {
  color: #ddd;
  content: "\f055";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 10px;
}
.accordion_group .accordion_title.ui-state-active {
  background-color: #f5f5f5;
}
.accordion_group .accordion_title.ui-state-active:after {
  content: "\f056";
}
.accordion_group .accordion_panel {
  border: 1px solid #eee;
  border-top: 0;
  padding: 15px;
}
.accordion_group .accordion_panel p:last-child {
  margin: 0;
}
/*------------------------------------------------------------------
    3.9 Owl carousel (core)
-------------------------------------------------------------------*/
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item img {
  width: 100%;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
  cursor: url(../img/grabbing.png?rev=1764230199105) 8 8, move;
}
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif?rev=1764230199105) no-repeat center center;
}
div.custom_loading {
  min-height: 150px;
  width: 150px;
  z-index: 99;
  background: url(../img/AjaxLoader.gif?rev=1764230199105) no-repeat center center;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*------------------------------------------------------------------
    3.10 Gallery preview
-------------------------------------------------------------------*/
.gallery_preview_short {
  display: block;
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.gallery_preview_short_text {
  display: block;
  margin-bottom: 15px;
}
.gallery_preview_short_thumbs:before,
.gallery_preview_short_thumbs:after {
  content: " ";
  display: table;
}
.gallery_preview_short_thumbs:after {
  clear: both;
}
.gallery_preview_short_thumbs a {
  float: left;
  width: 15%;
  margin-left: 2%;
  vertical-align: bottom;
  text-align: center;
}
.gallery_preview_short_thumbs a:first-child {
  margin-left: 0;
}
/*------------------------------------------------------------------
    4. Lightbox
-------------------------------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*------------------------------------------------------------------
    5. Top navigation
-------------------------------------------------------------------*/
.toggle_top_navigation {
  font-size: 18px;
  cursor: pointer;
  display: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #111;
}
/*------------------------------------------------------------------
    5.1 Social links
-------------------------------------------------------------------*/
ul.header_social_links {
  float: right;
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
ul.header_social_links li {
  float: left;
  display: block;
}
ul.header_social_links li a {
  text-transform: uppercase;
  border-right: 1px solid #ddd;
  padding: 0px 10px;
  line-height: 16px;
  position: relative;
  display: block;
}
ul.header_social_links > li:last-child > a {
  border-right: 0;
  padding-right: 0;
}
/*------------------------------------------------------------------
    6. Main navigation
-------------------------------------------------------------------*/
.toggle_main_navigation {
  font-size: 18px;
  cursor: pointer;
  display: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #666;
  background-color: #e8e8e6;
  text-align: right;
  padding-right: 10px;
}
#main_navigation .main_navigation ul.dt_mega_menu .widget_custom_posts ul li .entry_thumbnail {
  width: 65px;
}
/*------------------------------------------------------------------
    7. Header
-------------------------------------------------------------------*/
#header {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
#header .header_main {
  background-color: #A8ABAD;
  color: #fff;
}
/*------------------------------------------------------------------
    7.2.1 Logo
-------------------------------------------------------------------*/
#header .header_main .logo {
  float: left;
}
#header .header_main .logo a {
  color: #fff;
  display: block;
}
#header .header_main .logo h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  padding: 10px 20px;
}
#header .header_main .logo h2 {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  margin: -10px 0 0 0;
  padding: 0 20px 10px 20px;
}
/*------------------------------------------------------------------
    7.2.2 Quick links
-------------------------------------------------------------------*/
#header .header_main .quick_links {
  color: #fff;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
}
#header .header_main .quick_links .link {
  float: left;
  margin-right: 15px;
}
#header .header_main .quick_links .link i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  float: left;
  margin-right: 10px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header .header_main .quick_links .link:hover i {
  color: rgba(255, 255, 255, 0.4);
}
#header .header_main .quick_links .link a {
  color: #fff;
  line-height: 50px;
  display: block;
  float: left;
}
#header .header_main .quick_links .link a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------------------
    7.2.3 Header search
-------------------------------------------------------------------*/
#header .header_main .header_search {
  position: relative;
  float: right;
}
#header .header_main .header_search form input[type="text"] {
  padding: 13px 40px 13px 12px;
  height: 50px;
  font-size: 14px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
#header .header_main .header_search:after {
  font-family: "FontAwesome";
  content: "\f002";
  font-size: 14px;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  padding: 13px 12px;
  right: 0;
  z-index: 0;
}
/*------------------------------------------------------------------
    7.3 Header menu
-------------------------------------------------------------------*/
#header_menu.fixed {
  position: fixed;
  width: 100%;
  z-index: 1;
  left: 0px;
  top: 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header .header_menu_parent {
  clear: both;
  display: block;
}
/*------------------------------------------------------------------
    7.4 Breaking news
-------------------------------------------------------------------*/
.breaking_news {
  padding: 5px 0;
  font-size: 12px;
  height: 30px;
  text-transform: uppercase;
  color: #111;
  overflow: hidden;
  background-color: #f0f0f0;
}
.breaking_news_title {
  width: 150px;
  text-align: center;
  float: left;
  border-right: 1px solid #ddd;
}
.breaking_news_container {
  float: left;
  padding-left: 10px;
}
.breaking_news_container .owl-item {
  white-space: nowrap;
  overflow: hidden;
}
.breaking_news_container a {
  color: #666;
}
.breaking_news_container a:hover {
  text-decoration: underline;
  color: #111;
}
/*------------------------------------------------------------------
    7.5 Important Announcement
-------------------------------------------------------------------*/
.important_announcement {
  padding: 5px 0;
  font-size: 12px;
  height: 30px;
  text-transform: uppercase;
  color: #111;
  overflow: hidden;
  background-color: #f0f0f0;
  border-bottom: 1px dotted #969593;
}
.important_announcement_title {
  width: 150px;
  text-align: center;
  float: left;
  border-right: 1px solid #ddd;
}
.important_announcement_title i {
  margin-right: 5px;
}
.important_announcement_container {
  float: left;
  display: inline-block;
  padding-left: 10px;
}
.important_announcement_container .owl-item {
  white-space: nowrap;
  overflow: hidden;
}
.important_announcement_container a {
  color: #666;
}
.important_announcement_container a:hover {
  text-decoration: underline;
  color: #111;
}
@media (max-width: 767px) {
  .important_announcement .container {
    display: flex;
  }
  .important_announcement_title {
    width: 30px;
    border: none;
  }
  .important_announcement_title i {
    margin: 0;
  }
  .important_announcement_title span {
    display: none;
  }
  .important_announcement_container span {
    display: none;
  }
}
/*------------------------------------------------------------------
    8. Posts carousel
-------------------------------------------------------------------*/
.carousel_posts_container {
  cursor: e-resize;
  position: relative;
  margin-bottom: 30px;
}
.carousel_post_box {
  position: relative;
  margin: 0 1px 0 0;
}
.carousel_post_details {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  padding: 10px;
}
.carousel_post_details h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
}
.carousel_post_details h3 a {
  color: #111;
  display: block;
}
.carousel_post_details .entry_category {
  margin-bottom: 5px;
}
.carousel_posts_container .owl-controls .owl-buttons {
  font-family: "FontAwesome";
}
.carousel_posts_container .owl-controls .owl-buttons div.owl-prev,
.carousel_posts_container .owl-controls .owl-buttons div.owl-next {
  color: #fff;
  font-size: 28px;
  line-height: 100%;
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.carousel_posts_container .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.carousel_posts_container .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.carousel_posts_container .owl-controls .owl-buttons div.owl-prev div,
.carousel_posts_container .owl-controls .owl-buttons div.owl-next div {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.carousel_posts_container:hover .owl-controls .owl-buttons div.owl-prev,
.carousel_posts_container:hover .owl-controls .owl-buttons div.owl-next {
  background-color: rgba(0, 0, 0, 0.5);
}
.carousel_post_details .entry_category {
  font-size: 0;
  text-transform: uppercase;
}
.carousel_post_details .entry_category a {
  font-size: 12px;
  margin: 0 1px 0 0;
  padding: 3px 5px;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  color: #fff;
}
.entry_meta {
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.entry_meta span {
  font-size: 12px;
  margin: 0 10px 0 0;
  float: left;
  color: #999;
}
.carousel_post_details .entry_meta span {
  display: inline-block;
  float: none;
}
.carousel_post_details .entry_meta span:last-child {
  margin-right: 0;
}
/*------------------------------------------------------------------
    9.1 Global settings
-------------------------------------------------------------------*/
article.item:before,
article.item:after {
  content: " ";
  display: table;
}
article.item:after {
  clear: both;
}
.entry_category:before,
.entry_category:after {
  content: " ";
  display: table;
}
.entry_category:after {
  clear: both;
}
.entry_category {
  margin-bottom: 5px;
}
.entry_category a {
  font-size: 14px;
  float: left;
}
.entry_category span {
  font-size: 14px;
  padding: 0 2px;
  float: left;
  color: #ddd;
}
article.item .item_post_share {
  overflow: hidden;
  position: relative;
}
article.item .item_post_share .item_post_share_button {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  display: block;
  line-height: 25px;
  background-color: #fff;
  text-align: left;
  color: #999;
}
article.item .item_post_share .item_post_share_content {
  position: absolute;
  left: -130px;
  top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
article.item:hover .item_post_share .item_post_share_content {
  left: 25px;
}
article.item .item_post_share .item_post_share_content a {
  font-size: 12px;
  float: left;
  text-align: center;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 5px;
  background-color: #f0f0f0;
  color: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
article.item .item_post_share .item_post_share_content a:hover {
  color: #fff;
}
article.item .item_post_share .item_post_share_content a.facebook:hover {
  background-color: #3e64ad;
}
article.item .item_post_share .item_post_share_content a.twitter:hover {
  background-color: #58ccff;
}
article.item .item_post_share .item_post_share_content a.pinterest:hover {
  background-color: #de010d;
}
/*------------------------------------------------------------------
    9.2 Article list view
-------------------------------------------------------------------*/
.article_list_view .item {
  margin-bottom: 30px;
}
.article_list_view .item .item_header {
  width: 40%;
  float: left;
  margin-right: 20px;
  background-color: #000;
}
.article_list_view .item .item_header a {
  display: block;
}
.article_list_view .item .item_header img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.article_list_view .item .item_header:hover img {
  opacity: 0.7;
}
.article_list_view .item .item_content {
  overflow: hidden;
}
.article_list_view .item .item_content h3 {
  margin-bottom: 5px;
}
/*------------------------------------------------------------------
    9.3 Article standard view
-------------------------------------------------------------------*/
.article_standard_view {
  margin-bottom: 30px;
}
.article_standard_view + .article_tiny_view {
  margin-top: -10px;
}
.article_standard_view .item {
  margin-bottom: 30px;
}
.article_standard_view .item .item_header {
  margin-bottom: 10px;
  background-color: #000;
}
.article_standard_view .item .item_header a {
  display: block;
}
.article_standard_view .item .item_header img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.article_standard_view .item .item_header:hover img {
  opacity: 0.7;
}
.article_standard_view .item .item_content h3 {
  margin-bottom: 5px;
}
/*------------------------------------------------------------------
    9.4 Article small view
-------------------------------------------------------------------*/
.article_small_view {
  margin-bottom: 30px;
}
.article_small_view .item {
  margin-bottom: 30px;
}
.article_small_view .item .item_header {
  width: 150px;
  float: left;
  margin-right: 20px;
  background-color: #000;
}
.article_small_view .item .item_header a {
  display: block;
}
.article_small_view .item .item_header img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.article_small_view .item .item_header:hover img {
  opacity: 0.7;
}
.article_small_view .item .item_content {
  padding-top: 10px;
  overflow: hidden;
}
.article_small_view .item .item_content h3 {
  font-size: 20px;
  line-height: 28px;
}
/*------------------------------------------------------------------
    9.5 Article tiny view
-------------------------------------------------------------------*/
.article_tiny_view {
  margin-bottom: 30px;
}
.article_tiny_view .item {
  margin: 0 0 20px 0;
}
.article_tiny_view .item:before,
.article_tiny_view .item:after {
  content: " ";
  display: table;
}
.article_tiny_view .item:after {
  clear: both;
}
.article_tiny_view .item .item_header {
  float: left;
  width: 90px;
  margin-right: 15px;
  background-color: #000;
}
.article_tiny_view .item .item_header a {
  display: block;
}
.article_tiny_view .item .item_header img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.article_tiny_view .item .item_header:hover img {
  opacity: 0.7;
}
.article_tiny_view .item .item_content {
  overflow: hidden;
}
.article_tiny_view .item .item_content h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.article_tiny_view .item .entry_meta {
  margin-bottom: 0;
}
/*------------------------------------------------------------------
    Title section
-------------------------------------------------------------------*/
h5.title_section {
  color: #111;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
/*------------------------------------------------------------------
    Grid layout block
-------------------------------------------------------------------*/
.grid_layout_block {
  margin-bottom: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.grid_layout_block:before,
.grid_layout_block:after {
  content: " ";
  display: table;
}
.grid_layout_block:after {
  clear: both;
}
.grid_layout_block .item {
  float: left;
  position: relative;
  overflow: hidden;
}
.grid_layout_block .item img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.grid_layout_block .item:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.grid_layout_block .item.width66 {
  width: 65.66666666%;
  margin: 0 0.5% 10px 0.5%;
}
.grid_layout_block .item.width33 {
  width: 32.33333333%;
  margin: 0 0.5% 10px 0.5%;
}
.grid_layout_block .item.width25 {
  width: 24%;
  margin: 0 0.5%;
}
.grid_layout_block .item.width50 {
  width: 49%;
  margin: 0 0.5%;
}
.grid_layout_block .item .item_content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 35px 20px 15px 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-8 */
}
.grid_layout_block .item.width33 .item_content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.grid_layout_block .item.width25 .item_content h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.grid_layout_block .item .item_content h3 a {
  color: #fff;
}
.grid_layout_block .item .entry_category {
  z-index: 1;
  text-transform: uppercase;
  position: absolute;
  left: 25px;
  top: 20px;
  font-size: 0;
}
.grid_layout_block .item .entry_category a {
  font-size: 12px;
  margin: 0 1px 0 0;
  padding: 3px 5px;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  color: #fff;
}
/*------------------------------------------------------------------
    10. Banners
-------------------------------------------------------------------*/
.content_banner {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.content_banner:before,
.content_banner:after {
  content: " ";
  display: table;
}
.content_banner:after {
  clear: both;
}
/*------------------------------------------------------------------
    11. Wild container
-------------------------------------------------------------------*/
.wild_conatiner {
  background-color: #A8ABAD;
  padding: 50px 0 20px 0;
  margin: 30px 0;
}
.wild_conatiner .entry_meta span {
  color: #111;
}
.wild_conatiner h5.title_section {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 1;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.wild_conatiner .article_standard_view {
  margin-top: 30px;
  margin-bottom: 0;
}
.wild_conatiner a {
  color: #fff;
}
.wild_conatiner a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------------------
    12.1 404 Page
-------------------------------------------------------------------*/
.page_404 {
  padding: 80px 0;
  text-align: center;
}
.page_404 i {
  font-size: 68px;
  margin-bottom: 20px;
}
.page_404 h1 {
  text-transform: uppercase;
  margin-bottom: 0px;
}
.page_404 h3 {
  color: #999;
  margin-bottom: 15px;
}
/*------------------------------------------------------------------
    13. Posts
-------------------------------------------------------------------*/
header.post_header {
  margin-bottom: 15px;
}
article.post .post_content {
  position: relative;
  padding: 5px;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
article.post .post_content_in_container {
  position: relative;
  padding: 5px;
  border: 1px solid #f0f0f0;
  width: 50%;
  float: right;
  margin: 0 0 20px 20px;
}
span.photo_credit {
  background-color: #fff;
  color: #666;
  float: left;
  opacity: 0.8;
  padding: 5px 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
span.photo_credit a {
  color: #111;
}
article.post .post_content img,
article.post .post_content_in_container img {
  width: 100%;
}
.post_main_container {
  margin-bottom: 30px;
}
/* Post controls */
.post_controls {
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.post_controls:before,
.post_controls:after {
  content: " ";
  display: table;
}
.post_controls:after {
  clear: both;
}
.post_controls .prev_post,
.post_controls .next_post {
  text-align: center;
  width: 50%;
  float: left;
  min-height: 1px;
  display: block;
  position: relative;
  padding: 20px;
}
.post_controls span {
  display: block;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
}
.post_controls a {
  display: block;
  font-weight: 700;
  color: #222;
  font-size: 15px;
  line-height: 23px;
}
.post_controls a:hover {
  text-decoration: underline;
}
.post_controls .post_separator {
  position: absolute;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
.author_box {
  overflow: hidden;
  margin-bottom: 30px;
}
.author_box img {
  width: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.author_box .description {
  overflow: hidden;
}
.author_box .description a.bio {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
.author_box .description p {
  margin: 0 0 5px 0;
}
.author_box .description a.view_all {
  text-decoration: underline;
}
.author_box .posts {
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  margin-left: 5px;
  vertical-align: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.author_box ul.social_icons {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 10px 0 0 0;
}
.author_box ul.social_icons li {
  float: left;
  font-size: 14px;
  margin-right: 5px;
}
.author_box ul.social_icons li a {
  display: block;
  text-align: center;
  line-height: 25px;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* Related articles */
.related_articles .article_standard_view .item .item_content h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
/* Comments */
#comments {
  margin-bottom: 30px;
}
.comments_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments_list li article {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.comments_list li:before,
.comments_list li:after {
  content: " ";
  display: table;
}
.comments_list li:after {
  clear: both;
}
.comments_list .comment .comment_avatar {
  float: left;
  width: 55px;
}
.comments_list .comment .comment_content {
  margin-left: 70px;
}
.comments_list .comment .comment_content p {
  margin-bottom: 5px;
}
.comments_list .comment .comment_content .meta {
  color: #999;
  margin-bottom: 6px;
  font-size: 15px;
}
.comments_list .comment .comment_content .meta .comment_author,
.comments_list .comment .comment_content .meta .comment_author a {
  font-weight: 700;
  color: #111;
}
.comments_list .comment .comment_content .meta .comment_date {
  font-size: 12px;
  margin-left: 5px;
}
.comments_list .comment .comment_reply {
  font-size: 12px;
  color: #666;
  background-color: #f0f0f0;
  padding: 4px 12px;
  margin: 0 5px 5px 0;
}
ul.children {
  list-style: none;
  margin: 0 0 0 70px;
  padding: 0;
}
#respond form p input {
  width: 100%;
}
#respond form p.form-submit input {
  width: auto;
}
#respond form p textarea {
  width: 100%;
  min-height: 160px;
}
/* Review post */
.post_review {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 30px;
}
.post_review h3 {
  display: inline-block;
  background-color: #fff;
  color: #111;
  padding: 5px 15px;
}
.post_review .criteria_summary {
  margin-bottom: 15px;
}
.post_review .criteria_summary span {
  background-color: #111;
  color: #fff;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 26px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  float: right;
  margin: 0 0 20px 20px;
}
.post_review .criteria {
  margin-bottom: 10px;
}
.post_review .criteria_lines .criteria_header {
  overflow: hidden;
  margin-bottom: 3px;
}
.post_review .criteria_lines .criteria_header .title {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  float: left;
}
.post_review .criteria_lines .criteria_header .result {
  float: right;
  color: #999;
  font-size: 12px;
}
.post_review .criteria_lines .criteria_footer {
  height: 5px;
  overflow: hidden;
  display: block;
  background-color: #ddd;
}
.post_review .criteria_lines .criteria_footer span {
  height: 100%;
  display: block;
}
/*------------------------------------------------------------------
    13.1 Gallery post
-------------------------------------------------------------------*/
.gallery_single_post img {
  width: 100%;
}
.gallery_single_post .owl-controls .owl-buttons div {
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  margin-top: -15px;
  background-color: #111;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery_single_post:hover .owl-controls .owl-buttons div {
  opacity: 1;
}
.gallery_single_post .owl-controls .owl-buttons .owl-prev {
  left: 10px;
}
.gallery_single_post .owl-controls .owl-buttons .owl-next {
  right: 10px;
}
/*------------------------------------------------------------------
    14. Shop
-------------------------------------------------------------------*/
.woocommerce-result-count {
  width: 50%;
  float: left;
  padding: 6px 0;
  margin-bottom: 20px;
}
.woocommerce-ordering {
  text-align: right;
  margin-bottom: 20px;
}
.woocommerce-ordering select {
  display: inline-block;
}
ul.products {
  clear: both;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
ul.products:before,
ul.products:after {
  content: " ";
  display: table;
}
ul.products:after {
  clear: both;
}
ul.products li.product {
  width: 23%;
  margin-right: 2.66%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  float: left;
  clear: none;
}
ul.products li.product a {
  display: block;
}
ul.products li.product.first {
  clear: left;
}
ul.products li.product.last {
  margin-right: 0;
}
.onsale {
  z-index: 1;
  font-size: 12px;
  padding: 4px 6px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
ul.products li.product .price {
  display: block;
  color: #222;
}
ul.products li.product del {
  color: #999;
}
ul.products li.product ins {
  text-decoration: none;
  color: #222;
}
ul.products li.product a h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}
ul.products li.product a.button {
  display: inline-block;
  padding: 4px 12px;
  margin: 8px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  outline: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: #aaa;
  color: #fff;
  position: relative;
}
ul.products li.product a.button:hover {
  background-color: #999;
  color: #fff;
}
/* Star rating */
@font-face {
  font-family: "fontello";
  src: url('../fonts/Fontello/fontello.eot?13710586');
  src: url('../fonts/Fontello/fontello.eot?13710586#iefix') format('embedded-opentype'), url('../fonts/Fontello/fontello.woff?13710586') format('woff'), url('../fonts/Fontello/fontello.ttf?13710586') format('truetype'), url('../fonts/Fontello/fontello.svg?13710586#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.star-rating {
  font-family: "fontello";
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  width: 70px;
  white-space: nowrap;
}
.star-rating:before {
  content: "\e800\e800\e800\e800\e800";
  color: #ddd;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 15px;
}
.star-rating span:before {
  content: "\e800\e800\e800\e800\e800";
  color: #F89406;
  top: 0;
  position: absolute;
  left: 0;
}
ul.products li.product .star-rating {
  left: 50%;
  margin-left: -35px;
}
/*------------------------------------------------------------------
	14.1 Shop single
-------------------------------------------------------------------*/
div.product {
  position: relative;
  margin-bottom: 30px;
}
div.product:before,
div.product:after {
  content: " ";
  display: table;
}
div.product:after {
  clear: both;
}
div.product .onsale {
  top: 10px;
  left: 10px;
}
div.product .images {
  width: 38%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
}
div.product .images img {
  width: 100%;
  height: auto;
}
div.product .images img {
  display: block;
}
div.product .images .thumbnails {
  overflow: hidden;
}
div.product .images .thumbnails a {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-top: 1%;
}
div.product .images .thumbnails a:nth-child(4n) {
  margin-right: 0;
}
div.product .summary {
  width: 60%;
  float: right;
  margin-bottom: 20px;
}
div.product .summary h1.product_title {
  font-size: 30px;
  line-height: 38px;
}
div.product .summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
div.product .summary p.price {
  margin-bottom: 15px;
  font-size: 18px;
  display: block;
  color: #222;
  font-weight: 700;
}
div.product .summary p.price del {
  font-weight: 400;
  color: #999;
}
div.product .summary p.price ins {
  text-decoration: none;
  color: #222;
  font-weight: 700;
}
div.product .summary form {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
  margin: 15px 0;
}
div.product .summary .quantity {
  float: left;
  margin-right: 10px;
  width: 80px;
  text-align: center;
}
div.product .summary .quantity input[type=number]::-webkit-inner-spin-button,
div.product .summary .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
div.product .summary .quantity input {
  text-align: center;
}
div.product .summary .product_meta {
  font-size: 12px;
}
div.product .summary .product_meta > span {
  display: block;
}
div.product .woocommerce-tabs {
  clear: both;
  padding-top: 20px;
}
div.product .woocommerce-tabs h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
ol.commentlist {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px 0;
}
ol.commentlist li:before,
ol.commentlist li:after {
  content: " ";
  display: table;
}
ol.commentlist li:after {
  clear: both;
}
ol.commentlist li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#reviews img.avatar {
  width: 50px;
  height: auto;
  float: left;
  margin: 0 10px 0 0;
}
#reviews .comment-text {
  overflow: hidden;
}
#reviews .star-rating {
  float: right;
}
#reviews .comment-text .meta {
  margin-bottom: 5px;
}
/*------------------------------------------------------------------
    14.2 Shop item rating
-------------------------------------------------------------------*/
p.stars {
  position: relative;
  line-height: 30px;
  font-size: 14px;
}
p.stars::after {
  clear: both;
  content: " ";
  display: table;
}
p.stars a {
  color: #999;
  width: 19%;
  display: block;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #f5f5f5;
  margin-right: 1%;
}
p.stars a:hover,
p.stars a.active {
  background-color: #e9e9e9;
  color: #444;
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  top: 0;
  width: 74px;
  right: 10px;
  color: #999;
  text-align: right;
  font-weight: normal;
}
p.stars a:hover:after,
p.stars a.active:after {
  color: #F89406;
}
p.stars a.star-1:hover,
p.stars a.star-2:hover,
p.stars a.star-3:hover,
p.stars a.star-4:hover,
p.stars a.star-5:hover {
  text-decoration: none;
}
p.stars a.star-1:after {
  content: "\e800";
}
p.stars a.star-2:after {
  content: "\e800\e800";
}
p.stars a.star-3:after {
  content: "\e800\e800\e800";
}
p.stars a.star-4:after {
  content: "\e800\e800\e800\e800";
}
p.stars a.star-5:after {
  content: "\e800\e800\e800\e800\e800";
}
/*------------------------------------------------------------------
    14.3 Shop widgets
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    14.3.1 Shop search widget
-------------------------------------------------------------------*/
.widget_product_search form input {
  width: 100%;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/*------------------------------------------------------------------
    14.3.2 Shop categorie widget
-------------------------------------------------------------------*/
.widget_product_categories ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 0;
  color: #999;
}
.widget_product_categories ul ul {
  padding-left: 10px;
}
.widget_product_categories ul ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/*------------------------------------------------------------------
    14.3.3 Shop recent products
-------------------------------------------------------------------*/
.widget_recently_viewed_products ul li:before,
.widget_recently_viewed_products ul li:after {
  content: " ";
  display: table;
}
.widget_recently_viewed_products ul li:after {
  clear: both;
}
.widget_recently_viewed_products ul li {
  margin-bottom: 15px;
}
.widget_recently_viewed_products ul li a img {
  width: 80px;
  float: left;
  margin-right: 15px;
}
.widget_recently_viewed_products ul li a span.product-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
}
.widget_recently_viewed_products ul li .amount {
  font-size: 12px;
  font-weight: 700;
  color: #111;
}
.widget_recently_viewed_products ul li del,
.widget_recently_viewed_products ul li del span {
  color: #999 !important;
  font-weight: 400 !important;
}
.widget_recently_viewed_products ul li ins {
  text-decoration: none;
}
/*------------------------------------------------------------------
    14.3.4 Shop top rated products
-------------------------------------------------------------------*/
.widget_top_rated_products ul li:before,
.widget_top_rated_products ul li:after {
  content: " ";
  display: table;
}
.widget_top_rated_products ul li:after {
  clear: both;
}
.widget_top_rated_products ul li {
  margin-bottom: 15px;
}
.widget_top_rated_products ul li a img {
  width: 80px;
  float: left;
  margin-right: 15px;
}
.widget_top_rated_products ul li a span.product-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
}
.widget_top_rated_products ul li .amount {
  font-size: 12px;
  font-weight: 700;
  color: #111;
}
.widget_top_rated_products ul li del,
.widget_top_rated_products ul li del span {
  color: #999 !important;
  font-weight: 400 !important;
}
.widget_top_rated_products ul li ins {
  text-decoration: none;
}
/*------------------------------------------------------------------
    14.3.5 Shop top rated products
-------------------------------------------------------------------*/
.widget_recent_reviews ul li:before,
.widget_recent_reviews ul li:after {
  content: " ";
  display: table;
}
.widget_recent_reviews ul li:after {
  clear: both;
}
.widget_recent_reviews ul li {
  margin-bottom: 15px;
}
.widget_recent_reviews ul li a img {
  width: 80px;
  float: left;
  margin-right: 15px;
}
.widget_recent_reviews ul li a span.product-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
}
.widget_recent_reviews ul li span.reviewer {
  font-size: 12px;
}
/*------------------------------------------------------------------
    14.3.6 Shop products widget
-------------------------------------------------------------------*/
.widget_products ul li:before,
.widget_products ul li:after {
  content: " ";
  display: table;
}
.widget_products ul li:after {
  clear: both;
}
.widget_products ul li {
  margin-bottom: 15px;
}
.widget_products ul li a img {
  width: 80px;
  float: left;
  margin-right: 15px;
}
.widget_products ul li a span.product-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
}
.widget_products ul li .amount {
  font-size: 12px;
  font-weight: 700;
  color: #111;
}
.widget_products ul li del,
.widget_products ul li del span {
  color: #999 !important;
  font-weight: 400 !important;
}
.widget_products ul li ins {
  text-decoration: none;
}
/*------------------------------------------------------------------
    15. Gallery grid
-------------------------------------------------------------------*/
.gallery_grid {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.gallery_grid .gallery_item {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
  float: left;
  margin-bottom: 30px;
}
.gallery_grid .gallery_item.first {
  clear: left;
}
.gallery_grid .gallery_item .gallery_item_thumb {
  position: relative;
  padding: 5px;
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
}
.gallery_grid .gallery_item .gallery_item_thumb span {
  background-color: #fff;
  color: #666;
  opacity: 0.8;
  padding: 5px 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
}
.gallery_grid .gallery_item .gallery_item_thumb i {
  background-color: #111;
  color: #fff;
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  bottom: 5px;
  left: 5px;
  font-size: 14px;
}
.gallery_grid .gallery_item .gallery_item_thumb img {
  width: 100%;
}
.gallery_grid .gallery_item h3 {
  font-size: 20px;
  line-height: 28px;
}
/*------------------------------------------------------------------
    16. Footer
-------------------------------------------------------------------*/
#footer {
  background-color: #111;
  color: #999;
  margin-top: 50px;
  padding: 50px 0 20px 0;
}
#footer h3.widget_title {
  color: #fff;
  border-bottom: 1px solid #666;
}
#footer a {
  color: #ccc;
}
/*------------------------------------------------------------------
    17. Copyright
-------------------------------------------------------------------*/
#copyright {
  background-color: #333;
  padding: 10px 0;
  text-align: center;
  color: #777;
}
#copyright a {
  color: #999;
}

@charset "UTF-8";
/*! CSS compiled on: 1764230199105 */
/*------------------------------------------------------------------
    1. Text color
-------------------------------------------------------------------*/
a:hover,
#footer a:hover,
.pullquotes,
.entry_category a,
blockquote.alt:before,
.page_404 i {
  color: #f37021;
}
/*------------------------------------------------------------------
    2. Background color
-------------------------------------------------------------------*/
#header .header_menu,
#header .header_main .logo,
.carousel_post_details .entry_category a,
.widget_timeline_posts .item:hover .timeline_content .pin_holder .inside,
#footer .widget_timeline_posts .item:hover .timeline_content .pin_holder .inside,
.main_slider .owl-controls .owl-page.active span,
.main_slider .owl-controls.clickable .owl-page:hover span,
.grid_layout_block .item .entry_category a,
.author_box .posts,
.onsale,
.post_review .criteria_lines .criteria_footer span,
.widget_post_reviews ul li .entry_review {
  background-color: #f37021;
}
/*------------------------------------------------------------------
    3. Border color
-------------------------------------------------------------------*/
blockquote,
.widget_timeline_posts .timeline_content .pin_holder .inside {
  border-color: #f37021;
}
.header_main .container {
  background-color: #f5f5f5;
}
.header_main .container .logo_container {
  width: 310px;
  height: 100px;
  background-color: #f37021;
  background-image: url('/img/logo/bg_header_100.svg?rev=1764230199105');
  background-size: 110px 100px;
  background-position: top left;
  position: relative;
  float: left;
}
.header_main .container .logo_container .logo {
  height: 100px;
  background-color: transparent!important;
}
.header_main .container .logo_container .logo a {
  display: block;
  background-image: url('/img/logo/logo_header.svg?rev=1764230199105');
  background-size: 110px 100px;
  background-repeat: no-repeat;
  background-position-x: -6px;
  background-position-y: 0;
  position: absolute;
  top: 0;
  font-family: 'Oswald', serif;
  font-size: 30px;
  text-align: right;
  line-height: 1;
  padding-left: 110px;
  padding-top: 7px;
  padding-right: 4px;
  width: 100%;
  height: 100%;
}
.header_main .container .logo_container .logo div {
  color: black;
  padding-top: 62px;
  font-family: 'Oswald', serif;
  text-align: right;
  padding-left: 95px;
  position: absolute;
  right: 4px;
  font-size: 13px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .header_main .container .logo_container {
    width: 100%;
  }
}
#footer {
  background-color: #666;
  color: #000;
}
.entry_meta {
  line-height: 110%;
}
.entry_meta span {
  font-size: 10px;
}
.entry_meta span.category {
  clear: both;
  display: inline-block;
  float: left;
  width: 200px;
  overflow: hidden;
  position: relative;
}
.entry_meta span.category a {
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 1px dotted #f37021;
}
.entry_meta span.category a:hover {
  color: #f37021;
}
.entry_meta span.category:after {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
}
.last_photorep .entry_meta span.category {
  clear: none;
  float: right;
  width: 190px;
}
.b-main-video .entry_meta span.category {
  clear: none;
  float: right;
  width: 330px;
}
.b-main-mneniya .entry_meta span.category {
  clear: none;
  float: left;
  margin-left: 10px;
}
.b-main-mneniya .entry_meta span.category:after {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5 75%);
}
div.b-anonsy {
  width: 870px;
  float: right;
  height: 100px;
  overflow: hidden;
}
div.b-anonsy .slick-arrow {
  z-index: 100;
}
div.b-anonsy .slick-arrow.slick-prev {
  left: 0;
}
div.b-anonsy .slick-arrow.slick-prev:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #fbcdb2;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
div.b-anonsy .slick-arrow.slick-prev:after {
  content: none;
}
div.b-anonsy .slick-arrow.slick-next {
  right: 0;
}
div.b-anonsy .slick-arrow.slick-next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.75em solid #fbcdb2;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
div.b-anonsy .slick-arrow.slick-next:after {
  content: none;
}
div.b-anonsy div.anons {
  float: left;
  width: 435px;
  height: 100px;
  overflow: hidden;
  padding: 10px 20px;
}
div.b-anonsy div.anons.on {
  display: table;
}
div.b-anonsy div.anons.on .meta .category:after {
  display: inline-block;
  content: ' ';
  width: 12px;
  height: 12px;
  background: transparent url('/img/icons/ic/video_red.png?rev=1764230199105') left top no-repeat;
  background-size: contain;
  margin-left: 10px;
}
div.b-anonsy div.anons.on .meta .title {
  /*&:before {
						display: inline-block;
						color: red;
						content: '•';
						font-size: 30px;
						vertical-align: top;
					}*/
}
div.b-anonsy div.anons.archive {
  display: table;
  vertical-align: middle;
  text-align: center;
}
div.b-anonsy div.anons.archive a {
  display: table-cell;
  vertical-align: middle;
  color: #666;
  font-size: 200%;
  font-weight: bold;
}
div.b-anonsy div.anons a {
  display: table;
}
div.b-anonsy div.anons a .image {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  height: 80px;
}
div.b-anonsy div.anons a .meta {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.3em;
  font-family: arial;
}
div.b-anonsy div.anons a .meta .category {
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 1025px) and (max-width: 1239px) {
  div.b-anonsy {
    width: 660px;
  }
  div.b-anonsy ul li {
    width: 660px;
  }
  div.b-anonsy ul li:nth-child(2) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  div.b-anonsy {
    width: 420px;
  }
  div.b-anonsy ul li {
    width: 420px;
  }
  div.b-anonsy ul li:nth-child(2),
  div.b-anonsy ul li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  div.b-anonsy {
    display: none;
  }
}
.b-athletes .list-view .items {
  -webkit-column-width: 285px;
  -moz-column-width: 285px;
  column-width: 285px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.b-hypercomments {
  clear: both;
}
.b-mainbox {
  margin-bottom: 15px;
  overflow: hidden;
}
.b-mainbox .hdr h3 {
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
}
.b-mainbox .item {
  background-color: grey;
  width: 595px;
  height: 335px;
  margin-bottom: 5px;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
  float: left;
}
.b-mainbox .item a {
  display: block;
  height: 100%;
}
.b-mainbox .item a .image {
  opacity: 0.75;
}
.b-mainbox .item.item_1 .content_1 h3 {
  font-size: 24px;
  line-height: 32px;
  color: white;
}
.b-mainbox .item.item_1 .content_2 h3 {
  font-size: 24px;
  line-height: 32px;
  color: white;
}
.b-mainbox .item.item_2 {
  width: 295px;
  height: 165px;
  margin-right: 0px;
  float: right;
}
.b-mainbox .item.item_3 {
  width: 295px;
  height: 165px;
  margin-right: 0px;
  float: right;
}
.b-mainbox .item.item_4 {
  clear: both;
  width: 295px;
  height: 165px;
  margin-bottom: 0px;
}
.b-mainbox .item.item_5 {
  width: 295px;
  height: 165px;
  margin-bottom: 0px;
}
.b-mainbox .item.item_6 {
  width: 295px;
  height: 165px;
  margin-bottom: 0px;
  margin-right: 0px;
}
.b-mainbox .item .category {
  position: absolute;
  left: 25px;
  top: 20px;
  background-color: #f37021;
  font-weight: bold;
  padding: 5px;
  color: white;
}
.b-mainbox .item .content_1 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 35px 20px 15px 20px;
  overflow: hidden;
  max-height: 226px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b-mainbox .item .content_1 h3 {
  font-size: 16px;
  line-height: 21px;
  text-shadow: 1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, -1px 1px 2px #000;
  opacity: 1;
  color: white;
}
.b-mainbox .item .content_2 {
  position: absolute;
  left: 0;
  bottom: -400px;
  padding: 35px 20px 15px 20px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.b-mainbox .item .content_2 h3 {
  font-size: 16px;
  line-height: 21px;
  text-shadow: none;
  opacity: 1;
  color: white;
}
.b-mainbox .item:hover .content_1 {
  bottom: -400px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.b-mainbox .item:hover .content_2 {
  top: 0;
  height: 500px;
  width: 100%;
  padding: 70px 20px;
  background-image: url(/img/background/black_alpha_50.png?rev=1764230199105);
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-mainbox .item img {
  width: 100%;
}
.b-mainbox .b-anonces_for_mobile {
  display: none;
}
@media (min-width: 1025px) and (max-width: 1239px) {
  .b-mainbox h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .b-mainbox .item.item_1 {
    width: 425px;
    height: 235px;
  }
  .b-mainbox .item.item_2 {
    width: 210px;
    height: 115px;
  }
  .b-mainbox .item.item_3 {
    width: 210px;
    height: 115px;
  }
  .b-mainbox .item.item_4 {
    width: 210px;
    height: 115px;
  }
  .b-mainbox .item.item_5 {
    width: 210px;
    height: 115px;
  }
  .b-mainbox .item.item_6 {
    width: 210px;
    height: 115px;
  }
  .b-mainbox .item .content_1 h3,
  .b-mainbox .item .content_2 h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .b-mainbox .item:hover .content_2 {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .b-mainbox h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .b-mainbox .item.item_1,
  .b-mainbox .item.item_2,
  .b-mainbox .item.item_3,
  .b-mainbox .item.item_4,
  .b-mainbox .item.item_5,
  .b-mainbox .item.item_6 {
    width: 355px;
    height: 200px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .b-mainbox .item {
    height: auto;
  }
  .b-mainbox .item.item_1,
  .b-mainbox .item.item_2,
  .b-mainbox .item.item_3,
  .b-mainbox .item.item_4,
  .b-mainbox .item.item_5,
  .b-mainbox .item.item_6 {
    width: 100%;
    height: auto;
  }
  .b-mainbox .item.item_1 h3,
  .b-mainbox .item.item_2 h3,
  .b-mainbox .item.item_3 h3,
  .b-mainbox .item.item_4 h3,
  .b-mainbox .item.item_5 h3,
  .b-mainbox .item.item_6 h3 {
    font-size: 16px!important;
    line-height: 1.2 !important;
  }
  .b-mainbox .b-anonces_for_mobile {
    background-color: #f5f5f5;
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
    display: block;
    height: 120px;
    overflow: hidden;
  }
  .b-mainbox .b-anonces_for_mobile .hdr {
    font-weight: bold;
  }
  .b-mainbox .b-anonces_for_mobile a {
    display: table;
  }
  .b-mainbox .b-anonces_for_mobile a .image {
    display: table-cell;
    vertical-align: top;
    width: 80px;
    height: 80px;
  }
  .b-mainbox .b-anonces_for_mobile a .meta {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.3em;
    font-family: arial;
  }
  .b-mainbox .b-anonces_for_mobile a .meta .category {
    font-size: 12px;
    font-weight: bold;
  }
}
.b-main-mneniya {
  background-color: #f5f5f5;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.b-main-mneniya h3.widget_title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
.b-main-mneniya article {
  margin-top: 20px;
}
.b-main-mneniya article:nth-child(1) {
  margin-top: 0;
}
.b-main-mneniya article .entry_thumbnail {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.b-main-mneniya article h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: arial;
}
.b-main-mneniya article .entry_meta span {
  font-size: 10px;
}
.b-main-mneniya article .entry_meta span.category i {
  display: none;
}
.b-main-mneniya article .item_post_share .item_post_share_button {
  background-color: transparent;
}
.b-main-pressa {
  overflow: hidden;
  margin-bottom: 20px;
}
.b-main-pressa h3.widget_title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
.b-main-pressa article {
  margin-top: 20px;
  width: 50%;
  float: left;
  height: 250px;
  overflow: hidden;
}
.b-main-pressa article:after {
  content: "";
  display: block;
  height: 40px;
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.b-main-pressa article:nth-child(2n+1) {
  padding-left: 5px;
}
.b-main-pressa article:nth-child(2n) {
  padding-right: 5px;
}
.b-main-pressa article .entry_thumbnail {
  width: 150px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.b-main-pressa article h3 {
  font-size: 20px;
  line-height: 18px;
  font-family: arial;
}
.b-main-pressa article .entry_meta span {
  font-size: 10px;
}
.b-main-pressa article .entry_meta span.author {
  display: block;
  clear: left;
}
.b-main-pressa article .entry_meta span.source {
  display: block;
  clear: left;
}
.b-main-pressa article .lead {
  clear: both;
}
.b-main-pressa article .item_post_share {
  clear: both;
}
.b-main-pressa article .item_post_share .item_post_share_button {
  background-color: transparent;
}
.b-main-pressa article a:hover h3 {
  color: #f37021;
}
.b-main-pressa.municipal h3.widget_title {
  text-align: center;
}
@media (min-width: 1025px) and (max-width: 1239px) {
  .b-main-pressa article {
    height: 420px;
  }
  .b-main-pressa article .entry_thumbnail {
    text-align: center;
    width: 100%;
    display: block;
  }
  .b-main-pressa article .entry_thumbnail img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .b-main-pressa article {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .b-main-pressa article:nth-child(2n+1),
  .b-main-pressa article:nth-child(2n) {
    padding: 0;
  }
  .b-main-pressa article .entry_thumbnail {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .b-main-pressa article h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-main-video {
  clear: both;
  overflow: hidden;
}
.b-main-video h3.widget_title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
.b-main-video .article_small_view article.item {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.b-main-video .article_small_view article.item .item_content h3 {
  font-family: arial;
}
.b-main-video .article_small_view article.item .item_content .entry_meta span {
  font-size: 10px;
}
.b-main-video .article_small_view article.item .item_content .entry_meta span.category {
  clear: none;
  float: left;
  margin-left: 10px;
  width: 300px;
}
.b-main-video .article_small_view article.item .item_content .entry_meta span.category i {
  display: none;
}
@media (max-width: 1024px) {
  .b-main-video .article_small_view article.item {
    width: 100%;
    float: none;
  }
  .b-main-video .article_small_view article.item .entry_meta span {
    font-size: 10px;
  }
  .b-main-video .article_small_view article.item .entry_meta span.category {
    clear: none;
    float: left;
    margin-left: 10px;
  }
}
.b-photorep {
  margin-bottom: 20px;
  clear: both;
  background-color: #E0E0E0;
  padding: 5px;
}
.b-photorep__wrapper {
  /*position: relative;
		overflow: hidden;
		&:before {
			content: '';
			width: 100%;
			height: 40px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			filter: alpha(opacity=0);
			-moz-opacity: 0;
			-khtml-opacity: 0;
			opacity: 0;
			background: -webkit-linear-gradient(bottom, transparent 0%,rgba(0,0,0,0.8) 100%);
			background: -moz-linear-gradient(bottom, transparent 0%,rgba(0,0,0,0.8) 100%);
			background: -o-linear-gradient(bottom, transparent 0%,rgba(0,0,0,0.8) 100%);
			background: linear-gradient(to top, transparent 0%,rgba(0,0,0,0.8) 100%);
			-webkit-transition: opacity 0.3s ease;
			-moz-transition: opacity 0.3s ease;
			-o-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
		}*/
}
.b-photorep__wrapper:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.b-photorep__meta {
  position: relative;
  z-index: 2;
}
.b-photorep__meta .b-icon {
  position: absolute;
}
.b-photorep__btn {
  color: #fff;
  cursor: pointer;
}
.b-photorep__btn_share {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
  background-position: -102px -37px;
}
.b-photorep .b-icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/img/fotorama/fotorama.png?rev=1764230199105);
  background-repeat: no-repeat;
}
.b-photorep .fotorama {
  /*&__fullscreen-icon {
			background-position: -102px 0px;
		}*/
}
.b-post {
  overflow: hidden;
}
.b-post .b-attached_files ul {
  list-style: none;
  padding: 0;
}
.b-post .b-attached_files ul li {
  margin-bottom: 8px;
  border-bottom: 1px dotted #e8e8e6;
  overflow: hidden;
  padding: 2px 0;
}
.b-post .b-attached_files ul li i {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  background-color: transparent;
  background-image: url("/img/icons/documents/file_ext.png?rev=1764230199105");
  background-position: left top;
  background-repeat: no-repeat;
}
.b-post .b-attached_files ul li.pdf i {
  background-position: 0px -48px;
}
.b-post .b-attached_files ul li.doc i {
  background-position: 0px -96px;
}
.b-post .b-attached_files ul li.rtf i {
  background-position: -144px -48px;
}
.b-post .b-attached_files ul li.xls i {
  background-position: -48px -96px;
}
.b-post .b-attached_files ul li.ppt i {
  background-position: -96px -48px;
}
.b-post .b-attached_files ul li.flv i {
  background-position: 0px -144px;
}
.b-post .b-attached_files ul li.zip i {
  background-position: -48px -144px;
}
.b-post .b-attached_files ul li.bmp i {
  background-position: -236px -48px;
}
.b-post .b-attached_files ul li.jpg i {
  background-position: -96px -96px;
}
.b-post .b-attached_files ul li.tiff i {
  background-position: -336px 0px;
}
.b-post .b-attached_files ul li.html i {
  background-position: -48px -48px;
}
.b-post .b-attached_files ul li.mp4 i {
  background-position: -288px 0px;
}
.b-post .b-post_tags {
  clear: both;
  margin-bottom: 10px;
}
.b-post .b-post_tags ul._tags {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}
.b-post .b-post_tags ul._tags li {
  float: left;
  margin-right: 10px;
}
.b-post .b-post_tags ul._tags li:after {
  content: ",";
}
.b-post .b-post_tags ul._tags li:first-child {
  font-weight: bold;
}
.b-post .b-post_tags ul._tags li:first-child:after {
  content: none;
}
.b-post .b-post_tags ul._tags li:last-child:after {
  content: none;
}
.b-post a {
  color: #f37021;
}
.b-post a:hover {
  color: #d5580c;
  text-decoration: underline;
}
.b-post .post_content {
  width: 50%;
  float: right;
  margin-left: 20px;
}
.b-post .post_content.portret {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.b-post .post_main_container blockquote p {
  font-size: 16px;
}
.b-post .post_main_container blockquote p:last-of-type {
  margin-bottom: 0px;
}
.b-post .post_main_container h2 {
  font-size: 18px;
}
.b-post .post_main_container table tr td {
  vertical-align: top;
  border: 1px solid grey;
  border-collapse: collapse;
}
.b-post .html {
  clear: both;
}
.b-post .html .my_pretty_table {
  /* обе таблицы помещены в специальный DIV с этим классом */
  font-family: arial, serif;
  /* лучше с серифом... на всяких линуксах и эплах может не быть Arial */
  font-size: 14px;
}
.b-post .html .my_pretty_table .clsTitle {
  text-align: center;
  font-weight: bold;
}
.b-post .html .my_pretty_table td {
  /* все TD внутри класса ("&"  = ".clsTable_0")*/
  border: 1px solid black;
  /* граница ячейки */
  border-collapse: collapse;
  /* это чтобы у рядом стоящих ячеек граница схлопывалась в одну (не двойную) */
  text-align: center;
  /* выравнивание внутри ячейки */
}
.b-post .html .my_pretty_table table tr:nth-child(1) {
  /* первая TR в каждой TABLE */
  font-weight: bold;
}
.b-reztable {
  margin-bottom: 15px;
}
.b-reztable table tr th {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 3px;
  font-weight: bold;
  text-align: center;
  background-color: lightgrey;
}
.b-reztable table tr td {
  padding: 3px;
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
}
.b-reztable table tr td:nth-child(2) {
  text-align: left;
}
.b-reztable table tr.flash {
  font-weight: bold;
}
.widget.reztable_small {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  display: block;
}
.widget.reztable_small .b-reztable {
  margin-bottom: 5px;
}
.widget.reztable_small .b-reztable table {
  margin-bottom: 0;
}
.b-post .b-reztable.full .hdr {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.b-post .b-reztable.full .hdr:empty {
  display: none;
}
.b-reztables ul.sports {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-sidebar_reztable {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.b-sidebar_reztable .hdr {
  background-color: #f5f5f5;
}
.b-tag_picture {
  padding: 5px;
  border: 1px solid #f0f0f0;
  float: left;
  width: 445px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  position: relative;
}
.b-tag_picture.right {
  float: right;
}
.b-tag_picture.big {
  float: none;
  clear: both;
  width: 100%;
}
.b-tag_youtube {
  margin: 0 10px 10px 0;
}
.b-megamenu ul.sports li.all {
  font-weight: bold;
  padding-top: 22px;
}
@media (max-width: 768px) {
  .b-megamenu {
    background-color: #e8e8e6;
  }
  .b-megamenu ul.sports {
    display: none;
  }
}
.b-nav_search_form {
  margin: 0 0 30px 0;
}
.b-nav_search_form form {
  display: table;
  width: 100%;
}
.b-nav_search_form form .input {
  display: table-cell;
}
.b-nav_search_form form .input input {
  display: inline-block;
  margin: 0;
  width: 100%;
  line-height: 31px;
  border-left: 1px solid #969593;
  border-right: none;
  border-top: 1px solid #969593;
  border-bottom: 1px solid #969593;
}
.b-nav_search_form form .input label {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  position: relative;
  padding-left: 20px;
}
.b-nav_search_form form .input label input {
  width: auto;
  position: absolute;
  top: 5px;
  left: 0px;
}
.b-nav_search_form form .button {
  display: table-cell;
  width: 150px;
}
.b-nav_search_form form .button button {
  width: 100%;
  background-color: #f37021;
  height: 40px;
}
.b-rubric h1 {
  margin-bottom: 30px;
}
.b-rubric .list-view > div {
  margin-top: 20px;
}
.b-rubric .list-view > div:nth-child(1) {
  margin-top: 0;
}
.b-rubric .list-view > div article.post {
  overflow: hidden;
  display: table;
}
.b-rubric .list-view > div article.post .entry_thumbnail {
  display: table-cell;
  vertical-align: top;
  float: left;
  margin-right: 10px;
  min-width: 175px;
}
.b-rubric .list-view > div article.post .entry_content {
  display: table-cell;
  vertical-align: top;
}
.b-rubric .list-view > div article.post .entry_content h3 a {
  font-family: arial;
}
.b-rubric .list-view > div article.post .entry_content .lead {
  clear: both;
}
.b-rubric .list-view > div article.post .entry_content .entry_meta {
  float: left;
  margin-right: 10px;
}
.b-rubric .list-view > div article.post .entry_content .item_post_share {
  margin-right: 10px;
  clear: both;
}
.b-search .search_form input[type=text] {
  display: inline;
  border: 1px solid #969593;
  line-height: 29px;
}
.b-search .search_form button[type=submit] {
  background-color: #f37021;
  border: 1px solid #f37021;
}
.b-sport h1 {
  margin-bottom: 30px;
}
.b-sport .tag_description {
  border-bottom: 1px dotted #e8e8e6;
  margin: 0 0 20px 0;
}
.b-sport .list-view > div {
  margin-top: 20px;
}
.b-sport .list-view > div:nth-child(1) {
  margin-top: 0;
}
.b-sport .list-view > div article.post {
  overflow: hidden;
  display: table;
}
.b-sport .list-view > div article.post .entry_thumbnail {
  width: 185px;
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}
.b-sport .list-view > div article.post .entry_content {
  display: table-cell;
  vertical-align: top;
}
.b-sport .list-view > div article.post .entry_content .entry_meta {
  margin-right: 10px;
}
.b-sport .list-view > div article.post .entry_content h3 {
  font-size: 19px;
  line-height: 120%;
}
.b-sport .list-view > div article.post .entry_content h3 a {
  font-family: arial;
}
.b-sport .list-view > div article.post .entry_content .item_post_share {
  margin-right: 10px;
}
.b-sports .items {
  -webkit-column-width: 285px;
  -moz-column-width: 285px;
  column-width: 285px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.widget.age_rating {
  color: #A8ABAD;
}
.b-vkontakte {
  margin: 0 auto;
}
.widget:last-child {
  margin-bottom: 30px!important;
}
.widget h3.widget_title {
  font-size: 14px;
  text-transform: uppercase;
}
.widget .link_more {
  text-align: right;
  font-size: 12px;
}
.widget.reztable_small {
  /******************************/
}
.widget.reztable_small h3.widget_title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
.widget.reztable_small .hdr {
  font-weight: bold;
  margin-bottom: 10px;
}
.widget.reztable_small .reztable_tab {
  display: none;
}
.widget.reztable_small .reztable_tab.active {
  display: block;
}
.widget.reztable_small .reztable_dropit.dropit .dropit-open .dropit-submenu {
  background-color: white;
  border: 1px solid #f37021;
  padding: 5px;
  margin-top: 25px;
}
.widget.reztable_small .reztable_dropit.dropit .dropit-open .dropit-submenu li {
  border-bottom: 1px dotted #969593;
}
.widget.reztable_small .reztable_dropit.dropit .dropit-open .dropit-submenu li:last-child {
  border-bottom: 1px solid white;
}
.widget.reztable_small .reztable_dropit.dropit .dropit-open .dropit-submenu li span {
  color: #969593;
  font-weight: bold;
}
.widget.reztable_small .reztable_dropit.dropit .menu.dropit-trigger a.more {
  display: inline-block;
  float: right;
  background-color: #f37021;
  color: white;
  padding: 2px;
}
.widget.reztable_small .reztable_dropit.dropit .dropit-submenu .reztable_selector {
  cursor: hand;
  cursor: pointer;
}
.widget.reztable_small .reztable_dropit.dropit .dropit-submenu .reztable_selector:hover {
  color: #f37021;
}
.widget.widget_tag_cloud h3.widget_title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.widget.widget_tag_cloud .tagcloud a.more {
  color: white!important;
}
.widget.widget_tag_cloud .tagcloud a.more:hover {
  color: #f37021 !important;
}
.widget.newest_post h3.widget_title {
  font-size: 14px;
  text-transform: uppercase;
}
.widget.newest_post h3 a {
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
}
.widget.timeline h3.widget_title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.widget.timeline h3.widget_title a {
  font-family: 'Oswald', serif;
  font-weight: bold;
}
.widget.timeline h3 a {
  font-family: arial;
  font-weight: normal;
  font-size: 14px;
}
.widget.timeline .scroll-pane {
  height: 700px;
  padding: 0 5px;
  overflow: auto;
}
.widget.timeline .widget_timeline_posts {
  height: 700px;
  padding: 0 5px;
  overflow-y: auto;
}
.widget.timeline .widget_timeline_posts .item {
  padding-left: 4px;
}
.widget.timeline .widget_timeline_posts .jspVerticalBar {
  width: 2px;
}
.widget.timeline .widget_timeline_posts .jspVerticalBar .jspTrack {
  background: #f5f5f5;
}
.widget.timeline .widget_timeline_posts .jspVerticalBar .jspDrag {
  background: #f37021;
}
.widget.timeline .widget_timeline_posts .item .timeline_content {
  width: auto;
}
.widget.timeline .widget_timeline_posts .item .timeline_content .date {
  overflow: hidden;
}
.widget.timeline .widget_timeline_posts .item .timeline_content .date a.category {
  display: inline-block;
  float: right;
  width: 150px;
  overflow: hidden;
  box-shadow: inset -100px 0px 100px -50px #fff;
}
.widget.timeline .widget_timeline_posts .item .timeline_content .date a.category span {
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 1px dotted #f37021;
}
.widget.timeline .widget_timeline_posts .item .timeline_content .date a.category:after {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 0;
  right: 0;
  /* background-color: red; */
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
}
.widget.timeline .widget_footer {
  margin: 5px 0;
  background-color: #f37021;
}
.widget.timeline .widget_footer a {
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
}
.widget.social h3.widget_title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.widget.calendar {
  height: 310px;
  /*table.ui-datepicker-calendar {
			th {
				text-align: center;
			}
			td {
				text-align: center;
				&[data-handler=selectDay] {
					a {
						color:@cl-orange;
					}
					
				}
				&.ui-state-disabled {
					opacity: .5;
				}
			}
		}
		div.ui-datepicker-title {
			text-align: center;
			margin-bottom: 10px;
		}
		a.ui-corner-all {
			cursor: pointer;
		}
		a.ui-datepicker-prev {
			display: block;
			float: left;
		}
		a.ui-datepicker-next {
			display: block;
			float: right;
		}*/
}
.widget.calendar .pickadate {
  visibility: hidden;
  position: absolute;
}
.widget.calendar .picker {
  width: 285px;
  z-index: auto;
}
.widget.calendar .picker.picker--opened .picker__holder {
  border: none;
  overflow: hidden;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  transition: none;
  outline: none!important;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box {
  padding: 0;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box .picker__header .picker__month,
.widget.calendar .picker.picker--opened .picker__holder .picker__box .picker__header .picker__year {
  font-family: 'Oswald', serif;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  color: #111;
  cursor: pointer;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box .picker__header .picker__nav--prev:hover,
.widget.calendar .picker.picker--opened .picker__holder .picker__box .picker__header .picker__nav--next:hover {
  background-color: transparent;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box .picker__header .picker__nav--prev:before,
.widget.calendar .picker.picker--opened .picker__holder .picker__box .picker__header .picker__nav--next:before {
  border-right-color: #fbcdb2;
  border-left-color: #fbcdb2;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box .picker__header .picker__nav--prev:hover:before,
.widget.calendar .picker.picker--opened .picker__holder .picker__box .picker__header .picker__nav--next:hover:before {
  border-right-color: #f37021;
  border-left-color: #f37021;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table {
  border: 1px solid #f5f5f5;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table tr th {
  text-align: center;
  font-weight: bold;
  border: none;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table tr td {
  text-align: center;
  border: none;
  box-sizing: border-box;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table tr td div.picker__day {
  font-size: 14px;
  border: none;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table tr td div.picker__day--today {
  color: #111;
  background-color: transparent;
  font-weight: bold;
  border: none;
  outline: 1px solid transparent;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table tr td div.picker__day--today:before {
  display: none;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table tr td div.picker__day--selected {
  background-color: #fbcdb2;
  color: #111;
  border: none;
  outline: 1px solid #fbcdb2;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table tr td div.picker__day--selected:hover {
  background-color: #fbcdb2;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table tr td div.picker__day--highlighted {
  border: none;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table tr td div.picker__day--highlighted[aria-activedescendant=true] {
  background-color: transparent;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table tr td div.picker__day--highlighted[aria-activedescendant=true][aria-selected=true] {
  background-color: #fbcdb2;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table tr td div.picker__day--highlighted[aria-activedescendant=true][aria-disabled=true] {
  background-color: #f5f5f5;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box table.picker__table tr td .picker__day--infocus:hover {
  border: none;
  background-color: transparent;
  outline: 1px solid #fbcdb2;
}
.widget.calendar .picker.picker--opened .picker__holder .picker__box .picker__footer {
  display: none;
}
.widget.last_photorep h3.widget_title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
.widget.last_photorep h3.widget_title a {
  font-family: 'Oswald', serif;
  font-weight: bold;
}
.widget.last_photorep .entry_meta span {
  font-size: 10px;
}
.widget.last_photorep .entry_meta span.category {
  clear: none;
  float: left;
  margin-left: 10px;
  width: 150px;
}
.widget.last_photorep .entry_meta span.category i {
  display: none;
}
.widget.widget_linx h3.widget_title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.widget.widget_summary h3.widget_title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.widget.widget_summary ul {
  list-style: disc;
  padding-left: 18px;
}
.b-counters {
  margin: 20px 0;
  text-align: right;
  padding: 0 18px;
}
.b-social_main .ya-share2__container_size_m .ya-share2__icon {
  height: 48px;
  width: 48px;
}
.b-social_story {
  clear: both;
  margin-bottom: 10px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/img/AjaxLoader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.video_embed {
  aspect-ratio: 16 / 9;
  margin-bottom: 15px;
}
.video_embed iframe {
  width: 100%;
  height: 100%;
}
.b-reztables .entry_meta span.category {
  clear: none;
  width: auto;
}
.b-reztables .entry_meta span.category:after {
  display: none;
}
.b-rubric .entry_meta span.category {
  clear: none;
  width: auto;
}
.b-rubric .entry_meta span.category:after {
  display: none;
}
.b-sport .entry_meta span.category {
  clear: none;
  width: auto;
}
.b-sport .entry_meta span.category:after {
  display: none;
}
.alert ul.a {
  list-style: none;
  overflow: hidden;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.alert ul.a li {
  display: inline-block;
  float: left;
  margin-right: 5px;
  padding: 5px;
  border-radius: 3px;
  background-color: white;
}
.alert ul.a li a {
  color: #f37021;
}
.a {
  background-color: #f5f5f5;
}
.a_1_1 {
  padding: 15px 0;
}
.a_1_1 .aso-zone {
  margin: 0 auto;
}
.a_2_1 {
  padding: 15px 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.a_2_1 .aso-zone {
  margin: 0 auto;
}
.a_3_1 {
  clear: both;
  padding: 15px 0;
  margin-bottom: 30px;
}
.a_3_1 .aso-zone {
  margin: 0 auto;
}
.a_yad_1 {
  margin: 10px 0;
}
.a_yad_archive_1 {
  margin: 10px 0;
  padding: 5px;
  background-color: #f5f5f5;
}
.a_yad_archive_2 {
  margin: 10px 0;
  padding: 5px;
  background-color: #f5f5f5;
}
.aso-zone-42962 {
  margin: 15px auto;
}
.place-mainbox img {
  width: 100%;
  height: auto;
}
body.cup2018 a:hover {
  color: #165978;
}
body.cup2018 #header_menu {
  background-color: #2599CF;
}
body.cup2018 .widget_timeline_posts .timeline_content .pin_holder .inside {
  border-color: #2599CF;
}
body.cup2018 .widget_timeline_posts .item:hover .timeline_content .pin_holder .inside {
  background-color: #2599CF;
}
body.cup2018 .widget.timeline .widget_timeline_posts .jspVerticalBar .jspDrag {
  background-color: #2599CF;
}
body.cup2018 .widget.timeline .widget_footer {
  background-color: #2599CF;
}
body.cup2018 .header_main .container .logo_container {
  display: block;
  width: 1200px;
  height: 100px;
  background-color: #2599CF;
  background-image: url("/img/cup2018/logo/1200x100_1.jpg?rev=1764230199105");
  background-repeat: no-repeat;
  background-size: contain;
}
body.cup2018 .header_main .container .logo_container .logo {
  width: 100%;
  height: 100%;
  position: relative;
}
body.cup2018 .header_main .container .logo_container .logo a {
  background: transparent;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
body.cup2018 .header_main .container .logo_container .logo a.home {
  display: block;
  position: absolute;
  width: 610px;
  height: 80px;
  top: 10px;
  left: 10px;
}
body.cup2018 .header_main .container .logo_container .logo a.icf {
  display: block;
  position: absolute;
  width: 84px;
  height: 55px;
  top: 24px;
  right: 203px;
}
body.cup2018 .header_main .container .logo_container .logo a.kcru {
  display: block;
  position: absolute;
  width: 84px;
  height: 55px;
  top: 24px;
  right: 111px;
}
body.cup2018 .header_main .container .logo_container .logo a.altai {
  display: block;
  position: absolute;
  right: 20px;
  top: 24px;
  width: 84px;
  height: 55px;
}
@media (min-width: 1025px) and (max-width: 1239px) {
  body.cup2018 .header_main .container .logo_container {
    width: 970px;
    background-image: url("/img/cup2018/logo/970x100.jpg?rev=1764230199105");
  }
  body.cup2018 .header_main .container .logo_container .logo a.home {
    width: 550px;
  }
  body.cup2018 .header_main .container .logo_container .logo a.icf {
    top: 24px;
    width: 85px;
    height: 54px;
    right: 190px;
  }
  body.cup2018 .header_main .container .logo_container .logo a.kcru {
    top: 24px;
    width: 85px;
    height: 54px;
    right: 98px;
  }
  body.cup2018 .header_main .container .logo_container .logo a.altai {
    top: 24px;
    width: 85px;
    height: 54px;
    right: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.cup2018 .header_main .container .logo_container {
    width: 100%;
    background-image: url("/img/cup2018/logo/730x100.jpg?rev=1764230199105");
    background-position: left top;
  }
  body.cup2018 .header_main .container .logo_container .logo a.home {
    width: 415px;
  }
  body.cup2018 .header_main .container .logo_container .logo a.icf {
    top: 28px;
    width: 68px;
    height: 44px;
    right: 154px;
  }
  body.cup2018 .header_main .container .logo_container .logo a.kcru {
    top: 28px;
    width: 68px;
    height: 44px;
    right: 80px;
  }
  body.cup2018 .header_main .container .logo_container .logo a.altai {
    top: 28px;
    width: 68px;
    height: 44px;
    right: 7px;
  }
}
@media (max-width: 767px) {
  body.cup2018 .header_main .container .logo_container {
    width: 100%;
    background-image: url("/img/cup2018/logo/small.jpg?rev=1764230199105");
    background-position: left top;
    background-size: auto;
  }
  body.cup2018 .header_main .container .logo_container .logo a.home {
    width: 100px;
  }
  body.cup2018 .header_main .container .logo_container .logo a.icf {
    top: 28px;
    width: 68px;
    height: 44px;
    left: 148px;
  }
  body.cup2018 .header_main .container .logo_container .logo a.kcru {
    top: 28px;
    width: 68px;
    height: 44px;
    left: 221px;
  }
  body.cup2018 .header_main .container .logo_container .logo a.altai {
    top: 28px;
    width: 68px;
    height: 44px;
    left: 295px;
  }
}
body.cup2018 .header_main.logo_3 .container .logo_container {
  height: 200px;
  background-image: url("/img/cup2018/logo/x200/1200x200_1.jpg?rev=1764230199105");
}
body.cup2018 .header_main.logo_3 .container .logo_container .logo a.home {
  width: 195px;
  height: 180px;
  top: 10px;
  left: 10px;
}
body.cup2018 .header_main.logo_3 .container .logo_container .logo a.icf {
  width: 84px;
  height: 55px;
  top: 127px;
  right: 203px;
}
body.cup2018 .header_main.logo_3 .container .logo_container .logo a.kcru {
  width: 84px;
  height: 55px;
  top: 127px;
  right: 111px;
}
body.cup2018 .header_main.logo_3 .container .logo_container .logo a.altai {
  right: 20px;
  top: 127px;
  height: 55px;
}
@media (min-width: 1025px) and (max-width: 1239px) {
  body.cup2018 .header_main.logo_3 .container .logo_container {
    background-image: url("/img/cup2018/logo/x200/970x200.jpg?rev=1764230199105");
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.cup2018 .header_main.logo_3 .container .logo_container {
    width: 100%;
    background-image: url("/img/cup2018/logo/x200/730x200.jpg?rev=1764230199105");
  }
  body.cup2018 .header_main.logo_3 .container .logo_container .logo a.home {
    width: 195px;
    height: 180px;
    top: 10px;
    left: 10px;
  }
  body.cup2018 .header_main.logo_3 .container .logo_container .logo a.icf {
    width: 84px;
    height: 55px;
    top: 127px;
    left: 240px;
  }
  body.cup2018 .header_main.logo_3 .container .logo_container .logo a.kcru {
    width: 84px;
    height: 55px;
    top: 127px;
    left: 332px;
  }
  body.cup2018 .header_main.logo_3 .container .logo_container .logo a.altai {
    width: 84px;
    top: 127px;
    height: 55px;
    left: 423px;
  }
}
@media (max-width: 767px) {
  body.cup2018 .header_main.logo_3 .container .logo_container {
    width: 100%;
    background-image: url("/img/cup2018/logo/x200/small.jpg?rev=1764230199105");
  }
  body.cup2018 .header_main.logo_3 .container .logo_container .logo a.home {
    width: 195px;
    height: 180px;
    top: 10px;
    left: 10px;
  }
  body.cup2018 .header_main.logo_3 .container .logo_container .logo a.icf {
    width: 84px;
    height: 55px;
    top: 17px;
    left: 240px;
  }
  body.cup2018 .header_main.logo_3 .container .logo_container .logo a.kcru {
    width: 84px;
    height: 55px;
    top: 17px;
    left: 332px;
  }
  body.cup2018 .header_main.logo_3 .container .logo_container .logo a.altai {
    width: 84px;
    height: 55px;
    top: 17px;
    left: 423px;
  }
}
body.cup2018 .b-post a {
  color: #2599CF;
}
body.cup2018 .b-post a:hover {
  color: #165978;
}
body.cup2018 .b-random_participant {
  margin-bottom: 10px;
}
body.cup2018 .b-random_participant a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #dbdbdb;
}
body.cup2018 .b-random_participant a .picture {
  flex-grow: 0;
}
body.cup2018 .b-random_participant a .title {
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  text-align: center;
}
body.cup2018 .b-random_participant a .title span.country {
  display: block;
  clear: both;
  font-weight: normal;
}
body.cup2018 .b-random_participant .widget_title {
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 10px;
}
body.cup2018 .b-random_participant .widget_title a {
  display: inline;
  background-color: transparent;
}
body.cup2018 #footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cup2018_banner {
  margin-bottom: 20px;
}
.cup2018_banner img {
  width: 100%;
  height: auto;
}
body {
  color: #111;
}
.entry_meta span {
  color: #666;
}
.entry_meta span a {
  color: #666;
}
@media (max-width: 767px) {
  .col_9_of_12,
  .col_4_of_12,
  .col_3_of_12 {
    width: 100%;
  }
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background: #fbcdb2;
  color: #d5580c;
}
span.photo_credit {
  position: static;
  bottom: auto;
  right: auto;
  text-transform: none;
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0;
  opacity: unset;
  float: none;
  display: block;
}

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/img/fotorama/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
          transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
          transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */


/*
 * Dropit v1.1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* These styles assume you are using ul and li */
.dropit {
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0; /* dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 150px;
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-open .dropit-submenu { display: block; }
