@charset "UTF-8";
/* line 1, ../sass/_classes.scss */
.clr:after, .confirm_block:after {
  clear: both;
  content: ' ';
  display: block;
}

/* line 7, ../sass/_classes.scss */
.transition, a, .help_top, .fixed_translate, .choose_link span, .fixed_search {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}

/* line 14, ../sass/_classes.scss */
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 21, ../sass/_classes.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 29, ../sass/_classes.scss */
.center {
  text-align: center;
}

/* line 33, ../sass/_classes.scss */
.marg_top_30 {
  margin-top: 30px;
}

/* line 37, ../sass/_classes.scss */
.no_pad {
  padding: 0;
}

/* line 42, ../sass/_classes.scss */
.full_cont .container {
  width: 100%;
}

/* line 47, ../sass/_classes.scss */
.with_pad {
  padding: 60px 0;
}

/* line 51, ../sass/_classes.scss */
.no_pad_left {
  padding-left: 0;
}

/* line 55, ../sass/_classes.scss */
.no_pad_right {
  padding-right: 0;
}

/* line 59, ../sass/_classes.scss */
.table_display {
  display: table;
  float: none;
  width: 100%;
}
/* line 64, ../sass/_classes.scss */
.table_display .table_cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/* line 71, ../sass/_classes.scss */
.top_60 {
  margin-top: 60px;
}

/* line 75, ../sass/_classes.scss */
.o_hidden {
  overflow: hidden;
}

/* line 79, ../sass/_classes.scss */
.fixed {
  position: fixed;
}

/* line 83, ../sass/_classes.scss */
.bg {
  background: #fff;
}

/* line 87, ../sass/_classes.scss */
.primary_bg {
  background-color: #756867;
}

/* line 91, ../sass/_classes.scss */
.secondary_bg {
  background-color: #DBD9D4;
}

/* line 95, ../sass/_classes.scss */
.accent_bg {
  background-color: #FF8C3F;
}

/* line 99, ../sass/_classes.scss */
.accent2_bg {
  background-color: #8bc34a;
}

/* line 103, ../sass/_classes.scss */
.primary_color {
  color: #756867;
}

/* line 107, ../sass/_classes.scss */
.secondary_color {
  color: #DBD9D4;
}

/* line 111, ../sass/_classes.scss */
.accent_color {
  color: #FF8C3F;
}

/* line 115, ../sass/_classes.scss */
.accent2_color {
  color: #8bc34a;
}

/* line 119, ../sass/_classes.scss */
.white_color {
  color: #fff;
}

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

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
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.
 */
/* line 33, ../sass/_normalize.scss */
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.
 */
/* line 54, ../sass/_normalize.scss */
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.
 */
/* line 67, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
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.
 */
/* line 252, ../sass/_normalize.scss */
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.
 */
/* line 266, ../sass/_normalize.scss */
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.
 */
/* line 277, ../sass/_normalize.scss */
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.
 */
/* line 290, ../sass/_normalize.scss */
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.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
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.
 */
/* line 322, ../sass/_normalize.scss */
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.
 */
/* line 334, ../sass/_normalize.scss */
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`.
 */
/* line 346, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
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.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
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.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 1, ../sass/_base.scss */
body {
  font-size: 16px;
  line-height: 140%;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  background: #ededed;
}

/* line 9, ../sass/_base.scss */
html {
  overflow-x: hidden;
  font-size: 16px;
}

/* line 14, ../sass/_base.scss */
.anspress {
  font-family: "Open Sans", sans-serif;
}

/* line 18, ../sass/_base.scss */
#anspress {
  background: #ededed;
}
/* line 21, ../sass/_base.scss */
#anspress .ap-questions-item {
  background: #fafafa;
}

/* line 26, ../sass/_base.scss */
p {
  margin: 12px 0;
}

/* line 30, ../sass/_base.scss */
a {
  color: #756867;
}
/* line 34, ../sass/_base.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #6c9c34;
}

/* line 41, ../sass/_base.scss */
div:focus {
  outline: none !important;
}

/* line 45, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

/* line 55, ../sass/_base.scss */
#btt {
  padding: 10px 15px;
  font-size: 22px;
  background: transparent;
  color: #756867;
  position: fixed;
  left: 2%;
  bottom: 16px;
  z-index: 99;
  border-radius: 3px;
}

/* line 68, ../sass/_base.scss */
.invisible {
  opacity: 0;
}

/* line 72, ../sass/_base.scss */
#cookie-notice {
  width: 15%;
  min-width: 10%;
  bottom: 25px;
}

/* line 78, ../sass/_base.scss */
#cn-notice-text {
  display: block;
  margin-bottom: 10px;
}

/**
*-----------------------------------------------------------------------------
* header
*-----------------------------------------------------------------------------
*/
/* line 89, ../sass/_base.scss */
#header {
  color: #fff;
  padding: 9px 0;
}
/* line 92, ../sass/_base.scss */
#header a {
  color: #FF8C3F;
}
/* line 96, ../sass/_base.scss */
#header .logo {
  font-size: 0.9rem;
  margin-top: 6px;
}
/* line 99, ../sass/_base.scss */
#header .logo a {
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: inline-block;
}
/* line 104, ../sass/_base.scss */
#header .logo img {
  float: left;
  margin-top: -5px;
  margin-right: 10px;
  max-height: 60px;
}
/* line 112, ../sass/_base.scss */
#header .logo_feature {
  color: #FF8C3F;
}
/* line 116, ../sass/_base.scss */
#header .navbar-default {
  margin-bottom: 0;
  margin-top: 15px;
  background-color: transparent;
  border-color: transparent;
}
/* line 121, ../sass/_base.scss */
#header .navbar-default ul {
  float: right;
}
/* line 124, ../sass/_base.scss */
#header .navbar-default ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 3px;
}
/* line 133, ../sass/_base.scss */
#header .navbar-default ul li.active > a, #header .navbar-default ul li.active > a:hover, #header .navbar-default ul li.active > a:focus {
  background: transparent;
}
/* line 138, ../sass/_base.scss */
#header .navbar-default ul li.green_menu a {
  background: #8bc34a;
}

/* line 147, ../sass/_base.scss */
.gsc-search-button-v2 {
  height: 30px;
}

/* line 151, ../sass/_base.scss */
.search_top .gsc-control-cse {
  margin-bottom: 1.5rem;
  padding: 0.6rem 0.5rem 0.5rem !important;
}

/* line 156, ../sass/_base.scss */
.help_top {
  background: #756867;
  padding: 1.7rem 2rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  top: -100px;
}
/* line 170, ../sass/_base.scss */
.help_top:hover {
  background: #8bc34a;
  color: #fff;
}
/* line 175, ../sass/_base.scss */
.help_top.ht_show {
  top: 0;
}
/* line 179, ../sass/_base.scss */
.help_top .ht_inner {
  max-width: 700px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

/* line 187, ../sass/_base.scss */
.top_rank {
  background: #FF8C3F;
  float: right;
  font-size: 0.9rem;
  padding: 3px 10px;
  border-radius: 3px;
  margin-top: 2px;
  color: #fff !important;
  margin-left: 10px;
  display: inline-block;
}

/* line 200, ../sass/_base.scss */
.top_bar {
  position: relative;
  background-image: url("../img/top_bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 20px;
}

/* line 210, ../sass/_base.scss */
.fixed_translate {
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 250px;
  max-width: 250px;
  background: #000;
  padding: 5px 55px 5px 15px;
  z-index: 100;
  left: -200px;
}
/* line 221, ../sass/_base.scss */
.fixed_translate.ft_show {
  left: 0;
}
/* line 224, ../sass/_base.scss */
.fixed_translate select {
  padding: 4px 6px;
  font-size: 0.9rem;
}

/* line 231, ../sass/_base.scss */
.btn_tooltip {
  background: none;
  border: none;
}

/* line 237, ../sass/_base.scss */
.translate_show {
  background: black;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 50px;
  height: 100%;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
}
/* line 253, ../sass/_base.scss */
.translate_show:focus {
  outline: none;
}
/* line 256, ../sass/_base.scss */
.translate_show img {
  max-width: 92%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* line 265, ../sass/_base.scss */
.show {
  margin-bottom: 40px;
}

/* line 271, ../sass/_base.scss */
#single-page article p a, .single article p a {
  color: #FF8C3F;
  font-weight: bold;
}

/* line 278, ../sass/_base.scss */
.info_top {
  display: block;
  margin: -15px auto 35px;
  width: 100%;
  max-width: 1140px;
  background: #c83454;
  color: #fff;
  padding: 7px 10px;
  text-align: center;
  border-radius: 5px;
}
/* line 288, ../sass/_base.scss */
.info_top:hover {
  color: #fff;
  background: #ac2d48;
}

/* line 294, ../sass/_base.scss */
.ratings {
  margin-top: 00px;
  margin-right: 0;
}

/* line 300, ../sass/_base.scss */
.usefulness {
  margin: 30px 0 7px;
  font-size: 0.8rem;
}

/* line 304, ../sass/_base.scss */
.ap-answer-content {
  position: relative;
}
/* line 306, ../sass/_base.scss */
.ap-answer-content a {
  color: #FF8C3F;
  font-weight: bold;
}
/* line 311, ../sass/_base.scss */
.ap-answer-content iframe {
  max-width: 100%;
  height: auto;
  min-height: 280px;
}
/* line 317, ../sass/_base.scss */
.ap-answer-content blockquote {
  border-left: 2px solid #FF8C3F;
  margin-left: 0;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-style: italic;
}

/* line 328, ../sass/_base.scss */
.ap-editor-fade:after {
  /*        display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
      width: 100%;
      height: 100%;
      z-index: 999;*/
}

/* line 341, ../sass/_base.scss */
#answer-form-c {
  z-index: 999;
}

/* line 346, ../sass/_base.scss */
h4.answer_heading {
  font-weight: normal;
  margin: 0 0 24px 0;
  font-size: 0.75rem;
  background: #ececec;
  padding: 3px;
  margin-top: -5px;
}

/* line 355, ../sass/_base.scss */
.avavatar_similar {
  float: left;
  margin-right: 10px;
}

/* line 360, ../sass/_base.scss */
.similar_posts {
  margin: 40px 0 15px;
}
/* line 362, ../sass/_base.scss */
.similar_posts h2 {
  font-size: 1.1rem;
}
/* line 364, ../sass/_base.scss */
.similar_posts h2 span {
  color: #86b154;
}

/* line 370, ../sass/_base.scss */
.similar_post {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin-bottom: 20px;
}

/* line 377, ../sass/_base.scss */
.similar_link {
  display: inline-block;
  padding-top: 5px;
  max-width: 80%;
  float: left;
  line-height: 160%;
  font-size: 0.9rem;
}

/* line 388, ../sass/_base.scss */
.wpcf7 p a {
  color: #FF8C3F;
  font-weight: bold;
}

/* line 395, ../sass/_base.scss */
.top_overlay {
  background-color: rgba(219, 217, 212, 0.8);
}

/* line 399, ../sass/_base.scss */
.ap-question-meta {
  display: block;
  margin-bottom: 15px;
}

/* line 404, ../sass/_base.scss */
#anspress .ap-question-meta .solved {
  height: 22px;
}

/* line 408, ../sass/_base.scss */
.ap-post-updated {
  display: none;
}

/* line 412, ../sass/_base.scss */
.question_block {
  padding: 10px 20px;
  height: 70px;
  background: #8bc34a;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  display: block;
}
/* line 420, ../sass/_base.scss */
.question_block:hover {
  color: #fff;
  background: #649130;
}
/* line 426, ../sass/_base.scss */
.question_block h3 {
  margin: 0 0 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* line 434, ../sass/_base.scss */
.choose_link {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  display: block;
  height: 300px;
  margin-bottom: 30px;
  position: relative;
}
/* line 443, ../sass/_base.scss */
.choose_link span {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  height: 100%;
  color: #fff;
  background: rgba(255, 140, 63, 0.9);
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 50px 0 0 0;
  font-size: 1.4rem;
}
/* line 459, ../sass/_base.scss */
.choose_link:hover span {
  padding: 10px;
  height: 50px;
  background: #FF8C3F;
}

/* line 467, ../sass/_base.scss */
.ap-comment-no-perm {
  display: none;
}

/* line 471, ../sass/_base.scss */
.buy_btn {
  display: inline-block;
  padding: 8px 25px;
  color: #fff;
  border-radius: 3px;
  margin: 0px 0 15px;
  background: #FF8C3F;
  text-transform: uppercase;
  border-right: 4px solid #3dd221;
  border-left: 4px solid #3dd221;
}
/* line 482, ../sass/_base.scss */
.buy_btn.buy_bottom {
  margin-top: 30px;
  margin-left: 70px;
}
/* line 486, ../sass/_base.scss */
.buy_btn i {
  margin-right: 5px;
}
/* line 489, ../sass/_base.scss */
.buy_btn:hover {
  color: #fff;
  background: #ff6d0c;
}
/* line 493, ../sass/_base.scss */
.buy_btn:focus {
  background: #FF8C3F;
  color: #fff;
}

/* line 499, ../sass/_base.scss */
#ap-search-form .ap-search-input {
  border: 1px solid #e0e0e0;
}
/* line 501, ../sass/_base.scss */
#ap-search-form .ap-search-input:focus {
  border: 1px solid #8bc34a;
  outline: none;
}

/* line 508, ../sass/_base.scss */
.search_top.st_bottom {
  margin-top: 20px;
}

/* line 514, ../sass/_base.scss */
.sidebar .widget {
  background: #fafafa;
}
/* line 517, ../sass/_base.scss */
.sidebar .widget h3 {
  background: #f2f2f2;
}

/* line 523, ../sass/_base.scss */
.search_bar .widget_ap_search_widget {
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
/* line 533, ../sass/_base.scss */
.search_bar .widget_ap_search_widget h3 {
  display: none;
}
/* line 537, ../sass/_base.scss */
.search_bar .widget_ap_search_widget form {
  width: 100%;
}

/* line 542, ../sass/_base.scss */
.question-content.ap-q-content img {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}

/* line 550, ../sass/_base.scss */
.ap-btn-newcomment {
  display: none;
}

/* line 555, ../sass/_base.scss */
.ap-post-footer .ap-btn-newcomment {
  display: block;
  padding: 2px 10px 0;
}

/* line 561, ../sass/_base.scss */
#anspress .ap-list-head, #anspress .ap-questions {
  border: 1px solid #d9d9d9;
}

/* line 565, ../sass/_base.scss */
#anspress .ap-questions-item {
  border-bottom: 1px solid #d9d9d9;
}

/* line 569, ../sass/_base.scss */
#anspress .ap-questions-count {
  background: #fafafa;
  border: 1px solid #d9d9d9;
}

/* line 574, ../sass/_base.scss */
#anspress .ap-questions-count span {
  border-bottom: 1px solid #d9d9d9;
}

/* line 577, ../sass/_base.scss */
.widget {
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
}
/* line 582, ../sass/_base.scss */
.widget h3 {
  color: #656565;
  margin: 0;
  background: #ebebeb;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: normal;
}
/* line 593, ../sass/_base.scss */
.widget .ap-question-item {
  margin-bottom: 5px;
  color: white;
  font-size: 0.9rem;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px;
}
/* line 599, ../sass/_base.scss */
.widget .ap-question-item:last-of-type {
  border-bottom: 0;
}
/* line 603, ../sass/_base.scss */
.widget .ap-question-item a {
  color: #71a436;
}
/* line 608, ../sass/_base.scss */
.widget .ap-ans-count {
  display: none;
}
/* line 612, ../sass/_base.scss */
.widget .ap-vote-count {
  display: none;
}

/* line 618, ../sass/_base.scss */
input#wp-submit {
  background: #FF8C3F;
  color: #fff;
  border: none;
  padding: 10px 25px;
}

/* line 626, ../sass/_base.scss */
.ap-questions-widget {
  padding: 10px 10px 0;
}

/* line 631, ../sass/_base.scss */
.page-numbers {
  display: inline-block;
  background: #8bc34a;
  color: #fff;
  padding: 0.2rem 0.5rem;
  margin: 0.3rem;
}

/* line 639, ../sass/_base.scss */
.to_anwer_table {
  width: 100%;
}
/* line 641, ../sass/_base.scss */
.to_anwer_table td {
  padding: 6px 10px;
}
/* line 645, ../sass/_base.scss */
.to_anwer_table a:visited {
  color: #8bc34a;
}

/* line 650, ../sass/_base.scss */
#anspress .ap-cell img {
  max-width: 100%;
  height: auto;
}
/* line 655, ../sass/_base.scss */
#anspress #ap-filter-reset {
  padding: 0;
}
/* line 659, ../sass/_base.scss */
#anspress .ap-list-head .ap-btn-ask {
  background: #FF8C3F;
}
/* line 663, ../sass/_base.scss */
#anspress .ap-cell-inner {
  background: #fafafa;
  position: relative;
  min-height: 95px;
}

/* line 671, ../sass/_base.scss */
.tml input, .tml textarea, .tml select {
  margin: 0.5em 0;
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 10px;
  margin: 0;
}

/* line 678, ../sass/_base.scss */
label {
  width: 100%;
  font-weight: normal;
}

/* line 683, ../sass/_base.scss */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select, textarea {
  margin: 0.5em 0;
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 10px;
  margin: 0;
}

/* line 691, ../sass/_base.scss */
input.wpcf7-form-control.wpcf7-submit {
  background: #FF8C3F;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  border: none;
}

/* line 699, ../sass/_base.scss */
.tml label {
  display: block;
  text-align: left;
  font-size: 0.9rem;
}

/* line 709, ../sass/_base.scss */
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.8rem;
}

/* line 715, ../sass/_base.scss */
.entry-title {
  margin-top: 0;
}

/* line 719, ../sass/_base.scss */
.ap-dropdown.ap-filter.filter-tag {
  display: none !important;
}

/* line 723, ../sass/_base.scss */
.right_ad, .blok_informacje {
  width: 100%;
  min-height: 250px;
}

/* line 729, ../sass/_base.scss */
.bottom_ad {
  margin-top: 30px;
}

/* line 734, ../sass/_base.scss */
.widget * {
  font-size: 0.8rem;
  line-height: 140%;
}

/* line 740, ../sass/_base.scss */
.fixed_ad {
  position: fixed;
  top: 35px;
}

/* line 746, ../sass/_base.scss */
#anspress .custom_answer {
  overflow: hidden;
}
/* line 748, ../sass/_base.scss */
#anspress .custom_answer .ap-q-inner {
  padding: 10px 10px 0 0;
  min-height: 140px;
  overflow: hidden;
}
/* line 754, ../sass/_base.scss */
#anspress .custom_answer .ap-cell-inner {
  overflow: hidden;
}

/* line 760, ../sass/_base.scss */
.bottom_answer {
  margin-top: 30px;
}

/**
*-----------------------------------------------------------------------------
* ads
*-----------------------------------------------------------------------------
*/
/* line 771, ../sass/_base.scss */
.seo_info {
  text-align: center;
  max-width: 700px;
  margin: 15px auto 0;
}

/* line 778, ../sass/_base.scss */
.page-template-page-adv p {
  line-height: 170%;
}

/* line 782, ../sass/_base.scss */
.slideshow_thread {
  padding: 5px 10px;
}
/* line 784, ../sass/_base.scss */
.slideshow_thread img {
  max-width: 100%;
  height: auto;
}

/* line 789, ../sass/_base.scss */
.narrow_text {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

/* line 795, ../sass/_base.scss */
.screen_img img {
  max-width: 500px;
  height: auto;
  border: 1px solid #e6e6e6;
  display: block;
  margin: 10px auto;
}

/* line 805, ../sass/_base.scss */
.squares .earn_block {
  border-radius: 0;
}
/* line 808, ../sass/_base.scss */
.squares .earn_block .earn_text {
  background: #000000;
}

/* line 815, ../sass/_base.scss */
.form_order label {
  display: block;
  font-weight: bold;
  font-size: 0.9rem;
  margin: 10px 0 5px;
}
/* line 821, ../sass/_base.scss */
.form_order textarea {
  height: 100px;
}

/* line 826, ../sass/_base.scss */
.packages h4 {
  margin: 0;
  color: #6ab711;
}

/* line 832, ../sass/_base.scss */
.package {
  max-width: 500px;
  background: whitesmoke;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/* line 839, ../sass/_base.scss */
.package h3 {
  background: #8bc34a;
  color: #fff;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1.2rem;
}

/* line 849, ../sass/_base.scss */
.package_inner {
  padding: 20px;
  min-height: 440px;
}
/* line 853, ../sass/_base.scss */
.package_inner p:before {
  content: ' ';
  display: block;
  margin: 15px auto;
  background: #666666;
  width: 50px;
  height: 1px;
}

/**
*-----------------------------------------------------------------------------
* seo links
*-----------------------------------------------------------------------------
*/
/* line 871, ../sass/_base.scss */
.border_img {
  border: 1px solid #ebebeb;
}

/* line 878, ../sass/_base.scss */
.link_packages .package .package_inner {
  height: auto;
  min-height: 50px;
}

/**
*-----------------------------------------------------------------------------
* Earn
*-----------------------------------------------------------------------------
*/
/* line 891, ../sass/_base.scss */
.earn_title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 2rem;
  color: #756867;
}

/* line 899, ../sass/_base.scss */
.earn_block {
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
  border-radius: 100%;
  text-align: center;
  padding: 160px 0 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
/* line 912, ../sass/_base.scss */
.earn_block .earn_text {
  display: block;
  padding: 8px;
  width: 100%;
  background: #FF8C3F;
  text-transform: uppercase;
  color: #fff;
}
/* line 924, ../sass/_base.scss */
.earn_block .earn_number {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 8px;
  background: #8bc34a;
}

/* line 939, ../sass/_base.scss */
.confirm_block {
  background: #f2f2f2;
  width: 100%;
  display: table;
  height: 50px;
  margin-bottom: 30px;
}

/* line 948, ../sass/_base.scss */
.confirm_text {
  height: 50px;
  padding: 10px 15px;
  display: table-cell;
  vertical-align: middle;
}

/* line 957, ../sass/_base.scss */
.confirm_icon {
  width: 50px;
  height: 30px;
  background: #8bc34a;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 10px 15px;
}

/* line 968, ../sass/_base.scss */
.register_big {
  background: #FF8C3F;
  text-align: center;
  display: block;
  width: 300px;
  padding: 20px;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
  margin: 20px auto 50px;
}
/* line 978, ../sass/_base.scss */
.register_big:hover, .register_big:focus {
  color: #fff;
  text-decoration: none;
  background: #8bc34a;
}

/* line 986, ../sass/_base.scss */
label.terms_label input, .tml-rememberme-wrap input {
  float: left;
  width: auto;
  margin-top: 4px;
  margin-right: 5px;
}

/* line 995, ../sass/_base.scss */
.dark {
  background: #dedede;
}
/* line 998, ../sass/_base.scss */
.dark .ap-q-left.ap-col-12 {
  background: #e2e2e2;
}
/* line 1002, ../sass/_base.scss */
.dark .ap-editor-fade {
  background: #e2e2e2;
}
/* line 1006, ../sass/_base.scss */
.dark body#tinymce {
  background: #5a5a5a;
  color: #cecece;
}
/* line 1011, ../sass/_base.scss */
.dark #anspress #ap-form-main {
  background: #dedede;
  color: #e6e6e6 !important;
}
/* line 1016, ../sass/_base.scss */
.dark #anspress .ap-dummy-editor {
  background: #e2e2e2 no-repeat url(../images/editor-buttons.png);
}
/* line 1020, ../sass/_base.scss */
.dark div.mce-panel {
  border: 0;
  background: #eaeaea;
}
/* line 1025, ../sass/_base.scss */
.dark #anspress .ap-q-metas {
  background: #d6d6d6;
}
/* line 1030, ../sass/_base.scss */
.dark #anspress .ap-form-control {
  background: #eaeaea;
}
/* line 1034, ../sass/_base.scss */
.dark #anspress .ap-questions-item {
  background: #f1f1f1;
}
/* line 1038, ../sass/_base.scss */
.dark form#form_question {
  background: #f1f1f1;
  padding: 15px;
}
/* line 1043, ../sass/_base.scss */
.dark .ap-questions-widget.clearfix {
  background: #e8e8e8;
}
/* line 1047, ../sass/_base.scss */
.dark input#form_answer-anonymous_name {
  background: #afafaf !important;
}
/* line 1051, ../sass/_base.scss */
.dark #anspress .ap-cell-inner {
  background: #e0e0e0;
}

/* dark anspress
.dark {
    background: lighten($black, 25%);
    
    .ap-q-left.ap-col-12 {
        background: lighten($black, 25%);
    }
    
    .ap-editor-fade {
        background: lighten($black, 35%);
    }
    
    #anspress .ap-cell-inner {
        background: lighten($black, 19%);
    }
    
    body#tinymce {
        background: lighten($black, 20%);
        color: darken($white, 35%)!important; 
        p, li {
            color: darken($white, 35%)!important; 
        }
    }
    
    #anspress #ap-form-main {
        background: lighten($black, 18%);
        color: darken($white, 30%)!important;
    }
    
    #anspress .ap-dummy-editor {
        background: lighten(#c3c3c3, 12%) no-repeat url(../images/editor-buttons.png);
    }
    
    div.mce-panel {
        border: 0;
        background: lighten($black, 25%);

    }
    
    .mce-toolbar .mce-btn button {
        border-right: solid 1px #777777;
    }
    
    body {
        color: darken($white, 25%);
    }

    #anspress {
        .ap-q-metas {

           background: lighten($black, 30%);
            color: darken($white, 28%);
        }
        
        .ap-user-reputation {
            color: darken($white, 10%);
            background: #af8711;
        }
        
        .ap-vote .net-vote-count {
            color: darken($white, 20%);
        }
        
        .ap-post-footer {

            color: #999;
            border-top: solid 1px rgba(125, 125, 125, 0.3);
        }
    }
    
    .wp-editor-container {
        clear: both;
        border: 1px solid #636363;
    }

    h4.answer_heading {
       background: lighten($black, 30%);
        color: darken($white, 28%);
    }
    
    #anspress .ap-form-control {
        background: lighten($black,30%);
    }
    
    #anspress .ap-questions-item, .anspress apcomment:nth-child(2n) {
        background: lighten($black, 30%);
    }
    
    form#form_question {
        background: lighten($black, 30%);
        padding: 15px;
    }
    .mce-toolbar .mce-ico {
        color: #b3b3b3;
    }
    
    .ap-questions-widget.clearfix {
        background: lighten($black, 15%);
    }
    
    input#form_answer-anonymous_name {
        background: lighten($black, 22%)!important;
        color: darken($white, 30%)!important;
        border: 1px solid lighten($black, 29%)!important;
    }
    
    #anspress .ap-cell-inner {
        border: 2px solid rgba(191, 191, 191, 0.1);
        border-radius: 3px;
    }
    
    #anspress .ap-question-meta>.ap-display-meta-item i {
        margin-right: 4px;
        vertical-align: middle;
        color: #afafaf;
    }
    
    .ap-comment-content {
        color: darken($white, 25%);
    }
    
    .anspress apcomment .comment-header>a {
        color: #969696;
        text-decoration: none;
    }    
    
    #anspress .ap-q-content p {
        color: darken($white, 32%);
    }
    
    .ap-btn, .ap-vote a {
        background-image: linear-gradient(#565656, #464646);
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 2px;
        color: #a9a9a9;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }
    
    .ap-vote a {
        color: darken($white, 25%);
    }
    .similar_post {
        border: 1px solid #505050;
        border-radius: 3px;
        margin-bottom: 20px;
    }
    
    a {
        color: darken($white, 25%);
    }
    
    #ap-answers-c .ap-answers-tab li.active a {
        border: solid 1px #777;
        border-bottom-color: #676666;
        color: darken($white, 25%);
    }

    #ap-answers-c .ap-answers-tab>li a:hover {
        background: #5f5f5f;
        olor: darken($white, 25%);
    }
    
    .ap-sorting-tab {
        margin-bottom: 0;
        border-bottom: solid 1px #545454;
    }
    
    .widget h3 {
        color: #c1c1c1;
        background: #383838;
    }
    
    .widget {
        margin-bottom: 30px;
        border: 1px solid #424242;
    }
    
    .widget .ap-question-item {

        border-bottom: 1px solid #505050;
   
    }
    
    .widget .ap-question-item {
        color: #262626;
    }
    
    .widget .ap-question-item a {
        color: #93ce4f;
    }
    
    a.question_block {
        color: $white;
    }
    
    .top_overlay {
        background-color: rgb(72, 72, 72);
    }
    
    h1.entry-title {
        color: #ababab;
    }
}
*/
/**
*-----------------------------------------------------------------------------
* Action
*-----------------------------------------------------------------------------
*/
/* line 1267, ../sass/_base.scss */
.action_block {
  background: #FF8C3F;
  display: block;
  float: left;
  width: 31%;
  margin: 1%;
  text-align: center;
  padding: 40px 0;
  color: #fff;
  text-transform: uppercase;
}
/* line 1277, ../sass/_base.scss */
.action_block:hover {
  background: #8bc34a;
  color: #fff;
}
/* line 1282, ../sass/_base.scss */
.action_block i {
  display: block;
  margin: 0 auto 10px;
  font-size: 2rem;
}

/* line 1290, ../sass/_base.scss */
.ap-field-form_comment-url {
  display: none;
}

/* line 1296, ../sass/_base.scss */
.buddypress-wrap .register-page .layout-wrap {
  display: block;
}

/* line 1300, ../sass/_base.scss */
.buddypress-wrap.extended-default-reg .register-page .extended-profile {
  padding-left: 0;
}

/* line 1304, ../sass/_base.scss */
.buddypress-wrap form#group-members-search, .buddypress-wrap form.bp-dir-search-form, .buddypress-wrap form.bp-messages-search-form, .buddypress-wrap form[data-bp-search].bp-invites-search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

/* line 1313, ../sass/_base.scss */
.buddypress-wrap .bp-feedback {
  padding: 7px;
}

/* line 1317, ../sass/_base.scss */
.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search], .buddypress-wrap form#group-members-search input[type=search], .buddypress-wrap form#group-members-search input[type=text], .buddypress-wrap form.bp-dir-search-form input[type=search], .buddypress-wrap form.bp-dir-search-form input[type=text], .buddypress-wrap form.bp-messages-search-form input[type=search], .buddypress-wrap form.bp-messages-search-form input[type=text], .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search], .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text] {
  width: 70%;
}

/* line 1321, ../sass/_base.scss */
.buddypress-wrap .select-wrap {
  border: 1px solid #c1c1c1;
  background: white;
}

/* line 1326, ../sass/_base.scss */
.activity-list .activity-item .activity-content .activity-inner, .activity-list .activity-item .activity-content blockquote {
  font-size: 1rem;
  line-height: 155%;
}

/* line 1331, ../sass/_base.scss */
.buddypress-wrap form#group-members-search input[type=search], .buddypress-wrap form#group-members-search input[type=text], .buddypress-wrap form.bp-dir-search-form input[type=search], .buddypress-wrap form.bp-dir-search-form input[type=text], .buddypress-wrap form.bp-messages-search-form input[type=search], .buddypress-wrap form.bp-messages-search-form input[type=text], .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search], .buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text] {
  background: #fff;
}

/* line 1335, ../sass/_base.scss */
.buddypress-wrap .subnav-filters .bp-search, .buddypress-wrap .subnav-filters .dir-search, .buddypress-wrap .subnav-filters .feed, .buddypress-wrap .subnav-filters .group-act-search, .buddypress-wrap .subnav-filters .group-invites-search, .buddypress-wrap .subnav-filters .subnav-search, .buddypress-wrap .subnav-filters .subnav-search form, .buddypress-wrap .subnav-filters .user-messages-bulk-actions, .buddypress-wrap .subnav-filters .user-messages-search {
  width: 300px;
}

/**
*-----------------------------------------------------------------------------
* footer
*-----------------------------------------------------------------------------
*/
/* line 1344, ../sass/_base.scss */
.podglad {
  float: right;
  margin-top: -10px;
}

/* line 1348, ../sass/_base.scss */
input#copyTarget {
  position: absolute;
  left: -2500px;
  opacity: 0;
}

/* line 1354, ../sass/_base.scss */
.copied {
  display: none;
}

/* line 1358, ../sass/_base.scss */
.copy_code {
  border: none;
  display: inline-block;
  padding: 10px 15px;
  font-size: 1.1rem;
  background: #FF8C3F;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0;
}
/* line 1367, ../sass/_base.scss */
.copy_code:hover, .copy_code:focus {
  outline: none;
  background: #8bc34a;
}

/* line 1372, ../sass/_base.scss */
.bottom_widget {
  padding: 30px 20px 20px;
  position: relative;
  z-index: 22;
  margin-top: 30px;
  background: #fafafa;
}
/* line 1378, ../sass/_base.scss */
.bottom_widget h5 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 1385, ../sass/_base.scss */
.bottom_widget p {
  font-size: 0.9rem;
}
/* line 1389, ../sass/_base.scss */
.bottom_widget pre {
  width: 100%;
  overflow: hidden;
  word-wrap: normal;
  word-break: normal;
}

/* line 1396, ../sass/_base.scss */
.fs_close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  background: none;
  border: none;
  font-size: 16px;
}

/* line 1405, ../sass/_base.scss */
.fixed_search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -120%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 40px;
}
/* line 1420, ../sass/_base.scss */
.fixed_search.fs_visible {
  left: 0;
}
/* line 1424, ../sass/_base.scss */
.fixed_search .widget h3 {
  color: #656565;
  margin: 0;
  background: transparent;
  padding: 10px;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: normal;
}
/* line 1436, ../sass/_base.scss */
.fixed_search .widget {
  border: none;
}
/* line 1440, ../sass/_base.scss */
.fixed_search #ap-search-form .ap-search-btn {
  background: #FF8C3F;
  color: #fff;
}
/* line 1443, ../sass/_base.scss */
.fixed_search #ap-search-form .ap-search-btn:hover {
  background: #8bc34a;
}
/* line 1449, ../sass/_base.scss */
.fixed_search #ap-search-form .ap-search-input {
  width: 300px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 1455, ../sass/_base.scss */
.fixed_search #ap-search-form .ap-search-btn {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1463, ../sass/_base.scss */
.fs_toggle {
  position: fixed;
  bottom: 72px;
  left: 0;
  background: #ff8c3f;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 1469, ../sass/_base.scss */
.fs_toggle:hover, .fs_toggle:focus {
  background: #8bc34a;
  outline: none;
}

/* line 1486, ../sass/_base.scss */
.interesting {
  position: fixed;
  background: #8bc34a;
  right: 0;
  bottom: 30px;
  padding: 5px 15px;
  z-index: 9;
  display: inline-block;
  max-width: 450px;
  width: auto;
}
/* line 1497, ../sass/_base.scss */
.interesting a {
  color: #fff;
}

/* line 1502, ../sass/_base.scss */
.slick_title {
  display: block;
}

/* line 1506, ../sass/_base.scss */
.interesting_slick {
  margin-bottom: 0;
}

/* line 1510, ../sass/_base.scss */
#footer {
  background: #756867;
  color: #DBD9D4;
  padding: 30px 0;
  margin-top: 40px;
  position: relative;
  z-index: 10;
  font-size: 0.9rem;
}
/* line 1518, ../sass/_base.scss */
#footer a {
  color: #a4d070;
  display: inline-block;
  margin-left: 15px;
}

/* line 1525, ../sass/_base.scss */
#cookie-notice .button.bootstrap {
  background: #8bc34a !important;
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  1%, 3%, 5%, 7%, 9% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  2%, 4%, 6%, 8% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
/* line 1548, ../sass/_base.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-delay: 2s;
}

/* line 1556, ../sass/_base.scss */
.grecaptcha-badge {
  display: none;
}

@media all and (min-width: 768px) {
  /* line 3, ../sass/_responsive.scss */
  .right {
    text-align: right;
  }
}
@media all and (min-width: 993px) {
  /* line 12, ../sass/_responsive.scss */
  .navbar .navbar-collapse {
    padding-right: 0;
  }
  /* line 15, ../sass/_responsive.scss */
  .navbar .dropdown-menu {
    margin-top: 0px;
  }
  /* line 19, ../sass/_responsive.scss */
  .navbar .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 0px;
  }
  /* line 28, ../sass/_responsive.scss */
  .navbar .dropdown-menu li a {
    color: #fff;
  }
  /* line 34, ../sass/_responsive.scss */
  .navbar .dropdown-menu > li:hover > .sub-menu {
    visibility: visible;
  }
  /* line 38, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0;
    background: transparent;
  }
  /* line 46, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li a {
    color: #000;
  }
  /* line 49, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li a:hover {
    background: #DBD9D4;
  }
  /* line 56, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li.active a {
    background: inherit;
  }
  /* line 59, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li.active a:hover {
    background: #DBD9D4;
  }
}
@media all and (max-width: 1200px) {
  /* line 69, ../sass/_responsive.scss */
  .help_top {
    display: none;
  }
}
@media all and (max-width: 992px) {
  /* line 75, ../sass/_responsive.scss */
  .question_block {
    margin-bottom: 15px;
    font-size: 0.8rem;
  }
  /* line 78, ../sass/_responsive.scss */
  .question_block h3 {
    margin: 0 0 5px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.7rem;
  }

  /* line 87, ../sass/_responsive.scss */
  .top_bar {
    padding: 20px 0;
  }

  /* line 91, ../sass/_responsive.scss */
  #cookie-notice {
    width: 45%;
    min-width: 10%;
    bottom: 25px;
  }

  /* line 97, ../sass/_responsive.scss */
  #cn-notice-text {
    display: block;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  /* line 104, ../sass/_responsive.scss */
  .question_block {
    margin-bottom: 10px;
  }

  /* line 108, ../sass/_responsive.scss */
  .anspress .ap-term-category-box > li {
    float: left;
    margin: 0;
    padding: 10px;
    width: 48%;
  }

  /* line 115, ../sass/_responsive.scss */
  .earn_title {
    font-size: 1.2rem;
  }

  /* line 119, ../sass/_responsive.scss */
  #cookie-notice {
    width: 60%;
    min-width: 10%;
    bottom: 75px;
  }

  /* line 125, ../sass/_responsive.scss */
  #cn-notice-text {
    display: block;
    margin-bottom: 10px;
  }

  /* line 131, ../sass/_responsive.scss */
  .interesting {
    width: 100%;
    z-index: 9;
    bottom: 5px;
  }

  /* line 136, ../sass/_responsive.scss */
  #btt {
    display: none;
  }

  /* line 142, ../sass/_responsive.scss */
  .ap-answer-content iframe {
    min-height: 200px;
  }

  /* line 148, ../sass/_responsive.scss */
  .interesting a {
    font-size: 0.8rem;
    text-align: center;
  }

  /* line 154, ../sass/_responsive.scss */
  .fixed_search #ap-search-form .ap-search-input {
    width: 180px;
  }

  /* line 159, ../sass/_responsive.scss */
  .interesting {
    width: 80%;
    z-index: 9;
    bottom: 35px;
  }
}
@media all and (max-width: 420px) {
  /* line 170, ../sass/_responsive.scss */
  .ap-answer-content iframe {
    min-height: 180px;
  }

  /* line 176, ../sass/_responsive.scss */
  .anspress .ap-term-category-box > li {
    float: none;
    padding: 10px;
    width: 100%;
  }

  /* line 183, ../sass/_responsive.scss */
  .avavatar_similar {
    float: left;
    margin-right: 10px;
    max-width: 18%;
  }

  /* line 189, ../sass/_responsive.scss */
  .similar_link {
    display: inline-block;
    padding-top: 5px;
    max-width: 74%;
    float: left;
    line-height: 160%;
    font-size: 0.85rem;
  }

  /* line 198, ../sass/_responsive.scss */
  .entry-title {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=style.css.map */
