@charset "UTF-8";
@import '/include/css/cms.css';
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v7/iJWKBXyIfDnIV7nBrXk.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7F6iGmd8WU.ttf) format('truetype');
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 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 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 *  Font Awesome 4.7.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('/include/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/include/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/include/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/include/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/include/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/include/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-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-pp: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-resistance: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: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";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: flexslider-icon;
  src: url(fonts/flexslider-icon.eot);
  src: url(fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(fonts/flexslider-icon.woff) format('woff'), url(fonts/flexslider-icon.ttf) format('truetype'), url(fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: 400;
  font-style: normal;
}
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px '' rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a,
.flex-direction-nav a:before {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 40px;
  display: inline-block;
  content: '\f053';
}
.flex-direction-nav a.flex-next:before {
  content: '\f054';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: .7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: .7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*!
 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 * 
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  overflow: visible;
  margin: 0;
  padding: 0;
  z-index: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.text-primary {
  color: #428bca;
}
.clockpicker .input-group-addon {
  cursor: pointer;
}
.clockpicker-moving {
  cursor: move;
}
.clockpicker-align-left.popover > .arrow {
  left: 25px;
}
.clockpicker-align-top.popover > .arrow {
  top: 17px;
}
.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px;
}
.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px;
}
.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.clockpicker-popover .popover-title span {
  cursor: pointer;
}
.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px;
}
.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.clockpicker-plate {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px;
}
.clockpicker-minutes {
  visibility: hidden;
}
.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer;
}
.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #c0e5f7;
  background-color: rgba(0, 149, 221, 0.25);
}
.clockpicker-button {
  background-image: none;
  background-color: #fff;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0;
}
.clockpicker-button:hover {
  background-image: none;
  background-color: #ebebeb;
}
.clockpicker-button:focus {
  outline: 0 !important;
}
.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms;
}
.clockpicker-dial-out {
  opacity: 0;
}
.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms;
}
.clockpicker-canvas-out {
  opacity: 0.25;
}
.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #0095dd;
}
.clockpicker-canvas-bg {
  stroke: none;
  fill: #c0e5f7;
}
.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, 0.25);
}
.clockpicker-canvas line {
  stroke: #0095dd;
  stroke-width: 1;
  stroke-linecap: round;
}
.clockpicker-button.am-button {
  margin: 1px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.clockpicker-button.pm-button {
  margin: 1px 1px 1px 136px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
/* qTip2 v2.2.1 | Plugins: tips viewport | Styles: core basic css3 | qtip2.com | Licensed MIT | Mon Aug 10 2015 03:12:07 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: 700;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  cursor: pointer;
  outline: 0;
  border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: 400 bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: -100em -100em no-repeat;
}
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
.qtip-light {
  background-color: #fff;
  border-color: #E2E2E2;
  color: #454545;
}
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}
.qtip-dark .qtip-icon {
  border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}
.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}
.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}
.qtip-red .qtip-icon,
.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}
.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}
.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.qtip-bootstrap,
.qtip-rounded,
.qtip-tipsy {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: #fff;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, #000));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, #000 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, #000 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, #000 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, #000 100%);
}
.qtip-youtube .qtip-titlebar {
  background-color: transparent;
}
.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial, sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon {
  border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}
.qtip-jtools .qtip-titlebar {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-content,
.qtip-jtools .qtip-titlebar {
  background: 0 0;
  color: #fff;
  border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon {
  border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: #fff;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}
.qtip-tipsy {
  background: #000;
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-shadow: 0 1px #000;
}
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}
.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: 400;
  font-family: serif;
}
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: #fff;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}
.qtip-bootstrap {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
  right: 11px;
  top: 45%;
  border-style: none;
}
.qtip-bootstrap .qtip-content {
  padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon {
  background: 0 0;
}
.qtip-bootstrap .qtip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
}
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
.qtip .qtip-tip,
x:-o-prefocus {
  visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: 0 0;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}
/*! jQuery UI - v1.11.4 - 2016-03-02
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa;
  opacity: .3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  border: none;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity .3s ease,transform .3s ease,left 0s .3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity .3s ease,transform .3s ease,left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(96%);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(96%);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(96%);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(96%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(45%);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(45%);
}
.datepicker--body.active {
  display: block;
}
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-action,
.datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--buttons,
.datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 0.5% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:focus {
  outline: 0;
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
  margin-top: -6px;
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(49%);
  top: calc(51%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(51%);
  left: calc(49%);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
.profileList.innerContainer {
  padding-right: 0;
}
.profile-tasks-tabs-item {
  display: inline-block;
  font-size: 22px;
  color: #818488;
  text-decoration: none;
  border-bottom: 1px solid #818488;
  padding-bottom: 3px;
}
.profile-tasks-tabs-item:not(:last-child) {
  margin-right: 30px;
}
.profile-tasks-tabs-item:hover {
  color: #37db00;
  border-bottom-color: #37db00;
}
.profile-tasks-tabs-item:active {
  color: #2aa800;
  border-bottom-color: #2aa800;
}
.profile-tasks-tabs-item.active {
  color: #37db00;
  border-bottom-color: #37db00;
}
.profile-tasks-list-slider.flexslider {
  margin: 60px 0 0;
}
.profile-tasks-list-slider .tasks-list-item {
  margin: 3px;
}
.profile-tasks-list-item {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 3%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  margin: 2px 2px 3px;
}
.profile-tasks-list-item h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: normal;
}
.profile-tasks-list-right {
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.profile-tasks-list-left {
  width: 120px;
  margin-right: 6%;
}
.profile-tasks-list-giver-photo {
  width: 100%;
  padding-top: 100%;
  background: no-repeat center / cover;
  border-radius: 50%;
  position: relative;
  display: block;
  border: 1px solid transparent;
}
a.profile-tasks-list-giver-photo:hover {
  border-color: #37db00;
}
a.profile-tasks-list-giver-photo:active {
  border-color: #248f00;
}
.profile-tasks-list-giver-name {
  color: #53bb30;
  text-align: center;
  margin-top: 10px;
  display: block;
  text-decoration: none;
}
.profile-tasks-list-giver-name:hover {
  text-decoration: underline;
}
.profile-tasks-list-giver-name:active {
  text-decoration: none;
}
.profile-tasks-list-date {
  color: #7e8890;
  text-align: center;
}
.profile-tasks-list-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-tasks-list-views {
  color: #37db00;
}
.profile-tasks-list-views .fa {
  margin-right: 2px;
}
.profile-tasks-list-title {
  color: #333c4e;
  font-size: 20px;
}
.profile-tasks-list-term {
  color: #ff3812;
  margin-top: 5px;
}
.profile-tasks-list-term .fa {
  margin-right: 10px;
  font-size: 16px;
  vertical-align: -1px;
}
.profile-tasks-list-descr {
  color: #7e8890;
  margin-top: 10px;
  flex: 1;
}
.profile-tasks-list-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.profile-tasks-list-payment {
  color: #37db00;
  font-size: 30px;
  font-weight: bold;
}
.profile-register {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.profile-register-form {
  width: 230px;
}
.profile-register-form input {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  height: 40px;
  background: #f4f4f4;
  border: 0;
  padding: 0 4px;
  box-sizing: border-box;
  border-radius: 5px;
}
.profile-register-form select {
  width: 100%;
  margin-bottom: 5px;
  height: 40px;
  background: #f4f4f4;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
}
.profile-register-submit {
  width: 100%;
  height: 40px;
  box-shadow: none;
  border: 2px solid #ff3812;
  border-radius: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff3812;
  background: #fff;
  text-shadow: none;
}
.profile-register-submit:hover {
  background: #ff3812;
}
.profile-register-submit:active {
  background: #de2400;
}
.profile-login {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.profile-login .cms-login-form {
  width: 250px;
}
.profile-skill-add-form {
  width: 200px;
}
.profile-skill-add-form select {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.profile-skill-add-form a {
  width: 100%;
  text-align: center;
}
.profile-edit-btn {
  color: #00C9FF;
  text-decoration: none;
}
.profile-edit-btn:hover {
  color: #00a1cc;
}
.profile-edit-btn:active {
  color: #00C9FF;
}
.profileList #saveButton {
  width: auto;
  float: right;
  height: 40px;
  color: #ff3812;
  background: transparent;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ff3812;
  text-decoration: none;
  border-radius: 20px;
  font-size: 18px;
  padding: 0 15px;
}
.profileList #saveButton:hover {
  background: #ff3812;
  color: #fff;
}
.profileList #saveButton:active {
  background: #de2400;
}
.profile-task .flex-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.profile-task-spec-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.profile-task-spec-col {
  flex: auto;
}
.innerPage .profile-task-aside {
  width: 15%;
  margin-right: 4%;
  margin-left: 0;
  display: block;
}
.profile-task-main {
  flex: 1;
}
.profile-task-user-name {
  color: #7e8890;
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 10px;
}
.profile-task-user-name:hover {
  text-decoration: underline;
}
.profile-task-user-name:active {
  text-decoration: none;
}
.profile-task-title {
  color: #333c4e;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 40px;
  font-weight: normal;
}
.profile-task-date {
  color: #7e8890;
}
.profile-task-details {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f1f1f1;
  padding: 5px 10px;
  border-radius: 4px;
}
.profile-task-details > * {
  margin: 5px 0;
  color: #333c4e;
}
.profile-task-details > * .fa {
  font-size: 16px;
}
.profile-task-details > *:not(:last-child) {
  box-sizing: border-box;
  padding-right: 15px;
}
.profile-task-term {
  color: #ff3812;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.profile-task-term .fa {
  margin: 2px 3px 0 2px;
}
.profile-task-views .fa {
  margin-right: 3px;
}
.profile-task-descr {
  color: #333c4e;
  margin-top: 20px;
}
.profile-task-payment {
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile-task-price {
  color: #37db00;
  font-size: 30px;
  font-weight: bold;
}
.profile-sub-title {
  margin-left: 19%;
  color: #ff3812;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.profile .flex-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.innerPage .profile-aside {
  width: 15%;
  margin-right: 4%;
  margin-left: 0;
  display: block;
}
[lang="he"] .innerPage .profile-aside {
  margin-right: 0;
  margin-left: 4%;
}
.profile-main {
  flex: 1;
}
.profile-name {
  color: #333c4e;
  font-size: 25px;
}
.profile-name .fa-pencil {
  color: #ff3812;
  text-decoration: none;
  margin: 0 5px;
}
.profile-name .fa-pencil:hover {
  color: #c42000;
}
.profile-name .fa-pencil:active {
  color: #ff3812;
}
.profile-date {
  color: #7e8890;
}
.profile-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-langs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: 10px;
  flex: 1;
}
.profile-lang {
  width: 25px;
  height: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #37db00;
  border: 1px solid #37db00;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.profile-city-age {
  margin-top: 10px;
  font-style: italic;
  color: #7e8890;
}
.profile-date {
  color: #37db00;
  font-size: 12px;
  font-style: italic;
}
.profile-descr {
  color: #333c4e;
  margin-top: 40px;
}
.profile-rating {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.profile-rating-comments {
  font-size: 30px;
  font-weight: bold;
  color: #ff3812;
  text-align: center;
  line-height: 1;
}
.profile-rating-label {
  color: #37db00;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-transform: lowercase;
}
.profile-rating-positive {
  position: relative;
  font-size: 30px;
  color: #37db00;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: lowercase;
}
.profile-rating-percent {
  position: absolute;
  top: 0;
  right: -8px;
  font-size: 12px;
  color: #37db00;
  font-weight: normal;
}
.profile-rating-slash {
  font-size: 70px;
  color: #7e8890;
  line-height: 0.6;
  font-weight: 300;
  margin: 0 5px;
}
.profile-user-media {
  margin-top: 40px;
}
.profile-user-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.profile-user-social {
  margin-top: 10px;
}
.profile-user-social .fa {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 35px;
  height: 35px;
  font-size: 20px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #47526b;
  border: 1px solid #47526b;
}
.profile-user-social .fa:hover {
  color: #282f3d;
  border-color: #282f3d;
}
.profile-title {
  color: #37db00;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #37db00;
  margin-top: 40px;
}
.profile-personal {
  position: relative;
}
.profile-personal table {
  width: 100%;
  margin-top: 10px;
}
.profile-personal td {
  vertical-align: top;
  color: #333c4e;
  padding: 5px 0;
}
.profile-personal td:first-child {
  padding-right: 20px;
  width: 150px;
}
.profile-personal td:last-child {
  padding-right: 30px;
}
.profile-personal tr.hover {
  cursor: pointer;
}
.profile-personal tr.hover td {
  background: #f1f1f1;
}
[lang="he"] .profile-personal td:first-child {
  padding-left: 30px;
  padding-right: 0;
}
[lang="he"] .profile-personal td:last-child {
  padding-left: 20px;
  padding-right: 0;
}
.profile-skills-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.profile-skills-item {
  padding: 5px 10px;
  color: #333c4e;
  border: 1px solid #333c4e;
  border-radius: 20px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: lowercase;
  display: block;
  text-decoration: none;
}
.profile-skills-item:hover {
  color: #37db00;
  border-color: #37db00;
}
.profile-skills-item:active {
  color: #333c4e;
  border-color: #333c4e;
}
.profile-skills-item.profile-skills-add {
  width: 35px;
  height: 35px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  font-size: 18px;
  background: #37db00;
}
.profile-skills-item.profile-skills-add:hover {
  background: #31c200;
}
.profile-skills-item.profile-skills-add:active {
  background: #2aa800;
}
.profile-skills-count {
  margin-left: 5px;
  color: #ff3812;
}
.profile-nav-count {
  color: #ff3812;
  width: 15px;
  height: 15px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
  border: 1px solid #ff3812;
  border-radius: 8px;
  font-size: 12px;
  flex-shrink: 0;
}
.profile-discuss {
  margin-top: 100px;
}
.profile-discuss .cc-user-img {
  max-width: 100px;
  margin-left: auto;
}
.user-item #uploader input {
  position: static;
  opacity: 1;
}
.skill-add-form.overlay {
  display: none;
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.skill-add-root-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 40px;
  background: #f1f1f1;
  text-decoration: none;
  color: #333c4e;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
}
.skill-add-root-item:focus {
  outline: none;
}
.skill-add-root-item .fa {
  color: #37db00;
  margin-right: 10px;
  font-size: 17px;
}
.skill-add-root-item:not(:last-child) {
  margin-bottom: 2px;
}
.skill-add-root-item:hover,
.skill-add-root-item.active {
  background: #e4e4e4;
}
.skill-add-root-item:active {
  background: #d8d8d8;
}
.skill-add-lev2-list {
  display: none;
  padding: 15px;
}
.skill-add-lev2-list .wrap {
  column-count: 3;
  -moz-column-count: 3;
  -moz-column-gap: 4%;
  -webkit-column-span: none;
  -moz-column-span: none;
  column-span: none;
}
.skill-add-lev2-title {
  font-weight: bold;
}
.skill-add-lev2-item {
  flex: 30%;
  margin: 0 15px;
  min-width: 150px;
}
.skill-add-lev2-item:not(:last-child) {
  margin-bottom: 15px;
}
.skill-add-lev3-list {
  margin-top: 10px;
}
.skill-add-lev3-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.skill-add-lev3-item input {
  margin: 3px 5px 0 0;
  flex-shrink: 0;
}
.skill-add-lev2-final {
  width: 100%;
  margin: 0 15px;
}
.skill-add-lev2-final:not(:last-child) {
  margin-bottom: 15px;
}
.skill-add-lev2-final[data-category-id="124"] {
  margin-bottom: 0;
}
.skill-add-buttons {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.skill-add-buttons a:not(:first-child) {
  margin-left: 10px;
}
.skill-add-root-icon {
  width: 30px;
  height: 30px;
  background: no-repeat center / contain;
  margin-right: 10px;
}
.skill-add-root-name {
  flex: 1;
  margin-right: 10px;
  line-height: 1.2;
}
.skill-add-root-count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff3812;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}
.profile-edit-btn {
  display: none;
  position: absolute;
  right: 20px;
  color: #333c4e;
  font-size: 18px;
}
.profile-edit-btn:hover {
  color: #de2400;
}
.profile-edit-btn:active {
  color: #ab1b00;
}
[lang="he"] .profile-edit-btn {
  right: auto;
  left: 20px;
}
.task-item-images {
  margin-top: 40px;
}
.task-item-images-item {
  cursor: url(/include/images/zoomin.cur), pointer;
  display: block;
  padding-top: 100%;
  background: no-repeat center / cover;
  border: 1px solid #d8d9dd;
  box-sizing: border-box;
  border-radius: 4px;
}
.task-item-images-item:not(:last-child) {
  margin-bottom: 10px;
}
.task-item-images-item:hover {
  border-color: #37db00;
}
.task-item-images-item:active {
  border-color: #333c4e;
}
.profile-reviews .profile-title {
  margin-left: 19%;
}
.profile-reviews .cc-user-img {
  max-width: 100px;
  margin-left: auto;
}
.profile-reviews-list {
  margin-top: 30px;
}
.profile-reviews-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.profile-reviews-item:not(:last-child) {
  margin-bottom: 30px;
}
.profile-reviews-left {
  width: 15%;
  margin-right: 4%;
}
.profile-reviews-right {
  flex: 1;
}
.profile-reviews-author {
  color: #37db00;
  font-size: 18px;
  text-decoration: none;
}
.profile-reviews-author:hover {
  text-decoration: underline;
}
.profile-reviews-author:active {
  text-decoration: none;
}
.profile-reviews-rating {
  margin-top: 10px;
}
.profile-reviews-rating .fa {
  color: #e9af00;
  font-size: 18px;
}
.profile-reviews-message {
  margin-top: 10px;
  color: #333c4e;
}
.profile-views {
  color: #333c4e;
  margin-left: 10px;
}
.profile-views .fa {
  margin-right: 3px;
}
.profile-edit-dialog textarea {
  width: 250px;
  height: 150px;
  border: 1px solid #ddd;
  padding: 0 4px;
}
.profile-edit-dialog input {
  border: 1px solid #ddd;
  padding: 0 4px;
  width: 250px;
  height: 35px;
}
.profile-edit-dialog select {
  width: 250px;
}
.profile-edit-dialog .row {
  position: relative;
}
.profile-edit-dialog .fa-calendar {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.profile-edit-btns {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.profile-edit-btns a:not(:first-child) {
  margin-left: 10px;
}
.profile-note {
  color: #aaa;
}
.profile-edit-container {
  display: none;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  padding: 10px 20px 20px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
}
.profile-edit {
  max-width: 500px;
}
.profile-edit input[type="password"],
.profile-edit input[type="text"] {
  border: 1px solid #ddd;
  padding: 0 4px;
  background: #f9f9f9;
  width: 100%;
  box-sizing: border-box;
  height: 35px;
  min-width: 1px;
}
.profile-edit textarea {
  border: 1px solid #ddd;
  padding: 0 4px;
  background: #f9f9f9;
  width: 100%;
  resize: none;
  height: 150px;
}
.profile-edit select {
  width: 100%;
  box-sizing: border-box;
  height: 35px;
  min-width: 1px;
}
.profile-edit table {
  width: 100%;
}
.profile-edit table td {
  padding-top: 2px;
  padding-bottom: 2px;
}
.profile-edit table td:nth-child(1) {
  line-height: 1.2;
  max-width: 30%;
}
.profile-edit table td:not(:first-child) {
  max-width: 100%;
  padding-left: 15px;
  position: relative;
}
.profile-edit-tabs-item:not(:last-child) {
  margin-bottom: 2px;
}
.profile-edit-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 18px;
  background: #e4e4e4;
  text-decoration: none;
  color: #333c4e;
  border-radius: 4px;
  padding: 6px 10px;
  box-sizing: border-box;
  line-height: 1.2;
}
.profile-edit-tab:focus {
  outline: none;
}
.profile-edit-tab .fa {
  color: #37db00;
  margin-right: 10px;
  font-size: 17px;
}
.profile-edit-tab.active,
.profile-edit-tab:hover {
  background: #d8d8d8;
}
.profile-edit-tab:active {
  background: #cbcbcb;
}
.profile-edit-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.profile-edit-row:not(:last-child) {
  margin-bottom: 5px;
}
.profile-edit-row input,
.profile-edit-row select,
.profile-edit-row textarea {
  margin-left: 15px;
  flex: 1;
  width: auto;
}
.profile-edit-pane {
  padding: 30px;
  display: none;
  font-size: 16px;
  transition: 0.3s padding;
}
.profile-edit-pane .fa-calendar {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.profile-edit-pane.privacy td:nth-child(1) {
  white-space: nowrap;
}
.profile-edit label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.profile-edit label input {
  margin-right: 5px;
}
.profile-edit-date-input {
  flex: 1;
  box-sizing: border-box;
  position: relative;
  padding-left: 15px;
}
.profile-edit-date-input input {
  width: 100%;
  margin: 0;
}
.profile-edit-photo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.profile-edit-photo .user-img {
  width: 30%;
  margin-right: 4%;
  flex-shrink: 0;
  align-self: flex-start;
}
.profile-edit-photo:not(:last-child) {
  margin-bottom: 40px;
}
.profile-edit-uploader {
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.profile-edit-uploader-title {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1;
}
.profile-edit-gal-add {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  font-size: 18px;
  background: #37db00;
}
.profile-edit-gal-add:hover {
  background: #31c200;
}
.profile-edit-gal-add:active {
  background: #2aa800;
}
.profile-job-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.profile-job-list.few .profile-job-item {
  flex: 0;
}
.profile-job-item {
  flex: 1;
  min-width: 75px;
  max-height: 75px;
  overflow: hidden;
  margin: 1px;
  cursor: pointer;
  transition: 0.5s all;
}
.profile-job-item:focus {
  border: 1px solid red;
}
.profile-job-item.site-uploader {
  border: 0;
  background: #37db00;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  width: 75px;
  height: 75px;
  padding: 0;
  justify-content: center;
  transition: none;
}
.profile-job-item.site-uploader:hover {
  background: #31c200;
}
.profile-job-item.site-uploader:active {
  background: #2aa800;
}
.profile-job-item.site-uploader .fa-spin {
  animation: spin 1.5s infinite linear;
}
.profile-job-img {
  width: 100%;
  padding-top: 100%;
  background: no-repeat center / cover;
  position: relative;
  transition: 0.5s all;
}
.profile-job-actions {
  position: absolute;
  top: -75px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s all;
  width: 100%;
  height: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.profile-job-actions a {
  flex: 1;
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.profile-job-actions a:hover {
  color: #37db00;
}
#workRegionMap {
  height: 300px;
}
.profile-edit .socialNets .fa {
  color: #333c4e;
}
.profile-add-workplace-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  font-size: 18px;
  background: #37db00;
  border-radius: 50%;
}
.profile-add-workplace-btn:hover {
  background: #31c200;
}
.profile-add-workplace-btn:active {
  background: #2aa800;
}
.profile-add-workplace-container {
  display: none;
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.profile-add-workplace-item {
  display: block;
  text-decoration: none;
  color: #333c4e;
  padding: 3px 6px;
  border-radius: 4px;
}
.profile-add-workplace-item:hover {
  background: #e4e4e4;
}
.profile-add-workplace-item:active {
  background: #d8d8d8;
}
.profile-add-workplace-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #37db00;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.profile-add-workplace-header a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333c4e;
  padding: 3px 6px;
  border-radius: 4px;
}
.profile-add-workplace-header a .fa {
  margin-right: 7px;
  font-size: 10px;
  line-height: 1.2;
  color: #37db00;
}
.profile-add-workplace-header a:not(:last-child) {
  margin-right: 35px;
}
.profile-add-workplace-header a:hover {
  background: #e4e4e4;
}
.profile-add-workplace-header a:active {
  background: #d8d8d8;
}
.profile-edit-workplace-list {
  padding-left: 15px;
}
.profile-edit-workplace-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333c4e;
  justify-content: space-between;
  padding: 3px 6px;
  border-radius: 4px;
}
.profile-edit-workplace-item .fa-close {
  color: #ff3812;
  opacity: 0;
  text-decoration: none;
  margin-left: 10px;
  transition: all 0.2s;
  color: #333c4e;
  font-size: 18px;
  line-height: 1.2;
}
.profile-edit-workplace-item .fa-close:hover {
  color: #ff3812;
}
.profile-edit-workplace-item .fa-close:active {
  color: #de2400;
}
.profile-edit-workplace-item:hover {
  background: #e4e4e4;
}
.profile-edit-workplace-item:hover .fa-close {
  opacity: 1;
}
.profile-edit-workplace-item:active {
  background: #d8d8d8;
}
.profile-edit-section {
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 10px 0;
  margin-bottom: 30px;
}
.profile-edit-section .user-img {
  width: 56px;
  flex-shrink: 0;
}
.profile-edit-section.profile-level input:not(:last-child) {
  margin-bottom: 4px;
}
.profile-edit-section.profile-level td {
  vertical-align: top;
}
.profile-edit-section.profile-level td:first-child {
  padding-top: 7px;
}
.profile-edit-section.profile-level td:first-child div {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #37db00;
  color: #fff;
  font-size: 19px;
}
.profile-edit-section.profile-level td:first-child div.profile-edit-level-1 {
  background: #ccc;
}
.profile-edit-section.profile-level td:first-child div.profile-edit-level-2 {
  background: #f0a029;
}
.profile-edit-section.profile-level td:nth-child(2) {
  padding-top: 10px;
}
.profile-edit-section.profile-level tr:not(:last-child) td {
  padding-bottom: 20px;
}
.profile-edit-section.profile-level tr:nth-child(3) td:last-child * {
  vertical-align: top;
}
.profile-edit-section.profile-level .profile-edit-uploader {
  margin: 5px;
}
.profile-edit-section.profile-level .user-img {
  margin: 5px;
}
.profile-edit-section-heading {
  font-size: 25px;
  padding: 0 20px;
  background: #fff;
  line-height: 1.2;
}
.profile-edit-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  color: #37db00;
  opacity: 0;
  pointer-events: none;
}
.profile-edit-loader .fa-spin {
  animation: fa-spin 1s infinite linear;
  font-size: 29px;
}
#datepickers-container {
  z-index: 10000000;
}
.profile-edit-btns {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}
.profile-edit-btns a:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 500px) {
  .profile-edit tr {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .profile-edit tr:first-child td:first-child {
    padding-top: 10px;
  }
  .profile-edit table td:nth-child(1) {
    max-width: 100%;
    padding: 20px 0 2px;
    font-weight: bold;
  }
  .profile-edit table td:not(:first-child) {
    padding-left: 0;
  }
  .profile-edit-container {
    padding: 0 10px 10px;
    width: 90%;
  }
  .profile-edit-pane {
    padding: 10px 0;
  }
  .profile-edit-section {
    padding: 15px;
  }
  .profile-edit-section-heading {
    font-size: 16px;
    padding: 0 10px;
  }
  .profile-edit-tab {
    font-size: 14px;
  }
  .profile-edit-section.profile-level tr {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .profile-edit-section.profile-level td:nth-child(1) {
    padding-right: 10px;
  }
  .profile-edit-section.profile-level td:nth-child(3) {
    width: 100%;
  }
}
.profile-msg-item {
  text-decoration: none;
  background: #f1f1f1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  align-items: stretch;
}
.profile-msg-item:not(:last-child) {
  margin-bottom: 20px;
}
.profile-msg-item:hover {
  background: #e9e9e9;
}
.profile-msg-item:active {
  background: #e2e2e2;
}
.profile-msg-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-msg-author {
  color: #37db00;
  font-size: 18px;
  margin-right: 10px;
  text-decoration: none;
}
.profile-msg-author:hover {
  text-decoration: underline;
}
.profile-msg-author:active {
  text-decoration: none;
}
.profile-msg-author:hover {
  text-decoration: none;
}
.profile-msg-date {
  color: #5b6b8c;
}
.profile-msg-task-title {
  color: #888;
}
.profile-msg-text {
  margin-top: 20px;
  color: #333c4e;
}
.inner-page .profile-messages .cc-messages-main {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.inner-page .profile-messages .cc-messages-aside {
  width: 10%;
}
.inner-page .profile-messages .cc-messages-item:not(:last-child) {
  margin-bottom: 20px;
}
.task-list-cols {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.task-list-left {
  width: 250px;
  flex-shrink: 0;
}
.task-cats-toggle.task-cat-item {
  display: none;
  background: #f0a029;
  border: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.task-cats-toggle.task-cat-item .fa-database {
  width: 36px;
  height: 28px;
  font-size: 24px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.task-cats-toggle.task-cat-item .fa {
  color: #fff;
}
.task-cats-toggle.task-cat-item .task-cat-name {
  color: #fff;
  font-weight: bold;
}
.task-cats-toggle.task-cat-item:active {
  background: #d7870f;
}
.task-cat-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  min-height: 48px;
  border: 1px solid #fff;
  border-bottom-color: #e8edfa;
  background: #fff;
  padding: 9px;
  transition: none;
  border-radius: 3px;
}
.task-cat-item .fa {
  color: #5faf00;
}
.task-cat-item .fa-user-o {
  width: 36px;
  height: 28px;
  font-size: 24px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.task-cat-item.forMe {
  background: #f0a029;
}
.task-cat-item.forMe .task-cat-name {
  color: #fff;
}
.task-cat-item.forMe:active {
  background: #ee9511;
}
.task-cat-item.all .task-cat-name {
  margin-left: 51px;
}
.task-cat-item:hover {
  border-color: #5faf00;
}
.task-cat-item:active {
  background: #f6f6f6;
}
.task-cat-item.active {
  background: #5faf00;
}
.task-cat-item.active .task-cat-name,
.task-cat-item.active .fa {
  color: #fff;
}
.task-cat-item.active [data-cat-id="1"] {
  background-image: url(/data/upload/page-buttons/1-white.png);
}
.task-cat-item.active [data-cat-id="25"] {
  background-image: url(/data/upload/page-buttons/25-white.png);
}
.task-cat-item.active [data-cat-id="26"] {
  background-image: url(/data/upload/page-buttons/26-white.png);
}
.task-cat-item.active [data-cat-id="37"] {
  background-image: url(/data/upload/page-buttons/37-white.png);
}
.task-cat-item.active [data-cat-id="45"] {
  background-image: url(/data/upload/page-buttons/45-white.png);
}
.task-cat-item.active [data-cat-id="70"] {
  background-image: url(/data/upload/page-buttons/70-white.png);
}
.task-cat-item.active [data-cat-id="102"] {
  background-image: url(/data/upload/page-buttons/102-white.png);
}
.task-cat-item.active [data-cat-id="125"] {
  background-image: url(/data/upload/page-buttons/125-white.png);
}
.task-cat-item.active [data-cat-id="143"] {
  background-image: url(/data/upload/page-buttons/143-white.png);
}
.task-cat-item.active [data-cat-id="157"] {
  background-image: url(/data/upload/page-buttons/157-white.png);
}
.task-cat-item.active [data-cat-id="165"] {
  background-image: url(/data/upload/page-buttons/165-white.png);
}
.task-cat-item.active [data-cat-id="175"] {
  background-image: url(/data/upload/page-buttons/175-white.png);
}
.task-cat-item.active [data-cat-id="201"] {
  background-image: url(/data/upload/page-buttons/201-white.png);
}
.task-cat-icon {
  background: no-repeat center / contain;
  width: 36px;
  height: 28px;
  flex-shrink: 0;
}
.task-cat-icon[data-cat-id="1"] {
  background-image: url(/data/upload/page-buttons/1.png);
}
.task-cat-icon[data-cat-id="25"] {
  background-image: url(/data/upload/page-buttons/25.png);
}
.task-cat-icon[data-cat-id="26"] {
  background-image: url(/data/upload/page-buttons/26.png);
}
.task-cat-icon[data-cat-id="37"] {
  background-image: url(/data/upload/page-buttons/37.png);
}
.task-cat-icon[data-cat-id="45"] {
  background-image: url(/data/upload/page-buttons/45.png);
}
.task-cat-icon[data-cat-id="70"] {
  background-image: url(/data/upload/page-buttons/70.png);
}
.task-cat-icon[data-cat-id="102"] {
  background-image: url(/data/upload/page-buttons/102.png);
}
.task-cat-icon[data-cat-id="125"] {
  background-image: url(/data/upload/page-buttons/125.png);
}
.task-cat-icon[data-cat-id="143"] {
  background-image: url(/data/upload/page-buttons/143.png);
}
.task-cat-icon[data-cat-id="157"] {
  background-image: url(/data/upload/page-buttons/157.png);
}
.task-cat-icon[data-cat-id="165"] {
  background-image: url(/data/upload/page-buttons/165.png);
}
.task-cat-icon[data-cat-id="175"] {
  background-image: url(/data/upload/page-buttons/175.png);
}
.task-cat-icon[data-cat-id="201"] {
  background-image: url(/data/upload/page-buttons/201.png);
}
.task-cat-name {
  flex: auto;
  margin: 0 15px;
  line-height: 1.2;
}
.task-cat-my-count {
  background: #e83400;
  border-radius: 20px;
  padding: 2px 4px;
  color: #fff;
  min-width: 20px;
  text-align: center;
}
.task-cat-lev2 {
  padding: 10px 0;
}
.task-cat-lev2 .fa {
  color: #333;
  margin: 3px 18px 0 28px;
}
.task-cat-lev2-item {
  padding: 4px 8px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  text-decoration: none;
  border: 1px solid transparent;
  transition: none;
  border-radius: 3px;
}
.task-cat-lev2-item:hover {
  border-color: #5faf00;
}
.task-cat-lev2-item.active {
  background: #5faf00;
}
.task-cat-lev2-item.active .fa,
.task-cat-lev2-item.active .task-cat-lev2-name {
  color: #fff;
}
.task-cat-lev2-item:active {
  background: #e9e9e9;
}
.task-cat-lev2-name {
  line-height: 1.2;
}
.task-cat-lev3 {
  padding: 20px 0;
}
.task-cat-lev3 .fa {
  color: #333;
  margin: 6px 10px 0 51px;
  font-size: 8px;
}
.task-cat-lev3-item {
  padding: 4px 8px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  text-decoration: none;
  border: 1px solid transparent;
  transition: none;
  border-radius: 3px;
}
.task-cat-lev3-item:hover {
  border-color: #5faf00;
}
.task-cat-lev3-item.active {
  background: #5faf00;
}
.task-cat-lev3-item.active .fa,
.task-cat-lev3-item.active .task-cat-lev3-name {
  color: #fff;
}
.task-cat-lev3-item:active {
  background: #e9e9e9;
}
.task-list-middle {
  margin: 0 4%;
  flex: auto;
}
.task-list .task-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.task-list-ads-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .task-list-cols {
    flex-wrap: wrap;
  }
  .task-list-middle {
    margin: 0 0 40px 4%;
    flex: 1;
  }
  .task-list-right {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .task-list-ads-item {
    margin: 0 10px;
  }
  html[lang="he"] .task-list-middle {
    margin: 0 4% 40px 0;
  }
}
@media (max-width: 800px) {
  .task-list-cols {
    flex-direction: column;
  }
  .task-list-left {
    width: 100%;
  }
  .task-list-middle {
    margin: 40px 0;
  }
  .task-cats-toggle.task-cat-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .task-cats {
    display: none;
  }
  html[lang="he"] .task-list-middle {
    margin: 40px 0;
  }
}
/*ADD JOB*/
.tasks-add-form {
  display: none;
  margin-top: 80px;
}
.tasks-add-form .tasks-add-title {
  margin-bottom: 20px;
}
.tasks-add-form input[type="text"] {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 4px;
  display: block;
  height: 40px;
  padding: 0 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.tasks-add-form textarea {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 4px;
  display: block;
  height: 150px;
  padding: 0 4px;
  margin-bottom: 10px;
  resize: none;
}
.tasks-add-details {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.tasks-add-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.tasks-add-price-label {
  color: #818488;
  text-transform: uppercase;
  margin-left: 20px;
  line-height: 1.2;
}
.tasks-add-media {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.tasks-add-media .fa {
  color: #37db00;
  font-size: 30px;
  margin: 0 10px;
}
.tasks-add-image {
  border: 2px dashed #37db00;
  border-radius: 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 50px;
  width: 100%;
}
.tasks-add-image:hover {
  border-color: #2aa800;
}
.tasks-add-location {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.tasks-add-address {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0 8%;
}
.tasks-add-address input[type="text"] {
  margin-left: 4%;
  margin-bottom: 0;
}
[lang="he"] .tasks-add-address input[type="text"] {
  margin: 0 4% 0 0;
}
.tasks-add-address-label {
  color: #818488;
  text-transform: uppercase;
}
.tasks-add-category {
  margin-top: 20px;
}
.tasks-add-category-columns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.tasks-add-category-columns > div {
  display: none;
  width: 33.33%;
}
.tasks-add-category-columns > div:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
.tasks-add-category-columns > div:not(:first-child) {
  border-left: 1px solid #f8f8f8;
}
.tasks-add-title {
  color: #333c4e;
  font-size: 25px;
}
.tasks-add-edit-heading {
  color: #37db00;
  font-size: 20px;
  margin-bottom: 10px;
}
.tasks-add-category-chosen {
  color: #818488;
  margin-top: 10px;
}
.tasks-add-category-chosen:not(.visible) {
  display: none;
}
.tasks-add-category-chosen a {
  color: #818488;
}
.tasks-add-category-chosen a:hover {
  color: #333c4e;
}
.tasks-add-category-chosen a:active {
  color: #1f242f;
}
.tasks-add-category-item {
  display: block;
  padding: 10px;
  color: #818488;
  text-decoration: none;
}
.tasks-add-category-item:focus {
  outline: none;
}
.tasks-add-category-item.active,
.tasks-add-category-item:hover {
  background: #37db00;
  color: #fff;
}
.tasks-add-category-item:active {
  background: #2eb700;
}
.innerPage .tasks-list-categories {
  width: 230px;
  flex-shrink: 0;
  margin-left: 0;
  display: block;
  text-align: center;
}
.tasks-list-main {
  flex: auto;
  margin: 0 4%;
}
.tasks-list-add-btn {
  margin: 20px auto;
}
.tasks-add-agree {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
}
.tasks-add-agree input {
  margin-right: 5px;
  cursor: pointer;
}
.tasks-add-agree input:focus {
  outline: none;
}
.tasks-categories-item {
  color: #777;
  text-decoration: none;
  padding: 4px 10px;
  box-sizing: border-box;
  background: #f1f1f1;
  display: block;
  font-size: 16px;
  margin: 2px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.tasks-categories-item:first-child {
  margin-top: 0;
}
.tasks-categories-item:last-child {
  margin-bottom: 0;
}
.tasks-categories-item .fa {
  margin: 7px 10px 0 0;
  font-size: 10px;
  color: #bbb;
}
.tasks-categories-item.active,
.tasks-categories-item:hover {
  background: #37DB00;
  color: #fff;
}
.tasks-categories-item.active .fa,
.tasks-categories-item:hover .fa {
  color: #fff;
}
.tasks-categories-item:active {
  background: #2eb700;
}
.tasks-categories-section:not(:last-child) {
  margin-bottom: 20px;
}
.tasks-categories-sub {
  padding: 10px 0 10px 40px;
  text-align: left;
}
.tasks-categories-sub-item {
  text-decoration: none;
  display: block;
  color: #333c4e;
  line-height: 1.2;
}
.tasks-categories-sub-item:not(:last-child) {
  margin-bottom: 10px;
}
.tasks-categories-sub-item.active,
.tasks-categories-sub-item:hover {
  color: #37DB00;
}
.tasks-categories-sub-item:active {
  color: #2aa800;
}
.tasks-categories-sub2-item {
  text-decoration: none;
  color: #333c4e;
  line-height: 1.2;
}
.tasks-categories-sub2-item:not(:last-child) {
  margin-bottom: 10px;
}
.tasks-categories-sub2-item.active,
.tasks-categories-sub2-item:hover {
  color: #37DB00;
}
.tasks-categories-sub2-item:active {
  color: #2aa800;
}
.tasks-add-map {
  width: 100%;
  height: 300px;
}
.tasks-add-date {
  margin-top: 80px;
}
.tasks-add-date .tasks-add-title {
  display: inline-block;
  margin-bottom: 10px;
}
.tasks-add-date .flexslider {
  margin: 0;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}
.tasks-add-days-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  border: 1px solid #37db00;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #333c4e;
  margin: auto;
}
.tasks-add-days-item.active,
.tasks-add-days-item:hover {
  background: #37db00;
  color: #fff;
}
.tasks-add-days-item:active {
  background: #31c200;
}
.tasks-add-day {
  font-size: 40px;
  font-weight: bold;
  line-height: 0.9;
  margin-top: 3px;
}
.tasks-add-month {
  font-size: 12px;
}
.tasks-add-weekday {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 3px;
}
.tasks-add-time {
  margin-top: 20px;
  display: inline-block;
}
.tasks-add-time > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.tasks-add-time-note {
  color: #818488;
}
.tasks-add-form .tasks-add-time-input {
  position: relative;
  width: 60px;
  height: 40px;
}
.tasks-add-form .tasks-add-time-input input {
  margin: 0 10px;
  text-align: center;
}
.tasks-add-post-btn {
  margin-top: 80px;
  text-align: center;
}
#uploader {
  position: relative;
}
#uploader input {
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.tasks-uploader-label {
  color: #818488;
  text-transform: uppercase;
}
.tasks-add-login {
  display: none;
}
.task-category-banner {
  height: 286px;
}
.tasks-list-cover {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.tasks-list-cover:before {
  content: attr(data-text);
  text-transform: uppercase;
  transform: rotate(-20deg);
  font-weight: bold;
  opacity: 0.8;
}
.tasks-list-complete {
  background: rgba(55, 219, 0, 0.25);
}
.tasks-list-ended {
  background: rgba(51, 60, 78, 0.25);
}
.tasks-list-cancelled {
  background: rgba(255, 56, 18, 0.25);
}
.tasks-list-share {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.tasks-list-share a {
  display: block;
  text-decoration: none;
  color: #333c4e;
}
.tasks-list-share img {
  vertical-align: -3px;
  margin-right: 2px;
}
.task-list .inner-heading {
  margin-bottom: 0;
}
.task-list-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 5px;
}
.task-list-header .site-select {
  margin-left: 10px;
}
html[lang="he"] .task-list-header .site-select {
  margin: 0 10px 0 0;
}
@media (max-width: 600px) {
  .task-list-header .site-select-label {
    display: none;
  }
  .task-list-header .site-select-toggle .site-select-icon {
    margin: 0;
  }
}
.task-edit-container {
  display: none;
}
.task-edit {
  max-width: 500px;
  min-width: 270px;
}
.task-edit select {
  width: 100%;
}
.task-edit-tabs-item:not(:last-child) {
  margin-bottom: 2px;
}
.task-edit-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 18px;
  background: #e4e4e4;
  text-decoration: none;
  color: #333c4e;
  border-radius: 4px;
  padding: 6px 10px;
  box-sizing: border-box;
  line-height: 1.2;
}
.task-edit-tab:focus {
  outline: none;
}
.task-edit-tab .fa {
  color: #37db00;
  margin-right: 10px;
  font-size: 17px;
}
.task-edit-tab:hover,
.task-edit-tab.active {
  background: #d8d8d8;
}
.task-edit-tab:active {
  background: #cbcbcb;
}
.task-edit-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.task-edit-row:not(:last-child) {
  margin-bottom: 5px;
}
.task-edit-row input,
.task-edit-row select,
.task-edit-row textarea {
  margin-left: 15px;
  flex: 1;
  width: auto;
}
.task-edit-pane {
  padding: 20px;
  display: none;
  font-size: 16px;
  transition: 0.3s padding;
}
.task-edit-pane .fa-calendar {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.task-edit-pane.privacy td:nth-child(1) {
  white-space: nowrap;
}
.task-edit {
  position: relative;
  overflow: hidden;
}
.task-edit label {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.task-edit label:not(:first-child) {
  margin-top: 20px;
}
.task-edit input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 40px;
  padding: 4px;
  background: #f1f1f1;
}
.task-edit select {
  box-sizing: border-box;
  height: 40px;
}
.task-edit textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
  resize: none;
  height: 150px;
  padding: 4px;
  background: #f1f1f1;
}
.task-edit-category {
  position: relative;
}
.task-edit-category .fa {
  text-decoration: none;
  position: absolute;
  border-radius: 0 4px 4px 0;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  color: #333c4e;
  width: 30px;
  height: 38px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #f1f1f1;
}
.task-edit-category .fa:hover {
  background: #d8d8d8;
}
.task-edit-category .fa:active {
  background: #f1f1f1;
}
.task-edit-img-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.task-edit-img-item {
  flex: 1;
  min-width: 50px;
  max-height: 50px;
  overflow: hidden;
  margin: 1px;
  cursor: pointer;
  transition: 0.5s all;
  border-radius: 4px;
}
.task-edit-img-item:focus {
  border: 1px solid red;
}
.task-edit-img-item.cc-uploader {
  border: 0;
  background: #37db00;
  color: #fff;
  font-size: 20px;
  min-width: 50px;
  height: 50px;
  box-sizing: border-box;
  justify-content: center;
  transition: none;
}
.task-edit-img-item.cc-uploader:hover {
  background: #31c200;
}
.task-edit-img-item.cc-uploader:active {
  background: #2aa800;
}
.task-edit-img-item.cc-uploader .fa-spin {
  animation: spin 1.5s infinite linear;
}
.task-edit-img-item .cc-uploader-count {
  margin-left: 15px;
}
.task-edit-img {
  width: 100%;
  padding-top: 100%;
  background: no-repeat center / cover;
  position: relative;
  transition: 0.5s all;
}
.task-edit-img-actions {
  position: absolute;
  top: -50px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s all;
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.task-edit-img-actions a {
  flex: 1;
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.task-edit-img-actions a:hover {
  color: #37db00;
}
.task-edit-actions {
  position: absolute;
  top: -75px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s all;
  width: 100%;
  height: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.task-edit-actions a {
  flex: 1;
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.task-edit-actions a:hover {
  color: #37db00;
}
.task-edit-map {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}
.task-edit-address {
  margin-top: 20px;
}
.task-edit-address input {
  width: 100%;
}
.task-edit-time td:first-child {
  padding-right: 10px;
}
.task-edit-buttons {
  margin-top: 20px;
  text-align: right;
}
.task-edit-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  color: #37db00;
  opacity: 0;
  pointer-events: none;
}
.task-edit-loader .fa-spin {
  animation: fa-spin 1s infinite linear;
  font-size: 29px;
}
.-bottom-left- .datepicker--pointer {
  bottom: calc(98%);
}
.italic {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
}
.regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.semiBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
html {
  overflow-x: hidden;
  font-size: 10px;
}
body button {
  outline: 0;
}
body a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #8d8b8b;
  text-decoration: none;
}
/*body a:hover {
  color: #333;
  text-decoration: none;
  text-decoration: underline;
}

body a:focus {
  outline: 0;
}*/
h2 {
  font-size: 2rem;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.line {
  background-color: #e4eafa;
  height: 1px;
  display: block;
  width: 100%;
}
h3 {
  font-size: 1.8rem;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
h4 {
  font-size: 1.6rem;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
h5 {
  font-size: 1.4rem;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
p {
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.29;
}
section#main {
  margin-top: -13px;
  background-color: #f5f5f5;
}
section#main .nav {
  padding-top: 8px;
}
section#main .nav ul {
  padding: 0;
}
section#main .nav ul li {
  list-style-type: none;
  display: inline-block;
}
section#main .nav a {
  padding-left: 10px;
}
section#main .nav .imp {
  padding-left: 0;
}
section#main .nav i {
  padding-left: 5px;
  font-size: 1.8rem;
}
section#main .main-h1 {
  display: inline-block;
}
section#main .main-h1 h1 {
  width: 800px;
  display: inline-block;
  margin-top: -7px;
  color: #5faf00;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
}
section#main .share {
  margin-left: 18px;
  vertical-align: middle;
  display: inline-block;
  padding-top: 10px;
}
section#main .share button {
  border: none;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  border-radius: 4px;
  background-color: #5faf00;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #f0a029;
}
section#main .share button:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
}
section#main .share button .fa {
  margin-right: 15px;
  margin-top: 1px;
  width: 30px;
  height: 30px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#main .share button:hover {
  background: #f2ab41;
}
section#main .share span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1px 6rem;
  margin-left: 10px;
}
section#main .main-container {
  width: 106%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section#main .main-container .first-column {
  width: 30rem;
  text-align: center;
}
section#main .main-container .first-user {
  border: 1px solid #e8edfa;
  width: 30rem;
  padding: 20px;
  background-color: #fff;
}
section#main .main-container .first-user h2 {
  font-size: 1.8rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  text-align: center;
}
section#main .main-container .first-user img {
  display: block;
  margin: 0 auto;
  width: 13rem;
  height: 13rem;
}
section#main .main-container .first-user span {
  padding-top: 15px;
  color: #8d8b8b;
  font-size: 1.8rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin: 0 auto;
  text-align: center;
}
section#main .main-container .first-user a {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
section#main .main-container .first-user a:hover {
  text-decoration: none;
  color: #7f7b7b;
}
section#main .main-container .data {
  border: 1px solid #e8edfa;
  width: 30rem;
  background-color: #fff;
  margin-top: 10px;
  padding: 20px;
}
section#main .main-container .data h3 {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 30px 0 0;
}
section#main .main-container .data h3:first-of-type {
  margin-top: 0;
}
section#main .main-container .data span {
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #e83e00;
  margin-top: 5px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
section#main .main-container .data span .fa {
  margin-right: 10px;
}
section#main .main-container .data i {
  font-size: 2.2rem;
}
section#main .main-container .data p {
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 5px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
section#main .main-container .data p .fa {
  margin-right: 10px;
  color: #8D8B8B;
}
section#main .main-container .first-pay {
  margin-top: 30px;
  display: inline-block;
  text-align: left;
}
section#main .main-container .first-pay p {
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
}
section#main .main-container .first-pay h2 {
  display: inline-block;
  color: #5faf00;
  font-size: 3.6rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: -20px;
}
section#main .main-container .first-pay .site-btn-red {
  border: none;
}
section#main .main-container .first-pay .btn {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
section#main .main-container .first-pay .site-btn-yellow-o {
  padding: 1.5rem 4.7rem;
}
section#main .main-container .first-pay .site-btn-green-o {
  padding: 1.5rem 2.5rem;
}
section#main .main-container .first-pay .site-btn-red-o {
  padding: 1.5rem 3.1rem;
}
section#main .main-container .second-column {
  margin-left: 21px;
  width: 62rem;
}
section#main .main-container .refregerator {
  border: 1px solid #e8edfa;
  background-color: #fff;
}
section#main .main-container .refregerator h2 {
  font-size: 2rem;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: auto;
  padding: 20px;
}
section#main .main-container .refregerator h5 {
  padding-left: 20px;
}
section#main .main-container .refregerator p {
  margin-top: -14px;
  line-height: 1.43;
  padding-left: 20px;
}
section#main .main-container .slider {
  border: 1px solid #e8edfa;
  padding: 0 0 20px 20px;
  margin-top: 10px;
  background-color: #fff;
}
section#main .main-container .slider p {
  display: inline-block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
}
section#main .main-container .slider > a {
  cursor: pointer;
  padding-right: 21px;
  padding-top: 13px;
  float: right;
  font-size: 14px;
  font-weight: 600;
  color: #5faf00;
}
section#main .main-container .slider a:hover {
  color: #57ed39;
}
section#main .main-container .slider .slick .item {
  outline: 0;
}
section#main .main-container .candidates {
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #e8edfa;
}
section#main .main-container .candidates .candidates-inf p {
  margin-top: 0;
  display: inline-block;
  font-size: 18px;
  color: #333;
}
section#main .main-container .candidates .candidates-inf .line {
  width: 104%;
}
section#main .main-container .candidates .candidates-inf span {
  margin-left: -20px;
}
section#main .main-container .candidates .candidates-inf .site-btn-green {
  outline: 0;
  display: inline-block;
  float: right;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  border-radius: 4px;
  background-color: #5faf00;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #5faf00;
}
section#main .main-container .candidates .candidates-inf .site-btn-green:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
}
section#main .main-container .candidates .candidates-inf .site-btn-green .fa {
  margin-right: 15px;
  margin-top: 1px;
  width: 30px;
  height: 30px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#main .main-container .candidates .candidates-inf .site-btn-green:hover {
  background: #6ac300;
}
section#main .main-container .candidates .user {
  margin-top: 10px;
  position: relative;
  display: inline-block;
}
section#main .main-container .candidates .add {
  margin-left: 20px;
}
section#main .main-container .candidates .checkbox-block {
  position: absolute;
  z-index: 2;
  right: -9px;
  top: 6px;
}
section#main .main-container .candidates .cont {
  margin-top: 20px;
  z-index: 1;
}
section#main .main-container .candidates .site-btn-green {
  border: none;
}
section#main .main-container .candidates .checkbox-block input[type=checkbox] + label {
  display: block;
  margin: .2em;
  cursor: pointer;
  padding: .2em;
}
section#main .main-container .candidates .checkbox-block input[type=checkbox] {
  display: none;
}
section#main .main-container .candidates .checkbox-block input[type=checkbox] + label:before {
  content: "";
  border: 2px solid #dedede;
  border-radius: .2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
section#main .main-container .candidates .checkbox-block input[type=checkbox]:checked + label:before {
  background-color: #52a700;
  border-color: #52a700;
  color: #fff;
  background-image: url(../img/icon/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
section#main .main-container .chat {
  margin-top: 20px;
  background-color: #fff;
}
section#main .main-container .chat h3 {
  padding-left: 20px;
  display: inline-block;
}
section#main .main-container .chat span {
  color: #8d8b8b;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 10px;
}
section#main .main-container .chat .line {
  width: 99%;
}
section#main .main-container .chat-one {
  width: 6rem;
  height: 6rem;
}
section#main .main-container .chat-one img {
  margin-left: 20px;
}
section#main .main-container .discuss {
  border: 1px solid #e8edfa;
  position: relative;
  margin-top: 10px;
  height: 490px;
  background-color: #fff;
}
section#main .main-container .discuss .discuss-all {
  padding-left: 20px;
  padding-top: 10px;
}
section#main .main-container .discuss .discuss-all p {
  display: inline-block;
  font-size: 18px;
  color: #333;
}
section#main .main-container .discuss .discuss-all span {
  font-size: 14px;
  color: #8d8b8b;
  margin-left: 10px;
}
section#main .main-container .discuss .discuss-all .line {
  margin-top: 2px;
  background-color: #e4eafa;
  width: 618px;
  height: 1px;
  display: block;
  margin-left: -20px;
}
section#main .main-container .discuss .discuss-inf {
  width: 620px;
  display: inline-block;
}
section#main .main-container .discuss .discuss-inf .line {
  margin-top: 20px;
  background-color: #e4eafa;
  width: 618px;
  height: 1px;
  display: block;
  margin-left: 0;
}
section#main .main-container .discuss .discuss-inf .discuss-img {
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
}
section#main .main-container .discuss .discuss-inf .discuss-txt {
  display: inline-block;
  margin-left: 15px;
  position: absolute;
}
section#main .main-container .discuss .discuss-inf .discuss-txt h3 {
  display: inline-block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
}
section#main .main-container .discuss .discuss-inf .discuss-txt span {
  font-size: 14px;
  color: #8d8b8b;
  margin-left: 15px;
}
section#main .main-container .discuss .discuss-inf .discuss-txt p {
  margin-top: -10px;
}
section#main .main-container .discuss .more-add {
  margin-left: 20px;
}
section#main .main-container .discuss .more-add p {
  width: 400px;
}
section#main .main-container .discuss .discuss-write {
  position: relative;
  margin-left: 40px;
  margin-top: 20px;
}
section#main .main-container .discuss .discuss-write .line {
  margin-top: 20px;
  background-color: #e4eafa;
  width: 618px;
  height: 1px;
  display: block;
  margin-left: -40px;
}
section#main .main-container .discuss .discuss-write .discuss-form {
  position: absolute;
  top: 10px;
  left: 80px;
}
section#main .main-container .discuss .discuss-write .discuss-form input {
  outline: 0;
  width: 432px;
  padding-right: 20px;
}
section#main .main-container .discuss .discuss-write .discuss-form button {
  border: none;
  height: 40px;
  top: 0;
  right: -30px;
  position: absolute;
  background-color: #f6f6f6;
}
section#main .main-container .discuss .discuss-write .discuss-form button i {
  font-size: 20px;
  color: #8d8b8b;
}
section#main .main-container .discuss .add-inf {
  margin-top: 15px;
  height: 102px;
  border: 1px solid #e8edfa;
}
section#main .main-container .discuss .your-answer {
  cursor: pointer;
  position: absolute;
  right: 10px;
}
section#main .main-container .discuss .your-answer a {
  cursor: pointer;
  border: 1px solid #e8edfa;
  padding: 9px 22px;
  font-size: 14px;
  color: #8d8b8b;
  border-radius: 100px;
  background-color: #f6f7f9;
}
section#main .main-container .discuss .your-answer a i {
  cursor: pointer;
  font-size: 24px;
}
section#main .main-container .discuss .show-more {
  border: 1px solid #e8edfa;
  background-color: #fff;
  height: 50px;
  text-align: center;
}
section#main .main-container .discuss .show-more a {
  display: block;
  padding-top: 13px;
  color: #5faf00;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
section#main .main-container .discuss .write-more {
  padding-left: 20px;
  margin-top: 25px;
  height: 149px;
  background-color: #fff;
  border: 1px solid #e8edfa;
}
section#main .main-container .discuss .write-more h3 {
  font-size: 18px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
section#main .main-container .discuss .new {
  margin-top: 8px;
  margin-left: 0;
}
section#main .main-container .discuss .new form {
  margin-top: 5px;
}
section#main .main-container .third-column {
  margin-left: 21px;
  width: 30rem;
}
section#main .main-container .third-column .poster {
  width: 30rem;
  height: 25rem;
  background-color: #d8d8d8;
  border: 1px solid #979797;
  margin-top: 20px;
}
section#main .main-container .third-column .pos {
  margin-top: 2px;
}
.four-column {
  display: none;
}
.four-column .poster {
  width: 30rem;
  height: 25rem;
  background-color: #d8d8d8;
  border: 1px solid #979797;
  margin-top: 20px;
}
html[lang=he] body {
  direction: rtl;
}
body,
div,
td {
  font: 14px 'Open Sans';
  color: #333;
}
a,
div,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-transition: all .1s;
  transition: all .1s;
}
input,
select,
textarea {
  border-radius: 4px;
  border: 0;
  background: #f6f6f6;
  padding: 10px;
}
input:not([type=radio],[type=checkbox]),
select {
  height: 40px;
}
textarea {
  resize: none;
}
.container {
  max-width: 1200px;
  margin: auto;
}
.site-btn {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  border-radius: 4px;
  background-color: #5faf00;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.site-btn:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
}
.site-btn .fa {
  margin-right: 15px;
  margin-top: 1px;
  width: 30px;
  height: 30px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
html[lang=he] .site-btn .fa,
html[lang=he] .site-btn-green .fa,
html[lang=he] .site-btn-green-o .fa,
html[lang=he] .site-btn-o .fa,
html[lang=he] .site-btn-red .fa,
html[lang=he] .site-btn-red-o .fa,
html[lang=he] .site-btn-white .fa,
html[lang=he] .site-btn-white-o .fa,
html[lang=he] .site-btn-yellow .fa,
html[lang=he] .site-btn-yellow-o .fa {
  margin-right: 0;
  margin-left: 15px;
}
html[lang=he] .share {
  margin-right: -5px;
}
html[lang=he] .share img {
  margin-left: 5px;
}
html[lang=he] .second-column {
  margin-left: 10px;
}
html[lang=he] .third-column {
  margin-right: -10px;
}
html[lang=he] .first-column {
  margin-left: 10px;
}
html[lang=he] .refregerator {
  padding-right: 20px;
}
html[lang=he] .line {
  margin-right: -10px;
}
html[lang=he] .slider p {
  margin-right: 35rem;
}
html[lang=he] .candidates-inf p {
  margin-right: 35rem;
}
html[lang=he] .discuss-all .speak {
  margin-right: 20px;
}
html[lang=he] .discuss-all span {
  margin-top: -3rem;
  margin-right: 35rem;
}
html[lang=he] .discuss-all .line {
  margin-right: 0;
}
html[lang=he] .discuss-inf img {
  margin-right: 20px;
}
html[lang=he] .write-more h3 {
  margin-right: 20px;
}
html[lang=he] .discuss-write img {
  margin-right: 40px;
}
html[lang=he] .discuss-write input {
  margin-left: -70px;
}
.site-btn-green {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  border-radius: 4px;
  background-color: #5faf00;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #5faf00;
}
.site-btn-green:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
}
.site-btn-green .fa {
  margin-right: 15px;
  margin-top: 1px;
  width: 30px;
  height: 30px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-btn-green:hover {
  background: #6ac300;
}
.site-btn-red {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  border-radius: 4px;
  background-color: #5faf00;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #e83e00;
}
.site-btn-red:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
}
.site-btn-red .fa {
  margin-right: 15px;
  margin-top: 1px;
  width: 30px;
  height: 30px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-btn-red:hover {
  background: #ff4602;
}
.site-btn-yellow {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  border-radius: 4px;
  background-color: #5faf00;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #f0a029;
}
.site-btn-yellow:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
}
.site-btn-yellow .fa {
  margin-right: 15px;
  margin-top: 1px;
  width: 30px;
  height: 30px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-btn-yellow:hover {
  background: #f2ab41;
}
.site-btn-white {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  border-radius: 4px;
  background-color: #5faf00;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
  color: #333;
}
.site-btn-white:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
}
.site-btn-white .fa {
  margin-right: 15px;
  margin-top: 1px;
  width: 30px;
  height: 30px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-btn-white:hover {
  background: #e2e2e2;
}
.site-btn-o {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: all .1s;
  transition: all .1s;
  background: #fff;
  border: 2px solid transparent;
}
.site-btn-o:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.site-btn-green-o {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: all .1s;
  transition: all .1s;
  background: #fff;
  border: 2px solid transparent;
  border-color: #5faf00;
  color: #5faf00;
}
.site-btn-green-o:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.site-btn-green-o:hover {
  background: #5faf00;
  color: #fff;
}
.site-btn-red-o {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: all .1s;
  transition: all .1s;
  background: #fff;
  border: 2px solid transparent;
  border-color: #e83e00;
  color: #e83e00;
}
.site-btn-red-o:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.site-btn-red-o:hover {
  background: #e83e00;
  color: #fff;
}
.site-btn-yellow-o {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 20px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: all .1s;
  transition: all .1s;
  background: #fff;
  border: 2px solid transparent;
  border-color: #f0a029;
  color: #f0a029;
}
.site-btn-yellow-o:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.site-btn-yellow-o:hover {
  background: #f0a029;
  color: #fff;
}
.flexslider {
  margin: 0;
  bottom: 0;
  border-radius: 0;
}
.home-heading {
  margin: 0 0 40px;
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
}
.user-img {
  overflow: hidden;
  position: relative;
}
.user-img-border {
  border-radius: 50%;
  padding: 5%;
  background: #ccc;
}
.user-img-border:hover {
  background-color: #b3b3b3;
}
.user-img-border:active {
  background-color: #ccc;
}
.user-verify-social {
  background-color: #f0a029;
}
.user-verify-social:hover {
  background-color: #d7870f;
}
.user-verify-social:active {
  background-color: #f0a029;
}
.user-verify-id {
  background-color: #5faf00;
}
.user-verify-id:hover {
  background-color: #437c00;
}
.user-verify-id:active {
  background-color: #5faf00;
}
.user-img-image {
  background: no-repeat center / cover;
  padding-top: 100%;
  border-radius: 50%;
  display: block;
}
.user-verify {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-weight: 700;
  font-size: 16px;
  background: #999;
  border-radius: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border: 3px solid #fff;
}
.user-verify-id {
  background: #5faf00;
}
.user-img-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background: no-repeat center / cover;
  border-radius: 50px;
}
.user-img-icon-admin {
  background-image: url(/favicon.png);
  background-color: #fff;
  border: 2px solid #fff;
}
.site-green {
  color: #5faf00;
  font-size: inherit;
}
.star-rating i {
  color: #f0a029;
  font-size: 16px;
}
.skill-item {
  border-radius: 4px;
  border: solid 1px #333;
  padding: 4px 7px;
  margin: 5px;
  font-size: 12px;
  text-align: center;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-block .container {
  padding: 60px 0;
}
.skill-form {
  height: 400px;
  overflow: auto;
}
.skill-form-lev1:not(:last-child) .skill-form-lev1-btn:not(.active) {
  border-bottom: 0;
}
.skill-form-lev1-btn {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  border: 2px solid #e8edfa;
  min-height: 44px;
  padding: 10px;
  -webkit-transition-duration: 25ms;
  transition-duration: 25ms;
}
.skill-form-lev1-btn.active,
.skill-form-lev1-btn:hover {
  background: #e8edfa;
}
.skill-form-lev1-btn:active {
  background: #d3ddf5;
}
.skill-form-lev1-btn:focus {
  outline: 0;
}
.skill-form-lev1-btn > .fa {
  color: #5faf00;
  font-size: 22px;
}
.skill-form-icon {
  width: 40px;
  height: 25px;
  background: no-repeat center / contain;
}
.skill-form-title {
  margin: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.skill-form-lev2 {
  display: none;
  padding: 15px 0;
}
.skill-form-lev2 .flex-wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.skill-form-lev2 .flex-wrap > * {
  width: 48%;
}
.skill-form-lev2 strong {
  display: block;
  margin: 20px 0;
}
.skill-form-lev2 strong:first-child {
  margin-top: 0;
}
.skill-form-lev2 label {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}
.skill-form-lev2 label + label:not(.skill-form-lev3) {
  margin-top: 10px;
}
.skill-form-lev2 label input {
  margin-right: 10px;
  margin-top: 1px;
}
.skill-form-lev2 label input:focus {
  outline: 0;
}
.skill-form-lev3 {
  background: #f6f6f6;
  border-radius: 5px;
  padding: 7px 10px;
  margin: 4px 0;
}
.skill-form-lev3:hover {
  background: #ddd;
}
html[lang=he] .skill-form-lev2 label input {
  margin-right: 0;
  margin-left: 10px;
}
.breadcrumbs {
  font-size: 16px;
}
.breadcrumbs > * {
  vertical-align: middle;
}
.breadcrumbs a {
  color: #8d8b8b;
}
.breadcrumbs-divider {
  margin: 0 5px;
  font-size: 10px;
}
.breadcrumbs-current {
  font-weight: 600;
}
.pagination {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  min-width: 29px;
  min-height: 29px;
  padding: 3px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid transparent;
  -webkit-transition: none;
  transition: none;
}
.pagination a.active {
  background: #5faf00;
  color: #fff;
}
.pagination a:hover {
  border-color: #5faf00;
}
.pagination a:active {
  background: #e9e9e9;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}
.slick-next,
.slick-prev {
  font-size: 0;
  width: 20px;
  height: 30px;
  position: absolute;
  top: 45%;
  z-index: 1;
  margin-top: -15px;
  display: block;
}
.slick-prev {
  left: -20px;
  background: url(../img/icon/arrow-left.svg) no-repeat;
  background-position: center;
  position: absolute;
  background-color: #fff;
  padding: 20px;
  border: none;
}
.slick-next {
  right: 0;
  background: url(../img/icon/arrow-right.svg) no-repeat;
  background-position: center;
  position: absolute;
  background-color: #fff;
  padding: 20px;
  border: none;
}
.slick-arrow {
  border-radius: 50px;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media (min-width: 0px) and (max-width: 480px) {
  html {
    font-size: 7px;
  }
  .main-h1 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .share {
    width: 100%;
    text-align: center;
  }
  .share button {
    margin-left: -10px;
  }
  section#main .nav {
    padding-top: 8px;
  }
  section#main .nav ul {
    padding: 0;
  }
  section#main .nav ul li {
    text-align: center;
    display: block;
    padding-top: 1rem;
  }
  section#main .nav a {
    font-size: 2rem;
    padding-left: 0;
  }
  section#main .nav i {
    display: none;
  }
  section#main .main-h1 h1 {
    font-size: 18px;
    display: inline-block;
    width: 60vw;
    margin-left: 20px;
  }
  section#main .main-container {
    width: 100%;
  }
  section#main .main-container .first-column {
    width: 100%;
  }
  section#main .main-container .first-column .first-user {
    margin-left: 15px;
    width: 96%;
  }
  section#main .main-container .first-column .data {
    width: 96%;
    margin-left: 15px;
  }
  section#main .main-container .first-column .first-pay p {
    text-align: center;
    display: block;
  }
  section#main .main-container .first-column .first-pay h2 {
    display: block!important;
    text-align: center!important;
    margin-top: -10px !important;
  }
  section#main .main-container .first-column .first-pay .site-btn-red {
    display: block!important;
    text-align: center!important;
    margin: 0 auto!important;
    margin-top: -10px !important;
  }
  section#main .main-container .first-column .first-pay .btn {
    display: block;
  }
  section#main .main-container .first-column .first-pay .site-btn-green-o {
    padding: 1.5rem 2rem!important;
  }
  section#main .main-container .first-column .first-pay .site-btn-red-o {
    padding: 1.5rem 2.7rem!important;
  }
  section#main .main-container .second-column {
    margin-top: 2rem;
    margin-left: 15px;
    width: 96%;
  }
  section#main .main-container .second-column .slider p {
    width: 120px!important;
  }
  section#main .main-container .second-column .candidates-inf p {
    font-size: 15px;
    width: 20px;
  }
  section#main .main-container .second-column .candidates-inf button {
    font-size: 15px!important;
    margin-left: -60px;
  }
  section#main .main-container .second-column p {
    width: 60vw!important;
  }
  section#main .main-container .second-column .more-add {
    position: relative!important;
    left: 0;
  }
  section#main .main-container .second-column .more-add p {
    width: 60vw;
  }
  section#main .main-container .second-column .discuss-write .discuss-form input {
    width: 45vw!important;
  }
  section#main .main-container .second-column .write-more {
    margin-top: 40px;
  }
  section#main .main-container .second-column .add-inf {
    width: 100%;
  }
  section#main .main-container .second-column .discuss-inf .line {
    width: 105%;
  }
  section#main .main-container .second-column .discuss-txt {
    position: relative!important;
  }
  section#main .main-container .second-column .discuss-txt h3 {
    font-size: 13px!important;
  }
  section#main .main-container .second-column .discuss-txt span {
    font-size: 12px!important;
  }
  section#main .main-container .second-column .discuss-txt p {
    width: 50vw!important;
  }
  section#main .main-container .second-column .discuss-all p {
    font-size: 15px;
    width: 48vw!important;
  }
  section#main .main-container .second-column .discuss-all .line {
    width: 103%;
  }
  section#main .main-container .second-column .discuss-write .line {
    width: 106%;
  }
  section#main .main-container .second-column .refregerator {
    height: 250px;
  }
  section#main .main-container .second-column .refregerator p {
    width: 80vw!important;
  }
  section#main .main-container .your-answer {
    margin-top: -10px !important;
  }
  section#main .main-container .your-answer a {
    font-size: 11px!important;
  }
  section#main .main-container .add-inf {
    border: none!important;
  }
  section#main .main-container .third-column {
    display: none;
  }
  section#main .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#main .four-column .poster {
    margin: 10px;
  }
  html[lang=he] .candidates-inf p {
    font-size: 15px;
    width: 20px;
    margin-right: 0;
    text-align: left;
  }
  html[lang=he] .discuss-all p {
    width: 10vw!important;
  }
  html[lang=he] .discuss-all span {
    margin-right: -50px;
  }
  html[lang=he] .slider p {
    width: 100px;
    margin-right: 12%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  html {
    font-size: 8px;
  }
  section#main .nav {
    padding-top: 8px;
  }
  section#main .nav ul {
    padding: 0;
  }
  section#main .nav ul li {
    text-align: center;
    display: block;
    padding-top: 1rem;
  }
  section#main .nav a {
    font-size: 2rem;
    padding-left: 0;
  }
  section#main .nav i {
    display: none;
  }
  section#main .main-h1 h1 {
    display: inline-block;
    width: 60vw;
    margin-left: 20px;
  }
  section#main .main-container {
    width: 100%;
  }
  section#main .main-container .first-column {
    width: 100%;
  }
  section#main .main-container .first-column .first-user {
    margin-left: 15px;
    width: 96%;
  }
  section#main .main-container .first-column .data {
    width: 96%;
    margin-left: 15px;
  }
  section#main .main-container .first-column .first-pay p {
    text-align: center;
    display: block;
  }
  section#main .main-container .first-column .first-pay h2 {
    display: block!important;
    text-align: center!important;
    margin-top: -10px !important;
  }
  section#main .main-container .first-column .first-pay .site-btn-red {
    display: block!important;
    text-align: center!important;
    margin: 0 auto!important;
    margin-top: -10px !important;
  }
  section#main .main-container .first-column .first-pay .btn {
    display: block;
  }
  section#main .main-container .first-column .first-pay .site-btn-green-o {
    padding: 1.5rem 2rem!important;
  }
  section#main .main-container .first-column .first-pay .site-btn-red-o {
    padding: 1.5rem 2.7rem!important;
  }
  section#main .main-container .second-column {
    margin-top: 2rem;
    margin-left: 15px;
    width: 96%;
  }
  section#main .main-container .second-column p {
    width: 60vw!important;
  }
  section#main .main-container .second-column .discuss-form input {
    width: 55vw!important;
  }
  section#main .main-container .second-column .more-add {
    position: relative!important;
    left: 0;
  }
  section#main .main-container .second-column .more-add p {
    width: 60vw;
  }
  section#main .main-container .second-column .write-more {
    margin-top: 40px;
  }
  section#main .main-container .second-column .add-inf {
    width: 100%;
  }
  section#main .main-container .second-column .discuss-inf .line {
    width: 105%;
  }
  section#main .main-container .second-column .discuss-all .line {
    width: 103%;
  }
  section#main .main-container .second-column .discuss-write .line {
    width: 106%;
  }
  section#main .main-container .second-column .refregerator p {
    width: 80vw!important;
  }
  section#main .main-container .third-column {
    display: none;
  }
  section#main .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#main .four-column .poster {
    margin: 10px;
  }
  html[lang=he] .discuss-all .speak {
    display: inline-block !important;
  }
  html[lang=he] .discuss-all span {
    margin-right: -20px;
  }
  html[lang=he] .main-h1 h1 {
    margin-right: 20px;
  }
  html[lang=he] .slider p {
    margin-right: 65%;
    display: inline-block !important;
  }
  html[lang=he] .slider a {
    margin-top: -42px;
  }
  html[lang=he] .candidates-inf p {
    display: inline-block;
    margin-right: 65%;
    width: 60vw;
  }
  html[lang=he] .candidates-inf button {
    margin-top: -43px;
  }
  html[lang=he] .share {
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 8px;
  }
  .first-pay p {
    text-align: center;
    display: block;
  }
  .first-pay h2 {
    display: block!important;
    text-align: center!important;
    margin-top: -10px !important;
  }
  .first-pay .site-btn-red {
    display: block!important;
    text-align: center!important;
    margin: 0 auto!important;
    margin-top: -10px !important;
  }
  .first-pay .btn {
    display: block;
  }
  .first-pay .site-btn-green-o {
    padding: 1.5rem 2rem!important;
  }
  .first-pay .site-btn-red-o {
    padding: 1.5rem 2.7rem!important;
  }
  .line {
    width: 100%!important;
  }
  section#main .main-container {
    width: 100%;
  }
  section#main .main-h1 {
    width: 80%;
  }
  section#main .second-column {
    width: 65%!important;
    min-width: 450px;
  }
  section#main .second-column .more-add {
    margin-left: 0!important;
  }
  section#main .second-column .more-add p {
    width: 95%!important;
  }
  section#main .second-column .discuss-inf {
    width: 100%!important;
    position: relative!important;
  }
  section#main .second-column .add-inf {
    border-top: none!important;
  }
  section#main .second-column .discuss-form input {
    width: 40vw!important;
  }
  section#main .second-column .candidates-inf .line {
    width: 104%!important;
  }
  section#main .second-column .discuss-all .line {
    width: 102%!important;
  }
  section#main .second-column .discuss-write .line {
    width: 105%!important;
  }
  section#main .third-column {
    display: none;
  }
  .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .four-column .poster {
    margin: 10px;
  }
  html[lang=he] html {
    font-size: 8px;
  }
  html[lang=he] .slider p {
    display: inline-block;
    margin-right: 25rem;
  }
  html[lang=he] .share {
    margin-right: -17px;
  }
  html[lang=he] .candidates-inf p {
    display: inline-block;
    margin-right: 25rem;
  }
  html[lang=he] .discuss-all span {
    margin-right: 25rem;
  }
  html[lang=he] .discuss-write input {
    margin-left: -11rem;
  }
  html[lang=he] .first-pay p {
    text-align: center;
    display: block;
  }
  html[lang=he] .first-pay h2 {
    display: block!important;
    text-align: center!important;
    margin-top: -10px !important;
  }
  html[lang=he] .first-pay .site-btn-red {
    display: block!important;
    text-align: center!important;
    margin: 0 auto!important;
    margin-top: -10px !important;
  }
  html[lang=he] .first-pay .btn {
    display: block;
  }
  html[lang=he] .first-pay .site-btn-green-o {
    padding: 1.5rem 2rem!important;
  }
  html[lang=he] .first-pay .site-btn-red-o {
    padding: 1.5rem 2.7rem!important;
  }
  html[lang=he] .line {
    width: 100%!important;
    margin-right: 5px;
  }
  html[lang=he] section#main .main-container {
    width: 100%;
  }
  html[lang=he] section#main .main-h1 {
    width: 80%;
  }
  html[lang=he] section#main .second-column {
    width: 63%!important;
    min-width: 450px;
  }
  html[lang=he] section#main .second-column .more-add {
    margin-left: 0!important;
  }
  html[lang=he] section#main .second-column .more-add p {
    width: 95%!important;
  }
  html[lang=he] section#main .second-column .discuss-inf {
    width: 100%!important;
    position: relative!important;
  }
  html[lang=he] section#main .second-column .add-inf {
    border-top: none!important;
  }
  html[lang=he] section#main .second-column .discuss-form input {
    width: 40vw!important;
  }
  html[lang=he] section#main .second-column .candidates-inf .line {
    width: 104%!important;
  }
  html[lang=he] section#main .second-column .discuss-all .line {
    width: 102%!important;
  }
  html[lang=he] section#main .second-column .discuss-write .line {
    width: 105%!important;
  }
  html[lang=he] section#main .third-column {
    display: none;
  }
  html[lang=he] .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  html[lang=he] .four-column .poster {
    margin: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .line {
    width: 100%!important;
  }
  section#main .main-container {
    width: 100%;
  }
  section#main .main-h1 {
    width: 83%;
  }
  section#main .second-column {
    width: 65%!important;
  }
  section#main .second-column .discuss-inf {
    width: 100%!important;
  }
  section#main .second-column .discuss-form input {
    width: 40vw!important;
  }
  section#main .second-column .candidates-inf .line {
    width: 104%!important;
  }
  section#main .second-column .discuss-all .line {
    width: 102%!important;
  }
  section#main .second-column .discuss-write .line {
    width: 105%!important;
  }
  section#main .third-column {
    display: none;
  }
  .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .four-column .poster {
    margin: 10px;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .line {
    width: 100%!important;
  }
  section#main .main-container {
    width: 100%;
  }
  section#main .main-h1 {
    width: 86%;
  }
  section#main .second-column {
    width: 70%!important;
  }
  section#main .second-column .discuss-inf {
    width: 100%!important;
  }
  section#main .second-column .discuss-form input {
    width: 40vw!important;
  }
  section#main .second-column .candidates-inf .line {
    width: 104%!important;
  }
  section#main .second-column .discuss-all .line {
    width: 102%!important;
  }
  section#main .second-column .discuss-write .line {
    width: 105%!important;
  }
  section#main .third-column {
    display: none;
  }
  .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .four-column .poster {
    margin: 10px;
  }
  html[lang=he] .main-container {
    width: 102%!important;
  }
  html[lang=he] .share {
    margin-right: 0!important;
  }
  html[lang=he] .discuss-write img {
    margin-right: 40px;
  }
  html[lang=he] .discuss-write input {
    margin-left: 70px!important;
  }
  html[lang=he] .discuss-all span {
    margin-top: -3rem;
    margin-right: 50rem;
  }
  html[lang=he] .candidates-inf p {
    margin-right: 50rem;
  }
  html[lang=he] .share {
    margin-right: 10px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .line {
    width: 100%!important;
  }
  section#main .main-container {
    width: 100%;
  }
  section#main .main-h1 {
    width: 87%;
  }
  section#main .second-column {
    width: 72%!important;
  }
  section#main .second-column .discuss-inf {
    width: 100%!important;
  }
  section#main .second-column .discuss-form input {
    width: 50vw!important;
  }
  section#main .second-column .discuss-all .line {
    width: 102%!important;
  }
  section#main .second-column .discuss-write .line {
    width: 105%!important;
  }
  section#main .third-column {
    display: none;
  }
  .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .four-column .poster {
    margin: 10px;
  }
  html[lang=he] .slider p {
    margin-right: 55rem;
  }
  html[lang=he] .candidates-inf p {
    margin-right: 55rem;
  }
  html[lang=he] .discuss-all .speak {
    margin-right: 20px;
  }
  html[lang=he] .discuss-all span {
    margin-top: -3rem;
    margin-right: 55rem;
  }
  html[lang=he] .discuss-all .line {
    margin-right: 0;
  }
  html[lang=he] .discuss-write img {
    margin-right: 40px;
  }
  html[lang=he] .discuss-write input {
    margin-left: -60px;
  }
}
@media (min-width: 0px) and (max-width: 400px) {
  html[lang=he] .discuss-write input {
    margin-right: -50px;
    width: 100vw;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  html[lang=he] .discuss-write input {
    margin-left: -2rem;
  }
  html[lang=he] .share {
    margin-right: 40px;
  }
}
@media (min-width: 670px) and (max-width: 768px) {
  html[lang=he] .discuss-write input {
    margin-left: 0;
  }
  html[lang=he] .share {
    margin-right: 60px;
  }
}
@media (min-width: 900px) and (max-width: 991px) {
  html[lang=he] .discuss-write input {
    margin-left: -8rem !important;
  }
  html[lang=he] .share {
    margin-right: -35px;
  }
}
@media (min-width: 1000px) and (max-width: 1099px) {
  html[lang=he] input {
    margin-left: -15px !important;
  }
  html[lang=he] .share {
    margin-right: -5px;
  }
}
/*# sourceMappingURL=style.css.map */
@media (min-width: 0px) and (max-width: 480px) {
  html {
    font-size: 7px;
  }
  section#main .nav {
    padding-top: 8px;
  }
  section#main .nav ul {
    padding: 0;
  }
  section#main .nav ul li {
    text-align: center;
    display: block;
    padding-top: 1rem;
  }
  section#main .nav a {
    font-size: 2rem;
    padding-left: 0;
  }
  section#main .nav i {
    display: none;
  }
  section#main .main-h1 h1 {
    display: inline-block;
    width: 60vw;
    margin-left: 20px;
  }
  section#main .main-container {
    width: 100%;
  }
  section#main .main-container .first-column {
    width: 100%;
  }
  section#main .main-container .first-column .first-user {
    margin-left: 15px;
    width: 96%;
  }
  section#main .main-container .first-column .data {
    width: 96%;
    margin-left: 15px;
  }
  section#main .main-container .first-column .first-pay p {
    text-align: center;
    display: block;
  }
  section#main .main-container .first-column .first-pay h2 {
    display: block!important;
    text-align: center!important;
    margin-top: -10px !important;
  }
  section#main .main-container .first-column .first-pay .site-btn-red {
    display: block!important;
    text-align: center!important;
    margin: 0 auto!important;
    margin-top: -10px !important;
  }
  section#main .main-container .first-column .first-pay .btn {
    display: block;
  }
  section#main .main-container .first-column .first-pay .site-btn-green-o {
    padding: 1.5rem 2rem!important;
  }
  section#main .main-container .first-column .first-pay .site-btn-red-o {
    padding: 1.5rem 2.7rem!important;
  }
  section#main .main-container .second-column {
    margin-top: 2rem;
    margin-left: 15px;
    width: 96%;
  }
  section#main .main-container .second-column p {
    width: 60vw!important;
  }
  section#main .main-container .second-column .discuss-form input {
    width: 55vw!important;
  }
  section#main .main-container .second-column .more-add {
    position: relative!important;
    left: 0;
  }
  section#main .main-container .second-column .more-add p {
    width: 60vw;
  }
  section#main .main-container .second-column .write-more {
    margin-top: 40px;
  }
  section#main .main-container .second-column .add-inf {
    width: 100%;
  }
  section#main .main-container .second-column .discuss-inf .line {
    width: 105%;
  }
  section#main .main-container .second-column .discuss-all .line {
    width: 103%;
  }
  section#main .main-container .second-column .discuss-write .line {
    width: 106%;
  }
  section#main .main-container .second-column .refregerator p {
    width: 80vw!important;
  }
  section#main .main-container .third-column {
    display: none;
  }
  section#main .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#main .four-column .poster {
    margin: 10px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  html {
    font-size: 8px;
  }
  section#main .nav {
    padding-top: 8px;
  }
  section#main .nav ul {
    padding: 0;
  }
  section#main .nav ul li {
    text-align: center;
    display: block;
    padding-top: 1rem;
  }
  section#main .nav a {
    font-size: 2rem;
    padding-left: 0;
  }
  section#main .nav i {
    display: none;
  }
  section#main .main-h1 h1 {
    display: inline-block;
    width: 60vw;
    margin-left: 20px;
  }
  section#main .main-container {
    width: 100%;
  }
  section#main .main-container .first-column {
    width: 100%;
  }
  section#main .main-container .first-column .first-user {
    margin-left: 15px;
    width: 96%;
  }
  section#main .main-container .first-column .data {
    width: 96%;
    margin-left: 15px;
  }
  section#main .main-container .first-column .first-pay p {
    text-align: center;
    display: block;
  }
  section#main .main-container .first-column .first-pay h2 {
    display: block!important;
    text-align: center!important;
    margin-top: -10px !important;
  }
  section#main .main-container .first-column .first-pay .site-btn-red {
    display: block!important;
    text-align: center!important;
    margin: 0 auto!important;
    margin-top: -10px !important;
  }
  section#main .main-container .first-column .first-pay .btn {
    display: block;
  }
  section#main .main-container .first-column .first-pay .site-btn-green-o {
    padding: 1.5rem 2rem!important;
  }
  section#main .main-container .first-column .first-pay .site-btn-red-o {
    padding: 1.5rem 2.7rem!important;
  }
  section#main .main-container .second-column {
    margin-top: 2rem;
    margin-left: 15px;
    width: 96%;
  }
  section#main .main-container .second-column p {
    width: 60vw!important;
  }
  section#main .main-container .second-column .discuss-form input {
    width: 55vw!important;
  }
  section#main .main-container .second-column .more-add {
    position: relative!important;
    left: 0;
  }
  section#main .main-container .second-column .more-add p {
    width: 60vw;
  }
  section#main .main-container .second-column .write-more {
    margin-top: 40px;
  }
  section#main .main-container .second-column .add-inf {
    width: 100%;
  }
  section#main .main-container .second-column .discuss-inf .line {
    width: 105%;
  }
  section#main .main-container .second-column .discuss-all .line {
    width: 103%;
  }
  section#main .main-container .second-column .discuss-write .line {
    width: 106%;
  }
  section#main .main-container .second-column .refregerator p {
    width: 80vw!important;
  }
  section#main .main-container .third-column {
    display: none;
  }
  section#main .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#main .four-column .poster {
    margin: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 8px;
  }
  .first-pay p {
    text-align: center;
    display: block;
  }
  .first-pay h2 {
    display: block!important;
    text-align: center!important;
    margin-top: -10px !important;
  }
  .first-pay .site-btn-red {
    display: block!important;
    text-align: center!important;
    margin: 0 auto!important;
    margin-top: -10px !important;
  }
  .first-pay .btn {
    display: block;
  }
  .first-pay .site-btn-green-o {
    padding: 1.5rem 2rem!important;
  }
  .first-pay .site-btn-red-o {
    padding: 1.5rem 2.7rem!important;
  }
  .line {
    width: 100%!important;
  }
  section#main .main-container {
    width: 100%;
  }
  section#main .main-h1 {
    width: 80%;
  }
  section#main .second-column {
    width: 65%!important;
    min-width: 450px;
  }
  section#main .second-column .more-add {
    margin-left: 0!important;
  }
  section#main .second-column .more-add p {
    width: 95%!important;
  }
  section#main .second-column .discuss-inf {
    width: 100%!important;
    position: relative!important;
  }
  section#main .second-column .add-inf {
    border-top: none!important;
  }
  section#main .second-column .discuss-form input {
    width: 40vw!important;
  }
  section#main .second-column .candidates-inf .line {
    width: 104%!important;
  }
  section#main .second-column .discuss-all .line {
    width: 102%!important;
  }
  section#main .second-column .discuss-write .line {
    width: 105%!important;
  }
  section#main .third-column {
    display: none;
  }
  .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .four-column .poster {
    margin: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .line {
    width: 100%!important;
  }
  section#main .main-container {
    width: 100%;
  }
  section#main .main-h1 {
    width: 83%;
  }
  section#main .second-column {
    width: 65%!important;
  }
  section#main .second-column .discuss-inf {
    width: 100%!important;
  }
  section#main .second-column .discuss-form input {
    width: 40vw!important;
  }
  section#main .second-column .candidates-inf .line {
    width: 104%!important;
  }
  section#main .second-column .discuss-all .line {
    width: 102%!important;
  }
  section#main .second-column .discuss-write .line {
    width: 105%!important;
  }
  section#main .third-column {
    display: none;
  }
  .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .four-column .poster {
    margin: 10px;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .line {
    width: 100%!important;
  }
  section#main .main-container {
    width: 100%;
  }
  section#main .main-h1 {
    width: 86%;
  }
  section#main .second-column {
    width: 70%!important;
  }
  section#main .second-column .discuss-inf {
    width: 100%!important;
  }
  section#main .second-column .discuss-form input {
    width: 40vw!important;
  }
  section#main .second-column .candidates-inf .line {
    width: 104%!important;
  }
  section#main .second-column .discuss-all .line {
    width: 102%!important;
  }
  section#main .second-column .discuss-write .line {
    width: 105%!important;
  }
  section#main .third-column {
    display: none;
  }
  .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .four-column .poster {
    margin: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .line {
    width: 100%!important;
  }
  section#main .main-container {
    width: 100%;
  }
  section#main .main-h1 {
    width: 87%;
  }
  section#main .second-column {
    width: 72%!important;
  }
  section#main .second-column .discuss-inf {
    width: 100%!important;
  }
  section#main .second-column .discuss-form input {
    width: 50vw!important;
  }
  section#main .second-column .discuss-all .line {
    width: 102%!important;
  }
  section#main .second-column .discuss-write .line {
    width: 105%!important;
  }
  section#main .third-column {
    display: none;
  }
  .four-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .four-column .poster {
    margin: 10px;
  }
}
/*# sourceMappingURL=media.css.map */
.task-item-giver-img {
  text-align: center;
}
.task-item-giver-img .user-img {
  width: 135px;
}
.task-item-giver-name {
  margin-top: 15px;
}
.task-item-images {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 10px;
  padding-bottom: 10px;
}
.task-item-images-item {
  flex: 22%;
  margin: 0 10px 10px 0;
}
.task-item-images-item a {
  padding-top: 100%;
  display: block;
  background: no-repeat center / cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.task-item-images-item a:hover .task-item-images-shade {
  opacity: 1;
  top: 0;
}
.task-item-images-shade {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transition: all 0.075s;
}
.task-item-candidates-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0 20px;
}
.task-item-candidates-item {
  width: 48%;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.task-item-candidates-item .user-img {
  margin-right: 10px;
  flex-shrink: 0;
  width: 40%;
}
.task-item-candidates-name {
  font-weight: bold;
}
.site-btn-green.task-item-candidates-approve-btn,
.site-btn-red.task-item-candidates-cancel-btn {
  margin-top: 10px;
  padding: 4px 10px;
}
.task-item-candidates-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e4eafa;
}
.task-item-heading {
  font-size: 18px;
}
html,
body {
  height: 100%;
}
body {
  font: 16px 'Source Sans Pro', sans-serif;
}
html[lang="he"] body {
  font: 14px 'Rubik', sans-serif;
  direction: rtl;
}
input[type="text"],
input[type="password"],
select,
textarea {
  box-sizing: border-box;
  padding: 4px 10px;
  height: 40px;
  background: #f4f4f4;
  border-radius: 5px;
  border: 0;
}
.innerContainer {
  padding: 40px 0;
  overflow: hidden;
}
h3 {
  color: #53bb30;
}
.container {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
.ui-autocomplete {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}
.cc-btn {
  height: 40px;
  color: #ff3812;
  background: transparent;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ff3812;
  text-decoration: none;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0 15px;
}
.cc-btn:hover {
  background: #ff3812;
  color: #fff;
}
.cc-btn:active {
  background: #de2400;
}
.cc-btn-green {
  color: #37db00;
  border-color: #37db00;
}
.cc-btn-green:hover {
  background: #37db00;
  color: #fff;
}
.cc-btn-green:active {
  background: #2aa800;
}
.cc-btn-grey {
  color: #999;
  border-color: #999;
}
.cc-btn-grey:hover {
  background: #999;
  color: #fff;
}
.cc-btn-grey:active {
  background: #808080;
  border-color: #808080;
}
.flexslider {
  margin: 0;
  border: 0;
  border-radius: 0;
}
.cc-user-img {
  overflow: hidden;
  position: relative;
}
.cc-user-img-border {
  border-radius: 50%;
  padding: 6%;
  background: #ccc;
}
.cc-user-img-border:hover {
  background-color: #b3b3b3;
}
.cc-user-img-border:active {
  background-color: #ccc;
}
.cc-user-verify-social {
  background-color: #f0a029;
}
.cc-user-verify-social:hover {
  background-color: #d7870f;
}
.cc-user-verify-social:active {
  background-color: #f0a029;
}
.cc-user-verify-id {
  background-color: #37db00;
}
.cc-user-verify-id:hover {
  background-color: #2aa800;
}
.cc-user-verify-id:active {
  background-color: #37db00;
}
.cc-user-img-image {
  background: no-repeat center / cover;
  padding-top: 100%;
  border-radius: 50%;
  display: block;
}
.cc-user-verify {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-weight: bold;
  font-size: 16px;
  background: #999;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 3px solid #fff;
}
.cc-user-verify-id {
  background: #37db00;
}
.cc-user-img-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background: no-repeat center / cover;
  border-radius: 50px;
}
.cc-user-img-icon-admin {
  background-image: url(/favicon.png);
  background-color: #fff;
  border: 2px solid #fff;
}
.cc-uploader {
  border: 2px dashed #37db00;
  border-radius: 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
}
.cc-uploader input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.cc-uploader .fa-picture-o {
  color: #37db00;
  font-size: 30px;
  margin-right: 5%;
}
.cc-uploader:hover {
  border-color: #2aa800;
}
.cc-uploader:hover .fa-picture-o {
  color: #2aa800;
}
.cc-uploader:active {
  border-color: #1d7500;
}
.cc-uploader:active .fa-picture-o {
  color: #1d7500;
}
.cc-uploader-label {
  text-transform: uppercase;
  color: #333c4e;
  line-height: 1.2;
}
.cc-uploader-count {
  font-size: 70%;
  display: none;
}
.cc-uploader-count-value {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.nowrap {
  white-space: nowrap;
}
.datepickers-container {
  z-index: 1000;
}
.overlay {
  z-index: 10000000;
}
.cc-auth-slider {
  direction: ltr;
  max-width: 940px;
  margin: auto;
}
.cc-auth-slider input,
.cc-auth-slider select,
.cc-auth-slider textarea {
  display: block;
  border-radius: 4px;
  border: solid 2px #dedede;
  background: #fff;
}
.cc-auth-slider .cms-login-form {
  width: 290px;
  margin: auto;
  padding: 0 20px 20px;
}
.cc-auth-slider .cms-login-form input {
  margin: 10px 0 0;
}
.cc-auth-slider h3 {
  font-weight: normal;
  font-size: 20px;
  color: #333;
}
.cc-auth-slider .login-ulogin img {
  cursor: pointer;
}
.cc-auth-slider textarea[name="descr"] {
  margin-top: 40px;
  height: 150px;
  width: 100%;
}
.cc-auth-row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
}
.cc-auth-row:not(:first-child) {
  margin-top: 15px;
}
.cc-auth-cell {
  color: #8d8b8b;
}
.cc-auth-cell:not(.cc-auth-cell-short) {
  flex: 1;
}
.cc-auth-cell + .cc-auth-cell {
  margin-left: 2%;
}
.cc-auth-cell input,
.cc-auth-cell select {
  margin-top: 4px;
  width: 100%;
}
.cc-auth-cell input[name="phonePrefix"],
.cc-auth-cell select[name="phonePrefix"] {
  width: 70px;
  text-align: center;
}
.cc-auth-signin-btn,
.cc-auth-signup-btn {
  width: 100%;
  margin-top: 10px;
}
.cc-auth-note {
  color: #333;
  font-size: 16px;
}
.cc-auth-social {
  margin-top: 40px;
}
.cc-auth-social .login-ulogin {
  margin-top: 10px;
}
.cc-auth-social + .cc-auth-row {
  margin-top: 30px;
}
.cc-auth-step .cc-uploader {
  cursor: pointer;
  border: 2px dashed #5faf00;
  margin-top: 40px;
  text-align: center;
  position: relative;
  padding: 15px;
  transition: all 0.2s;
}
.cc-auth-step .cc-uploader .fa {
  font-size: 20px;
  color: #888;
}
.cc-auth-step .cc-uploader input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.cc-auth-step .cc-uploader:hover {
  background: #f6f6f6;
}
.cc-auth-step .cc-uploader:active {
  background: none;
}
.cc-uploader-chosen {
  display: none;
}
.cc-uploader-note {
  color: #888;
  text-transform: lowercase;
}
.cc-auth-agree {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: pointer;
}
.cc-auth-agree:hover {
  color: #5faf00;
}
.cc-auth-agree .fa {
  color: #888;
  font-size: 24px;
  margin: -1px 10px 0;
}
.cc-auth-buttons {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.cc-auth-buttons a {
  width: 48%;
}
.cc-auth-step-1 .cc-auth-buttons {
  justify-content: flex-end;
}
.cc-auth-next-btn.site-btn-red .fa {
  margin-right: 0;
  margin-left: 15px;
}
.cc-auth-step-left {
  padding: 0 40px 40px;
  width: 66%;
}
.cc-auth-step-right {
  width: 30%;
  padding: 20px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.cc-auth-step-right img {
  max-width: 100%;
  height: auto;
}
.cc-auth-step {
  margin: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.cc-auth-step-1 .cc-auth-step-right {
  background-color: rgba(166, 117, 199, 0.8);
}
.cc-auth-step-2 .cc-auth-step-right {
  background-color: #fba72b;
}
.cc-auth-step-3 .cc-auth-step-right {
  background-color: rgba(69, 159, 0, 0.8);
}
.cc-auth-steps-bar {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
.cc-auth-steps-bar-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 10px;
}
.cc-auth-steps-bar-item.active,
.cc-auth-steps-bar-item:hover {
  box-shadow: 0 2px 24px 0 rgba(67, 67, 67, 0.19);
  background: #fff;
}
.cc-auth-steps-bar-item:active {
  background: #eee;
}
.cc-auth-step-1 .cc-auth-steps-bar-item:hover,
.cc-auth-step-1 .cc-auth-steps-bar-item.active {
  color: #b084cf;
}
.cc-auth-step-2 .cc-auth-steps-bar-item:hover,
.cc-auth-step-2 .cc-auth-steps-bar-item.active {
  color: #f0a029;
}
.cc-auth-step-3 .cc-auth-steps-bar-item:hover,
.cc-auth-step-3 .cc-auth-steps-bar-item.active {
  color: #5eaa23;
}
.cc-auth-step-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.cc-auth-input {
  position: relative;
}
.cc-auth-input input {
  padding-left: 37px;
}
.cc-auth-input .fa {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.cc-auth-input .fa-facebook {
  color: #5F81C1;
}
.cc-auth-input .fa-twitter {
  color: #2D90C8;
}
.cc-auth-input .fa-google-plus {
  color: #EB4B08;
}
.cc-auth-input .fa-vk {
  color: #495C8C;
}
.cc-auth-input .fa-odnoklassniki {
  color: #DF8F00;
}
.cc-auth-step-4.inner-block {
  position: relative;
  background: #fff url(images/auth-step-4-3.png) no-repeat center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: auto;
  padding: 20px 40px 40px;
}
.cc-auth-step-4.inner-block img {
  max-width: 100%;
  height: auto;
  margin: 20px 0 40px;
}
.cc-auth-step-4.inner-block .cc-auth-note {
  max-width: 300px;
}
.cc-auth-step-4.inner-block .site-btn-green {
  padding: 6px 40px 8px;
  margin-top: 40px;
}
.cc-auth-step-4.inner-block img.cc-auth-semen {
  position: absolute;
  right: 30px;
  width: 190px;
  height: 348px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
html[lang="he"] .cc-auth-slider li {
  direction: rtl;
}
html[lang="he"] .cc-auth-cell + .cc-auth-cell {
  margin-left: 0;
  margin-right: 2%;
}
.page-title {
  margin: 0 0 40px;
  color: #37db00;
  font-size: 25px;
  font-weight: normal;
  width: 100%;
  line-height: 1.2;
}
a {
  color: #2aa800;
}
a:hover {
  color: #114200;
}
a:active {
  color: #2aa800;
}
header {
  background: linear-gradient(270deg, #37db00 0%, #95de2f 100%);
  padding: 10px 0;
}
header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  display: block;
  width: 206px;
  height: 57px;
  background: no-repeat center / contain;
}
.header-logo[data-country="ua"] {
  background-image: url('/include/templates/v2/images/logo-ua.png');
}
.header-logo[data-country="il"] {
  background-image: url('/include/templates/v2/images/logo-il.png');
}
.header-use-note {
  color: #fff;
  text-align: center;
  padding: 4px 15px 6px;
  line-height: 1.1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background: #ff3812;
  border-radius: 0 0 19px 19px;
  box-sizing: border-box;
  white-space: nowrap;
}
.header-use-note .fa {
  font-size: 18px;
  vertical-align: -2px;
}
.header-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-langs-toggle {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  width: 38px;
  height: 38px;
  padding-top: 1px;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
}
.header-langs-toggle:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.header-langs-toggle:active {
  background: rgba(255, 255, 255, 0.5);
}
.header-langs-toggle .fa {
  margin: 0 2px;
}
.header-langs-current {
  margin: 0 2px;
}
.header-langs-menu {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 20;
  padding: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
.header-langs-item {
  text-transform: uppercase;
  color: #2d9d06;
  font-size: 13px;
  padding: 5px 15px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  width: 100%;
}
.header-langs-item:hover {
  background: #D4E8CD;
}
.header-langs-item.disabled {
  color: #bbb;
}
.header-sign-up {
  color: #fff;
  margin-right: 10px;
  flex-shrink: 0;
  height: 38px;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  font-size: 18px;
  border-radius: 20px;
}
.header-sign-up:hover {
  background: rgba(255, 255, 255, 0.35);
}
.category-ac-name {
  color: #999;
}
.category-ac-item {
  font-size: 12px;
}
.task-search {
  display: none;
  background: #f1f1f1;
  padding: 30px 0;
}
.task-search .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.task-search .shadow-wrap {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  border-radius: 19px;
  border: 1px solid #ddd;
  border-right: 0;
  width: 100%;
  max-width: 700px;
}
.task-search .shadow-wrap:not(:last-child) {
  margin-bottom: 10px;
}
.task-search input {
  height: 40px;
  border: 0;
  background: #fff;
  padding: 0 30px 0 4px;
  box-sizing: border-box;
  width: 100%;
  color: #333c4e;
}
.task-search .fa-search {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff3812;
  color: #fff;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  margin-left: -20px;
}
.task-search .fa-search:hover {
  background: #de2400;
}
.task-search .fa-search:active {
  background: #c42000;
}
.task-search-label {
  white-space: nowrap;
  color: #ff3812;
  background: #fff;
  height: 40px;
  border-radius: 19px 0 0 19px;
  padding: 0 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  flex: 1;
}
.task-search-field {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 5;
}
.task-search-arrow {
  text-decoration: none;
  color: #333c4e;
  width: 30px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
  font-size: 20px;
}
.task-search-arrow:hover {
  background: #f1f1f1;
}
.task-search-city {
  flex: 2;
}
.task-search-city input {
  padding-right: 50px;
}
.task-search-city .task-search-arrow {
  margin-left: -50px;
}
.main-banner {
  position: relative;
}
.main-banner h2 {
  text-align: center;
  color: #777;
  margin-top: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.1;
}
.main-banner h2 .green {
  color: #2aa800;
}
.main-banner h2 em {
  color: #ff3812;
}
.main-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-banner .flexslider {
  height: 450px;
  background: no-repeat center / cover;
}
.main-banner-slogan {
  text-align: center;
  margin: 20px 0 30px;
  color: #777;
  font-size: 30px;
  line-height: 1.1;
}
.main-banner-slogan strong {
  color: #2aa800;
  font-weight: normal;
}
.main-banner-slogan em {
  color: #ff3812;
  font-style: normal;
}
.main-banner-actions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-banner-actions a {
  min-height: 44px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 15px;
  width: 262px;
  box-sizing: border-box;
  border-radius: 19px;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  margin: 0 50px;
}
.main-banner-actions a:hover {
  color: #fff;
}
.main-banner-take {
  border: 2px solid #2aa800;
  color: #2aa800;
}
.main-banner-take:hover {
  background: #31c200;
  border-color: #31c200;
}
.main-banner-take:active {
  background: #2aa800;
  border-color: #2aa800;
}
.main-banner-give {
  border: 2px solid #ff3812;
  color: #ff3812;
}
.main-banner-give:hover {
  background: #ed2600;
  border-color: #ed2600;
}
.main-banner-give:active {
  background: #d42200;
  border-color: #d42200;
}
.home-slider-item {
  height: 450px;
  background: no-repeat center / cover;
}
.home-slider-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.hiw-pane {
  background: #F5F5F5;
  display: none;
  position: relative;
}
.hiw-pane .container {
  overflow: hidden;
}
.hiw-pane iframe {
  vertical-align: middle;
}
.hiw-steps {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 25px;
}
.hiw-steps-item {
  margin: 25px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hiw-steps-item:nth-child(2) .hiw-steps-img {
  background-image: url(images/hiw-step-2.png);
}
.hiw-steps-item:nth-child(3) .hiw-steps-img {
  background-image: url(images/hiw-step-3.png);
}
.hiw-steps-item:nth-child(4) .hiw-steps-img {
  background-image: url(images/hiw-step-4.png);
}
.hiw-steps-bg {
  background: #ff3812;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  width: 250px;
}
.hiw-steps-label {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 10px 20px 0;
  font-weight: bold;
}
.hiw-steps-img {
  width: 110px;
  height: 100px;
  background: url(images/hiw-step-1.png) no-repeat center / contain;
}
.hiw-toggle {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hiw-toggle.opened {
  bottom: -65px;
}
.hiw-toggle.opened .hiw-toggle-btn {
  border-radius: 0 0 5px 5px;
}
.hiw-toggle-btn {
  display: inline-block;
  padding: 5px 30px;
  text-decoration: none;
  background: #f0a029;
  color: #fff;
  text-align: center;
  font-size: 20px;
  transition: all 0.2s;
  border-radius: 7px 7px 0 0;
}
.hiw-toggle-btn .fa {
  font-size: 30px;
}
.hiw-toggle-btn:focus {
  outline: none;
}
.hiw-toggle-btn:hover {
  background: #d7870f;
  color: #fff;
}
.hiw-toggle-btn:active {
  background: #bf780d;
}
.hiw-footer {
  margin: 30px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hiw-footer .fa {
  margin: 0 10px;
  font-size: 24px;
}
.hiw-footer-btn-label {
  margin: 0 10px;
  line-height: 1;
  text-align: center;
}
.hiw-signup {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hiw-signup-text {
  color: #333c4e;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 10px;
}
.hiw-signup-btn {
  color: #fff;
  font-size: 18px;
  background: #37db00;
  flex-shrink: 0;
}
.hiw-signup-btn:hover {
  background: #31c200;
  border-color: #31c200;
}
.hiw-signup-btn:active {
  background: #2aa800;
  border-color: #2aa800;
}
.hiw-signup-faq {
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
.navbar {
  background: #ebecf0;
  height: 41px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.navbar-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  flex: 1;
}
.navbar-nav:before {
  display: block;
  content: '';
  width: 15%;
  margin-right: 4%;
}
.navbar-item {
  color: #7e8890;
  font-size: 12px;
  line-height: 1.2;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.navbar-item:not(:last-child) {
  margin-right: 30px;
}
.navbar-item.active {
  position: relative;
  overflow: hidden;
  border-color: #37db00;
}
.navbar-item:hover {
  color: #000;
}
.navbar-item:active {
  color: #7e8890;
}
.history {
  height: 80px;
  background: #323b4d;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history .descr {
  font-style: italic;
  color: #66b5cb;
  font-weight: bold;
}
.history .btn {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 181px;
  height: 38px;
  border: 2px solid #fff;
  font-size: 15px;
  color: #fff;
  border-radius: 19px;
  box-sizing: border-box;
  margin-left: 4%;
}
.home-catalog {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 40px;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex: auto;
}
.home-catalog-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.home-catalog-wrap.container {
  max-width: 1200px;
  width: auto;
}
.home-catalog-wrap .spec-block-side-container {
  width: 300px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 40px 0;
  flex-shrink: 0;
}
.home-catalog-wrap .spec-block-side-container .spec-block-side {
  height: 250px;
}
.home-catalog-wrap .spec-block-side-container .spec-block-side:not(:last-child) {
  margin-bottom: 20px;
}
.home-catalog-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #b0e663;
  border-top: 1px solid #b0e663;
  width: 33.33%;
  height: 205px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.home-catalog-item:first-child {
  border-radius: 7px 0 0 0;
}
.home-catalog-item:nth-child(3) {
  border-radius: 0 7px 0 0;
  border-right: 1px solid #b0e663;
}
.home-catalog-item:nth-child(6),
.home-catalog-item:nth-child(9) {
  border-right: 1px solid #b0e663;
}
.home-catalog-item:nth-child(10) {
  border-radius: 0 0 0 7px;
  border-bottom: 1px solid #b0e663;
}
.home-catalog-item:nth-child(11) {
  border-bottom: 1px solid #b0e663;
}
.home-catalog-item:nth-child(12) {
  border-radius: 0 0 7px 0;
  border-right: 1px solid #b0e663;
  border-bottom: 1px solid #b0e663;
}
.home-catalog-item:hover .home-catalog-sub {
  opacity: 1;
}
.home-catalog-title {
  text-transform: uppercase;
  color: #555;
  padding: 0 10px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.home-catalog-title:hover {
  color: #000;
}
.home-catalog-icon {
  width: 93px;
  height: 92px;
  background: no-repeat center / contain;
  margin-top: 20px;
  display: block;
}
.home-catalog-sub {
  position: absolute;
  overflow: hidden;
  display: block;
  text-decoration: none;
  width: 110%;
  min-height: 110%;
  background: #fff;
  border: 1px solid #37db00;
  border-radius: 7px;
  z-index: 10;
  left: -5%;
  top: -5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.2s;
  color: #555;
  font-weight: bold;
}
.home-catalog-sub .fa-chevron-down {
  margin-top: 20px;
  text-decoration: none;
  color: #37db00;
}
.home-catalog-sub-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #37db00;
  text-decoration: none;
}
.home-catalog-sub-title:hover {
  text-decoration: underline;
}
.home-catalog-sub-title:active {
  text-decoration: none;
}
.home-catalog-sub-2 {
  max-height: 90%;
  overflow: auto;
  position: fixed;
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  text-align: left;
  display: none;
  z-index: 110;
}
.home-catalog-sub-2 .wrap {
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.home-catalog-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #555;
  text-decoration: none;
  font-size: 20px;
}
.home-catalog-close:hover {
  color: #000;
}
.home-catalog-close:active {
  color: #555;
}
.home-catalog-sub-item {
  text-decoration: none;
  color: #333c4e;
  font-weight: normal;
}
.home-catalog-sub-item:hover {
  text-decoration: underline;
}
.home-catalog-sub-item:active {
  text-decoration: none;
}
.what-needs {
  text-align: center;
  max-width: 600px;
  margin: 40px auto;
}
.what-needs-title {
  font-size: 30px;
  font-weight: bold;
  color: #444;
}
.what-needs-text {
  color: #444;
  margin-top: 10px;
}
body > .reviews {
  background: linear-gradient(270deg, #37db00 0%, #95de2f 100%);
  height: 180px;
}
body > .reviews .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
body > .reviews .reviewsItem {
  width: 40%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
body > .reviews .reviewsItem:nth-child(2) {
  margin-left: 8%;
}
.reviewsImg {
  display: block;
  width: 96px;
  height: 96px;
  background: no-repeat center / cover;
  box-sizing: border-box;
  float: left;
  margin-right: 4%;
}
.reviewsText {
  color: #fff;
}
.reviewsSign {
  color: #e6f1e3;
  margin-top: 10px;
}
.home-task-widget {
  background: #e9e9e9;
  padding: 30px 0;
  box-sizing: border-box;
  min-height: 355px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.home-task-widget .container {
  width: 100%;
}
.home-task-widget-list {
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.home-task-widget .tasks-list-item {
  width: 48%;
}
.home-task-widget .tasks-list-item:not(:last-child) {
  margin: 0;
}
footer {
  background: #41464a;
  min-height: 350px;
  flex-shrink: 0;
}
footer .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
  box-sizing: border-box;
}
footer .logo {
  display: block;
  background: url(images/footer-logo.png) no-repeat center / contain;
  width: 266px;
  height: 57px;
}
footer .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 30px;
}
footer .social a {
  width: 34px;
  height: 34px;
  margin-top: 10px;
  color: #4cdc0a;
  border: 1px solid #90de2c;
  text-decoration: none;
  border-radius: 18px;
  font-size: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social a:hover {
  color: #fff;
  border-color: #fff;
}
footer .social a:active {
  color: #00c8fa;
  border-color: #00c8fa;
}
footer .social a:not(:last-child) {
  margin-right: 10px;
}
footer .nav a {
  display: block;
  text-decoration: none;
  color: #b1b1b1;
  line-height: 1.2;
}
footer .nav a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .nav a:active {
  text-decoration: none;
}
footer .nav a:not(:last-child) {
  margin-bottom: 10px;
}
html[lang="he"] footer .social a:not(:last-child) {
  margin-right: 0;
  margin-left: 10px;
}
.footer-liveinternet {
  margin-top: 20px;
}
.footer-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #fff;
}
.innerPage section {
  flex: 1;
}
.innerPage aside {
  width: 30%;
  margin-left: 8%;
  display: none;
}
.innerPage .pageTitle {
  color: #333c4e;
  font-size: 22px;
  font-weight: normal;
  margin: 40px 60px;
}
.cc-messages-form {
  margin-left: 19%;
  margin-top: 20px;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 5px;
  transition: margin 0.2s;
}
.cc-messages-form textarea {
  border: 1px solid #ddd;
  box-sizing: border-box;
  resize: none;
  width: 100%;
  display: block;
  padding: 10px;
  height: 150px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.cc-messages-form select {
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 40px;
  border-radius: 5px;
  background: #fff;
}
.cc-messages-answer-to {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cc-messages-answer-to select {
  flex: 1;
  margin-left: 4%;
}
.cc-messages-list {
  margin-top: 20px;
}
.cc-messages-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.cc-messages-item:not(:last-child) {
  margin-bottom: 20px;
}
.cc-messages-reply-btn {
  float: right;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ff3812;
  border: 1px solid #ff3812;
  border-top: 0;
  margin-right: 5px;
  border-radius: 0 0 20px 20px;
  padding: 5px 15px;
  transition: all 0.1s;
}
.cc-messages-reply-btn:hover {
  background: #ff3812;
  color: #fff;
}
.cc-messages-reply-btn:active {
  background: #de2400;
  border-color: #de2400;
}
.cc-messages-reply-btn .fa {
  margin-right: 10px;
}
.innerPage .cc-messages-aside {
  width: 15%;
  margin-right: 4%;
  margin-left: 0;
  display: block;
  min-width: 60px;
}
.cc-messages-main {
  flex: 1;
}
.cc-messages-bg {
  background: #f1f1f1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.cc-messages-photo {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: no-repeat center top / cover;
  display: block;
  border: 1px solid transparent;
}
.cc-messages-photo:hover {
  border-color: #37db00;
}
.cc-messages-photo:active {
  border-color: #248f00;
}
.cc-messages-photo-wrap {
  max-width: 100px;
  margin-left: auto;
}
.cc-messages-name {
  color: #37db00;
  font-size: 18px;
  margin-right: 10px;
  text-decoration: none;
}
.cc-messages-name:hover {
  text-decoration: underline;
}
.cc-messages-name:active {
  text-decoration: none;
}
.cc-messages-header {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.cc-messages-date {
  color: #5b6b8c;
}
.cc-messages-child-list {
  margin: 20px 0 0 10%;
}
.cc-messages-child-item {
  background: #f1f1f1;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.cc-messages-child-item:not(:last-child) {
  margin-bottom: 10px;
}
.cc-messages-body {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
.cc-messages-view {
  margin-left: 10px;
}
.cc-messages-text {
  margin-top: 10px;
}
.login-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.login-btn:hover .login-label {
  background: rgba(255, 255, 255, 0.35);
}
.login-icon {
  width: 68px;
  height: 68px;
  background: url(images/login-default-icon.png) no-repeat center / contain;
  z-index: 10;
}
.login-label {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin-left: 10px;
  min-height: 38px;
  border-radius: 19px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 30px 0 40px;
  margin-left: -26px;
}
[lang="he"] .login-label {
  margin-right: -26px;
  margin-left: 0;
  padding: 0 30px 0 20px;
}
.login-menu {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 20;
  padding: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  width: 240px;
}
.login-menu input {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  background: #f4f4f4;
  border: 0;
  padding: 0 4px;
  box-sizing: border-box;
}
.login-menu input:not(:last-child) {
  margin-bottom: 5px;
}
.login-ulogin {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.login-ulogin img {
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.login-note {
  color: #6a6d70;
  margin-bottom: 10px;
  text-align: center;
}
.login-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}
.login-footer-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: inherit;
  margin-left: 10px;
}
.login-footer-right a {
  color: #6a6d70;
}
.login-footer-right a:hover {
  color: #000;
}
.login-footer-right a:active {
  color: #6a6d70;
}
.profile-widget-btn {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 25px;
  color: #fff;
}
.profile-widget-btn.no-img {
  width: auto;
}
.profile-widget-btn:hover {
  text-decoration: none;
}
.profile-widget-btn:hover .profile-widget-email {
  background: #8CE860;
}
.profile-widget-img {
  height: 100%;
  background: no-repeat center / cover;
  border-radius: 50%;
}
.profile-widget-email {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 0 15px;
}
.profile-widget-email .fa {
  margin-right: 5px;
}
.profile-widget-menu {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 20;
  padding: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
.profile-widget-item {
  text-transform: uppercase;
  color: #2d9d06;
  font-size: 13px;
  padding: 5px 15px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  width: 100%;
}
.profile-widget-item:hover {
  background: #D4E8CD;
}
.add-task-pane {
  background: #d8d9dd;
}
.add-task-pane .container {
  min-height: 156px;
  padding: 20px 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.add-task-btn {
  width: 25%;
  background: #ff3812;
  color: #fff;
  font-size: 18px;
  min-height: 40px;
  height: auto;
  text-align: center;
  line-height: 1.2;
}
.add-task-btn:hover {
  background: #de2400;
  border-color: #de2400;
}
.add-task-btn:active {
  background: #c42000;
  border-color: #c42000;
}
.add-task-descr {
  margin-left: 4%;
  color: #333c4e;
  width: 50%;
  text-transform: uppercase;
}
.pagination {
  width: 100%;
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  padding: 0 10px;
  height: 30px;
  color: #333c4e;
}
.pagination a:hover {
  background: #beffa8;
}
.pagination a:active {
  background: #98ff75;
}
.pagination a.active {
  color: #fff;
  background: #37db00;
}
.home-users {
  background: #f5f5f5;
  padding: 40px 0;
}
.home-users .cc-btn-red {
  margin-top: 20px;
}
.home-users .flexslider {
  margin-top: 40px;
}
.home-users-left {
  width: 25%;
  margin-right: 5%;
  flex-shrink: 0;
}
.home-users-right {
  flex: 1;
}
.home-users-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.home-users-img {
  display: block;
  padding-top: 100%;
  background: no-repeat center / cover;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-bottom: 40px;
}
.home-users-img:hover {
  border-color: #37db00;
}
.home-users-img:active {
  border-color: #248f00;
}
.home-users-name {
  font-size: 24px;
  line-height: 1.2;
  color: #2aa800;
  text-decoration: none;
  margin-right: 40px;
}
.home-users-name:hover {
  text-decoration: underline;
}
.home-users-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.home-users-descr {
  margin-top: 20px;
  color: #333c4e;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.home-users-skills {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.home-users-skills-item {
  padding: 5px 10px;
  color: #333c4e;
  border: 1px solid #333c4e;
  border-radius: 20px;
  margin: 5px 15px 5px 0;
  font-size: 12px;
  text-transform: lowercase;
  display: block;
  text-decoration: none;
}
.home-users-skills-more {
  color: #333c4e;
  text-transform: lowercase;
}
.home-users-skills-more:hover {
  color: #5b6b8c;
}
.home-users-skills-more:active {
  color: #333c4e;
}
.home-users .profile-rating {
  justify-content: flex-start;
  margin-right: 10px;
}
.home-users .profile-rating .profile-rating-label,
.home-users .profile-rating .profile-rating-positive,
.home-users .profile-rating .profile-rating-percent {
  color: #2aa800;
}
.breadcrumbs {
  color: #aaa;
}
.breadcrumbs-item {
  color: #aaa;
}
a.breadcrumbs-item:hover {
  color: #333c4e;
}
a.breadcrumbs-item:active {
  color: #aaa;
}
.task-status {
  color: #7585a5;
  font-size: 12px;
  margin-top: 10px;
}
.home-partners {
  background: #d5d5d5;
}
.home-partners .container {
  padding: 30px 0;
  box-sizing: border-box;
}
.home-partners-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.home-partners-item {
  display: block;
  background: no-repeat center / contain #fff;
  border-radius: 50%;
  border: 10px solid #fff;
  width: 130px;
  height: 130px;
  margin: 20px 4%;
  flex-shrink: 0;
  filter: grayscale(100%);
  transition: all 0.3s;
}
.home-partners-item:hover {
  filter: grayscale(0);
}
.home-heading {
  font-size: 30px;
  color: #333c4e;
}
.spec-block {
  background: no-repeat center / cover;
}
.spec-block-top {
  padding-top: 28%;
}
.homePage .spec-block-top {
  margin-top: -79px;
}
.spec-block-btm {
  height: 450px;
  margin-top: 40px;
}
.spec-block-link {
  cursor: pointer;
}
.tasks-list .spec-block-side-container {
  width: 300px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.tasks-list .spec-block-side-container .spec-block-side {
  height: 250px;
  background: no-repeat center / cover;
}
.tasks-list .spec-block-side-container .spec-block-side:not(:last-child) {
  margin-bottom: 20px;
}
.spec-block-side-item {
  width: 300px;
}
.spec-block-side-item:not(:last-child) {
  margin-bottom: 30px;
}
.hiw-video iframe {
  vertical-align: middle;
}
.hiw-video-scroll {
  line-height: 1;
}
.ui-autocomplete {
  z-index: 1000;
}
.cat-seo-text {
  margin: 50px auto 10px;
  color: #999;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.cat-seo-text p {
  color: #aaa;
}
.cat-seo-text-full {
  display: none;
}
.cat-seo-text-toggle {
  margin-top: 10px;
  color: #37db00;
  display: block;
}
.cat-seo-text-toggle .fa {
  margin-left: 5px;
}
.cat-seo-text-toggle:hover {
  color: #2aa800;
}
.command-faq-sect-title {
  font-size: 24px;
  margin: 20px 0;
}
.command-faq-btn {
  font-size: 18px;
  display: block;
  margin: 2px 0;
}
.command-faq-btn:focus {
  outline: none;
}
.command-faq-list {
  display: none;
  padding: 5px 20px;
  margin: 20px 0;
  background: #f1f1f1;
  border-radius: 10px;
  box-sizing: border-box;
}
@media (max-width: 1260px) {
  .container {
    width: 95%;
  }
  .container.task-category-banner {
    width: 100%;
  }
  .container.home-slider-shadow {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .innerPage main {
    width: auto;
    flex: 100%;
  }
  .tasks-list-wrap {
    flex-wrap: wrap;
  }
  .tasks-list-wrap .spec-block-side-container {
    align-items: center;
    margin: 40px 0 0;
    width: 100%;
  }
  .tasks-list-wrap .spec-block-side-container .spec-block-side {
    flex: 1;
  }
  .tasks-list-wrap .spec-block-side-container .spec-block-side:not(:last-child) {
    margin: 0 4% 0 0;
  }
  .innerPage main {
    flex: 1;
  }
  .spec-block-side-item {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }
  .hiw-steps-item {
    width: 50%;
  }
}
@media (max-width: 1000px) and (min-width: 450px) {
  .profileList .profile-rating {
    flex-direction: column;
    align-items: center;
  }
  .profileList .profile-rating-slash {
    height: 0;
    overflow: hidden;
    border-top: 2px solid #7e8890;
    margin-top: 10px;
    width: 80%;
  }
  .profileList .profile-rating-positive {
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  body > .reviews {
    height: auto;
  }
  body > .reviews .container {
    padding: 20px 0;
    flex-direction: column;
  }
  body > .reviews .container .reviewsItem {
    width: 90%;
  }
  body > .reviews .container .reviewsItem:nth-child(2) {
    margin-top: 30px;
    margin-left: 0;
  }
  .hiw-footer {
    flex-direction: column;
  }
  .hiw-footer .cc-btn {
    min-width: 240px;
  }
  .hiw-signup {
    flex-direction: column;
  }
  .hiw-signup-text {
    font-size: 18px;
    margin: 20px 0;
  }
  .hiw-footer-faq {
    margin-top: 10px;
  }
}
@media (max-width: 900px) {
  #sh_button {
    display: none;
  }
  .profile-task-spec-wrap {
    flex-wrap: wrap;
  }
  .profile-task-spec-wrap .spec-block-side-container {
    align-items: center;
    margin: 40px 0 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .profile-task-spec-wrap .spec-block-side-item:not(:last-child) {
    display: none;
  }
  .home-catalog-wrap {
    flex-direction: column;
  }
  .home-catalog-wrap .spec-block-side-container {
    padding: 20px 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .home-catalog-wrap .spec-block-side-container .spec-block-side-item:not(:last-child) {
    display: none;
  }
}
@media (max-width: 800px) {
  .catalogItem {
    width: 48%;
  }
  footer .container {
    flex-wrap: wrap;
    padding: 20px 0;
    justify-content: space-between;
  }
  footer .leftCol {
    width: 44%;
  }
  footer .nav {
    width: 44%;
    margin-top: 13px;
  }
  footer .nav:not(:nth-child(2)) {
    margin-top: 50px;
  }
  footer .logo {
    width: 100%;
  }
  .innerPage .flexContainer {
    flex-wrap: wrap;
  }
  .innerPage main {
    width: 100%;
  }
  .innerPage aside {
    width: 100%;
  }
  .modProfile .showAll {
    margin-right: 0;
  }
  .home-catalog {
    padding: 20px 0;
  }
  .home-catalog-item {
    width: 50%;
  }
  .home-catalog-item:nth-child(2) {
    border-radius: 0 19px 0 0;
    border-right: 1px solid #b0e663;
  }
  .home-catalog-item:nth-child(3) {
    border-radius: 0;
    border-right: 0;
  }
  .home-catalog-item:nth-child(4) {
    border-right: 1px solid #b0e663;
  }
  .home-catalog-item:nth-child(8) {
    border-bottom: 0;
    border-right: 1px solid #b0e663;
  }
  .home-catalog-item:nth-child(9) {
    border-right: 0;
  }
  .home-catalog-item:nth-child(10) {
    border-radius: 0;
    border-bottom: 0;
    border-right: 1px solid #b0e663;
  }
  .home-catalog-item:nth-child(11) {
    border-radius: 0 0 0 19px;
  }
  .tasks-list-payment {
    font-size: 25px;
  }
  .tasks-list-footer .cc-btn {
    height: 35px;
    font-size: 16px;
  }
  .skill-add-lev2-list .wrap {
    column-count: 2;
    -moz-column-count: 2;
  }
  .hiw-steps {
    flex-wrap: wrap;
  }
  .hiw-steps-item {
    width: 48%;
  }
  .tasks-list-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media (max-width: 700px) {
  header .container {
    flex-wrap: wrap;
  }
  .header-use-note {
    font-size: 12px;
  }
  .catalogItem {
    width: 40%;
  }
  .modProfile .user .price {
    flex-wrap: wrap;
  }
  .navbar-nav {
    justify-content: center;
  }
  .navbar-nav:before {
    display: none;
  }
  .home-task-widget .tasks-list-item {
    width: 100%;
  }
  .home-task-widget .tasks-list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .home-task-widget-list {
    flex-wrap: wrap;
  }
  .profile-edit-frame {
    width: 85%;
  }
  .profile-edit {
    width: 100%;
  }
  .innerPage .tasks-list-categories {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .innerPage .tasks-list main {
    flex: auto;
    margin-top: 40px;
  }
  .innerPage .profile-task-aside {
    width: 30%;
  }
  .cc-user-verify {
    width: 25px;
    height: 25px;
  }
  .main-banner h2 {
    font-size: 30px;
  }
  .main-banner-slogan {
    font-size: 20px;
  }
  .main-banner-give {
    margin-left: 20px;
  }
}
@media (max-width: 550px) {
  .header-logo {
    width: 62px;
    height: 62px;
    background: url(images/logo-mob.png) no-repeat center / contain;
    flex-shrink: 0;
    margin-right: 15px;
  }
  .header-use-note {
    display: none;
  }
  header .container {
    flex-wrap: nowrap;
  }
  .header-menu {
    margin: 0;
    width: auto;
    justify-content: flex-end;
  }
  .login-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
  }
  .login-label {
    padding: 0 20px 0 30px;
    background: rgba(255, 255, 255, 0.35);
  }
  .main-banner .flexslider {
    height: 350px;
  }
  .profile-widget-btn {
    margin-right: 10px;
    width: 62px;
    height: 62px;
  }
  .header-langs-toggle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 16px;
  }
  .history {
    flex-direction: column;
    padding: 10px;
  }
  .history .descr {
    text-align: center;
  }
  .history .btn {
    margin-top: 10px;
  }
  .catalog {
    justify-content: center;
    padding: 20px 0;
  }
  .catalogItem {
    width: 75%;
    margin: 10px 0;
  }
  .catalogItem h3 {
    margin-bottom: 0;
  }
  .catalogButtons {
    flex-direction: column;
  }
  .catalogButtons a:nth-child(2) {
    margin-top: 10px;
  }
  footer .social {
    flex-wrap: wrap;
  }
  .modProfile .reviews {
    margin-left: 0;
  }
  .modProfile .reviews h3 {
    margin-left: 0;
  }
  .modProfile .user .img {
    width: 100px;
    height: 100px;
  }
  .modProfile .user h1 {
    font-size: 18px;
  }
  .modProfile .user .price .value {
    font-size: 22px;
  }
  .tasks-list {
    flex-wrap: wrap;
  }
  .innerPage .tasks-list-categories {
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px;
  }
  .tasks-add-category {
    flex-wrap: wrap;
  }
  .tasks-add-category > div {
    width: 100%;
  }
  .tasks-add-category > div:not(:first-child) {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
  }
  .tasks-add-category > div:not(:last-child) {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #e7e9e9;
    padding-bottom: 20px;
  }
  .profile-personal td:first-child {
    padding-right: 5px;
    min-width: auto;
    white-space: nowrap;
  }
  .profile-personal tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .navbar-item:not(:last-child) {
    margin-right: 20px;
  }
  .profile-nav-count {
    margin-right: 5px;
  }
  .tasks-add-details {
    flex-wrap: wrap;
  }
  .tasks-add-price {
    width: 100%;
  }
  .tasks-add-media {
    width: 100%;
    height: 60px;
    justify-content: flex-start;
  }
  .tasks-add-form input[type="text"] {
    width: 100%;
    min-width: 10px;
  }
  .tasks-add-location {
    flex-wrap: wrap;
  }
  .tasks-add-location select {
    width: 100%;
  }
  .tasks-add-address {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .tasks-add-address-label {
    flex-shrink: 0;
  }
  .task-search .shadow-wrap {
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-radius: 19px;
    overflow: hidden;
  }
  .task-search-label {
    width: 35%;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .task-search-category {
    width: 65%;
    flex: auto;
  }
  .task-search-category input {
    border-bottom: 1px solid #ddd;
  }
  .task-search .fa-search {
    border-radius: 19px 0;
  }
  .task-search-city {
    width: 90%;
    flex: auto;
  }
  .task-search-city input {
    padding-left: 20px;
  }
  .add-task-pane .container {
    flex-wrap: wrap;
  }
  .add-task-pane .container > * {
    width: 100%;
    margin: 0;
  }
  .add-task-pane .container > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .home-users .home-users-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-users .profile-rating {
    margin-top: 20px;
  }
  .task-widget-term {
    font-size: 12px;
  }
  .page-title {
    font-size: 20px;
  }
  .profile-login {
    flex-direction: column;
    align-items: center;
  }
  .profile-login .cms-login-form {
    width: 100%;
    max-width: 250px;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .profile-register {
    width: 100%;
    max-width: 250px;
  }
  .profile-register-form {
    width: 100%;
  }
  .cc-user-verify {
    width: 20px;
    height: 20px;
  }
  .hiw-steps-bg {
    width: 200px;
    height: 200px;
  }
  .hiw-steps-img {
    width: 90px;
    height: 80px;
  }
  .hiw-steps-label {
    font-size: 16px;
  }
  .hiw-toggle.opened {
    bottom: -59px;
  }
  .hiw-toggle-btn {
    font-size: 16px;
    padding: 5px 15px;
  }
  .main-banner-actions a {
    margin: 0 10px;
  }
  .profile-edit .profile-level tr {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .profile-edit .profile-level td:nth-child(3) {
    width: 100%;
    padding-left: 0;
  }
  .profile-edit-photo {
    flex-direction: column;
  }
  .profile-edit-photo .profile-edit-uploader {
    margin-top: 10px;
  }
  .profile-edit-uploader-wrap {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .innerPage .profile-aside {
    width: 120px;
  }
  .innerPage .profile-main {
    flex: auto;
  }
  .profile-user-media img {
    max-width: 100%;
    height: auto;
  }
  .profile-rating-comments {
    font-size: 25px;
  }
  .profile-rating-slash {
    font-size: 40px;
    line-height: 0.9;
    margin: 0 0 0 4px;
  }
  .profile-rating-positive {
    font-size: 25px;
  }
  .profile .flex-wrap {
    flex-wrap: wrap;
  }
  .innerPage .profile-aside {
    width: 100%;
    margin: 0 0 40px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .innerPage .profile-aside > * {
    width: 48%;
  }
  .profile-rating {
    margin-top: 0;
  }
  .innerPage .profile-user-media {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .innerPage .profile-user-media img {
    width: 48%;
    border-radius: 18px;
  }
  .profile-user-social {
    width: 48%;
    margin: 0;
    justify-content: center;
  }
  .profile-user-social .fa {
    margin: 0 4%;
  }
  .skill-add-lev2-list .wrap {
    column-count: 1;
    -moz-column-count: 1;
  }
  .profile-reviews .profile-title {
    margin-left: 0;
  }
  footer .nav a {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .profile-edit-pane {
    padding: 30px 0;
    font-size: 14px;
  }
  .cc-user-verify {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }
  .hiw-steps-bg {
    width: 175px;
    height: 175px;
  }
  .hiw-steps-label {
    font-size: 14px;
  }
  .cc-messages-form {
    margin-left: 0;
  }
  .cc-messages-answer-to {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .cc-messages-answer-to select {
    flex: auto;
    width: 100%;
    margin: 5px 0 20px 0;
  }
  .profile-edit-section-heading {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  .profileTasks .user .price .button {
    font-size: 13px;
  }
  .home-catalog-item {
    width: 100%;
  }
  .home-catalog-item:nth-child(1) {
    border-right: 1px solid #b0e663;
    border-radius: 19px 19px 0 0;
  }
  .home-catalog-item:nth-child(2) {
    border-radius: 0;
  }
  .home-catalog-item:nth-child(3) {
    border-right: 1px solid #b0e663;
  }
  .home-catalog-item:nth-child(5) {
    border-radius: 0;
    border-bottom: 0;
    border-right: 1px solid #b0e663;
  }
  .home-catalog-item:nth-child(7),
  .home-catalog-item:nth-child(8),
  .home-catalog-item:nth-child(9) {
    border-right: 1px solid #b0e663;
  }
  .home-catalog-item:nth-child(11) {
    border-right: 1px solid #b0e663;
    border-radius: 0;
  }
  .home-catalog-item:nth-child(12) {
    border-top: 0;
    border-radius: 0 0 19px 19px;
  }
  .login-label {
    padding: 3px 20px 3px 30px;
  }
  .cc-uploader {
    padding: 10px;
  }
  .cc-uploader-label {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .cc-uploader .fa-picture-o {
    display: none;
  }
  .profile-edit-btns {
    justify-content: space-between;
  }
  .profile-edit-btns .cc-btn {
    width: 48%;
  }
  .profile-task-title {
    font-size: 18px;
  }
}
