@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }
.spin-cw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
.spin-ccw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }
.wiggle {
  animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64.0625em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #8e8e8e;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }
  .column:last-child:last-child, .columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

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

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

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

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

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

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }
.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.6666666667%; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .medium-offset-1 {
    margin-left: 8.3333333333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

  .medium-offset-2 {
    margin-left: 16.6666666667%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .medium-5 {
    width: 41.6666666667%; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .medium-offset-4 {
    margin-left: 33.3333333333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

  .medium-offset-5 {
    margin-left: 41.6666666667%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .medium-8 {
    width: 66.6666666667%; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .medium-offset-7 {
    margin-left: 58.3333333333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

  .medium-offset-8 {
    margin-left: 66.6666666667%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .medium-11 {
    width: 91.6666666667%; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .medium-offset-10 {
    margin-left: 83.3333333333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.6666666667%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.3333333333%; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.6666666667%; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .large-offset-1 {
    margin-left: 8.3333333333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

  .large-offset-2 {
    margin-left: 16.6666666667%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .large-5 {
    width: 41.6666666667%; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .large-offset-4 {
    margin-left: 33.3333333333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

  .large-offset-5 {
    margin-left: 41.6666666667%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .large-8 {
    width: 66.6666666667%; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .large-offset-7 {
    margin-left: 58.3333333333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

  .large-offset-8 {
    margin-left: 66.6666666667%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .large-11 {
    width: 91.6666666667%; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .large-offset-10 {
    margin-left: 83.3333333333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.6666666667%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #444;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.25rem; }

  h2 {
    font-size: 1.875rem; }

  h3 {
    font-size: 1.5rem; }

  h4 {
    font-size: 1.125rem; }

  h5 {
    font-size: 1rem; }

  h6 {
    font-size: 0.875rem; } }
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.5;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.5;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #8e8e8e;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.5;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.5; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

  .medium-text-center {
    text-align: center; }

  .medium-text-justify {
    text-align: justify; } }
@media screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

  .large-text-center {
    text-align: center; }

  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 1.1875em 1.5625em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #444;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #e96969;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.5625em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }
.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff; }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fff; }
  .badge.secondary {
    background: #777;
    color: #fff; }
  .badge.success {
    background: #3adb76;
    color: #fff; }
  .badge.warning {
    background: #ffae00;
    color: #fff; }
  .badge.alert {
    background: #ec5840;
    color: #fff; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    font-size: 0.9rem;
    float: left; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fff; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.3333333333% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.6666666667% - 1px);
      margin-right: 1px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
      margin-right: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (min-width: 64.0625em) {
    .button-group.stacked-for-medium .button {
      width: auto; }
      .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #8e8e8e;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }
.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%; }
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }
.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }
.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }
@media screen and (min-width: 64.0625em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fff;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fff; }
  .label.secondary {
    background: #777;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #fff; }
  .label.warning {
    background: #ffae00;
    color: #fff; }
  .label.alert {
    background: #ec5840;
    color: #fff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }


.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i {
    vertical-align: middle; }
  .menu > li > a i + span,
  .menu > li > a img + span {
    vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i {
    margin-right: 0.625rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64.0625em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i {
      display: block;
      margin: 0 auto 0.625rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fff;
    background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  min-height:100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
  padding-bottom:135px;
}

.off-canvas-wrapper-inner {
  /*position: relative;*/
  width: 100%;
  min-height:100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fff;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  /*box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);*/
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }
@media screen and (min-width: 64.0625em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }
.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fff;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative;min-height: 58px;z-index:9}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }
.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }
.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
  }

  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }

  thead,
  tfoot {
    background: #f9f9f9;
    color: #8e8e8e; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }

  /* tbody tr:nth-child(even) {background-color: #f2f2f2; }
  tbody th,
  tbody td {padding: 0.5rem 0.625rem 0.625rem; } */

@media screen and (max-width: 64em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #fafafa; }
table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; color:#333;
    font-size:14px;}
    .tabs-title > a:hover {
      background: #fff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fff;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  /*background: #0a0a0a;*/
  color: #fff;
  padding: 0.5rem; display: none}
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .top-bar::after {
    clear: both; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-left,
  .stacked-for-small .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 64em) {
  .stacked-for-medium .top-bar-left,
  .stacked-for-medium .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-left,
  .stacked-for-large .top-bar-right {
    width: 100%; } }

.top-bar-left,
.top-bar-right {
  width: 100%; }

@media screen and (min-width: 40em) {
  .top-bar-left,
  .top-bar-right {
    width: auto; } }
.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }
.spin-cw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
.spin-ccw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }
.wiggle {
  animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }










  /* ==========================================================================
	Roadmap
   ========================================================================== 
1- General Theme Settings
2- Radio and Checkbox
3- Home Page V1
	i) Top
	ii)NavBar
4- premium Videos
5- Category
6- main content
	i) content with sidebar
7- movie Section
8- footer
9- sidebar
10-carousel slider
11-off canvas menu
12- open heading
13-Random media
14- vertical thumb slider
15- Single Video Post
16- Profile Page
17- submit post page
18- login-register
19- pagination
20- page content
21- blog
22- 404 error page
*/
/* ==========================================================================
	1- General Theme Settings
   ========================================================================== */

* {
  margin: 0;
  padding: 0; }

body {
  background-color: #f0f0f0;
}

img {
  object-fit: cover;
  -o-object-fit: cover; }
.padding-right-remove{
  padding-right: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-style: none !important; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #6c6c6c; }


.object-fit_fill {
  -o-object-fit: fill;
  object-fit: fill; }

.object-fit_contain {
  -o-object-fit: contain;
  object-fit: contain; }

.object-fit_cover {
  -o-object-fit: cover;
  object-fit: cover; }

.object-fit_none {
  -o-object-fit: none;
  object-fit: none; }

.object-fit_scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down; }
p{
	color: #6c6c6c !important;
}
.transition, .secondary-button, .secondary-button i, .hover-posts, .topBar .socialLinks a, .topBar .socialLinks a i, .top-button .menu li a, .login-form input[type="submit"], .login-form p a.newaccount, #navBar .top-bar .search-btn li.search i, #navBar .top-bar .search-btn li.upl-btn a, #navBar .topbar-full .search-bar-full .icon-btn i, #navBar .navBlack .topbar-light-dark .search-btn li.search i, #navBar .navBlack .topbar-light-dark .search-btn li.upl-btn a, #navBar .middleNav .search-btns li.search i, #navBar .middleNav .search-btns li.upl-btn a, #navBar .middleNav .search-btns li.login a, #premium .owl-carousel .item, #premium .owl-carousel .item figure.premium-img figcaption, .content .post .post-thumb .video-stats, .content .main-heading .tabs li.tabs-title a, .content .main-heading .tabs li.tabs-title:last-of-type a, footer .widgetBox .tagcloud a, footer .widgetBox .widgetContent form button[type="submit"], footer .widgetBox .widgetContent .secondary-button, .sidebar .widgetBox .widgetContent .profile-overview li a, .sidebar .widgetBox .tagcloud a, #carouselSlider .item .inner-item .item-title, .light-off-menu .off-social a, .light-off-menu .off-social a i, .dark-off-menu .top-button .menu li:first-of-type a, #breadcrumb .breadcrumbs li a, .SinglePostStats .media-object .author-des .subscribe button, .SinglePostStats .media-object .social-share .post-like-btn form button, .SinglePostStats .media-object .social-share .post-like-btn form button i, .singlePostDescription .description .inner-btn, .showmore_trigger span, .comments .comment-box .media-object .comment-textarea input[type="submit"], .main-comment .media-object .comment-desc .comment-btns span a, .main-comment .media-object .comment-desc .comment-btns span a i, .followers .follower button, .profile-inner .show-more-inner .show-more-btn, .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn, .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn i, .profile-inner .profile-videos .profile-video .media-object .video-btns button[type="submit"], .profile-inner .profile-videos .profile-video .media-object .video-btns button[type="submit"] i, .pagination a, .blog-post .blog-post-content a.blog-post-btn, .blog-post .blog-post-content .blog-post-extras .extras a, .blog-post .blog-post-content .blog-post-extras .extras .easy-share button[data-easyshare-button], .blog-post .blog-post-content .blog-post-extras .extras .easy-share button[data-easyshare-button] span, .blog-post .blog-post-content .blog-pagination a, .blog-post .blog-post-content .blog-pagination a i {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }

.row-btn {
  margin: 30px 0; }

.button {
  font-weight: bold;
  border-radius: 5px;
  margin: 0;
  text-transform: uppercase; }

.secondary-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f6;
  display: inline-block;
  color: #8e8e8e;
  text-align: center; }
  .secondary-button i {
    color: #8e8e8e;
    font-size: 16px; }
  .secondary-button:hover {
    background: #e96969;
    color: #fff; }
    .secondary-button:hover i {
      color: #fff; }
section.content{
  margin-top:10px;
}

.secBg {
  margin-bottom:10px; }

.thumb-border {
  border: 1px solid #ececec; }

.hover-posts {
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 5;
  top: 0;
  text-align: center;
  transform: scale(0); }
  .hover-posts span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize; }
    .hover-posts span i {
      color: #fff;
      font-size: 36px;
      display: block;
      margin-bottom: 15px; }

.padding-14 {
  padding: 14px 0; }

.removeBorder {
  border: none !important; }

.removeBorderBottom {
  border-bottom: none !important; }

.removePad {
  padding: 0 !important; }

.removePadRight {
  padding-right: 0 !important; }

.removeMargin {
  margin: 0 !important; }

.googleAdv {
  padding: 30px 0;
  text-align: center; }

.form-error {
  margin-top: 0 !important;
  color: #e96969; }

.borderBottom {
  border-bottom: 1px solid #ececec; }

.pad-bottom-30 {
  padding-bottom: 30px; }

.whiteBg {
  background: #fff;
  border-bottom: 1px solid #ececec; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #444444 !important; }

.owl-theme .owl-dots .owl-dot span {
  background: #e96969 !important;
  margin: 2px !important; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.breadMargin {
  margin-bottom: 30px; }

.loadMore {
  margin-bottom: 100px;
  margin-top: 20px; }
  .loadMore .button {
    padding-left: 40px;
    padding-right: 40px; }

/* ==========================================================================
	2- Radio and Checkbox
   ========================================================================== */
.customLabel {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px; }

.wrapper {
  width: 500px;
  margin: 50px auto; }

input[type=radio],
input[type=checkbox] {
  display: none; }

.customLabel:before {
  content: "\f0c8";
  font-family: 'FontAwesome';
  color: #8e8e8e;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 3px;
  background: transparent;
  border: 1px solid #ececec;
  font-size: 11px;
  line-height: 15px;
  text-align: center; }

.radio .customLabel:before {
  border-radius: 8px; }

.checkbox .customLabel {
  margin-bottom: 10px; }

.checkbox .customLabel:before {
  border-radius: 3px; }

input[type=radio]:checked + .customLabel:before {
  content: "\f0c8";
  font-family: 'FontAwesome';
  color: #e96969;
  font-size: 11px;
  text-align: center;
  line-height: 15px; }

input[type=checkbox]:checked + .customLabel:before {
  content: "\f0c8";
  font-family: 'FontAwesome';
  font-size: 11px;
  color: #e96969;
  text-align: center;
  line-height: 15px; }

/* ==========================================================================
	3- Home Page v1 i) Top
   ========================================================================== */
.topBar {
  border-bottom: 1px solid #ececec;
  padding: 5px 0;
  background: #f0f0f0; }
  .topBar .socialLinks a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .topBar .socialLinks a i {
      color: #8e8e8e; }
    .topBar .socialLinks a:hover {
      background: #e96969; }
      .topBar .socialLinks a:hover i {
        color: #fff; }
  .topBar .topBarMenu .menu li a {
    padding: 8px 10px 8px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #6c6c6c;
    display: inline-block; }
    .topBar .topBarMenu .menu li a i {
      display: inline-block;
      font-size: 12px;
      color: #6c6c6c; }
    .topBar .topBarMenu .menu li a:hover {
      color: #e96969; }
      .topBar .topBarMenu .menu li a:hover i {
        color: #e96969; }

.topBarBlack {
  background: #303030;
  border-color: #303030; }
  .topBarBlack .socialLinks a {
    background: #444444;
    border: 1px solid #444;
    color: #aaaaaa; }
    .topBarBlack .socialLinks a:hover {
      background: #e96969; }


.top-button .menu li a.active {
  background: #e95252; }
.top-button .menu li a {
  display: inline-block;
  margin-left: 5px;
  padding: 9px 15px;
  background: #444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px; }
  .top-button .menu li a:hover {
    background: #e96969; }
.top-button .menu li.dropdown-login {
  position: relative; }
.login-form {
    display: none;
    position: absolute;
    padding: 30px 10px;
    width: 250px;
    border-top: 2px solid #e96969;
    top: 120%;
    right: 0;
    background: #fff;
    z-index: 10;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec; }
.login-form h6 {
      font-weight: 600;
      margin-bottom: 18px; }
.login-form .input-group {
      margin-bottom: 10px; }
.login-form .input-group .input-group-label:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
.login-form .input-group .input-group-label i {
        font-size: 13px;
        color: #6c6c6c; }
.login-form .input-group input {
        font-size: 13px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
.login-form fieldset {
      margin-bottom: 14px; }
.login-form fieldset label {
        font-size: 12px;
        color: #8e8e8e; }
.login-form input[type="submit"] {
      width: 100%;
      border: 1px solid #f6f6f6;
      text-align: center;
      text-transform: capitalize;
      background: #f6f6f6;
      font-size: 13px;
      color: #8e8e8e;
      padding: 10px 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      margin-bottom: 30px; }
.login-form input[type="submit"]:hover {
        background: #e96969;
        color: #fff;
        border: 1px solid #e96969;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px; }
.login-form p {
      font-size: 12px;
      color: #8e8e8e; }
.login-form p a.newaccount {
        color: #222222;
        background: transparent;
        padding: 0;
        margin: 0;
        font-weight: 600; }
.login-form p a.newaccount:hover {
          color: #e96969; }
.login-form-dark {
    background: #303030;
    border-right: 1px solid #222222;
    border-left: 1px solid #222222;
    border-bottom: 1px solid #222222;
    z-index: 11; }
.login-form-dark h6 {
      color: #aaaaaa; }
.login-form-dark .input-group .input-group-label {
      background: #444444;
      border-color: #444444; }
.login-form-dark .input-group .input-group-label i {
        font-size: 13px;
        color: #aaaaaa; }
.login-form-dark .input-group input {
      background: #303030;
      border-color: #444444; }
.login-form-dark fieldset label {
      color: #aaaaaa !important; }
.login-form-dark .checkbox label {
      color: #aaaaaa; }
.login-form-dark input[type="submit"] {
      background: #444444;
      color: #aaaaaa;
      border-color: #444444; }
.login-form-dark p a.newaccount {
      color: #aaaaaa; }

/* ==========================================================================
	ii) NavBar
   ========================================================================== */
#navBar {
  background: #fff;
  position: relative;
  z-index: 6; }
  #navBar .top-bar {
    padding: 0; }
    #navBar .top-bar .menu-text {
      padding: 10px 0 !important;
      margin: 0 !important; }
    #navBar .top-bar .menu > li {
      padding-left: 30px; position: static}
    #navBar .top-bar .menu > li > a {
      padding: 0; }
    #navBar .top-bar .menu > li:not(.menu-text) > a {
      padding: 15px 0;
      font-size: 13px;
      border-bottom: 2px solid transparent;
      text-transform: uppercase;
      color: #6c6c6c; }
      #navBar .top-bar .menu > li:not(.menu-text) > a:hover {
        border-bottom: 2px solid #e96969; }
        #navBar .top-bar .menu > li:not(.menu-text) > a:hover i {
          color: #e96969; }
    #navBar .top-bar .menu > li:first-of-type {
      padding: 0; }
    #navBar .top-bar li.active a {
      border-bottom: 2px solid #e96969 !important;
      background: none;
      color: #6c6c6c; }
      #navBar .top-bar li a i {
        width:34px;
        height:34px;
        line-height: 34px;
        font-size: 34px;
      }
#navBar .top-bar li a i {
  /*width:24px;*/
  /*height:24px;*/
  /*line-height: 24px;*/
  /*font-size: 24px;*/
  display: none;


}
      #navBar .top-bar li.active a i {
        color: #e96969;
      }


      #navBar .top-bar li.active a:hover {
        border-bottom: 2px solid #e96969 !important; }
    #navBar .top-bar .search-btn {
      padding: 9px 0;
      margin-left: 30px; }
      #navBar .top-bar .search-btn li.search {
        padding-left: 5px; }
        #navBar .top-bar .search-btn li.search i {
          display: inline-block;
          width: 40px;
          height: 40px;
          font-size: 13px;
          background: #f6f6f6;
          text-align: center;
          line-height: 40px;
          cursor: pointer;
          border-radius: 3px;
          border: 1px solid #ececec; }
          #navBar .top-bar .search-btn li.search i:hover {
            background: #e96969;
            color: #fff; }
      #navBar .top-bar .search-btn li.search-active i {
        background: #e96969;
        color: #fff; }
      #navBar .top-bar .search-btn li.upl-btn a {
        font-size: 13px;
        background: #f6f6f6;
        border: 1px solid #ececec;
        border-radius: 3px;
        padding: 13px 14px !important; }
        #navBar .top-bar .search-btn li.upl-btn a:hover {
          background: #e96969;
          color: #fff;
          border: 1px solid #e96969; }
    #navBar .top-bar .dropdown.menu .submenu {
      border: none;
      border-top: 2px solid #e96969;
      border-right: 1px solid #ececec;
      border-left: 1px solid #ececec;
      width: 100%;
      position: absolute
    }
      #navBar .top-bar .dropdown.menu .submenu li {
        padding: 0 !important; max-width: 32.4%;display: inline-block;}
        #navBar .top-bar .dropdown.menu .submenu li a {
          border-bottom: 1px solid #ececec !important;
          padding: 15px !important; }
          #navBar .top-bar .dropdown.menu .submenu li a i {
            color: #8e8e8e !important; }
          #navBar .top-bar .dropdown.menu .submenu li a:hover {
            background: #f6f6f6; }
            #navBar .top-bar .dropdown.menu .submenu li a:hover i {
              color: #e96969 !important; }
        #navBar .top-bar .dropdown.menu .submenu li:hover a {
          border-bottom: 1px solid #ececec !important; }
  #navBar .topbar-full {
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    padding: 15px 50px; }
    #navBar .topbar-full .toplogo {
      width: 11%;
      margin: 0 10px; }
      #navBar .topbar-full .toplogo .menu {
        margin: 0;
        overflow: hidden; }
        #navBar .topbar-full .toplogo .menu li {
          padding: 0; }
          #navBar .topbar-full .toplogo .menu li a {
            padding: 0; }
    #navBar .topbar-full .topnews {
      width: 24%; }
      #navBar .topbar-full .topnews .newsTicker {
        width: 100%; }
        #navBar .topbar-full .topnews .newsTicker i {
          display: inline-block;
          font-size: 13px;
          margin-right: 5px; }
        #navBar .topbar-full .topnews .newsTicker span {
          display: inline-block;
          font-size: 13px;
          border-right: 1px solid #ececec;
          margin-right: 10px;
          padding-right: 10px;
          color: #444444;
          font-weight: 600; }
        #navBar .topbar-full .topnews .newsTicker #newsBar {
          list-style: none;
          display: inline-block;
          margin: 0; }
          #navBar .topbar-full .topnews .newsTicker #newsBar li {
            display: none; }
            #navBar .topbar-full .topnews .newsTicker #newsBar li a {
              font-size: 13px;
              color: #aaaaaa; }
              #navBar .topbar-full .topnews .newsTicker #newsBar li a:hover {
                color: #e96969; }
    #navBar .topbar-full .topsearch {
      width: 40%; }
    #navBar .topbar-full .topbtn {
      width: 21%; }
    #navBar .topbar-full .search-bar-full {
      width: 100%; }
      #navBar .topbar-full .search-bar-full .input-group {
        margin-bottom: 0; }
      #navBar .topbar-full .search-bar-full input[type="search"] {
        height: 30px;
        width: 100%;
        color: #aaaaaa;
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      #navBar .topbar-full .search-bar-full .icon-btn {
        position: relative; }
        #navBar .topbar-full .search-bar-full .icon-btn .button {
          margin-right: 0;
          height: 30px;
          line-height: 30px;
          padding: 0 8px;
          font-size: 12px;
          text-align: left;
          background: #f6f6f6;
          color: #8e8e8e;
          width: 80px;
          border: 1px solid #ececec;
          font-weight: normal;
          text-transform: capitalize;
          border-left: 0;
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px; }
        #navBar .topbar-full .search-bar-full .icon-btn i {
          font-size: 12px;
          display: inline-block;
          right: 14px;
          top: 8px;
          position: absolute; }
        #navBar .topbar-full .search-bar-full .icon-btn:hover input {
          background: #e96969;
          color: #fff; }
        #navBar .topbar-full .search-bar-full .icon-btn:hover i {
          color: #fff; }
  #navBar .topbar-dark {
    background: #303030;
    border: 1px solid #303030; }
    #navBar .topbar-dark .btn-toggle .secondary-button {
      background: #444444; }
    #navBar .topbar-dark .topnews .newsTicker i {
      color: #e96969; }
    #navBar .topbar-dark .topnews .newsTicker span {
      border-right: 1px solid #444; }
    #navBar .topbar-dark .topsearch .search-bar-full input[type="search"] {
      background: none;
      border-color: #444444; }
    #navBar .topbar-dark .topsearch .search-bar-full .icon-btn .button {
      background: #444444;
      border-color: #444444; }
  #navBar .search-bar-light {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75em;
    border: 1px solid #ececec;
    padding: 14px;
    background: #fff; }
    #navBar .search-bar-light .search-input {
      display: inline-block;
      width: 87%; }
      #navBar .search-bar-light .search-input input[type="search"] {
        height: 50px;
        font-size: 13px;
        margin-bottom: 0;
        border-radius: 5px; }
    #navBar .search-bar-light .search-btn {
      display: inline-block;
      width: 13%; font-size:14px}
      #navBar .search-bar-light .search-btn button.button {
        margin: 0;
        border-radius: 5px;font-size: 14px }
  #navBar .search-bar-dark {
    border: 1px solid #444444;
    background: #303030; }
    #navBar .search-bar-dark .search-input input[type="search"] {
      background: #303030;
      border-color: #444444; }
  #navBar .navBlack {
    background: #444444;
    border-color: #444444; }
    #navBar .navBlack .topbar-light-dark {
      background: #444444; }
      #navBar .navBlack .topbar-light-dark ul {
        background: #444444; }
      #navBar .navBlack .topbar-light-dark .menu > li:not(.menu-text) > a {
        color: #aaaaaa; }
      #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu {
        border: none;
        border-top: 2px solid #e96969;
        border-right: 1px solid #303030;
        border-left: 1px solid #303030; }
        #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li {
          padding: 0 !important; }
          #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li a {
            border-bottom: 1px solid #303030 !important;
            padding: 15px !important;
            background: #444 !important;
            border-bottom: 1px solid #303030 !important; }
            #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li a i {
              color: #8e8e8e !important; }
            #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li a:hover {
              background: #303030 !important; }
              #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li a:hover i {
                color: #e96969 !important; }
          #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li:hover a {
            border-bottom: 1px solid #444 !important; }
      #navBar .navBlack .topbar-light-dark .search-btn li.search i {
        background: #303030;
        border: 1px solid  #303030; }
        #navBar .navBlack .topbar-light-dark .search-btn li.search i:hover {
          background: #e96969;
          color: #fff; }
      #navBar .navBlack .topbar-light-dark .search-btn li.search-active i {
        background: #e96969;
        color: #fff; }
      #navBar .navBlack .topbar-light-dark .search-btn li.upl-btn a {
        background: #303030;
        border: 1px solid #303030; }
        #navBar .navBlack .topbar-light-dark .search-btn li.upl-btn a:hover {
          background: #e96969;
          color: #fff;
          border: 1px solid #e96969; }
  #navBar .navFull .topbar-light-dark .menu > li:not(.menu-text) > a {
    padding: 15px 10px !important;
    color: #fff; }
    #navBar .navFull .topbar-light-dark .menu > li:not(.menu-text) > a:hover {
      background: #e96969;
      color: #fff; }
      #navBar .navFull .topbar-light-dark .menu > li:not(.menu-text) > a:hover i {
        color: #fff; }
  #navBar .navFull .topbar-light-dark .menu > li {
    padding-left: 2px; }
  #navBar .navFull .topbar-light-dark li.active a {
    background: #e96969;
    color: #fff; }
    #navBar .navFull .topbar-light-dark li.active a i {
      color: #fff; }
    #navBar .navFull .topbar-light-dark li.active a:hover {
      background: #e96969;
      color: #fff; }
      #navBar .navFull .topbar-light-dark li.active a:hover i {
        color: #fff; }
  #navBar .navFull .topbar-light-dark .topnews .newsTicker {
    width: 100%;
    padding: 11px 0; }
    #navBar .navFull .topbar-light-dark .topnews .newsTicker i {
      display: inline-block;
      font-size: 13px;
      margin-right: 5px;
      color: #e96969; }
    #navBar .navFull .topbar-light-dark .topnews .newsTicker span {
      font-size: 13px;
      border-right: 1px solid #fff;
      margin-right: 10px;
      padding-right: 10px;
      color: #FFFFFF;
      font-weight: 600; }
    #navBar .navFull .topbar-light-dark .topnews .newsTicker #newsBar {
      list-style: none;
      display: inline-block;
      margin: 0; }
      #navBar .navFull .topbar-light-dark .topnews .newsTicker #newsBar li {
        display: none; }
        #navBar .navFull .topbar-light-dark .topnews .newsTicker #newsBar li a {
          font-size: 13px;
          color: #aaaaaa; }
          #navBar .navFull .topbar-light-dark .topnews .newsTicker #newsBar li a:hover {
            color: #e96969; }
  #navBar .navfull-v2-light {
    background: #f6f6f6; }
  #navBar .navFull-v2 .topbar-light-dark .menu > li:not(.menu-text) > a {
    padding: 15px 10px !important;
    color: #fff; }
    #navBar .navFull-v2 .topbar-light-dark .menu > li:not(.menu-text) > a:hover {
      background: #303030;
      color: #fff;
      border-bottom: 2px solid #e96969; }
      #navBar .navFull-v2 .topbar-light-dark .menu > li:not(.menu-text) > a:hover i {
        color: #fff; }
  #navBar .navFull-v2 .topbar-light-dark li.active a {
    background: #303030;
    color: #fff;
    border-bottom: 2px solid #e96969; }
    #navBar .navFull-v2 .topbar-light-dark li.active a:hover {
      background: #e96969;
      color: #fff; }
  #navBar .navFull-v2 .topbar-light-dark .search-btn {
    padding: 9px 0 0 0; }
    #navBar .navFull-v2 .topbar-light-dark .search-btn li.search i {
      width: 30px;
      height: 30px;
      line-height: 30px; }
  #navBar .navFull-v2 .top-bar-light {
    background: #f6f6f6; }
    #navBar .navFull-v2 .top-bar-light ul {
      background: #f6f6f6; }
    #navBar .navFull-v2 .top-bar-light .menu > li:not(.menu-text) > a {
      padding: 15px 10px !important;
      color: #6c6c6c;
      border-bottom: none !important; }
      #navBar .navFull-v2 .top-bar-light .menu > li:not(.menu-text) > a:hover {
        background: #444;
        color: #fff; }
        #navBar .navFull-v2 .top-bar-light .menu > li:not(.menu-text) > a:hover i {
          color: #fff; }
    #navBar .navFull-v2 .top-bar-light li.active a {
      background: #444;
      color: #fff !important;
      border-bottom: none !important; }
    #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu {
      border: none;
      border-top: none;
      border-right: 1px solid #303030;
      border-left: 1px solid #303030; }
      #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu li {
        padding: 0 !important; }
        #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu li a {
          border-bottom: 1px solid #303030 !important;
          padding: 15px !important;
          background: #444 !important;
          border-bottom: 1px solid #303030 !important;
          color: #FFFFFF; }
          #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu li a i {
            color: #8e8e8e !important; }
          #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu li a:hover {
            background: #e96969 !important;
            color: #fff; }
            #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu li a:hover i {
              color: #e96969 !important; }
        #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu li:hover a {
          border-bottom: 1px solid #444 !important; }
    #navBar .navFull-v2 .top-bar-light .search-btn {
      padding: 6px 0 0 0; }
      #navBar .navFull-v2 .top-bar-light .search-btn li.search i {
        background: #444444;
        width: 30px;
        height: 30px;
        line-height: 30px; }
        #navBar .navFull-v2 .top-bar-light .search-btn li.search i:hover {
          background: #e96969;
          border-color: #e96969; }
      #navBar .navFull-v2 .top-bar-light .search-btn li.search-active i {
        background: #e96969; }
  #navBar .middleNav {
    padding: 15px 0; }
    #navBar .middleNav .logo {
      margin-top: 10px; }
    #navBar .middleNav .search-btns {
      padding: 9px 0; }
      #navBar .middleNav .search-btns li.search {
        padding-left: 5px; }
        #navBar .middleNav .search-btns li.search i {
          display: inline-block;
          width: 40px;
          height: 40px;
          font-size: 13px;
          background: #f6f6f6;
          text-align: center;
          line-height: 40px;
          cursor: pointer;
          border-radius: 3px;
          border: 1px solid #ececec; }
          #navBar .middleNav .search-btns li.search i:hover {
            background: #e96969;
            color: #fff; }
      #navBar .middleNav .search-btns li.search-active i {
        background: #e96969;
        color: #fff; }
      #navBar .middleNav .search-btns li.upl-btn a {
        font-size: 13px;
        background: #f6f6f6;
        border: 1px solid #ececec;
        border-radius: 3px;
        padding: 13px 14px !important;
        color: #6c6c6c; }
        #navBar .middleNav .search-btns li.upl-btn a:hover {
          background: #e96969;
          color: #fff;
          border: 1px solid #e96969; }
      #navBar .middleNav .search-btns li.login a {
        font-size: 13px;
        background: #f6f6f6;
        border: 1px solid #ececec;
        border-radius: 3px;
        padding: 13px 14px !important;
        color: #6c6c6c;
        margin-left: 10px; }
        #navBar .middleNav .search-btns li.login a:hover {
          background: #e96969;
          color: #fff;
          border: 1px solid #e96969; }
    #navBar .middleNav .search-bar-light {
      top: 89px;
      z-index: 100; }

/* ==========================================================================
	4- Premium Videos
   ========================================================================== */
   

/* ==========================================================================
	5- Category
   ========================================================================== */

/* ==========================================================================
	6 - Main Content
   ========================================================================== */
   

.parentbg {
  position: relative; }
  .parentbg .sidebarBg {
    position: absolute;
    left: 102%;
    top: 0;
    height: 100%;
    width: 100vw;
    background: #f0f0f0;
    z-index: 1; }


.content .post .post-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;background: #000; }
  .content .post .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content .post .post-thumb.nds-thumb img{
    height: auto;
  }
  .content .post .post-thumb .video-stats {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    padding: 0 10px; }
    .content .post .post-thumb .video-stats .thumb-stats {
      display: inline-block;
      background: rgba(0, 0, 0, 0.8);
      padding: 0 8px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      .content .post .post-thumb .video-stats .thumb-stats.platform{
        background: transparent;
      }
      .content .post .post-thumb .video-stats .thumb-stats:first-of-type {
        margin-right: 5px;
        padding: 0 6px; }
      .content .post .post-thumb .video-stats .thumb-stats h6 {
        color: #fff;
        font-weight: 800;
        margin: 0;
        line-height: 28px;
        font-style: italic;
        max-width: 130px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
       }
      .content .post .post-thumb .video-stats .thumb-stats i {
        display: inline-block;
        color: #fff;
        margin-right: 5px;
        font-size: 14px; }
      .content .post .post-thumb .video-stats .thumb-stats span {
        color: #fff;
        font-size: 11px;
        display: inline-block; }
  .content .post .post-thumb a.hover.posts i {
    font-size: 18px; }
  .content .post .post-thumb a.hover.posts span {
    font-size: 13px;
    top: 62%; }
.content .post .post-des {
  padding: 8px 10px; }
  .content .post .post-des h6 {
    margin-bottom:0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
    .content .post .post-des h6 a {
      color: #444444 !important;
      font-size: 13px; 
  	font-weight: 600;}
      .content .post .post-des h6 a:hover {
        color: #222222; }

  .content .post .post-des .post-summary {
    display: none; }
  .content .post .post-des .post-button {
    display: none; }
    .content .post .post-des .post-button a {
      display: inline-block;
      width: auto;
      padding: 0 10px;
      text-transform: capitalize;
      font-size: 13px;
      font-weight: bold; }
      .content .post .post-des .post-button a i {
        display: inline-block;
        margin-right: 15px;
        font-size: 14px; }
.content .post:hover .video-stats {
  transform: translateY(70px); }
.content .post:hover a.hover-posts {
  visibility: visible;
  transform: scale(1); }
.content .main-heading {
  margin-bottom: 10px; }
  .content .main-heading .head-title i {
    display: inline-block;
    color: #e96969;
    margin-right: 11px; }
  .content .main-heading .head-title h4 {
    display: inline-block;
    margin: 0; }
  .content .main-heading .tabs {
    border: none; }
    .content .main-heading .tabs li.tabs-title {
      margin-left: 5px; }
      .content .main-heading .tabs li.tabs-title a {
        color: #8e8e8e;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0;
        line-height: 30px;
        border-radius: 3px;
        background: #f6f6f6;
        font-size: 13px;
        text-transform: capitalize; }
        .content .main-heading .tabs li.tabs-title a:hover {
          background: #e96969;
          color: #fff; }
      .content .main-heading .tabs li.tabs-title:last-of-type a {
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase;
        color: #444; }
        .content .main-heading .tabs li.tabs-title:last-of-type a:hover {
          background: #e96969;
          color: #fff; }
    .content .main-heading .tabs .tabs-title > a:focus, .content .main-heading .tabs .tabs-title > a[aria-selected="true"] {
      background: #e96969;
      color: #fff !important; }
.content .head-text {
  border-bottom: 1px solid #ececec;
  padding: 14px 0;
  margin-bottom: 30px; }
  .content .head-text p {
    margin: 0;
    font-size: 14px;
    color: #6c6c6c; }
    .content .head-text p span {
      color: #aaaaaa;
      font-size: 12px; }
  .content .head-text h4 {
    color: #444444; }
    .content .head-text h4 i {
      display: inline-block;
      color: #e96969;
      margin-right: 12px; }
  .content .head-text .grid-system a.current {
    background: #e96969; }
    .content .head-text .grid-system a.current i {
      color: #fff; }
.content .tabs-content {
  border: none; }
.content .list-group .item {
  margin-bottom: 30px; }
  .content .list-group .item .post .post-thumb .hover-posts span i {
    font-size: 38px !important; }
.content .list-group .grid-medium {
  width: 33.3333333333%; }
  .content .list-group .grid-medium .post-thumb {
    height: 218px !important; }
    .content .list-group .grid-medium .post-thumb .hover-posts span i {
      font-size: 14px; }
  .content .list-group .grid-medium .post-des h6 {
    margin-bottom: 15px !important; }
    .content .list-group .grid-medium .post-des h6 a {
      font-size: 15px !important; 
  	font-weight: 600;}
  .content .list-group .grid-medium .post-des .post-stats p {
    margin-bottom: 15px !important; }
  .content .list-group .grid-medium .post-des .post-summary {
    display: block !important; }
    .content .list-group .grid-medium .post-des .post-summary p {
      color: #6c6c6c;
      font-size: 13px;
      overflow: hidden;
      height: 3em; }
.content .list-group .list:before,
.content .list-group .list:after {
  content: "";
  display: table; }
.content .list-group .list {
  width: 100%; }
  .content .list-group .list .post {
    border: none !important; }
    .content .list-group .list .post .post-thumb {
      height: 218px !important;
      float: left;
      width: 33.3333333333%;
      margin-right: 15px; }
      .content .list-group .list .post .post-thumb:hover .video-stats {
        transform: translateY(70px); }
      .content .list-group .list .post .post-thumb:hover a.hover-posts {
        visibility: visible !important;
        transform: scale(1) !important; }
    .content .list-group .list .post .post-des {
      padding: 10px 0 0 0;
      width: 64%;
      margin-left: 15px;
      float: left; }
      .content .list-group .list .post .post-des h6 {
        margin-bottom: 15px !important; }
        .content .list-group .list .post .post-des h6 a {
          font-size: 15px !important;
          font-weight: 600; }
      .content .list-group .list .post .post-des .post-stats p {
        margin-bottom: 15px !important; }
      .content .list-group .list .post .post-des .post-summary {
        display: block !important; }
        .content .list-group .list .post .post-des .post-summary p {
          color: #6c6c6c;
          font-size: 13px; }
      .content .list-group .list .post .post-des .post-button {
        display: block !important; }
    .content .list-group .list .post:hover .video-stats {
      transform: translateY(0); }
    .content .list-group .list .post:hover a.hover-posts {
      visibility: hidden !important;
      transform: scale(0); }
.content.content-with-sidebar .list-group .group-item-grid-default {
  width: 32.6%;
  padding-right: 0; }
.content.content-with-sidebar .list-group .grid-default {
  width: 32.6% !important;
  padding-right: 0; }
.content.content-with-sidebar .list-group .grid-medium {
  width: 50% !important; }
  .content.content-with-sidebar .list-group .grid-medium .post-thumb {
    height: 218px !important; }
  .content.content-with-sidebar .list-group .grid-medium .post-des h6 {
    margin-bottom: 15px !important; }
    .content.content-with-sidebar .list-group .grid-medium .post-des h6 a {
      font-size: 15px !important; }
  .content.content-with-sidebar .list-group .grid-medium .post-des .post-stats p {
    margin-bottom: 15px !important; }
  .content.content-with-sidebar .list-group .grid-medium .post-des .post-summary {
    display: block !important; }
    .content.content-with-sidebar .list-group .grid-medium .post-des .post-summary p {
      color: #aaaaaa;
      font-size: 13px;
      overflow: hidden;
      height: 3em; }
.content.content-with-sidebar .list-group .list:before,
.content.content-with-sidebar .list-group .list:after {
  content: "";
  display: table; }
.content.content-with-sidebar .list-group .list {
  margin:0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%; }
.content.content-with-sidebar .list-group .list:nth-child(2n+1){
  background: #f0f0f0;
}
  .content.content-with-sidebar .list-group .list .post {
    border: none !important; }
    .content.content-with-sidebar .list-group .list .post .post-thumb {
      height: 80px !important;
      float: left;
      width: 120px !important;
      margin-right: 0; }
      .content.content-with-sidebar .list-group .list .post .post-thumb:hover .video-stats {
        transform: translateY(70px); }
      .content.content-with-sidebar .list-group .list .post .post-thumb:hover a.hover-posts {
        visibility: visible !important;
        transform: scale(1) !important; }
    .content.content-with-sidebar .list-group .list .post .post-des {
      padding: 0!important;
      width: calc(100% - 140px) !important;
      margin-left: 15px;
      float: left; }
      .content.content-with-sidebar .list-group .list .post .post-des h6 {
        margin-bottom: 15px !important; }
        .content.content-with-sidebar .list-group .list .post .post-des h6 a {
          font-size: 15px !important;
          font-weight: 600; }
      .content.content-with-sidebar .list-group .list .post .post-des .post-stats p {
        margin-bottom: 0px !important; }
      .content.content-with-sidebar .list-group .list .post .post-des .post-summary {
        display: block !important; }
        .content.content-with-sidebar .list-group .list .post .post-des .post-summary p {
          color: #aaaaaa;
          font-size: 13px; }
      .content.content-with-sidebar .list-group .list .post .post-des .post-button {
        display: block !important;
        float: right;
      }
    .content.content-with-sidebar .list-group .list .post:hover .video-stats {
      transform: translateY(0); }
    .content.content-with-sidebar .list-group .list .post:hover a.hover-posts {
      visibility: hidden;
      transform: scale(0); }
.content.content-with-sidebar .list-group .fullwidth-video {
  margin-bottom: 7px; }
  .content.content-with-sidebar .list-group .fullwidth-video .post .post-thumb {
    width: 100%;
    height: 400px;
    overflow: hidden; }
    .content.content-with-sidebar .list-group .fullwidth-video .post .post-thumb:hover .video-stats {
      transform: translateY(70px); }
    .content.content-with-sidebar .list-group .fullwidth-video .post .post-thumb:hover a.hover-posts {
      visibility: visible;
      transform: scale(1); }
  .content.content-with-sidebar .list-group .fullwidth-video .post .post-des {
    padding: 20px 0 15px 0; }
    .content.content-with-sidebar .list-group .fullwidth-video .post .post-des h6 {
      font-size: 15px;
      font-weight: 600; }
    .content.content-with-sidebar .list-group .fullwidth-video .post .post-des .post-stats {
      margin-bottom: 24px; }
    .content.content-with-sidebar .list-group .fullwidth-video .post .post-des .post-summary {
      display: block; }
      .content.content-with-sidebar .list-group .fullwidth-video .post .post-des .post-summary p {
        font-size: 13px; }
  .content.content-with-sidebar .list-group .fullwidth-video .post:hover .video-stats {
    transform: translateY(0); }
  .content.content-with-sidebar .list-group .fullwidth-video .post:hover a.hover-posts {
    visibility: hidden;
    transform: scale(0); }
.content.content-with-sidebar .list-group .landing-extra-small {
  padding-right: 0;
  margin-bottom: 15px;
  width: 24.5%; }
  .content.content-with-sidebar .list-group .landing-extra-small .post .post-thumb {
    width: 100%;
    height: 140px;
    overflow: hidden; }
    .content.content-with-sidebar .list-group .landing-extra-small .post .post-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .content.content-with-sidebar .list-group .landing-extra-small .post .post-thumb .hover-posts span i {
      font-size: 18px; }
  .content.content-with-sidebar .list-group .landing-extra-small .post .post-des {
    padding: 15px 0 15px 10px; }
    .content.content-with-sidebar .list-group .landing-extra-small .post .post-des h6 {
      font-size: 13px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 20px; }
    .content.content-with-sidebar .list-group .landing-extra-small .post .post-des .post-stats {
      margin: 0; }
      .content.content-with-sidebar .list-group .landing-extra-small .post .post-des .post-stats p:last-of-type {
        display: none; }
    .content.content-with-sidebar .list-group .landing-extra-small .post .post-des .post-summary {
      display: none; }

      .search-results{font-size: 0;}
      .content .list-group.search-results .item{
        display: inline-block;
        float: none;
        line-height: 0;
        vertical-align: top;}
      .content .search-results .post .post-des h6{
        white-space: normal;
        text-overflow: clip;}

/* ==========================================================================
	7- Movie Section
   ========================================================================== */
   
/* ==========================================================================
	8- footer
   ========================================================================== */
footer {
  background: #444444;
  padding: 80px 0; }
  footer .widgetBox .widgetTitle {
    margin-bottom: 40px; }
    footer .widgetBox .widgetTitle h5 {
      color: #ececec;
      margin: 0;
      text-transform: capitalize; }
  footer .widgetBox .textwidget {
    color: #aaaaaa;
    font-size: 13px; }
  footer .widgetBox .tagcloud a {
    display: inline-block;
    background: #6c6c6c;
    color: #aaaaaa;
    font-size: 13px;
    text-transform: capitalize;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    line-height: 13px; }
    footer .widgetBox .tagcloud a:hover {
      background: #e96969;
      color: #fff; }
  footer .widgetBox .widgetContent h5 {
    color: #ececec;
    margin: 0;
    text-transform: capitalize; }
  footer .widgetBox .widgetContent .media-object {
    margin-bottom: 0; }
    footer .widgetBox .widgetContent .media-object .media-object-section .recent-img {
      overflow: hidden;
      width: 80px;
      height: 80px;
      position: relative; }
      footer .widgetBox .widgetContent .media-object .media-object-section .recent-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
      footer .widgetBox .widgetContent .media-object .media-object-section .recent-img a.hover-posts span i {
        font-size: 18px; }
    footer .widgetBox .widgetContent .media-object .media-object-section .media-content h6 a {
      font-size: 13px;
      font-weight: 600;
      color: #aaaaaa; }
      footer .widgetBox .widgetContent .media-object .media-object-section .media-content h6 a:hover {
        color: #f6f6f6; }
    footer .widgetBox .widgetContent .media-object .media-object-section .media-content p i {
      color: #aaaaaa;
      font-size: 11px;
      display: inline-block;
      margin-right: 5px; }
    footer .widgetBox .widgetContent .media-object .media-object-section .media-content p span {
      color: #aaaaaa;
      font-size: 11px;
      display: inline-block;
      margin-right: 5px; }
    footer .widgetBox .widgetContent .media-object:hover a.hover-posts {
      visibility: visible;
      transform: scale(1); }
  footer .widgetBox .widgetContent form {
    margin-bottom: 25px; }
    footer .widgetBox .widgetContent form p {
      font-size: 13px;
      color: #aaaaaa; }
    footer .widgetBox .widgetContent form .input {
      width: 100%;
      margin-bottom: 10px; }
      footer .widgetBox .widgetContent form .input input {
        background: #6c6c6c;
        color: #aaaaaa;
        margin: 0;
        border: 1px solid #6c6c6c;
        border-radius: 3px;
        font-size: 13px; }
    footer .widgetBox .widgetContent form button[type="submit"] {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      background: #2e2e2e;
      color: #aaaaaa;
      padding: 12px 0; }
      footer .widgetBox .widgetContent form button[type="submit"]:hover {
        background: #e96969;
        color: #fff; }
  footer .widgetBox .widgetContent .social-links h5 {
    margin-bottom: 20px; }
  footer .widgetBox .widgetContent .secondary-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #6c6c6c; }
    footer .widgetBox .widgetContent .secondary-button i {
      font-size: 13px;
      color: #aaaaaa;
      line-height: 13px; }
    footer .widgetBox .widgetContent .secondary-button:hover {
      background: #e96969; }
      footer .widgetBox .widgetContent .secondary-button:hover i {
        color: #fff; }
  footer .widgetBox .widgetContent ul {
    margin: 0;
    list-style: none;
    width: 100%; }
    footer .widgetBox .widgetContent ul li.cat-item {
      margin: 0;
      float: left;
      display: inline-block;
      width: 50%; }
      footer .widgetBox .widgetContent ul li.cat-item a {
        padding: 0;
        color: #aaaaaa;
        font-size: 13px;
        margin-right: 20px; }
        footer .widgetBox .widgetContent ul li.cat-item a:hover {
          color: #fff; }
  footer #back-to-top {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #393939;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0; }
    footer #back-to-top:hover {
      background: #e96969;
      color: #fff; }
    footer #back-to-top.show {
      opacity: 1; }

#footer-bottom {
  background: #2e2e2e;
  padding: 25px 0;

  position: absolute;
  bottom: 0;
  width: 100%;
}
  #footer-bottom .logo {
    margin-bottom: 10px; }
  #footer-bottom .btm-footer-text p {
    font-size: 13px;
    color: #aaaaaa;
    margin: 0;
    line-height: 14px;

  }

/* ==========================================================================
	9- sidebar
   ========================================================================== */
.sidebar {
  height:100%;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2; }
  .sidebar .sidebarBg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    background: #f0f0f0;
    z-index: -1; }
  .sidebar .widgetBox {
    margin-bottom: 40px;
    padding: 0 10px; }
    .sidebar .widgetBox .widgetTitle h5 {
      margin-bottom: 20px;
      padding-bottom: 24px;
      border-bottom: 1px solid #e0e0e0;
      text-transform: capitalize;
      line-height: 16px; }
    .sidebar .widgetBox #searchform input {
      height: 40px;
      line-height: 40px;
      font-size: 13px;
      color: #aaaaaa;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .sidebar .widgetBox #searchform input[type="submit"] {
      height: 40px;
      line-height: 40px;
      padding: 0 1.5625em;
      color: #fff;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .sidebar .widgetBox .widgetContent .accordion {
      border-color: #ececec; }
      .sidebar .widgetBox .widgetContent .accordion .accordion-item.is-active .accordion-title {
        background: #e96969;
        color: #fff; }
      .sidebar .widgetBox .widgetContent .accordion .accordion-title {
        padding: 15px;
        font-size: 14px;
        font-weight: bold;
        background: #f6f6f6;
        color: #6c6c6c;
        text-transform: capitalize; }
      .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li i {
        display: inline-block;
        font-size: 11px;
        color: #e96969;
        margin-right: 5px; }
      .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li a {
        display: inline-block;
        width: 90%;
        font-size: 13px;
        color: #aaaaaa;
        border-bottom: 1px solid #ececec;
        padding-bottom: 9px;
        margin-bottom: 10px;
        text-transform: capitalize; }
        .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li a span {
          float: right;
          font-size: 13px;
          color: #aaaaaa; }
        .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li a:hover {
          color: #444444; }
          .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li a:hover span {
            color: #444444; }
      .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li:last-of-type a {
        border-bottom: none; }
    .sidebar .widgetBox .widgetContent .video-box {
      margin-bottom: 20px;
      background: #fff; }
      .sidebar .widgetBox .widgetContent .video-box .video-img-thumb {
        border-bottom: 1px solid #ececec;
        height: 190px;
        position: relative; }
        .sidebar .widgetBox .widgetContent .video-box .video-img-thumb img {
          width: 100%;
          height: 100%;
          overflow: hidden;
          -o-object-fit: cover;
          object-fit: cover; }
        .sidebar .widgetBox .widgetContent .video-box .video-img-thumb .hover-posts span {
          font-size: 13px; }
          .sidebar .widgetBox .widgetContent .video-box .video-img-thumb .hover-posts span i {
            font-size: 18px; }
      .sidebar .widgetBox .widgetContent .video-box .video-box-content {
        padding: 15px 0 0 10px; }
        .sidebar .widgetBox .widgetContent .video-box .video-box-content h6 a {
          font-size: 13px;
          font-weight: normal;
          margin-bottom: 15px;
          color: #444444 !important; }
          .sidebar .widgetBox .widgetContent .video-box .video-box-content h6 a:hover {
            color: #222222; }
        .sidebar .widgetBox .widgetContent .video-box .video-box-content p span {
          font-size: 11px;
          color: #aaaaaa;
          display: inline-block;
          margin-right: 15px; }
          .sidebar .widgetBox .widgetContent .video-box .video-box-content p span i {
            display: inline-block;
            font-size: 11px;
            color: #aaaaaa;
            margin-right: 5px; }
          .sidebar .widgetBox .widgetContent .video-box .video-box-content p span a {
            display: inline-block;
            font-size: 11px;
            color: #aaaaaa; }
            .sidebar .widgetBox .widgetContent .video-box .video-box-content p span a:hover {
              color: #222222; }
      .sidebar .widgetBox .widgetContent .video-box:hover a.hover-posts {
        visibility: visible;
        transform: scale(1); }
    .sidebar .widgetBox .widgetContent .social-links .socialButton {
      width: 58px;
      background: #395996;
      text-align: center;
      display: inline-block;
      padding: 12px 0;
      border-radius: 3px;
      border-bottom: 4px solid #2e4778; }
      .sidebar .widgetBox .widgetContent .social-links .socialButton i {
        color: #fff;
        display: block;
        font-size: 20px; }
      .sidebar .widgetBox .widgetContent .social-links .socialButton span {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #fff; }
        .sidebar .widgetBox .widgetContent .social-links .socialButton span:nth-of-type(2) {
          font-size: 11px;
          font-weight: normal;
          text-transform: capitalize; }
      .sidebar .widgetBox .widgetContent .social-links .socialButton:nth-of-type(2) {
        background: #43b3e5;
        border-bottom: 4px solid #368fb7; }
      .sidebar .widgetBox .widgetContent .social-links .socialButton:nth-of-type(3) {
        background: #fb3333;
        border-bottom: 4px solid #c92929; }
      .sidebar .widgetBox .widgetContent .social-links .socialButton:nth-of-type(4) {
        background: #e64a41;
        border-bottom: 4px solid #b83b34; }
      .sidebar .widgetBox .widgetContent .social-links .socialButton:nth-of-type(5) {
        background: #69c8ff;
        border-bottom: 4px solid #54a0cc; }
    .sidebar .widgetBox .widgetContent .advBanner {
      overflow: hidden;
      width: 300px;
      height: 250px;
      margin: 0 auto; }
      .sidebar .widgetBox .widgetContent .advBanner img {
        obeject-fit: cover;
        width: 100%;
        height: 100%; }
    .sidebar .widgetBox .widgetContent .media-object {
      margin-bottom: 10px; }
      .sidebar .widgetBox .widgetContent .media-object .media-object-section .recent-img {
        width: 120px;
        height: 80px;
        overflow: hidden;
        position: relative; }
        .sidebar .widgetBox .widgetContent .media-object .media-object-section .recent-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .sidebar .widgetBox .widgetContent .media-object .media-object-section .recent-img a.hover-posts span i {
          font-size: 18px; }
      .sidebar .widgetBox .widgetContent .media-object .media-object-section .media-content h6 a {
        font-size: 13px;
        color: #444444;
        font-weight: normal; }
        .sidebar .widgetBox .widgetContent .media-object .media-object-section .media-content h6 a:hover {
          color: #222222; }
      .sidebar .widgetBox .widgetContent .media-object .media-object-section .media-content p {
        margin: 0; }
        .sidebar .widgetBox .widgetContent .media-object .media-object-section .media-content p i {
          font-size: 11px;
          line-height: 11px;
          color: #aaaaaa;
          display: inline-block;
          margin-right: 5px; }
        .sidebar .widgetBox .widgetContent .media-object .media-object-section .media-content p span {
          font-size: 11px;
          line-height: 11px;
          color: #aaaaaa;
          display: inline-block;
          margin-right: 10px; }
      .sidebar .widgetBox .widgetContent .media-object:hover a.hover-posts {
        visibility: visible;
        transform: scale(1); }
    .sidebar .widgetBox .widgetContent .item-video {
      width: 100%;
      border: 1px solid #ececec; }
    .sidebar .widgetBox .widgetContent .twitter-carousel .twitter-item i {
      display: inline-block;
      color: #e96969;
      margin-right: 20px;
      width: 20px;
      height: 20px;
      float: left;
      font-size: 24px;
      margin-top: 3px; }
    .sidebar .widgetBox .widgetContent .twitter-carousel .twitter-item span {
      display: inline-block;
      color: #8e8e8e;
      font-size: 13px;
      float: left;
      width: 85%; }
      .sidebar .widgetBox .widgetContent .twitter-carousel .twitter-item span a {
        color: #e96969;
        font-weight: bold; }
    .sidebar .widgetBox .widgetContent .twitter-carousel .owl-controls {
      margin-top: 10px; }
    .sidebar .widgetBox .widgetContent ul {
      margin: 0;
      list-style: none;
      width: 100%; }
      .sidebar .widgetBox .widgetContent ul li.cat-item {
        margin: 0;
        float: left;
        display: inline-block;
        width: 50%; }
        .sidebar .widgetBox .widgetContent ul li.cat-item a {
          padding: 0;
          color: #8e8e8e;
          font-size: 13px;
          margin-right: 20px; }
          .sidebar .widgetBox .widgetContent ul li.cat-item a:hover {
            color: #e96969; }
    .sidebar .widgetBox .widgetContent .profile-overview li {
      border: 1px solid #ececec;
      border-radius: 4px;
      margin-bottom: 10px; }
      .sidebar .widgetBox .widgetContent .profile-overview li:last-of-type {
        margin-bottom: 20px; }
      .sidebar .widgetBox .widgetContent .profile-overview li a {
        width: 100%;
        display: inline-block;
        height: 40px;
        color: #6c6c6c;
        font-size: 13px;
        font-weight: bold;
        line-height: 40px;
        float: left;
        padding-right: 15px;
        text-transform: capitalize; }
        .sidebar .widgetBox .widgetContent .profile-overview li a:hover {
          background: #e96969;
          color: #fff;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px; }
        .sidebar .widgetBox .widgetContent .profile-overview li a span {
          font-weight: normal; }
        .sidebar .widgetBox .widgetContent .profile-overview li a i {
          display: inline-block;
          width: 40px;
          height: 40px;
          border-right: 1px solid #ececec;
          background: #f6f6f6;
          font-size: 16px;
          color: #6c6c6c;
          text-align: center;
          float: left;
          line-height: 40px;
          margin-right: 15px; }
      .sidebar .widgetBox .widgetContent .profile-overview li a.active {
        background: #e96969;
        color: #fff;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
    .sidebar .widgetBox .widgetContent a.button {
      width: 100%;
      height: 45px;
      font-size: 14px;
      line-height: 45px;
      background: #61ca37;
      border-bottom: 3px solid #53ac2f;
      text-align: center;
      padding: 0; }
      .sidebar .widgetBox .widgetContent a.button i {
        display: inline-block;
        margin-right: 13px; }
        .sidebar .widgetBox .widgetContent a.button:hover{
			background: #79d255;
        }
    .tagcloud a {
      display: inline-block;
      background: #6c6c6c;
      color: #aaaaaa;
      font-size: 13px;
      text-transform: capitalize;
      padding: 10px;
      border-radius: 3px;
      margin-bottom: 5px;
      line-height: 13px; }
      .tagcloud a:hover {
        background: #e96969;
        color: #fff; }
    .sidebar .widgetBox .newsLetter {
      background: url("../images/sidebar-news-letter.png") repeat-x;
      padding: 35px 15px; }
      .sidebar .widgetBox .newsLetter h3 {
        color: #fff;
        margin: 0; }
      .sidebar .widgetBox .newsLetter p {
        color: #fff;
        margin: 0 0 9px 0;
        font-size: 13px; }
      .sidebar .widgetBox .newsLetter input[type="email"] {
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #c65959;
        border-color: #c65959;
        font-size: 13px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .sidebar .widgetBox .newsLetter input[type="submit"] {
        text-transform: capitalize;
        background: #2e2e2e;
        padding: 12px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
        .sidebar .widgetBox .newsLetter input[type="submit"]:hover {
          background: #444444; }
    .sidebar .widgetBox .category-heading {
      padding-bottom: 5px;
      margin-bottom: 20px;
      padding-top: 0; }
      .sidebar .widgetBox .category-heading .navText a {
        border: 1px solid #ececec; }
    .sidebar .widgetBox .item-video {
      width: 100%;
      background: #fff; }
      .sidebar .widgetBox .item-video figure {
        margin: 0;
        width: 100%;
        height: 190px;
        border-bottom: 1px solid #ececec;
        position: relative; }
        .sidebar .widgetBox .item-video figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .sidebar .widgetBox .item-video .video-des {
        padding: 15px 0 0 10px; }
        .sidebar .widgetBox .item-video .video-des h6 a {
          color: #303030;
          font-size: 13px; }
        .sidebar .widgetBox .item-video .video-des .post-stats p {
          margin-right: 15px; }
          .sidebar .widgetBox .item-video .video-des .post-stats p i {
            color: #aaaaaa;
            font-size: 11px;
            display: inline-block;
            margin-right: 5px; }
          .sidebar .widgetBox .item-video .video-des .post-stats p span {
            color: #aaaaaa;
            font-size: 11px; }
            .sidebar .widgetBox .item-video .video-des .post-stats p span a {
              color: #aaaaaa;
              font-size: 11px; }
              .sidebar .widgetBox .item-video .video-des .post-stats p span a:hover {
                color: #222222; }
      .sidebar .widgetBox .item-video:hover a.hover-posts {
        visibility: visible;
        transform: scale(1); }

/* ==========================================================================
	10- carousel Slider
   ========================================================================== */
#carouselSlider .item {
  background: #4dc7a0 none repeat scroll 0 0;
  height: 400px;
  overflow: hidden;
  position: relative; }
  #carouselSlider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover; }
  #carouselSlider .item .inner-item-big {
    height: 400px !important; }
  #carouselSlider .item .inner-item {
    height: 200px;
    background: #303030;
    position: relative;
    overflow: hidden; }
    #carouselSlider .item .inner-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
    #carouselSlider .item .inner-item .item-title {
      padding: 18px 0 10px 0;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      #carouselSlider .item .inner-item .item-title h6 {
        color: #fff;
        font-weight: 600;
        padding-left: 12px;
        line-height: 14px; }
      #carouselSlider .item .inner-item .item-title span {
        position: absolute;
        left: 12px;
        bottom: 40px;
        font-size: 13px;
        background: #e96969;
        padding: 0 9px;
        color: #fff;
        font-weight: 600; }
    #carouselSlider .item .inner-item:hover a.hover-posts {
      visibility: visible;
      transform: scale(1); }
    #carouselSlider .item .inner-item:hover .item-title {
      transform: translateY(100px); }

/* ==========================================================================
	11- off canvas menu
   ========================================================================== */
.light-off-menu {
  background: #fff;
  z-index: 1;
  height: 100%;
  border: 1px solid #ececec; }
  .light-off-menu .off-menu-close {
    background: #e96969;
    padding: 18px 20px;
    border-bottom: 1px solid #ececec; }
    .light-off-menu .off-menu-close h3 {
      display: inline-block;
      width: 80%;
      margin: 0;
      line-height: 24px;
      color: #fff;
      float: left; }
    .light-off-menu .off-menu-close span {
      display: inline-block;
      cursor: pointer;
      text-align: right;
      width: 20%;
      font-size: 14px;
      color: #fff; }
  .light-off-menu .off-menu {
    padding: 0 20px;
    margin-bottom: 30px; }
    .light-off-menu .off-menu li a {
      border-bottom: 1px solid #ececec;
      padding: 19px 0 15px 0;
      color: #8e8e8e;
      font-size: 13px;
      text-transform: uppercase; }
      .light-off-menu .off-menu li a i {
        color: #8e8e8e; }
      .light-off-menu .off-menu li a:hover i {
        color: #e96969; }
    .light-off-menu .off-menu li .submenu li {
      background: #f6f6f6; }
      .light-off-menu .off-menu li .submenu li a {
        padding: 15px 0 15px 40px; }
  .light-off-menu .off-social {
    padding: 0 0 0 20px;
    margin-bottom: 25px; }
    .light-off-menu .off-social h6 {
      font-weight: 600;
      margin-bottom: 30px; }
    .light-off-menu .off-social a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #222222;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      display: inline-block; }
      .light-off-menu .off-social a i {
        color: #aaaaaa; }
      .light-off-menu .off-social a:hover {
        background: #e96969; }
        .light-off-menu .off-social a:hover i {
          color: #fff; }
  .light-off-menu .responsive-search {
    padding: 0 10px; }
    .light-off-menu .responsive-search input {
      color: #6c6c6c;
      font-size: 13px;
      box-shadow: none;
      border: 1px solid #ececec; }
    .light-off-menu .responsive-search .input-group-button button {
      width: 40px;
      height: 40px;
      background: #303030;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      line-height: 40px;
      text-align: center; }
      .light-off-menu .responsive-search .input-group-button button i {
        display: inline-block;
        color: #fff; }
      .light-off-menu .responsive-search .input-group-button button:hover {
        background: #e96969; }

.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #aaa; }

.js-drilldown-back > a::before {
  border-color: transparent #aaa transparent transparent; }

.dark-off-menu {
  background: #444444;
  border-color: #444444; }
  .dark-off-menu .off-menu li a {
    color: #aaaaaa;
    border-color: #6c6c6c; }
  .dark-off-menu .off-menu li .submenu li {
    background: #303030; }
    .dark-off-menu .off-menu li .submenu li a {
      border-color: #444444; }
  .dark-off-menu .off-social {
    margin-bottom: 25px; }
    .dark-off-menu .off-social h6 {
      color: #aaaaaa; }
  .dark-off-menu .top-button .menu li:first-of-type a {
    background: #303030; }
    .dark-off-menu .top-button .menu li:first-of-type a:hover {
      background: #e96969; }
  .dark-off-menu .is-drilldown-submenu.is-active {
    background: #444444; }

/* ==========================================================================
	12- open heading
   ========================================================================== */

/* ==========================================================================
	12- random media
   ========================================================================== */

/* ==========================================================================
	14- vertical thumb slider
   ========================================================================== */


/* ==========================================================================
	15- Single Video Post
   ========================================================================== */
.breadcrumb-video-2 {
  margin-bottom: 30px; }

#breadcrumb {
  background: #444;
  padding: 10px; }
  #breadcrumb .breadcrumbs {
    margin: 0; }
    #breadcrumb .breadcrumbs li {
      font-size: 13px;
      color: #aaaaaa;
      text-transform: capitalize; }
      #breadcrumb .breadcrumbs li a {
        font-size: 13px;
        text-decoration: none;
        color: #aaaaaa;
        text-transform: capitalize; }
        #breadcrumb .breadcrumbs li a:hover {
          color: #e96969; }
      #breadcrumb .breadcrumbs li.disabled {
        font-size: 13px;
        color: #aaaaaa;
        text-transform: capitalize; }
      #breadcrumb .breadcrumbs li i {
        color: #e96969;
        display: inline-block;
        margin-right: 5px;
        font-size: 13px; }
  #breadcrumb .breadcrumbs li:not(:last-child)::after {
    margin: 0 5px;
    -ms-transform: rotate(7deg);
    /* IE 9 */
    -webkit-transform: rotate(7deg);
    /* Chrome, Safari, Opera */
    transform: rotate(7deg); }

.fullwidth-game {
  background: #000;
  padding: 25px 0;
  margin-bottom: 30px;
  clear: both;}
  .fullwidth-game .control{
    text-align: center;
  }
  .fullwidth-game a{
    margin: 3px 10px;
    color: #fff;
    font-size:20px;
  }
  .fullwidth-game a:hover {
    color: #2199e8;
  }


.fullwidth-game .flex-game {
    position: relative;
    text-align: center;
    margin-bottom: 0;
}
.fullwidth-game .flex-game canvas {
  max-width: 100%;
  height:100%
}
.fullwidth-game.fullscreen .flex-game canvas {
  max-height: 100% !important;
}
.fullwidth-game .flex-game .game-loading,
.fullwidth-game .roms p{
  /*position: absolute;*/
  /*bottom: 0;*/
  font-family: "8bit";
  font-size: 2em;
  color: #fff !important;
  line-height: 100%;
  width: 100%;
  text-align: center;
}

.fullwidth-game .roms{
  margin-top:20px;}

.fullwidth-game .roms .item{
  margin-bottom:30px;}
.fullwidth-game .roms .item a{
  padding:0;}

.fullwidth-game .roms .item-thumb{    position: relative;
  height: 200px;
  overflow: hidden;
  background: #000;
  border: 2px solid #ccc;}
.fullwidth-game .roms .item-thumb img{    width: 100%;
  height: 100%;
  object-fit: contain;}



.SinglePostStats {
  margin-bottom: 10px; }
  .SinglePostStats .media-object {
    margin: 0; }
    .SinglePostStats .media-object .object-second {
      width: 100%; }
    .SinglePostStats .media-object .media-object-section:first-child {
      padding-right: 10px; }
    .SinglePostStats .media-object .author-img-sec {
      border-right: 1px solid #ececec;
      padding: 15px 15px 15px 0; }
      .SinglePostStats .media-object .author-img-sec .author-single-post {
        width: 80px;
        height: 80px;
        margin: 0; }
        .SinglePostStats .media-object .author-img-sec .author-single-post img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .SinglePostStats .media-object .author-img-sec p {
        margin: 0; }
        .SinglePostStats .media-object .author-img-sec p a {
          font-size: 12px;
          font-weight: 600;
          color: #444444; }
    .SinglePostStats .media-object .author-des {
      width: 100%;
      border-bottom: 1px solid #ececec;
      padding: 19px 0; }
      .SinglePostStats .media-object .author-des .post-title {
        float: left;
        display: inline; }
        .SinglePostStats .media-object .author-des .post-title h4 {
          color: #444444;
          font-weight: 600;
          margin-bottom: 15px;
          line-height: 150%; }
        .SinglePostStats .media-object .author-des .post-title p {
          margin: 0;
          font-size: 11px;
          color: #aaaaaa; }
          .SinglePostStats .media-object .author-des .post-title p span {
            font-size: inherit;
            color: inherit;
            margin-right: 15px; }
            .SinglePostStats .media-object .author-des .post-title p span i {
              display: inline-block;
              font-size: inherit;
              color: inherit;
              margin-right: 5px; }
      .SinglePostStats .media-object .author-des .subscribe {
        float: right;
        display: inline; }
        .SinglePostStats .media-object .author-des .subscribe button {
          padding: 12px 15px;
          background: #f6f6f6;
          font-size: 13px;
          color: #6c6c6c;
          text-transform: uppercase;
          border: 1px solid #ececec;
          border-radius: 4px; }
          .SinglePostStats .media-object .author-des .subscribe button:hover {
            background: #e96969;
            border-color: #e96969;
            color: #fff; }
    .SinglePostStats .media-object .social-share {
      padding: 6px 0; }
      .SinglePostStats .media-object .social-share .post-like-btn {
        display: block; }
        .SinglePostStats .media-object .social-share .post-like-btn form {
          display: inline-block; }
          .SinglePostStats .media-object .social-share .post-like-btn form button {
            background: #f6f6f6;
            color: #6c6c6c;
            border: 1px solid #ececec;
            border-radius: 4px;
            padding: 8px 10px;
            font-size: 13px;
            margin-right: 5px; }
            .SinglePostStats .media-object .social-share .post-like-btn form button i {
              display: inline-block;
              color: inherit;
              margin-right: 10px;
              font-size: inherit; }
            .SinglePostStats .media-object .social-share .post-like-btn form button:hover {
              background: #e96969;
              color: #fff;
              border-color: #e96969; }
              .SinglePostStats .media-object .social-share .post-like-btn form button:hover i {
                color: #fff; }
        .SinglePostStats .media-object .social-share .post-like-btn .secondary-button {
          border: 1px solid #ececec;
          line-height: 27px;
          font-size: 13px;
          width: 34px;
          margin-right: 5px; }
          .SinglePostStats .media-object .social-share .post-like-btn .secondary-button:hover {
            border-color: #e96969; }
        .SinglePostStats .media-object .social-share .post-like-btn .easy-share {
          margin-top: 5px; }

.singlePostDescription {
  margin-bottom: 10px; }
  .singlePostDescription .heading {
    padding: 24px 0 20px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #ececec; }
    .singlePostDescription .heading h5 {
      font-weight: 600;
      line-height: 16px; }
    .singlePostDescription .heading i {
      font-size: 18px;
      line-height: 18px;
      color: #e96969;
      display: inline-block;
      margin-right: 15px; }
    .singlePostDescription .heading h4 {
      display: inline-block; }
  .singlePostDescription .description p {
    font-size: 13px;
    margin-bottom: 30px; }
  .singlePostDescription .description ul {
    margin-left: 13px;
    list-style: none;
    margin-bottom: 50px; }
    .singlePostDescription .description ul li {
      font-size: 13px;
      position: relative;
      margin-left: 10px; }
      .singlePostDescription .description ul li:before {
        content: "\f0da";
        font-family: "FontAwesome";
        position: absolute;
        left: -20px;
        top: 1px; }
  .singlePostDescription .description .categories {
    margin-bottom: 10px; }
  .singlePostDescription .description .profile-margin {
    margin-bottom: 10px; }
    .singlePostDescription .description .profile-margin:last-of-type {
      margin-bottom: 50px; }
  .singlePostDescription .description button,
  .media-object .genres button {
    padding: 0 10px;
    height: 30px;
    border: 1px solid #ececec;
    border-radius: 4px;
    font-size: 13px;
    color: #6c6c6c;
    font-weight: bold;
    cursor: auto; }
    .singlePostDescription .description button i {
      display: inline-block;
      margin-right: 10px; }
  .singlePostDescription .description .inner-btn,
  .media-object .genres .inner-btn {
    background: #f6f6f6;
    font-size: 13px;
    color: #6c6c6c;
    padding: 0 10px;
    height: 30px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px; }
    .singlePostDescription .description .inner-btn:hover,
    .media-object .genres .inner-btn:hover {
      background: #e96969;
      color: #fff; }

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

.showmore_trigger {
  width: 100%;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center; }

.showmore_trigger span {
  display: inline-block;
  height: 30px;
  line-height: 27px;
  background: #f6f6f6;
  border: 1px solid #ececec;
  padding: 0 10px;
  color: #6c6c6c;
  font-size: 13px;
  border-radius: 4px; }
  .showmore_trigger span:hover {
    background: #e96969;
    color: #fff;
    border-color: #e96969; }

.related {
  margin-bottom: 10px; }
  .related .main-heading {
    margin-bottom: 20px; }
  .related .hover-posts span i {
    font-size: 18px; }

.comments {
  margin-bottom: 30px; }
  .comments .main-heading {
    margin-bottom: 20px; }
    .comments .main-heading h4 span {
      color: #aaaaaa; }
  .comments .comment-box {
    margin-bottom: 20px; }
    .comments .comment-box .media-object {
      margin: 0; }
      .comments .comment-box .media-object .comment-img {
        padding: 15px 10px;
        border-right: 1px solid #ececec; }
        .comments .comment-box .media-object .comment-img .comment-box-img {
          padding: 5px;
          border: 1px solid #ececec;
          width: 80px;
          height: 80px;
          margin-bottom: 5px; }
          .comments .comment-box .media-object .comment-img .comment-box-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .comments .comment-box .media-object .comment-img h6 {
          margin: 0; }
          .comments .comment-box .media-object .comment-img h6 a {
            font-size: 11px;
            line-height: 12px;
            font-weight: bold;
            color: inherit; }
      .comments .comment-box .media-object .comment-textarea {
        width: 100%;
        padding: 15px 15px 10px 15px; }
        .comments .comment-box .media-object .comment-textarea textarea {
          width: 100%;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          border: 1px solid #ececec;
          color: #aaaaaa;
          font-size: 13px;
          margin-bottom: 10px; }
        .comments .comment-box .media-object .comment-textarea input[type="submit"] {
          padding: 0 25px;
          border: 1px solid #ececec;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          text-align: center;
          height: 30px;
          line-height: 30px;
          background: #f6f6f6;
          color: #6c6c6c;
          text-transform: capitalize;
          float: right; }
          .comments .comment-box .media-object .comment-textarea input[type="submit"]:hover {
            background: #e96969;
            color: #fff;
            border-color: #e96969; }
  .comments .comment-sort {
    background: #f6f6f6;
    height: 30px;
    line-height: 27px;
    color: #6c6c6c;
    padding-right: 15px;
    margin-bottom: 30px; }
    .comments .comment-sort span {
      color: inherit;
      font-size: 12px;
      font-weight: 600; }
      .comments .comment-sort span a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit; }
        .comments .comment-sort span a:hover {
          color: #e96969; }

.main-comment .media-object .comment-box-img {
  padding: 5px;
  border: 1px solid #ececec;
  width: 80px;
  height: 80px; }
  .main-comment .media-object .comment-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.main-comment .media-object .comment-desc {
  width: 100%; }
  .main-comment .media-object .comment-desc .comment-title {
    line-height: 16px;
    margin-bottom: 15px; }
    .main-comment .media-object .comment-desc .comment-title .name {
      font-size: 12px;
      color: #aaaaaa; }
      .main-comment .media-object .comment-desc .comment-title .name a {
        font-size: inherit;
        color: #444444;
        font-weight: bold; }
    .main-comment .media-object .comment-desc .comment-title .time {
      font-size: 12px;
      color: #aaaaaa; }
      .main-comment .media-object .comment-desc .comment-title .time i {
        font-size: inherit;
        color: inherit;
        display: inline-block;
        padding-right: 5px; }
  .main-comment .media-object .comment-desc .comment-text p {
    margin-bottom: 30px;
    color: #8e8e8e;
    font-size: 13px; }
  .main-comment .media-object .comment-desc .comment-btns {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec; }
    .main-comment .media-object .comment-desc .comment-btns span {
      font-size: 12px;
      color: #aaaaaa;
      margin-right: 10px; }
      .main-comment .media-object .comment-desc .comment-btns span a {
        font-size: inherit;
        color: inherit; }
        .main-comment .media-object .comment-desc .comment-btns span a i {
          font-size: inherit;
          color: inherit; }
        .main-comment .media-object .comment-desc .comment-btns span a:hover {
          color: #e96969; }
          .main-comment .media-object .comment-desc .comment-btns span a:hover i {
            color: #e96969; }
      .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(2) {
        color: #303030; }
        .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(2) a {
          color: inherit; }
          .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(2) a i {
            color: inherit;
            display: inline-block;
            margin-right: 5px; }
          .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(2) a:hover {
            color: #e96969; }
            .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(2) a:hover i {
              color: #e96969; }
      .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(3) {
        margin: 0;
        cursor: pointer; }
        .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(3) i {
          display: inline-block;
          margin-left: 5px; }

.inner-video .inner-flex-video {
  padding-top: 15px; }
  .inner-video .inner-flex-video .flex-video.widescreen {
    padding-bottom: 48.2%; }

/* ==========================================================================
	16- Profile Page
   ========================================================================== */
.topProfile-inner {
  position: relative; }
  .topProfile-inner .main-text h3 {
    color: #fff; }
  .topProfile-inner .main-text h1 {
    background: #b57262 !important; }
  .topProfile-inner .upload-bg {
    position: absolute;
    top: 25px; }
    .topProfile-inner .upload-bg label:before {
      border: none; }
    .topProfile-inner .upload-bg label {
      padding: 0;
      cursor: pointer; }
    .topProfile-inner .upload-bg .btn-upload i {
      display: inline-block;
      background: #fff;
      color: #6c6c6c;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      padding: 0 11px; }
    .topProfile-inner .upload-bg .btn-upload span {
      display: inline-block;
      padding: 0 10px;
      text-transform: uppercase;
      color: #fff;
      background: rgba(0, 0, 0, 0.6);
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      height: 40px;
      line-height: 40px;
      font-weight: 600;
      font-size: 13px; }
	.topProfile-inner .upload-bg .btn-upload span:hover{
		background: #e96969;
	}
	
.topProfile {
  position: relative;
  height: 350px;
  background: url("../images/profile-bg.png") no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 90px; }
  .topProfile .main-text {
    padding-top: 90px; }
    .topProfile .main-text h3 {
      line-height: 24px;
      margin: 0 0 5px 0;
      text-transform: uppercase; }
    .topProfile .main-text h1 {
      display: inline-block;
      margin: 0;
      background: #e96969;
      line-height: 36px;
      padding: 7px 10px;
      color: #fff;
      text-transform: uppercase; }
  .topProfile .profile-stats {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    z-index: 1; }
    .topProfile .profile-stats .secBg {
      padding: 18px 0; }
    .topProfile .profile-stats .profile-subscribe {
      height: 40px;
      line-height: 40px;
      position: absolute;
      top: -50px;
      left: 20%; }
      .topProfile .profile-stats .profile-subscribe span {
        display: inline-block;
        padding: 0 15px;
        background: #f6f6f6;
        height: 39px;
        text-align: center;
        color: #6c6c6c;
        font-size: 14px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
        .topProfile .profile-stats .profile-subscribe span i {
          color: inherit;
          font-size: 14px;
          display: inline-block;
          margin-right: 10px; }
      .topProfile .profile-stats .profile-subscribe button {
        height: 100%;
        line-height: 40px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 600;
        margin-left: -4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
        .topProfile .profile-stats .profile-subscribe button:hover{
        	background: #e96969;
        }
    .topProfile .profile-stats .profile-share {
      padding: 10px;
      display: inline-block;
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      right: 10%;
      top: -50px;
      border-radius: 4px; }
      .topProfile .profile-stats .profile-share .easy-share {
        height: 20px; }
        .topProfile .profile-stats .profile-share .easy-share button[data-easyshare-button] {
          height: 20px;
          line-height: 20px; }
        .topProfile .profile-stats .profile-share .easy-share span[data-easyshare-button-count] {
          margin: 0 5px 0 8px !important;
          height: 20px;
          line-height: 20px; }
    .topProfile .profile-stats .profile-author-img {
      width: 140px;
      height: 130px;
      padding: 10px;
      background: #fff;
      border: 1px solid #ececec;
      position: absolute;
      bottom: 20px;
      -webkit-box-shadow: 0px 0px 10px 0px #ececec;
      -moz-box-shadow: 0px 0px 10px 0px #ececec;
      box-shadow: 0px 0px 10px 0px #ececec; }
      .topProfile .profile-stats .profile-author-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .topProfile .profile-stats .profile-author-img label {
        padding: 0; }
        .topProfile .profile-stats .profile-author-img label:before {
          border: none; }
      .topProfile .profile-stats .profile-author-img .btn-upload {
        position: relative;
        bottom: 35px;
        left: 8px;
        cursor: pointer; }
        .topProfile .profile-stats .profile-author-img .btn-upload i {
          display: inline-block;
          background: #fff;
          color: #6c6c6c;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px;
          font-size: 14px;
          height: 30px;
          line-height: 30px;
          padding: 0 6px; }
        .topProfile .profile-stats .profile-author-img .btn-upload span {
          display: inline-block;
          padding: 0 6px;
          text-transform: uppercase;
          color: #fff;
          background: rgba(0, 0, 0, 0.6);
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          height: 30px;
          line-height: 30px;
          font-weight: 600;
          font-size: 8px; }.
		.topProfile .profile-stats .profile-author-img .btn-upload span:hover{
			background: #e96969;
		}

    .topProfile .profile-stats .profile-author-name {
      margin-left: 160px; }
      .topProfile .profile-stats .profile-author-name h4 {
        margin: 0 0 9px 0;
        line-height: 18px; }
      .topProfile .profile-stats .profile-author-name p {
        line-height: 11px;
        font-size: 11px;
        color: #6c6c6c;
        margin: 0 0 10px 0; }
        .topProfile .profile-stats .profile-author-name p span {
          font-size: inherit;
          color: #aaaaaa; }
    .topProfile .profile-stats .profile-author-stats ul {
      border-spacing: 10px 0; }
      .topProfile .profile-stats .profile-author-stats ul li {
        border: 1px solid #ececec;
        border-radius: 4px;
        height: 48px;
        line-height: 50px;
        box-sizing: border-box; }
        .topProfile .profile-stats .profile-author-stats ul li div.icon {
          display: block;
          padding: 0 15px;
          text-align: center;
          background: #f6f6f6;
          border-right: 1px solid #ececec;
          box-sizing: border-box; }
          .topProfile .profile-stats .profile-author-stats ul li div.icon i {
            display: inline-block;
            font-size: 16px;
            color: #6c6c6c; }
        .topProfile .profile-stats .profile-author-stats ul li div.li-text {
          padding: 7px 10px;
          text-align: center; }
          .topProfile .profile-stats .profile-author-stats ul li div.li-text p.number-text {
            font-size: 24px;
            font-weight: bold;
            line-height: 18px;
            color: #e96969;
            margin-bottom: 5px; }
          .topProfile .profile-stats .profile-author-stats ul li div.li-text span {
            font-size: 13px;
            line-height: 13px;
            display: block; }

.followers .follower {
  padding-right: 13px;
  margin-bottom: 50px; }
  .followers .follower .follower-img {
    height: 100px;
    width: 115px; }
    .followers .follower .follower-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .followers .follower span {
    display: block;
    border: 1px solid #ececec;
    text-align: center;
    height: 30px;
    line-height: 29px;
    color: #6c6c6c;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px; }
  .followers .follower button {
    height: 30px;
    border: 1px solid #ececec;
    font-weight: 600;
    color: #6c6c6c;
    background: #f6f6f6;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .followers .follower button:hover {
      background: #e96969;
      color: #fff; }

.profile-inner .heading {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  padding: 23px 0 18px 0; }
  .profile-inner .heading i {
    display: inline-block;
    margin-right: 13px;
    color: #e96969; }
  .profile-inner .heading h4 {
    display: inline-block;
    line-height: 18px;
    margin: 0; }
.profile-inner .show-more-inner {
  padding: 50px 0; }
  .profile-inner .show-more-inner .show-more-btn {
    display: inline-block;
    height: 30px;
    line-height: 27px;
    background: #f6f6f6;
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 23px;
    color: #6c6c6c; }
    .profile-inner .show-more-inner .show-more-btn:hover {
      background: #e96969;
      border-color: #e96969;
      color: #fff; }
.profile-inner .profile-videos {
  margin-bottom: 30px; }
  .profile-inner .profile-videos .profile-video {
    border: 1px solid #ececec;
    margin-bottom: 20px; }
    .profile-inner .profile-videos .profile-video .media-object {
      margin: 0; }
      .profile-inner .profile-videos .profile-video .media-object .media-img-content {
        padding-right: 0; }
      .profile-inner .profile-videos .profile-video .media-object .video-img {
        width: 120px;
        height: 97px;}
        .profile-inner .profile-videos .profile-video .media-object .video-img img {
          width: 100%;
          height: 100%; }
      .profile-inner .profile-videos .profile-video .media-object .video-content {
        width: 100%;
        padding-left: 15px; }
        .profile-inner .profile-videos .profile-video .media-object .video-content h5 {
          margin: 15px 0;
          line-height: 16px; }
          .profile-inner .profile-videos .profile-video .media-object .video-content h5 a {
            color: #444444; }
            .profile-inner .profile-videos .profile-video .media-object .video-content h5 a:hover {
              color: #303030; }
        .profile-inner .profile-videos .profile-video .media-object .video-content p {
          font-size: 13px;
          margin-bottom: 14px; }
      .profile-inner .profile-videos .profile-video .media-object .video-detail {
        padding-left: 15px; }
        .profile-inner .profile-videos .profile-video .media-object .video-detail .video-stats {
          display: inline-block;
          width: 50%; }
          .profile-inner .profile-videos .profile-video .media-object .video-detail .video-stats span {
            font-size: 12px;
            color: #aaaaaa;
            display: inline-block;
            margin-right: 15px;
            text-transform: capitalize; }
            .profile-inner .profile-videos .profile-video .media-object .video-detail .video-stats span i {
              font-size: 14px;
              display: inline-block;
              color: #6c6c6c;
              margin-right: 5px; }
            .profile-inner .profile-videos .profile-video .media-object .video-detail .video-stats span:first-of-type i {
              color: #61ca37; }
      .profile-inner .profile-videos .profile-video .media-object .video-btns {
        width: 49%;
        display: inline-block;
        text-align: right;
        padding: 10px; }
        .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn {
          display: inline-block;
          border: 1px solid #ececec;
          background: #f6f6f6;
          color: #6c6c6c;
          height: 30px;
          line-height: 27px;
          font-size: 13px;
          padding: 0 10px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          margin-left: 10px; }
          .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn i {
            display: inline-block;
            margin-right: 8px;
            font-size: inherit;
            color: inherit; }
          .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn:hover {
            background: #e96969;
            border-color: #e96969;
            color: #fff; }
            .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn:hover i {
              color: #fff; }
        .profile-inner .profile-videos .profile-video .media-object .video-btns button[type="submit"] {
          height: 30px;
          border: 1px solid #ececec;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          background: #f6f6f6;
          color: #6c6c6c;
          font-size: 13px;
          text-transform: capitalize;
          line-height: 30px;
          padding: 0 10px; }
          .profile-inner .profile-videos .profile-video .media-object .video-btns button[type="submit"] i {
            display: inline-block;
            margin-right: 9px;
            color: inherit;
            font-size: inherit; }
          .profile-inner .profile-videos .profile-video .media-object .video-btns button[type="submit"]:hover {
            background: #e96969;
            border-color: #e96969;
            color: #fff; }
            .profile-inner .profile-videos .profile-video .media-object .video-btns button[type="submit"]:hover i {
              color: #fff; }

.profile-settings {
  margin-bottom: 30px; }
  .profile-settings .setting-form .setting-form-inner {
    padding: 0 20px;
    margin-bottom: 60px; }
    .profile-settings .setting-form .setting-form-inner label::before {
      border: none; }
    .profile-settings .setting-form .setting-form-inner label {
      padding: 0;
      display: block;
      margin: 0;
      font-size: 13px !important;
      font-weight: 600 !important;
      color: #6c6c6c !important;
      text-transform: capitalize !important;line-height: 40px; }
    .profile-settings .setting-form .setting-form-inner h6 {
      font-size: 13px;
      color: #6c6c6c;
      padding-bottom: 5px;
      margin-bottom: 30px; }
    .profile-settings .setting-form .setting-form-inner input {
      width: 100%;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid #ececec;
      height: 40px;
      line-height: 40px;
      font-size: 13px;
      color: #aaaaaa;
      box-shadow: none;
      padding-left: 20px; }
    .profile-settings .setting-form .setting-form-inner textarea {
      border: 1px solid #ececec;
      width: 100%;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      padding-left: 20px;
      height: 160px;
      color: #aaaaaa;
      font-size: 13px; }
    .profile-settings .setting-form .setting-form-inner .button {
      background: #61ca37;
      border-bottom: 3px solid #53ac2f; }
	.profile-settings .setting-form .setting-form-inner .button:hover{
		background: #79d255;
	}


/* ==========================================================================
	17- Submit Post
   ========================================================================== */
.submit-post {
  margin-bottom: 30px;
  /*****************************************/
  /* Radio buttons sprite background image */
  /*****************************************/ }
  .submit-post .extraMargin {
    margin-bottom: 60px; }
  .submit-post label {
    padding: 0;
    display: block;
    margin: 0;
    font-size: 13px !important;
    font-weight: bold !important;
    color: #6c6c6c !important;
    text-transform: capitalize !important; }
  .submit-post h6 {
    font-size: 13px;
    color: #6c6c6c;
    padding-bottom: 5px;
    margin-bottom: 30px; }
  .submit-post p {
    margin-bottom: 30px;
    font-size: 13px; }
  .submit-post input {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ececec;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #aaaaaa;
    box-shadow: none;
    padding-left: 20px;
    margin-bottom: 30px; }
  .submit-post textarea {
    border: 1px solid #ececec;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding-left: 20px;
    height: 160px;
    color: #aaaaaa;
    font-size: 13px;
    box-shadow: none;
    margin-bottom: 30px; }
  .submit-post .radio {
    margin-bottom: 60px; }
    .submit-post .radio .customLabel:before {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      left: -20px; }
    .submit-post .radio .customLabel {
      display: inline-block;
      margin-left: 20px;
      margin-right: 10px;
      font-size: 13px !important;
      color: #8e8e8e !important; }
  .submit-post .upload-video {
    border: 1px solid #ececec;
    padding: 5px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px; }
    .submit-post .upload-video .button {
      display: inline-block;
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      color: #fff !important;
      font-weight: bold;
      margin-right: 10px; }
      .submit-post .upload-video .button:hover {
        color: #fff !important; }
    .submit-post .upload-video span {
      font-size: 13px;
      /*display: inline-block;*/
      padding-right: 30px; }
  .submit-post .post-meta textarea {
    height: 110px;
    margin-bottom: 10px; }
  .submit-post .post-category select {
    margin-bottom: 30px; }
  .submit-post .video-sprite {
    display: block; }
  .submit-post .video-layout {
    margin-bottom: 30px;
    width: 58px;
    display: inline-block;
    margin-right: 20px;
    text-align: center; }
    .submit-post .video-layout input[type=radio] {
      display: none; }
    .submit-post .video-layout input[type=radio] + label.fullwidth {
      display: inline-block;
      cursor: pointer;
      outline: 0;
      width: 64px;
      height: 56px;
      background-image: url("../images/sprite-bottle-3g.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      text-indent: -99999px; }
    .submit-post .video-layout input[type=radio]:checked + label.fullwidth {
      background-position: 0 -114px; }
    .submit-post .video-layout input[type=radio] + label.standard {
      display: inline-block;
      cursor: pointer;
      outline: 0;
      width: 64px;
      height: 56px;
      background-image: url("../images/sprite-bottle-3g.png");
      background-repeat: no-repeat;
      background-position: 0 -57px;
      text-indent: -99999px; }
    .submit-post .video-layout input[type=radio]:checked + label.standard {
      background-position: 0 bottom; }
    .submit-post .video-layout span {
      font-size: 12px;
      color: #6c6c6c; }
  .submit-post button[type="submit"] {
    margin: 20px 0 50px 0;
    background: #61ca37;
    border-bottom: 3px solid #53ac2f; }

/* ==========================================================================
	18-login - register
   ========================================================================== */
.registration {
  background: #f6f6f6;
  margin: 30px 0; }
  .registration .borderBottom {
    padding: 0 15px;
    margin-bottom: 50px; }
  .registration .login-register-content {
    padding-bottom: 100px; }
  .registration .page-heading {
    padding: 40px 0; }
    .registration .page-heading h3 {
      text-transform: capitalize;
      margin-bottom: 20px; }
    .registration .page-heading p {
      font-size: 13px; }
   .social-login h5 {
    font-weight: 600;
    margin-bottom: 30px; }
   .social-login .social-login-btn {
    height: 50px;
    margin-bottom: 20px; }
.social-login .social-login-btn:last-child{ margin-bottom:0;}
     .social-login .social-login-btn > a {
      display: block;
      font-size: 14px;
      text-transform: capitalize;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      font-weight: bold;
       padding: 0 !important;
       margin: 0 !important;
       width: 100%;
     }
       .social-login .social-login-btn a i {
        display: inline-block;
        width: 50px;
        line-height: 50px;
        height: 50px;
        text-align: center;
        margin-right: 10px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        font-size: 16px; }
     .social-login .social-login-btn.facebook a:hover,
     .social-login .social-login-btn.facebook a {
      color: #fff;
      background: #395996; }
       .social-login .social-login-btn.facebook a i {
        color: #fff;
        background: #335087; }
     .social-login .social-login-btn.twitter a:hover,
     .social-login .social-login-btn.twitter a {
      color: #fff;
      background: #43b3e5; }
       .social-login .social-login-btn.twitter a i {
        color: #fff;
        background: #3ca1ce; }
     .social-login .social-login-btn.g-plus a:hover,
     .social-login .social-login-btn.g-plus a {
      color: #fff;
      background: #fb3333; }
       .social-login .social-login-btn.g-plus a i {
        color: #fff;
        background: #e12e2e; }
     .social-login .social-login-btn.linkedin a:hover,
     .social-login .social-login-btn.linkedin a {
      color: #fff;
      background: #007bb6; }
       .social-login .social-login-btn.linkedin a i {
        color: #fff;
        background: #006ea3; }
  .registration .middle-text {
    position: relative; }
    .registration .middle-text p {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 30%;
      transform: translate(-20%, -50%); }
      .registration .middle-text p span {
        display: inline-block;
        margin: 0 23px;
        color: #444444;
        font-weight: bold; }
      .registration .middle-text p i.active {
        color: #444444; }
  .registration .register-form h5 {
    font-weight: 600;
    margin-bottom: 30px; }
  .registration .register-form .input-group {
    margin-bottom: 20px;
    position: relative; }
    .registration .register-form .input-group .input-group-label {
      background: #f6f6f6;
      border-color: #ececec;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      height: 50px !important;
      width: 50px;
      overflow: hidden; }
      .registration .register-form .input-group .input-group-label i {
        color: #6c6c6c;
        font-size: 16px; }
    .registration .register-form .input-group input {
      height: 50px;
      border-color: #ececec;
      box-shadow: none;
      font-size: 13px;
      color: #aaaaaa;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      margin: 0; }
    .registration .register-form .input-group .form-error {
      position: absolute;
      bottom: 18px;
      margin: 0;
      right: 10px; }
  .registration .register-form .button {
    margin-bottom: 25px; }
  .registration .register-form .loginclick {
    font-size: 12px;
    text-align: right; }
    .registration .register-form .loginclick a {
      color: #303030;
      text-transform: capitalize; }
      .registration .register-form .loginclick a:hover {
        color: #e96969; }
      .registration .register-form .loginclick a:nth-of-type(1) {
        float: left; }
  .registration h4 {
    margin-bottom: 30px; }
  .registration .map {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px; }
  .registration .user-contacts .contact-stats {
    margin-bottom: 40px; }
    .registration .user-contacts .contact-stats i {
      display: inline-block;
      font-size: 14px;
      color: #444444;
      margin-right: 10px; }
    .registration .user-contacts .contact-stats h6 {
      display: inline-block;
      font-size: 14px;
      color: #444444;
      margin-bottom: 20px;
      text-transform: capitalize; }
    .registration .user-contacts .contact-stats p {
      font-size: 13px; }
      .registration .user-contacts .contact-stats p a.secondary-button {
        text-align: center; }
        .registration .user-contacts .contact-stats p a.secondary-button i {
          margin: 0; }
        .registration .user-contacts .contact-stats p a.secondary-button:hover i {
          color: #fff; }
  .registration .register-form textarea {
    width: 100%;
    height: 240px;
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    color: #aaaaaa;
    font-size: 13px; }

/* ==========================================================================
	19- pagination
   ========================================================================== */
.pagination {
  text-align: center;
  margin: 20px 0 50px 0; list-style: none}
.pagination li{
  display: inline-block;padding:2px 3px
}
  .pagination a.prev {
    display: inline-block;
    height: 30px;
    background: #f6f6f6;
    width: auto;
    color: #6c6c6c;
    font-size: 13px;
    /*line-height: 30px;*/
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px; }
  .pagination a.next {
    display: inline-block;
    /*height: 30px;*/
    background: #f6f6f6;
    width: auto;
    color: #6c6c6c;
    font-size: 13px;
    line-height: 30px;
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px; }
  .pagination a {
    display: inline-block;
    /*width: 30px;*/
    /*height: 30px;*/
    background: #f6f6f6;
    color: #6c6c6c;
    font-size: 13px;
    line-height: 30px;
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px; }
    .pagination a:hover {
      background: #e96969;
      border-color: #e96969;
      color: #fff; }
  .pagination li.active a,
  .pagination span.current {
    background: #e96969;
    border: 1px solid #e96969;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }


/* ==========================================================================
	22- 404 error page
   ========================================================================== */
.error-page {
  margin-bottom: 30px; }
  .error-page .error-page-content {
    padding: 100px 0; }
    .error-page .error-page-content .error-img {
      margin-bottom: 50px;
      position: relative; }
      .error-page .error-page-content .error-img .spark {
        display: inline-block;
        position: absolute;
        right: 29%;
        top: 22px; }
        .error-page .error-page-content .error-img .spark img {
          width: 100%; }
    .error-page .error-page-content h1 {
      font-size: 46px;
      text-transform: uppercase;
      letter-spacing: 10px;
      margin-bottom: 35px; }
    .error-page .error-page-content p {
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 40px; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation: flash 0.3s infinite;
  animation: flash 0.3s infinite; }
.tab-content {
  display:none;
  clear:both;
}
.tab-content.active {
  display:block;
}

.dropdown-account-menu{position: absolute;list-style: none;margin: 0;z-index: 999;padding-top:5px;display: none}
.dropdown-account-menu li a{background:transparent;display: block !important;border-radius: 0 !important;}

.process-loading{
  font-family: "8bit";
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 2.5em;
  color: #fff;}

canvas#canvas.processing{opacity: 0.5;}
.reveal.fill-height{max-height: 80%;height: 100%;}
.reveal#loadStates{
  background-color: rgba(0,0,0,0.2);
}
.reveal#loadStates .title, .reveal#loadStates p{color:#fff !important}
.reveal#loadStates p{ font-size:14px;}
.reveal .title{text-align: center;}
.reveal .content{overflow: auto;margin-bottom:10px;}
.reveal .content .state-item{text-align: center; margin-bottom:5px; min-height:211px;display: inline-block; float: none;}
/*.reveal .content .state-item .state-item-inner{border:1px solid #ccc;}*/

#controllerSetting .tab-content{margin-top:20px;}
ul.menu.vertical{padding-top:7px;position: relative;top:0}

.notice-gamepad{
  background: #ff5b5b;
  color: #fff !important;
  text-align: center;}

.atoz_nav{list-style: none;margin: 0;padding: 0;text-align: center; margin-bottom:20px;}
.atoz_nav li{display: inline-block}
.atoz_nav li a{padding: 5px 10px; font-size:14px;color:#333}
.atoz_nav li.current a{color:#666}

.loading-overlay{display:table;opacity:.7}
.loading-overlay-content{text-transform:uppercase;letter-spacing:.4em;font-size:1.15em;font-weight:700;text-align:center;display:table-cell;vertical-align:middle}
.loading-overlay.loading-theme-light{background-color:#fff;color:#000}
.loading-overlay.loading-theme-dark{background-color:#000;color:#fff}


.virtual-gamepad{display: none;position: fixed; bottom: 30px; width: 100%; z-index: 999; height: 220px; }
.virtual-gamepad .top{position: absolute;bottom:250px; width: 100%;}
.virtual-gamepad .left{position: absolute;bottom:70px;width:125px;height: 125px;left:10px}
.virtual-gamepad .center{position: absolute;bottom:40px;height: 40px;width:100px;left:50%; margin-left:-50px;}
.virtual-gamepad .center .buttons{width:40px; height:40px;}
.virtual-gamepad .right{position: absolute;bottom:70px;width:130px; height:130px; right:10px;}
.virtual-gamepad .right .buttons{width:50px; height:50px;}
.virtual-gamepad .buttons{position: absolute;width: 50px;height:50px;background-size: 100%; filter: invert(30%);}
.virtual-gamepad .buttons img{ width: 100%;}
.virtual-gamepad .b_up{left: 43px;
  width: 40px;
  height: 45px;background-image: url(../images/virtual-gamepad/dpad-up.png)}
.virtual-gamepad .b_down{left: 42px;
  top: 80px;
  width: 40px;
  height: 45px;background-image: url(../images/virtual-gamepad/dpad-down.png)}
.virtual-gamepad .b_left{left: 0px;
  top: 43px;
  width: 45px;
  height: 39px;background-image: url(../images/virtual-gamepad/dpad-left.png)}
.virtual-gamepad .b_right{left: 80px;
  top: 43px;
  width: 45px;
  height: 39px;background-image: url(../images/virtual-gamepad/dpad-right.png)}
.virtual-gamepad .b_select{background-image: url(../images/virtual-gamepad/select_rounded_big.png);background-size: 100%}
.virtual-gamepad .b_start{left:64px;background-image: url(../images/virtual-gamepad/start_rounded.png);background-size: 100%}


.virtual-gamepad .b_y{left:40px;background-image:url(../images/virtual-gamepad/Y.png);background-size:100%;}
.virtual-gamepad .b_a{left:40px;top:80px;background-image:url(../images/virtual-gamepad/A.png);background-size:100%}
.virtual-gamepad .b_x{left:0;top:40px;background-image:url(../images/virtual-gamepad/X.png);background-size:100%}
.virtual-gamepad .b_b{left:81px;top:40px;background-image:url(../images/virtual-gamepad/B.png);background-size:100%}
.virtual-gamepad .b_l{left:0;height:31px;background-image:url(../images/virtual-gamepad/L_smaller.png);background-size:100%}
.virtual-gamepad .b_r{right:10px;height:31px;background-image:url(../images/virtual-gamepad/R_smaller.png);background-size:100%}

.columns.list .post-des a{
  white-space: normal;
}

.rotate90{
  -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);
}
.rotate90 .nipple{
  -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg);
}

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;-ms-grid-row-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}


/* mobile view */


@media screen and (max-width: 767px) {
  .content .list-group .item{
    display: inline-block;
    float: none;
    width: 49%;
    vertical-align: top;
  }
  .fullwidth-game .control a:first-child{display: none}
  .content.content-with-sidebar .list-group .group-item-grid-default { width: 300px !important;}
  .content.content-with-sidebar .list-group .list .post .post-des{width: 60%!important;}
}
@media screen and (max-width: 768px) {
  .mobile-hidden{display: none !important;}
}

@media screen and (max-width: 360px) {
  .content .list-group .item{width: 100%;}
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  /*nav-bar*/
  #navBar .topnav .title-bar{
      background: #fff;
  }
  #navBar .topnav .title-bar-dark{
      background: #444444;
  }
  #navBar .topnav .title-bar .menu-icon::after{
      background: #444444;
      box-shadow: 0 7px 0 #444, 0 14px 0 #444;
  }
  #navBar .topnav .title-bar-dark .menu-icon::after{
      background: #fff;
      box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  }
  #navBar .topnav .title-bar .menu-icon{
      float: left;
      display: inline-block;
      margin-top: 7px;
  }
  #navBar .topnav .title-bar .title-bar-title{
      width: 80%;
      float: left;
      text-align: center;
      display: inline-block;
  }
  /* vertical slider */
  .thumb-slider{
      height: 200px;
  }
  .thumb-slider .main-image{
      width: 100%;
  }
  .thumb-slider .main-image .image{
      height: 200px;
  }
  .thumb-slider .main-image .image iframe{
      border: 0 none !important;
      height: 200px !important;
      width: 100% !important;
  }
  .thumb-slider .thumbs{
      width: 100%;
  }
  .thumbs .thumbnails .ver-thumbnail .item-title span{
      bottom: 52px;
  }
  /* content */
  .content .list-group .grid-medium{
      width: 100%;
  }
  .content .list-group .list .post .post-thumb{
      width: 100%;
  }
  .content .list-group .list .post .post-des{
      width: 100%;
      margin: 0;
      padding: 10px 0;
  }
  /* content with sidebar */
  .content.content-with-sidebar .list-group .grid-default{
      width: 100% !important;
      padding: 10px;
  }
  .content.content-with-sidebar .list-group .group-item-grid-default{
      width: 100% !important;
      padding: 10px;
  }
  .content.content-with-sidebar .list-group .grid-medium{
      width: 100% !important;
      padding: 10px;
  }
  .content.content-with-sidebar .list-group .list .post .post-thumb{
      width: 100% !important;
      height:275px !important;
  }
  .content.content-with-sidebar .list-group .list .post .post-des{
      width: 100% !important;
      margin: 0;
  }
  /* sidebar */
  .sidebar .widgetBox .widgetContent .social-links .socialButton{
      margin-bottom: 10px;
  }
  .sidebar .widgetBox .widgetContent .advBanner{
      width: 100%;
  }
  /* carousel page 3 */
  #carouselSlider .item .inner-item .item-title span{
      bottom: 54px;
  }

  #randomMedia .random-media-head .tabs li a{
      margin-right: 24px;
      padding: 17px 0;
  }
  .content .main-heading .head-title h4{
      font-size: 16px;
  }

  .content.content-with-sidebar .list-group .landing-extra-small{
      width: 100%;
      padding-right: 10px;
  }
  /* profile */
  .topProfile .main-text{
      padding: 45px 0;
  }
  .topProfile .profile-stats{
      position: relative;
      bottom: 0;
  }
  .topProfile .profile-stats .profile-author-img{
      position: relative;
      bottom:0;
      left: 0;
      right: 0;
      margin: 0 auto;
      margin-bottom: 10px;
  }
  .topProfile .profile-stats .profile-subscribe{
      position: relative;
      left: 0;
      top:0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 10px;
  }
  .topProfile .profile-stats .profile-share{
      position: relative;
      right: 0;
      top: 0;
      left: 50%;
      transform: translate(-50%);
  }
  .topProfile .profile-stats .profile-author-name{
      margin-left: 0;
      display: block;
      float: none !important;
      text-align: center;
  }
  .profile-author-stats.float-right{
      float: none !important;
  }
  .topProfile .profile-stats .profile-author-stats ul{
      width: 100%;
      text-align: center;
      display: block;
  }
  .topProfile .profile-stats .profile-author-stats ul li{
      display: inline-block;
      height: auto;
  }
  .topProfile .profile-stats .profile-author-stats ul li div.icon{
      width: 100%;
      float: none !important;
      display: block;
  }
  .topProfile .profile-stats .profile-author-stats ul li div.li-text{
      padding: 7px 3px;
      float: none !important;
      display: block;
  }
  .sidebar{
      margin-top: 50px;
  }

  .comments .comment-box{
      padding-bottom: 35px;
  }
  .comments .comment-box .media-object .comment-img{
      text-align: left;
  }
  .profile-inner .profile-videos .profile-video .media-object .video-img{
      border: none;
      width: 100%;
      height: 100%;
  }
  .profile-inner .profile-videos .profile-video .media-object .video-detail .video-stats{
      width: 100%;
      margin-bottom: 15px;
      text-align: center;
  }
  .profile-inner .profile-videos .profile-video .media-object .video-btns{
      width: 100%;
      text-align: center;
  }
  .followers .follower .follower-img{
      text-align: center;
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .followers .follower .follower-img img{
      height: 100px;
      width: 115px;
  }
  .topProfile-inner{
      padding: 45px 0;
  }
  /* single video */
  .SinglePostStats .media-object .author-des .post-title p{
      margin-bottom: 10px;
      font-size: 14px
  }
  .SinglePostStats .media-object .author-des .post-title p span{
      margin-right: 10px;
  }
  .SinglePostStats .media-object .author-des .subscribe{
      display: block;
      float: none !important;
      text-align: center;
  }
  .SinglePostStats .media-object .author-img-sec{
      border: none;
  }
  .SinglePostStats .media-object .author-img-sec p{
      text-align: left;
  }
  .SinglePostStats .media-object .social-share .post-like-btn .secondary-button i,
  .SinglePostStats .media-object .social-share .post-like-btn form button{
      font-size: 16px
  }
  .SinglePostStats .media-object .social-share .post-like-btn .secondary-button{height:34px}

  .SinglePostStats .media-object .social-share .sharethis-inline-share-buttons{margin-top: 20px;}

  footer .widgetBox{
      margin-bottom: 10px;
  }
  #slider p.ls-l{
      display: none !important;
  }
}

@media screen and (max-width: 640px){
  .topProfile .profile-stats .profile-author-stats ul{
      width: 100% !important;
      text-align: center !important;
      display: block !important;
  }
  .topProfile .profile-stats .profile-author-stats ul li{
      display: inline-block !important;
      height: auto !important;
  }
  .topProfile .profile-stats .profile-author-stats ul li div.icon{
      width: 100% !important;
      float: none !important;
      display: block !important;
  }
  .topProfile .profile-stats .profile-author-stats ul li div.li-text{
      padding: 7px 3px !important;
      float: none !important;
      display: block !important;
  }
  .topProfile .profile-stats .profile-author-name{
      top: 87px !important;
  }
  .topProfile .profile-stats .profile-share{
      right: 2% !important;
  }
}
  /* tablet view */

@media screen and (min-width: 640px) and (max-width: 1024px) {
  /*nav-bar*/
  #navBar .topnav .title-bar{
      background: #fff;
  }
  #navBar .topnav .title-bar-dark{
      background: #444444;
  }
  #navBar .topnav .title-bar .menu-icon::after{
      background: #444444;
      box-shadow: 0 7px 0 #444, 0 14px 0 #444;
  }
  #navBar .topnav .title-bar-dark .menu-icon::after{
      background: #fff;
      box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  }
  #navBar .topnav .title-bar .menu-icon{
      float: left;
      display: inline-block;
      margin-top: 7px;
  }
  #navBar .topnav .title-bar .title-bar-title{
      width: 80%;
      float: left;
      text-align: center;
      display: inline-block;
  }
  /* vertical slider */
  .thumb-slider .main-image{
      width: 60%;
  }
  .thumb-slider .main-image .image{
      height: 400px;
  }
  .thumb-slider .thumbs{
      width: 40%;
  }
  .thumb-slider .thumbs .thumbnails{
      width: 100%;
  }
  .thumbs .thumbnails .ver-thumbnail .item-title span{
      bottom: 53px;}
  /* content */
  .content .list-group .grid-medium{
      width: 50%;
  }
  .content .list-group .list .post .post-thumb{
      width: 35%;
  }
  .content .list-group .list .post .post-des{
      width: 60%;
      margin: 0;
      padding: 10px 0;
  }
  /* content with sidebar */
  .content.content-with-sidebar .list-group .grid-default{
      width: 50% !important;
      padding: 10px;
  }
  .content.content-with-sidebar .list-group .group-item-grid-default{
      width: 50% !important;
      padding: 10px;
  }
  .content.content-with-sidebar .list-group .grid-medium{
      width: 50% !important;
      padding: 10px;
  }
  .content.content-with-sidebar .list-group .list .post .post-thumb{
      width: 35% !important;
  }
  .content.content-with-sidebar .list-group .list .post .post-des{
      width: 60% !important;
      margin: 0;
  }
  aside .columns:last-child:not(:first-child){
      float: none !important;
  }
  footer .widgetBox{
      margin-bottom: 10px;
  }
  .topProfile .profile-stats .profile-author-img{
      bottom: 60px;
  }
  .topProfile .profile-stats .profile-subscribe{
      left: 25%;
  }
  .topProfile .profile-stats .profile-share{
      right: 3%;
  }
  .topProfile .profile-stats .profile-author-name{
      position: absolute;
      left: 28px;
      top: 36px;
      margin-left: 0;
  }
  .followers .follower .follower-img{
      width: 100%;
      height: 100%;
      text-align: center;
      margin-bottom: 10px;
  }
  .followers .follower .follower-img img{
      width: 100px;
      height: 115px;
  }
  .easy-share span[data-easyshare-total-count],
  .easy-share span[data-easyshare-button-count]{
      margin: 0 10px 0 7px;
  }

}
@media screen and (min-width: 320px) and (max-width: 320px){
  .error-page .error-page-content .error-img .spark{
      width: 10px !important;
      right: 21% !important;
      top: 5px !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 360px){
  .error-page .error-page-content .error-img .spark{
      right: 21% !important;
      top: 8px !important;
      width: 12px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 480px){
  .error-page .error-page-content .error-img .spark{
      width: 16px !important;
      right: 21% !important;
      top: 14px !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 640px){
  .error-page .error-page-content .error-img .spark{
      right: 23% !important;
      top: 21px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px){
  .error-page .error-page-content .error-img .spark{
      right: 28% !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px){
  .error-page .error-page-content .error-img .spark{
      right: 34% !important;
      top: 22px !important;
      width: 13px !important;
  }
}


.jq-toast-wrap,.jq-toast-wrap *{margin:0;padding:0}.jq-toast-wrap{display:block;position:fixed;width:250px;pointer-events:none!important;letter-spacing:normal;z-index:9000!important}.jq-toast-wrap.bottom-left{bottom:20px;left:20px}.jq-toast-wrap.bottom-right{bottom:20px;right:40px}.jq-toast-wrap.top-left{top:20px;left:20px}.jq-toast-wrap.top-right{top:20px;right:40px}.jq-toast-single{display:block;width:100%;padding:10px;margin:0 0 5px;border-radius:4px;font-size:12px;font-family:arial,sans-serif;line-height:17px;position:relative;pointer-events:all!important;background-color:#444;color:#fff}.jq-toast-single h2{font-family:arial,sans-serif;font-size:14px;margin:0 0 7px;background:0 0;color:inherit;line-height:inherit;letter-spacing:normal}.jq-toast-single a{color:#eee;text-decoration:none;font-weight:700;border-bottom:1px solid #fff;padding-bottom:3px;font-size:12px}.jq-toast-single ul{margin:0 0 0 15px;background:0 0;padding:0}.jq-toast-single ul li{list-style-type:disc!important;line-height:17px;background:0 0;margin:0;padding:0;letter-spacing:normal}.close-jq-toast-single{position:absolute;top:3px;right:7px;font-size:14px;cursor:pointer}.jq-toast-loader{display:block;position:absolute;top:-2px;height:5px;width:0;left:0;border-radius:5px;background:red}.jq-toast-loaded{width:100%}.jq-has-icon{padding:10px 10px 10px 50px;background-repeat:no-repeat;background-position:10px}.jq-icon-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);background-color:#31708f;color:#d9edf7;border-color:#bce8f1}.jq-icon-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);background-color:#8a6d3b;color:#fcf8e3;border-color:#faebcc}.jq-icon-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);background-color:#a94442;color:#f2dede;border-color:#ebccd1}.jq-icon-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);color:#dff0d8;background-color:#3c763d;border-color:#d6e9c6}
.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/*!
 *  Font Awesome 4.5.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-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0') 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:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, 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"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
