@charset "utf-8";
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
/**
 *  Global
 */
/**
 *   Colorsets
 */
.light0 {
  background: #f1f1f1;
  color: #222;
}
.light00 {
  background: #f5f5f5;
}
.light001 {
  background: #f9f9f9;
}
.light01 {
  background: #eaeaea;
}
.light02 {
  background: #f7f7f7;
}
.light1 {
  background: #e5e5e5;
}
.light2 {
  background: #ccc;
}
.light3 {
  background: #c2c2c2;
}
.light4 {
  background: #cacaca;
}
.dark {
  color: #fff;
  background: #222;
}
.dark0 {
  color: #fff;
  background: #868686;
}
.dark1 {
  color: #fff;
  background: #656565;
}
.dark2 {
  color: #fff;
  background: #333;
}
.green {
  background: #09aa00;
  color: #fff;
}
.blue {
  background: #519fff;
  color: #fff;
}
.light-blue {
  background: #eaf3ff;
  color: #fff;
}
.light-blue2 {
  background: #d3dee4;
  color: #fff;
}
.dark-blue {
  background: #325d8b;
  color: #fff;
}
.orange {
  background: #d5781e;
  color: #fff;
}
.light-orange {
  background: #d69936;
  color: #fff;
}
.dark-orange {
  background: #a85f18;
  color: #fff;
}
.red {
  background: #e32219;
  color: #fff;
}
.white {
  background: #fff;
  color: #222;
}
.white-alpha {
  background: rgba(255, 255, 255, 0.8);
  color: #222;
}
.yellow {
  background: #ffdd00;
  color: #e32219;
}
.gray {
  background: #cacaca;
  color: #222;
}
.blue0 {
  background: #519fff;
  color: #fff;
}
.blue1 {
  background: #084b75;
  color: #fff;
}
.black {
  background: #000;
}
.black0 {
  background: #222;
}
.black1 {
  background: #444;
  color: #fff;
}
.shadow {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.shadow.light {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.solid-ui,
.solid-colored {
  background: #519fff;
  color: #fff;
}
.main-colored {
  background: #34355a;
  color: #fff;
}
.solid-bg {
  background: #f6f9fe;
}
.lighted {
  background: #eaf3ff;
}
.colored-alpha {
  background: rgba(52, 53, 90, 0.9);
  color: #fff;
}
.light-colored {
  background: #d5781e;
  color: #fff;
}
.dark-colored {
  background: #a85f18;
  color: #fff;
}
.transparent {
  background: rgba(0, 0, 0, 0);
}
.alert {
  background: #e32219;
  color: #fff;
}
.ok {
  background: #09aa00;
  color: #fff;
}
.msg {
  background: #e5e5e5;
}
/**
 *   Image modifiers
 */
.grayscale img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.grayscale90 img {
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  filter: grayscale(90%);
}
.solid-t-color {
  color: #fff;
}
.main-t-color {
  color: #fff;
}
.colored {
  background: #519fff;
  color: #fff;
}
.header-main-colored {
  background: #fff;
  color: #222;
}
.header-main-t-color {
  color: #868686;
}
.header-main-t-color-hover {
  color: #34355a;
}
.header-brd-bottom {
  border-bottom: #cacaca 1px solid;
}
.header-submain-colored {
  background: #fff;
  color: #222;
}
.button-category-radius {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.button-category-t-color {
  color: #868686;
}
.button-category-colored {
  background: rgba(0, 0, 0, 0);
}
.button-category-selected-t-color {
  color: #34355a;
}
.button-category-selected-colored {
  background: rgba(0, 0, 0, 0);
}
.button-category-selected-brd-bottom {
  border-bottom: #34355a 2px solid;
}
.t-default-color {
  color: #222;
}
.t-color {
  color: #34355a;
}
.t-solid {
  color: #519fff;
}
.side-colored {
  background: #34355a;
  color: #fff;
}
.side-t-color {
  color: #fff;
}
.button-action-colored {
  background: #519fff;
  color: #fff;
}
/**
 *   Viewport
 */
#gears-ui,
.t-font {
  background-color: #fff;
  /*background-image: url('images/wyscout-4-bg-side.jpg');
  background-position: center top;
  background-size: 100% auto;*/
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #222;
}
.transition-color {
  transition: color 200ms ease;
  -webkit-transition: color 200ms ease;
}
.transition {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
/**
 *   Box modifiers
 */
.abs {
  position: absolute;
}
.rel {
  position: relative;
}
.fit {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.__cf {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.cf::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
p {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.ofh {
  overflow: hidden;
}
.ofv {
  overflow: visible;
}
.brd-full,
.brd {
  border-top: #222 1px solid;
  border-bottom: #222 1px solid;
  border-left: #222 1px solid;
  border-right: #222 1px solid;
}
.brd-top {
  border-top: #222 1px solid;
}
.brd-bottom {
  border-bottom: #222 1px solid;
}
.brd-green {
  border-top: #09aa00 1px solid;
  border-bottom: #09aa00 1px solid;
  border-left: #09aa00 1px solid;
  border-right: #09aa00 1px solid;
}
.brd-grey-right {
  border-right: #cacaca 1px solid;
}
.brd-grey-left {
  border-left: #cacaca 1px solid;
}
.brd-grey-bottom {
  border-bottom: #cacaca 1px solid;
}
.brd-grey-top {
  border-top: #cacaca 1px solid;
}
.brd-separator-right {
  border-right: #f1f1f1 10px solid;
}
.brd-separator-left {
  border-left: #f1f1f1 10px solid;
}
.brd-blue-right {
  border-right: #519fff 1px solid;
}
.brd-blue-left {
  border-left: #519fff 1px solid;
}
.brd-blue-top {
  border-top: #519fff 1px solid;
}
.brd-blue-bottom {
  border-bottom: #519fff 2px solid;
}
.brd-orange-bottom {
  border-bottom: #d5781e 2px solid;
}
.brd-green-bottom {
  border-bottom: #09aa00 2px solid;
}
.brd-ui-top {
  border-top: #519fff 1px solid;
}
.brd-solid-bottom {
  border-bottom: #519fff 2px solid;
}
.box-margin20 {
  margin: 20px;
}
.box-margin-auto {
  margin: auto;
}
.hover {
  box-shadow: inset rgba(0, 0, 0, 0.05) 0px 1000px 0px inset;
}
.active {
  box-shadow: inset rgba(0, 0, 0, 0.05) 0px 1000px 0px inset;
  top: 1px;
  left: 1px;
}
.rounded {
  background: #fff;
  color: #222;
}
.full-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.box-inline {
  display: inline-block;
  float: none !important;
}
.box-left {
  float: left;
}
.box-right {
  float: right;
}
.box-hauto {
  height: auto !important;
}
.box-h {
  min-height: 600px;
}
.box-hmini {
  min-height: 300px;
}
.box-hlarge {
  min-height: 900px;
}
.box-mini {
  max-width: 500px;
}
.box-medium {
  max-width: 900px;
}
.box-large {
  max-width: 1200px;
}
.box-padded {
  padding: 15px;
}
.box-padded-2x {
  padding: 20px;
}
.box-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.box-vpadding {
  padding: 15px 0px;
}
.box-vhpadding {
  padding: 40px 0px;
}
.box-hpadding {
  padding: 0px 15px;
}
.box-margin {
  margin: 0 auto;
}
.box-bmargin {
  margin-bottom: 15px;
}
.box-tmargin {
  margin-top: 15px;
}
.box-lmargin {
  margin-left: 15px;
}
.box-rmargin {
  margin-right: 15px;
}
.box-round {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.box-square {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.box-round-bottom {
  -webkit-border-radius: 0px 0px 25px 25px;
  -moz-border-radius: 0px 0px 25px 25px;
  border-radius: 0px 0px 25px 25px;
}
.box-round-top {
  -webkit-border-radius: 25px 25px 0px 0px;
  -moz-border-radius: 25px 25px 0px 0px;
  border-radius: 25px 25px 0px 0px;
}
.box-elevation {
  box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.2);
}
.box-cf::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.box-vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.box-hcenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.box-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.widget-alterned .box-widget {
  border-bottom: #222 1px solid;
}
.widget-alterned .box-widget:last-child {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
}
.widget-bordered .box-widget {
  border-bottom: #222 1px solid;
}
.box-widget {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
}
.box-widget.label {
  padding: 10px;
}
.box-widget .widget-sub {
  background: #fff;
  color: #222;
  border-top: #f1f1f1 1px solid;
  border-bottom: #f1f1f1 1px solid;
  border-left: #f1f1f1 1px solid;
  border-right: #f1f1f1 1px solid;
}
.box-widget .widget-sub.hltop {
  border-top: #34355a 3px solid;
}
.box-widget .widget-sub.hltop .gears-toolbar-dock.docked-title {
  padding: 2px 10px;
  font-size: 13px !important;
  background: #519fff;
  color: #fff;
  position: absolute;
  line-height: 18px;
  top: 0px;
  left: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.box-widget .widget-sub.hltop .gears-toolbar-dock.docked-title.left {
  left: 20px;
  transform: none;
}
.box-widget .widget-sub.hlleft {
  border-top: #34355a 3px solid;
  border-left: #34355a 1px solid;
}
.box-widget .widget-sub.hlleft .gears-toolbar {
  float: left;
  height: 100% !important;
  width: 32px;
  position: relative;
  background: #519fff;
  color: #fff;
}
.box-widget .widget-sub.hlleft .gears-toolbar .inner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  min-width: 100%;
}
.box-widget .widget-sub.hlleft .gears-toolbar-dock.docked-title {
  padding: 2px 10px;
  font-size: 13px !important;
  color: #fff;
  position: absolute;
  white-space: nowrap;
  line-height: 18px;
  left: 0px;
  bottom: 15px;
  top: auto;
  transform: translateY(-50%) rotate(-90deg);
}
.box-widget .widget-sub.hlleft .gears-toolbar-dock.docked-title.left {
  left: 20px;
  transform: none;
}
.box-widget .widget-sub > .gears-content > .inner {
  padding: 15px 20px;
}
.box {
  position: relative;
}
.box i.icon-bg {
  position: absolute;
  opacity: 0.15;
  font-size: 100px;
}
.box i.icon-right {
  top: 20px;
  right: 20px;
}
.box-info {
  font-size: 13px !important;
}
.box-info.box-text {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  padding-left: 10px;
  padding-right: 10px;
  color: #222;
  white-space: normal;
  text-transform: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.box-info.box-text.box-alternative {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.box-feat {
  font-size: 13px !important;
}
.box-feat .radio .box-widget .box-title {
  margin-left: 24px;
  margin-top: -18px;
}
.box-feat .radio .box-widget .box-content {
  white-space: normal;
}
.box-feat .box-title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #222;
  font-size: 15px !important;
}
.box-sub {
  position: relative;
  padding: 15px 20px;
  background: #fff;
  color: #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: #f1f1f1 1px solid;
  border-bottom: #f1f1f1 1px solid;
  border-left: #f1f1f1 1px solid;
  border-right: #f1f1f1 1px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.box-sub.hltop {
  border-top: #34355a 3px solid;
}
.box-sub .title {
  padding: 2px 10px;
  font-size: 13px !important;
  background: #519fff;
  color: #fff;
  position: absolute;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.box-sub .title.left {
  left: 20px;
  transform: none;
}
/**
 *   Texting
 */
body {
  font-size: 15px;
}
.t-boxing {
  margin-bottom: 10px !important;
}
.t-pad5 {
  padding: 0 5px 0 5px;
}
.t-white {
  color: #fff;
}
.t-black {
  color: #222;
}
.t-disabled {
  color: #868686 !important;
}
.t-grey {
  color: #656565;
}
.t-grey1 {
  color: #868686;
}
.t-grey0 {
  color: #cacaca;
}
.t-blue {
  color: #519fff;
}
.t-blue0 {
  color: #325d8b;
}
.t-yellow {
  color: #ffdd00;
}
.t-red {
  color: #e32219;
}
.t-green {
  color: #09aa00;
}
.t-orange {
  color: #d5781e;
}
.t-ucase {
  text-transform: uppercase;
}
.t-micro {
  font-size: 10px !important;
}
.t-mini {
  font-size: 13px !important;
}
.t-normal {
  font-size: 15px !important;
}
.t-big {
  font-size: 18px !important;
}
.t-large {
  font-size: 22px !important;
}
.t-huge {
  font-size: 40px !important;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-justify {
  text-align: justify;
}
.t-fit {
  width: 100%;
}
.t-ellipsis {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.t-strong {
  font-weight: bold;
}
.t-ustrong {
  font-weight: 800;
}
.iconset {
  font-family: "aeicons-huge1";
}
.faiconset {
  font-family: "Font Awesome 5 Free";
}
.confirm-ok:after {
  content: "✔";
  font-size: 16px !important;
  background: rgba(0, 0, 0, 0);
  bottom: 13px;
  right: 0px;
  color: #fff;
  font-size: 7px;
  height: 7px;
  width: 7px;
  border-radius: 3px;
  right: 25px;
  z-index: 350;
  position: absolute;
}
h1,
.h1 {
  font-size: 30px;
  font-weight: bold;
  color: #325d8b;
}
h2,
.h2 {
  font-size: 24px;
  font-weight: bold;
  color: #325d8b;
}
h3,
.h3 {
  font-size: 21px;
  font-weight: bold;
  color: #325d8b;
}
h4,
.h4 {
  font-size: 16px;
  font-weight: bold;
  color: #325d8b;
}
a {
  color: #222;
}
.gears-page,
.page {
  padding: 15px;
  padding-top: 30px;
}
.gears-page.marker-window,
.page.marker-window {
  padding: 0px;
}
.gears-page.marker-window p,
.page.marker-window p {
  padding: 0px !important;
}
.gears-page ul,
.page ul {
  margin-bottom: 20px;
}
.gears-page ul li,
.page ul li {
  padding-left: 10px;
  list-style-type: square;
  margin-left: 40px;
}
.page-box {
  margin-top: 0px;
  margin-right: -15px;
  margin-bottom: 10px;
  margin-left: -15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.page-header {
  margin-top: 0px;
  margin-right: -15px;
  margin-bottom: 10px;
  margin-left: -15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-align: center;
}
.page-content {
  margin-bottom: 10px !important;
}
.info-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 250px;
}
.info-box.size1 {
  width: 200px;
}
.info-box.size2 {
  width: 300px;
}
.button-active {
  box-shadow: inset rgba(0, 0, 0, 0.05) 0px 1000px 0px inset;
  top: 1px;
  left: 1px;
}
.button-condensed {
  padding-top: 10px 15px;
  padding-bottom: 10px 15px;
  margin: 0px;
}
.gears-button .icon-pre {
  margin-left: 0px;
  margin-right: 5px;
}
.gears-button .button-text {
  margin-left: 0px;
}
.gears-button.category:not(.centered) .gears-button-inner {
  margin: 0px;
}
.gears-button.category:not(:first-of-type) {
  margin-left: -10px;
}
.gears-button.category .button-standard {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0);
}
.gears-button.category .button-standard .gears-icon {
  color: #868686;
}
.gears-button.category .button-standard .button-text {
  color: #868686;
}
.gears-button.category.selected .button-standard {
  border-bottom: #34355a 2px solid;
  background: rgba(0, 0, 0, 0);
}
.gears-button.category.selected .button-standard .gears-icon {
  color: #34355a;
}
.gears-button.category.selected .button-standard .button-text {
  color: #34355a;
}
.gears-button.cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}
.gears-button.cover a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.gears-button.cover .avatar-preview {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
}
.gears-button.cover .avatar-preview input {
  border-width: 0 0 400px 200px;
}
.gears-button .gears-button-inner {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border-top: rgba(0, 0, 0, 0) 1px solid;
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  border-left: rgba(0, 0, 0, 0) 1px solid;
  border-right: rgba(0, 0, 0, 0) 1px solid;
  font-size: 12px;
}
.gears-button .gears-button-inner.button-hz {
  padding: 2px 20px;
}
.gears-button .gears-button-inner.size-16,
.gears-button .gears-button-inner.size-normal {
  font-size: 13px;
  line-height: 19px;
}
.gears-button .gears-button-inner.size-16 .subtext,
.gears-button .gears-button-inner.size-normal .subtext {
  font-size: 10px;
}
.gears-button.centered .gears-button-inner {
  padding: 10px 15px;
}
.gears-button.centered .gears-button-inner.button-hz {
  padding: 2px 20px;
}
.gears-button:not(.centered) .gears-button-inner {
  padding: 10px 15px;
  margin: 2px;
}
.gears-button:not(.centered) .gears-button-inner > :not(:first-child) {
  margin-left: 10px 15px;
}
.gears-button .button-standard {
  /*.t-black;*/
  color: #34355a;
}
.gears-button .button-standard.t-white {
  color: #fff;
}
.gears-button .button-green {
  background: #09aa00;
  color: #fff;
}
.gears-button .button-blue {
  background: #519fff;
  color: #fff;
}
.gears-button .button-blue .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-button .button-orange {
  background: #d5781e;
  color: #fff;
}
.gears-button .button-red {
  background: #e32219;
  color: #fff;
}
.gears-button .button-white {
  background: #fff;
  color: #222;
}
.gears-button .button-white .button-text {
  font-weight: bold;
  color: #325d8b;
}
.gears-button .button-white .gears-icon {
  color: #325d8b;
}
.gears-button .button-dark {
  color: #fff;
  background: #222;
}
.gears-button .button-yellow {
  background: #ffdd00;
  color: #e32219;
}
.gears-button .button-main {
  background: #fff;
  color: #222;
  border-top: #34355a 1px solid;
  border-bottom: #34355a 1px solid;
  border-left: #34355a 1px solid;
  border-right: #34355a 1px solid;
  color: #34355a;
}
.gears-button .button-action {
  background: #519fff;
  color: #fff;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.gears-button .button-hr {
  background: #519fff;
  color: #fff;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.gears-button .button-hr .button-text {
  color: #fff;
  font-weight: bold;
}
.gears-button .button-dl {
  padding-bottom: 11px!important;
  padding-top: 6px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
  border-bottom: #34355a 1px solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.gears-button .button-dl .button-text {
  font-weight: bold;
}
.gears-button .button-hlw {
  border-top: rgba(0, 0, 0, 0) 1px solid;
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  border-left: rgba(0, 0, 0, 0) 1px solid;
  border-right: rgba(0, 0, 0, 0) 1px solid;
}
.gears-button .button-hlw .button-text {
  color: #fff;
  text-decoration: underline;
}
.gears-button .button-actionw {
  background: #d5781e;
  color: #fff;
  border-top: #d5781e 1px solid;
  border-bottom: #d5781e 1px solid;
  border-left: #d5781e 1px solid;
  border-right: #d5781e 1px solid;
}
.gears-button .button-actionw .button-text,
.gears-button .button-actionw .gears-icon {
  color: #fff;
  font-weight: bold;
}
.gears-button .button-actionfb {
  background: #4367b2;
  border-top: #4367b2 1px solid;
  border-bottom: #4367b2 1px solid;
  border-left: #4367b2 1px solid;
  border-right: #4367b2 1px solid;
}
.gears-button .button-actionfb .button-text,
.gears-button .button-actionfb .gears-icon {
  color: #fff;
  font-weight: bold;
}
.gears-button .button-cred {
  background: #fff;
  color: #222;
  border-top: #e32219 1px solid;
  border-bottom: #e32219 1px solid;
  border-left: #e32219 1px solid;
  border-right: #e32219 1px solid;
  color: #e32219;
}
.gears-button .button-actionwhite {
  background: #fff;
  color: #222;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
}
.gears-button .button-actionwhite .button-text,
.gears-button .button-actionwhite .gears-icon {
  font-weight: bold;
}
.gears-button .button-actiongreen {
  background: #09aa00;
  color: #fff;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.gears-button .button-actiongreen .gears-icon {
  color: #fff;
}
.gears-button .button-actiongreen .button-text {
  font-weight: bold;
  color: #fff;
}
.gears-button .button-actionorange {
  background: #fff;
  color: #222;
  border-top: #d5781e 1px solid;
  border-bottom: #d5781e 1px solid;
  border-left: #d5781e 1px solid;
  border-right: #d5781e 1px solid;
}
.gears-button .button-actionorange .gears-icon {
  color: #d5781e;
}
.gears-button .button-actionorange .button-text {
  font-weight: bold;
}
.gears-button .button-actionblue {
  background: #fff;
  color: #222;
  border-top: #519fff 1px solid;
  border-bottom: #519fff 1px solid;
  border-left: #519fff 1px solid;
  border-right: #519fff 1px solid;
}
.gears-button .button-actionblue .gears-icon {
  color: #519fff;
}
.gears-button .button-actionblue .button-text {
  font-weight: bold;
}
.gears-button .button-actionlight {
  background: #fff;
  color: #222;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.gears-button .button-actionlight .gears-icon {
  color: #222;
}
.gears-button .button-actionlight .button-text {
  font-weight: bold;
}
.gears-button .button-actionlight0 {
  background: #f1f1f1;
  color: #222;
}
.gears-button .button-actionlight0 .gears-icon {
  color: #222;
}
.gears-button .button-actionlight0 .button-text {
  font-weight: bold;
}
.gears-button .button-light {
  background: #e5e5e5;
  color: #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.gears-button .button-app {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  background: #fff;
  color: #222;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.gears-button .button-app .button-text {
  font-size: 11px;
  white-space: normal;
}
.gears-button .button-sel {
  background: #519fff;
  color: #fff;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button .button-sel.gears-button-inner {
  padding: 15px;
}
.gears-button .button-sel .button-text {
  font-size: 18px;
}
.gears-button.t-grey .gears-button-inner {
  color: #cacaca;
}
.gears-button.t-normal .gears-button-inner {
  font-size: 15px !important;
}
.gears-button:hover:not(.disabled) .button-main[command],
.gears-button:hover:not(.disabled) .button-main[commandparams],
.gears-button:hover:not(.disabled) .button-main[data] {
  color: #519fff;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:hover:not(.disabled) .button-cred[command],
.gears-button:hover:not(.disabled) .button-cred[commandparams],
.gears-button:hover:not(.disabled) .button-cred[data] {
  background: #e32219;
  color: #fff;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:hover:not(.disabled) .button-action[command],
.gears-button:hover:not(.disabled) .button-action[commandparams],
.gears-button:hover:not(.disabled) .button-action[data] {
  background: #fff;
  color: #34355a;
  border-top: #34355a 1px solid;
  border-bottom: #34355a 1px solid;
  border-left: #34355a 1px solid;
  border-right: #34355a 1px solid;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:hover:not(.disabled) .button-actionw[command],
.gears-button:hover:not(.disabled) .button-actionw[commandparams],
.gears-button:hover:not(.disabled) .button-actionw[data] {
  background: #519fff;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:hover:not(.disabled) .button-actionw[command] .button-text,
.gears-button:hover:not(.disabled) .button-actionw[commandparams] .button-text,
.gears-button:hover:not(.disabled) .button-actionw[data] .button-text,
.gears-button:hover:not(.disabled) .button-actionw[command] .gears-icon,
.gears-button:hover:not(.disabled) .button-actionw[commandparams] .gears-icon,
.gears-button:hover:not(.disabled) .button-actionw[data] .gears-icon {
  color: #fff;
}
.gears-button:hover:not(.disabled) .button-hr[command],
.gears-button:hover:not(.disabled) .button-hr[commandparams],
.gears-button:hover:not(.disabled) .button-hr[data] {
  background: #fff;
  border-top: #34355a 1px solid;
  border-bottom: #34355a 1px solid;
  border-left: #34355a 1px solid;
  border-right: #34355a 1px solid;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:hover:not(.disabled) .button-hr[command] .button-text,
.gears-button:hover:not(.disabled) .button-hr[commandparams] .button-text,
.gears-button:hover:not(.disabled) .button-hr[data] .button-text {
  color: #34355a;
}
.gears-button:hover:not(.disabled) .button-light[command],
.gears-button:hover:not(.disabled) .button-light[commandparams],
.gears-button:hover:not(.disabled) .button-light[data] {
  background: #fff;
  color: #34355a;
  border-top: #34355a 1px solid;
  border-bottom: #34355a 1px solid;
  border-left: #34355a 1px solid;
  border-right: #34355a 1px solid;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:hover:not(.disabled) .button-app[command],
.gears-button:hover:not(.disabled) .button-app[commandparams],
.gears-button:hover:not(.disabled) .button-app[data] {
  background: #34355a;
  color: #fff;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transform: translateY(-10px);
}
.gears-button:hover:not(.disabled).ghost .button-standard[command],
.gears-button:hover:not(.disabled).ghost .gears-button-inner[command],
.gears-button:hover:not(.disabled).ghost .button-standard[commandparams],
.gears-button:hover:not(.disabled).ghost .gears-button-inner[commandparams],
.gears-button:hover:not(.disabled).ghost .button-standard[data],
.gears-button:hover:not(.disabled).ghost .gears-button-inner[data] {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:hover:not(.disabled).ghost .button-sel[command],
.gears-button:hover:not(.disabled).ghost .button-sel[commandparams],
.gears-button:hover:not(.disabled).ghost .button-sel[data] {
  background: rgba(0, 0, 0, 0);
  color: #a85f18;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:hover:not(.disabled).ghost.selected .button-main[command],
.gears-button:hover:not(.disabled).ghost.selected .button-main[commandparams],
.gears-button:hover:not(.disabled).ghost.selected .button-main[data] {
  color: #fff;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:active:not(.disabled) .button-standard[command],
.gears-button:active:not(.disabled) .gears-button-inner[command],
.gears-button:active:not(.disabled) .button-standard[commandparams],
.gears-button:active:not(.disabled) .gears-button-inner[commandparams],
.gears-button:active:not(.disabled) .button-standard[data],
.gears-button:active:not(.disabled) .gears-button-inner[data] {
  box-shadow: inset rgba(0, 0, 0, 0.05) 0px 1000px 0px inset;
  top: 1px;
  left: 1px;
}
.gears-button.selected .button-standard {
  background: #c2c2c2;
}
.gears-button.selected .select-green {
  background: #09aa00;
  color: #fff;
}
.gears-button.selected .select-tgreen .gears-icon {
  color: #09aa00;
}
.gears-button.selected .button-green {
  background: #fff;
  color: #222;
}
.gears-button.selected .select-blue {
  background: #519fff;
  color: #fff;
}
.gears-button.selected .select-blue .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-button.selected .button-blue {
  background: #fff;
  color: #222;
}
.gears-button.selected .select-tblue .gears-icon {
  color: #519fff;
}
.gears-button.selected .select-solid {
  background: #519fff;
  color: #fff;
}
.gears-button.selected .button-solid {
  background: #fff;
  color: #222;
}
.gears-button.selected .select-tsolid .gears-icon {
  color: #519fff;
}
.gears-button.selected .select-orange {
  background: #d5781e;
  color: #fff;
}
.gears-button.selected .button-orange {
  background: #fff;
  color: #222;
}
.gears-button.selected .select-torange .gears-icon {
  color: #d5781e;
}
.gears-button.selected .select-red {
  background: #e32219;
  color: #fff;
}
.gears-button.selected .button-red {
  background: #fff;
  color: #222;
}
.gears-button.selected .select-white {
  background: #fff;
  color: #222;
}
.gears-button.selected .button-white {
  background: #fff;
  color: #222;
}
.gears-button.selected .select-yellow {
  background: #ffdd00;
  color: #e32219;
}
.gears-button.selected .button-yellow {
  background: #ffdd00;
  color: #e32219;
}
.gears-button.selected .button-sel {
  background: #d5781e;
  color: #fff;
}
.gears-button.selected .button-main {
  background: #519fff;
  color: #fff;
}
.gears-button.selected .select-transparent {
  background: rgba(0, 0, 0, 0);
}
.gears-button.ghost:not(.disabled) .button-action[command],
.gears-button.ghost:not(.disabled) .button-action[commandparams],
.gears-button.ghost:not(.disabled) .button-action[data] {
  background: rgba(0, 0, 0, 0);
  color: #34355a;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  border-top: rgba(0, 0, 0, 0) 1px solid;
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  border-left: rgba(0, 0, 0, 0) 1px solid;
  border-right: rgba(0, 0, 0, 0) 1px solid;
}
.gears-button.ghost:not(.disabled) .button-main[command],
.gears-button.ghost:not(.disabled) .button-main[commandparams],
.gears-button.ghost:not(.disabled) .button-main[data] {
  background: rgba(0, 0, 0, 0);
  color: #34355a;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  border-top: #34355a 1px solid;
  border-bottom: #34355a 1px solid;
  border-left: #34355a 1px solid;
  border-right: #34355a 1px solid;
}
.gears-button.ghost:not(.disabled) .button-sel[command],
.gears-button.ghost:not(.disabled) .button-sel[commandparams],
.gears-button.ghost:not(.disabled) .button-sel[data] {
  background: rgba(0, 0, 0, 0);
  color: #34355a;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button.ghost:not(.disabled):hover .button-action[command],
.gears-button.ghost:not(.disabled):hover .button-action[commandparams],
.gears-button.ghost:not(.disabled):hover .button-action[data] {
  background: rgba(0, 0, 0, 0);
  color: #34355a;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  border-top: #34355a 1px solid;
  border-bottom: #34355a 1px solid;
  border-left: #34355a 1px solid;
  border-right: #34355a 1px solid;
}
.gears-button.ghost:not(.disabled):hover .button-action[command] .gears-icon,
.gears-button.ghost:not(.disabled):hover .button-action[commandparams] .gears-icon,
.gears-button.ghost:not(.disabled):hover .button-action[data] .gears-icon {
  color: #34355a;
}
.gears-button.selected.ghost .button-green {
  background: #09aa00;
  color: #fff;
}
.gears-button.selected.ghost .button-blue {
  background: #519fff;
  color: #fff;
}
.gears-button.selected.ghost .button-blue .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-button.selected.ghost .button-orange {
  background: #d5781e;
  color: #fff;
}
.gears-button.selected.ghost .button-red {
  background: #e32219;
  color: #fff;
}
.gears-button.selected.ghost .button-white {
  background: #fff;
  color: #222;
}
.gears-button.selected.ghost .button-sel[command],
.gears-button.selected.ghost .button-sel[commandparams],
.gears-button.selected.ghost .button-sel[data] {
  background: #d5781e;
  color: #fff;
}
.gears-button.selected.ghost .button-main[command],
.gears-button.selected.ghost .button-main[commandparams],
.gears-button.selected.ghost .button-main[data] {
  background: rgba(0, 0, 0, 0);
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  background: #519fff;
  color: #fff;
  border-top: #34355a 1px solid;
  border-bottom: #34355a 1px solid;
  border-left: #34355a 1px solid;
  border-right: #34355a 1px solid;
}
.gears-button.selected.ghost:hover .button-sel[command],
.gears-button.selected.ghost:hover .button-sel[commandparams],
.gears-button.selected.ghost:hover .button-sel[data] {
  background: #a85f18;
  color: #fff;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button.disabled .gears-button-inner {
  color: #868686 !important;
  opacity: 0.6;
}
.gears-button.disabled .button-main {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  border-top: #cacaca 1px solid;
  border-bottom: #cacaca 1px solid;
  border-left: #cacaca 1px solid;
  border-right: #cacaca 1px solid;
}
.gears-button.condensed .gears-button-inner {
  padding-top: 10px 15px;
  padding-bottom: 10px 15px;
  margin: 0px;
}
/**
 *   Toolbars
 */
.gears-toolbar {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.gears-toolbar i.icon-bg {
  position: absolute;
  opacity: 0.1;
  font-size: 100px;
  z-index: -1;
}
.gears-toolbar i.icon-right {
  top: 10px;
  right: 10px;
}
.gears-toolbar.gears-toolbar-bottom .gears-toolbar-dock {
  padding: 5px 15px 0px 15px;
}
.gears-toolbar.inner-toolbar .inner {
  margin: 0px 5px;
}
.gears-toolbar .gears-toolbar-dock.docked-title {
  letter-spacing: -0.5px;
  font-size: 16px;
  line-height: 30px;
}
.gears-toolbar .gears-toolbar-dock.docked-left {
  left: 0px;
}
.gears-toolbar .gears-toolbar-dock.docked-right {
  right: 0px;
}
.gears-toolbar.fit-mode.center-50 .docked-left {
  width: 25%;
  text-align: right;
}
.gears-toolbar.fit-mode.center-50 .docked-center {
  left: 25%;
  right: 25%;
  text-align: center;
}
.gears-toolbar.fit-mode.center-50 .docked-right {
  width: 25%;
  text-align: left;
}
.gears-toolbar.fit-mode.center-100 .docked-left {
  width: 0%;
  text-align: right;
}
.gears-toolbar.fit-mode.center-100 .docked-center {
  left: 0;
  right: 0;
  text-align: center;
}
.gears-toolbar.fit-mode.center-100 .docked-right {
  width: 0%;
  text-align: left;
}
.gears-toolbar.fit-left .docked-left {
  right: 0px;
}
.gears-toolbar.fit-left.right-action .docked-left {
  right: 40px;
}
.gears-toolbar.fit-left.right-action .docked-right {
  right: 5px;
  top: 4px;
}
.gears-toolbar .gears-button .gears-button-inner {
  font-size: 16px;
}
.gears-toolbar.condensed .gears-button .gears-button-inner {
  padding-top: 10px 15px;
  padding-bottom: 10px 15px;
  margin: 0px;
}
.gears-toolbar.spaced .docked-title {
  font-size: 20px;
}
.gears-toolbar.spaced .gears-button .gears-button-inner {
  padding: 10px 15px;
  margin: 2px;
  font-size: 18px;
}
.gears-toolbar.spaced.fill .docked-title {
  font-size: 20px;
}
.gears-toolbar.spaced.fill .gears-button .gears-button-inner {
  padding: 10px 15px;
  margin: 0px;
  font-size: 18px;
}
.gears-toolbar.mini .gears-button .gears-button-inner {
  font-size: 13px;
  padding-top: 10px 15px;
  padding-bottom: 10px 15px;
  margin: 0px;
}
.gears-toolbar .module-label {
  color: #519fff;
  text-transform: uppercase;
}
.gears-toolbar .module-label .gears-button-inner {
  font-size: 22px !important;
}
.gears-toolbar.navi {
  border-top: #222 1px solid;
}
.gears-toolbar.navi a .button-text {
  font-size: 13px !important;
}
.gears-toolbar.navi .docked-left .gears-button:first-of-type {
  vertical-align: top;
}
.gears-toolbar.navi .docked-left .gears-button:first-of-type a {
  background: #519fff;
  color: #fff;
  padding: 5px;
  margin: 5px;
}
.gears-toolbar.navi .docked-left .gears-button:first-of-type a .button-text {
  font-size: 13px !important;
  text-transform: uppercase;
}
.gears-toolbar.navi .docked-right .gears-button:last-of-type {
  vertical-align: top;
}
.gears-toolbar.navi .docked-right .gears-button:last-of-type a {
  background: #519fff;
  color: #fff;
  padding: 5px;
  margin: 5px;
}
.gears-toolbar.navi .docked-right .gears-button:last-of-type a .button-text {
  font-size: 13px !important;
  text-transform: uppercase;
}
.gears-toolbar.breadrumb .button-text {
  color: #868686;
  font-size: 13px !important;
  text-transform: uppercase;
}
.gears-toolbar.breadrumb .gears-button:hover .button-text {
  color: #d5781e;
}
.gears-toolbar.breadrumb .gears-button:not(:first-child):after {
  content: ' ';
  left: 0px;
  top: 12px;
  height: 16px;
  width: 1px;
  position: absolute;
  background: #cacaca;
}
.gears-toolbar.breadrumb .gears-button:last-child .button-text {
  color: #222;
}
/**
 *   Panels
 */
.gears-panel > .gears-content[command],
.gears-panel > .gears-content[commandparams],
.gears-panel > .gears-content[data] {
  cursor: pointer;
}
.gears-panel .inner {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.gears-panel.padded .gears-content {
  padding: 15px;
}
.gears-panel.h-box > .gears-content > .gears-panel.adaptive {
  margin-right: 10px;
}
.gears-panel.natural {
  position: relative;
  /*& > .gears-toolbar-top{
      .t-fit;
      .rel;
    }*/
}
.gears-panel.natural > .gears-content {
  width: 100%;
  position: relative;
}
.gears-panel.natural > .gears-content > .inner {
  width: 100%;
  position: relative;
}
.gears-panel.natural.tb-fix {
  padding-bottom: 40px;
}
.gears-panel > .gears-content {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.gears-panel > .gears-content:not(:empty) {
  opacity: 1;
}
.gears-panel > .gears-content > .inner {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.gears-panel > .gears-content > .inner:not(:empty) {
  opacity: 1;
}
.filter-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  padding: 6px;
}
.filter-box .gears-icon {
  margin-left: 8px;
}
.filter-box .gears-icon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.filter-box input {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: #e5e5e5 3px solid;
  border-bottom: #e5e5e5 3px solid;
  border-left: #e5e5e5 3px solid;
  border-right: #e5e5e5 3px solid;
  border-left: #e5e5e5 30px solid;
  height: 36px;
}
.filter-box input:focus {
  border-top: #34355a 1px solid;
  border-bottom: #34355a 1px solid;
  border-left: #34355a 1px solid;
  border-right: #34355a 1px solid;
  border-left: #34355a 30px solid;
}
/**
 *   Badges
 */
.badge-abs {
  position: absolute;
  top: 0px;
  right: 0px;
}
.gears-badge {
  background: #d5781e;
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px / 5;
  z-index: 2;
  border: 0px;
  max-width: 95%;
  display: inline-block;
  text-align: center;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.badge-new:after {
  content: "NEW";
  background: #e32219;
  background: #d5781e;
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px / 5;
  z-index: 2;
  border: 0px;
  max-width: 95%;
  display: inline-block;
  text-align: center;
  box-shadow: none;
  -webkit-box-shadow: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
.badge-demo:after {
  content: "DEMO";
  background: #e32219;
  background: #d5781e;
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px / 5;
  z-index: 2;
  border: 0px;
  max-width: 95%;
  display: inline-block;
  text-align: center;
  box-shadow: none;
  -webkit-box-shadow: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
.gears-button .gears-badge {
  position: absolute;
  top: 0px;
  right: 0px;
}
/**
 *   Dialogs
 */
.gears-dialogs.dark {
  background: rgba(0, 0, 0, 0.5);
}
.gears-dialog {
  background: #f1f1f1;
  color: #222;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  /*-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;*/
}
.gears-dialog > .gears-content + .gears-toolbar-top .gears-button .gears-button-inner,
.gears-dialog .buttons-nobg .gears-button .gears-button-inner {
  background: none;
}
.gears-dialog > .gears-content + .gears-toolbar-top .docked-title,
.gears-dialog .buttons-nobg .docked-title {
  text-transform: uppercase;
}
.gears-dialog.dropped {
  background: #fff;
  color: #222;
  border-top: #f1f1f1 1px solid;
  border-bottom: #f1f1f1 1px solid;
  border-left: #f1f1f1 1px solid;
  border-right: #f1f1f1 1px solid;
}
.gears-dialog.dropped a.gears-button-inner {
  margin: 0px;
  padding: 10px 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px !important;
}
.gears-dialog.dropped .gears-button:not(:last-of-type) a {
  border-bottom: #f1f1f1 1px solid;
}
.gears-dialog .gears-toolbar-bottom .gears-toolbar-dock {
  padding: 9px;
}
.gears-dialog.dark {
  color: #fff;
  background: #222;
}
.gears-pointer.top,
.gears-pointer.bottom {
  width: 16px;
  height: 16px;
  position: absolute;
  color: #f1f1f1;
}
.gears-dialog.main-dialog {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.2);
  background: #519fff;
  color: #fff;
}
.gears-dialog.main-dialog > .gears-toolbar-top .inner {
  margin: 0 5px;
}
.gears-dialog.main-dialog > .gears-toolbar-top .gears-toolbar-dock {
  margin-top: 10px;
}
.gears-dialog.main-dialog > .gears-toolbar-top .docked-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  padding: 0px 35px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.gears-dialog.main-dialog > .gears-toolbar-top .docked-right .gears-icon {
  color: #519fff;
  font-size: 20px;
}
.gears-dialog.main-dialog > .gears-toolbar-top.transparent {
  background: none !important;
}
.gears-dialog.main-dialog > .gears-toolbar-top.transparent .gears-toolbar-dock {
  margin-top: 0px;
}
.gears-dialog.main-dialog.styled {
  background: #519fff;
  color: #fff;
}
.gears-dialog.main-dialog.styled .docked-title {
  color: #fff;
}
.gears-dialog.main-dialog.green {
  background: #09aa00;
  color: #fff;
}
.gears-dialog.main-dialog.green .docked-title {
  color: #fff;
}
.gears-dialog.options-dialog {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gears-dialog.smartsuggest {
  background: #fff;
  color: #222;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-top: #34355a 2px solid;
  border-bottom: #34355a 2px solid;
  border-left: #34355a 2px solid;
  border-right: #34355a 2px solid;
}
.gears-dialog.mini-dialog {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gears-dialog.mini-dialog > .gears-toolbar-top {
  border-bottom: #e5e5e5 1px solid;
}
.gears-dialog.mini-dialog > .gears-toolbar-top .gears-toolbar-dock {
  margin-top: 0px;
}
.gears-dialog.mini-dialog > .gears-toolbar-top .docked-title {
  font-size: 13px !important;
}
.gears-dialog.mini-dialog > .gears-toolbar-top .docked-right .gears-icon {
  background: #519fff;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 10px;
}
.gears-dialog.mini-dialog > .gears-toolbar-top.transparent {
  background: none !important;
}
.gears-dialog.mini-dialog > .gears-toolbar-top.transparent .gears-toolbar-dock {
  margin-top: 0px;
}
.gears-dialog.options-dialog {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gears-pointer.gears-icon {
  font-size: 17px;
}
.dialog-x-centered {
  transform: translateX(-50%);
  left: 50%;
}
/**
 *   Lists
 */
.gears-list.item-loader .gears-list-item {
  background: url(images/loader-ring.svg) no-repeat center center !important;
}
.gears-list.table {
  margin: 0px;
  margin-top: 2px;
  border-spacing: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.gears-list.table .item-element {
  padding: 20px 10px;
  border-bottom: #e5e5e5 1px solid;
}
.gears-list.table .item-element.gears-buttonbar {
  padding: 0px;
  padding-top: 2px;
  width: 10px;
  text-align: center;
}
.gears-list.table .buttons {
  float: none;
}
.gears-list.table .buttons a {
  background: #e5e5e5;
}
.gears-list .gears-list-item {
  padding: 0px;
}
.gears-list .gears-list-item.selected {
  background: #c2c2c2;
}
.gears-list .gears-list-item:hover:not(.disabled):not(.separator) {
  box-shadow: inset rgba(0, 0, 0, 0.05) 0px 1000px 0px inset;
  cursor: pointer;
}
.gears-list .gears-list-item.disabled {
  color: #868686 !important;
}
.gears-list .gears-list-item .gears-icon.ae-checkbox {
  display: inline-block;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
}
.gears-list .gears-list-item .gears-icon.ae-checkbox:not(.alternate):before,
.gears-list .gears-list-item .gears-icon.ae-checkbox.alternate.checked:before {
  content: "\e387";
}
.gears-list .gears-list-item-inner {
  cursor: pointer;
  padding: 10px;
}
.gears-list .gears-list-item-inner::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.gears-list .item-element {
  padding-left: 5px;
  padding-right: 5px;
}
.gears-list .item-element.title {
  font-size: 18px;
}
.gears-list .item-element.subtitle {
  font-size: 10px;
}
.gears-list .buttons {
  float: right;
}
.gears-list.centered .gears-list-item {
  margin: 5px;
}
.gears-list.centered .gears-list-item .item-element.photo {
  padding-top: 5px;
}
.gears-list.centered .gears-list-item .item-element.toleft {
  margin-top: -5px;
  margin-left: -5px;
}
.gears-list.centered .gears-list-item .gears-list-item-inner {
  /*padding-top:@list-padding;
        padding-left:@list-padding;
        padding-right:@list-padding;*/
}
.gears-list:not(.centered) .gears-list-item {
  float: none;
  width: auto;
  background: #fff;
  color: #222;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 5px;
}
.gears-list:not(.centered) .gears-list-item .item-element {
  vertical-align: middle;
}
.gears-list:not(.centered) .gears-list-item .item-element.toleft {
  margin-left: -5px;
}
.gears-list:not(.centered) .gears-list-item .item-element.title {
  /*padding-top:2px;
          padding-bottom:2px;*/
}
.gears-list:not(.centered) .gears-list-item .item-element.icon {
  padding: 0px;
  /*padding-top:8px;
          height:48px;
          width:48px;*/
  margin-right: 5px;
  vertical-align: middle;
  color: #34355a;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.gears-list:not(.centered) .gears-list-item .item-element.gears-buttonbar {
  /*.gears-button{
            &.centered{
              .gears-button-inner{
                height:48px;
                margin-left: -3px;
              }
            }
          }*/
}
.gears-list:not(.centered) .gears-list-item .item-element.vcenter {
  margin-top: 15px;
}
.gears-list:not(.centered) .gears-list-item .item-element.padding-vcenter {
  padding-top: 12px;
}
.gears-list:not(.centered) .gears-list-item.selected {
  background: #ccc;
}
.gears-list.list-green .gears-list-item.selected {
  background: #09aa00;
  color: #fff;
}
.gears-list.list-blue .gears-list-item.selected {
  background: #519fff;
  color: #fff;
}
.gears-list.list-blue .gears-list-item.selected .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-list.list-orange .gears-list-item.selected {
  background: #d5781e;
  color: #fff;
}
.gears-list.list-red .gears-list-item.selected {
  background: #e32219;
  color: #fff;
}
.gears-list.list-white .gears-list-item.selected {
  background: #fff;
  color: #222;
}
.gears-list.list-gray .gears-list-item.selected {
  background: #cacaca;
  color: #222;
}
.noresult-fit {
  border: none !important;
  background: transparent !important;
}
.gears-loader {
  background: none;
}
.gears-loader .gears-loader-inner {
  width: 80px;
  height: 50%;
  margin: auto;
  vertical-align: text-bottom;
  text-align: center;
  position: relative;
}
.gears-loader .gears-loader-content {
  width: 80px;
  height: 120px;
  position: absolute;
  bottom: -70px;
  background: none;
  color: transparent;
  font-weight: 100;
}
.gears-loader .gears-loader-image {
  width: 100%;
  height: 80px;
  text-align: center;
  background: url(images/loader-ring.svg) no-repeat center;
  margin-left: 0px;
  margin-top: 0px !important;
  background-size: contain;
}
.gears-loader.loader-type-white {
  background: rgba(255, 255, 255, 0.95);
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
}
.gears-loader.loader-type-white .gears-loader-inner {
  width: 400px;
  height: 50%;
  margin: auto;
  vertical-align: text-bottom;
  text-align: center;
  position: relative;
}
.gears-loader.loader-type-white .gears-loader-content {
  width: 400px;
  height: 280px;
  position: absolute;
  bottom: -90px;
  background: none;
  color: transparent;
  font-weight: 100;
}
.gears-loader.loader-type-white .gears-loader-image {
  width: 100%;
  height: 280px;
  text-align: center;
  background-image: url(images/title-desktop.png);
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-top: 0px !important;
  background-size: contain;
}
.cordova-uploader {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.cordova-uploader a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.ae-title {
  background-image: url("images/logo-lined.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 140px;
}
.ae-title a {
  width: 140px;
}
/**
 *   Layout
 */
#viewport_panel {
  background: #fff;
  color: #222;
  color: #34355a;
}
#viewport_panel.masked:before {
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
  position: absolute;
}
#main_panel {
  z-index: 1;
}
#main_toolbar {
  z-index: 12;
}
#main_footer .docked-left {
  height: 100%;
  width: 100%;
}
#main_footer .gears-icon {
  color: #34355a;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  height: 24px;
}
#main_footer .gears-button {
  height: 100%;
}
#main_footer .gears-button a {
  padding: 3px 0 0 0;
  height: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main_footer .gears-button a .button-text {
  color: #34355a;
  font-size: 8px;
  padding-top: 4px;
  font-weight: bold;
  text-transform: uppercase;
}
#main_footer .gears-button.selected a {
  background: rgba(0, 0, 0, 0);
}
#main_footer .gears-button.selected a .gears-icon {
  color: #519fff;
}
#main_footer .gears-button.selected a .button-text {
  color: #519fff;
}
#main_footer .gears-button .gears-badge {
  background: #519fff;
  color: #fff;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  font-weight: bold;
  font-size: 11px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  min-width: 10px;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(0px, -20px);
}
#favorite_panel_tabs .gears-toolbar-dock {
  padding-top: 10px;
}
.ae-logo a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.v-center {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.gears-toolbar.v-fit .gears-toolbar-dock {
  height: 100%;
}
.ae-title a {
  width: 100%;
  height: 35px;
}
.logo-places {
  display: inline-block;
  background-image: url(images/logo-places.png);
  background-size: auto 40px;
  background-position: left center;
  background-repeat: no-repeat;
  width: 120px;
  height: 30px;
}
.heading {
  text-align: center;
  padding: 15px 0px;
}
.heading.centered {
  bottom: 50%;
  position: absolute;
  transform: translateY(50%);
}
.heading .logo {
  display: inline-block;
  /*width: 285px;
    height: 220px;*/
  padding: 20px;
  padding-top: 100px;
  text-align: center;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-top: -50px !important;
  background-size: contain;
  background-position: center center;
  position: relative;
}
.heading .logo img {
  width: 85%;
  height: auto;
}
.heading .logo:after {
  content: ' ';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /*top: -13px;
      bottom: -7px;
      left: -45px;
      right: -45px;*/
  z-index: -1;
  transform: rotate(0deg);
  -webkit-border-radius: 0px 0px 25px 25px;
  -moz-border-radius: 0px 0px 25px 25px;
  border-radius: 0px 0px 25px 25px;
  background: #fff;
  color: #222;
}
.heading .logo.mini {
  width: 160px;
  height: 120px;
  margin-top: 40px !important;
}
.heading .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.gallery {
  padding: 0px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  /* fill-in selected dot */
}
.gallery .gallery-cell {
  width: 100%;
  height: 100%;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gallery .gallery-cell .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gallery .flickity-page-dots {
  bottom: 0px;
}
.gallery .flickity-page-dots .dot {
  width: 9px;
  height: 9px;
  opacity: 1;
  background: transparent;
  border: 2px solid #868686;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.gallery .flickity-prev-next-button.previous {
  left: 0px;
}
.gallery .flickity-prev-next-button.next {
  right: 0px;
}
.home-hl {
  background: #f1f1f1;
  color: #222;
  width: 100%;
  position: relative;
  padding-bottom: 65%;
}
#home_header .gears-toolbar-dock {
  height: 100%;
}
#home_header .gears-button {
  height: 100%;
}
#home_header .gears-button a {
  margin: 0px;
  padding: 11px;
  height: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#side_panel .gears-button .gears-icon {
  color: #fff;
}
#side_panel .gears-button .button-text {
  color: #fff;
  margin-left: 10px;
}
#side_panel .gears-button.menu-item {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
}
#side_panel .gears-button.menu-item a {
  padding: 10px 15px;
}
#side_mask {
  z-index: 20;
}
#account_button .gears-button-inner {
  font-weight: bold;
}
#account_button .gears-button-inner .icon-img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  width: 32px;
  height: 32px;
  margin-top: -11px;
}
#contact_dialog textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/*Product*/
.product-title {
  padding: 15px;
  z-index: 10;
  color: #fff;
  font-size: 22px !important;
  position: absolute;
}
.product-item {
  float: left;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.product-item h4 {
  font-size: 18px;
}
.product-item .content {
  width: 320px;
  height: 500px;
  display: inline-block;
  padding: 20px;
  margin: 20px 0px;
  text-align: center;
  background: #fff;
  color: #222;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
.product-item .content .image {
  height: 280px;
  width: 280px;
}
.product-item .content .title {
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
}
.product-item .content .description {
  font-size: 13px;
  text-align: left;
  padding-bottom: 10px;
}
.product-item .content .controls {
  bottom: 20px;
  left: 20px;
  right: 20px;
  position: absolute;
}
.product-item .content .costs {
  font-size: 11px;
}
.product-item .content .cost {
  font-size: 40px;
  color: #34355a;
  line-height: 20px;
}
.product-item .content .cost .decimal {
  font-size: 18px;
}
.product-item .content .cost .currency {
  font-size: 22px;
}
.product-item .content .ingredients li {
  float: left;
  margin-right: 15px;
  font-size: 13px;
}
.product-item.mini .content {
  height: 380px;
}
.product-item.large {
  padding: 20px;
  width: 100%;
}
.product-item.large .content {
  height: auto;
  width: 100%;
}
.product-item.large .content::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.product-item.large .image {
  float: left;
  margin: 0 20px 20px 0;
}
.booking-form {
  padding: 0 20px 20px;
  margin-top: -10px;
}
/**
Settings
 */
/**
 *   Splash
 */
#splash_panel {
  background-image: url("images/splash-phone.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#splash_panel .heading {
  bottom: 45%;
  right: 20px;
  left: 20px;
  position: absolute;
}
#splash_panel .heading h1 {
  font-family: "cel";
  color: #ffdd00;
  font-size: 53px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-left: 14px;
}
#splash_panel .heading h2 {
  font-family: "cel";
}
#splash_panel .heading .title {
  height: 200px;
  text-align: center;
  background-image: url("images/title.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#splash_panel .heading .subtitle {
  height: 90px;
  background-image: url("images/subtitle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 10px;
  text-align: center;
}
#splash_panel .footer .docked-left {
  width: 100%;
  text-align: center;
}
#splash_panel .footer a {
  padding: 15px;
  background: #e32219;
  color: #fff;
  border-top: #fff 3px solid;
  border-bottom: #fff 3px solid;
  border-left: #fff 3px solid;
  border-right: #fff 3px solid;
}
/**
 *   Responsivity
 */
/**
 *   Responsivity
 */
.gears-panel.adaptive .inner,
.gears-toolbar.adaptive .inner {
  min-width: 300px;
  margin: auto;
  width: 100%;
}
.gears-panel.adaptive > .gears-toolbar.adaptive-exception .inner,
.gears-toolbar.adaptive > .gears-toolbar.adaptive-exception .inner {
  min-width: 0px;
  max-width: 100%;
}
.gears-panel.adaptive .adaptive-exception > .inner,
.gears-toolbar.adaptive .adaptive-exception > .inner {
  min-width: 0px;
  max-width: 100%;
}
.gears-panel.adaptive .adaptive-exception > .gears-content > .inner,
.gears-toolbar.adaptive .adaptive-exception > .gears-content > .inner {
  max-width: 100%;
}
.gears-panel.gears-dialog.gears-dialog-xxl .inner,
.gears-toolbar.gears-dialog.gears-dialog-xxl .inner {
  /*max-width:600px;
        margin:auto;*/
}
.gears-panel.gears-dialog > .gears-content .inner,
.gears-toolbar.gears-dialog > .gears-content .inner {
  margin: 0 30px;
}
.gears-panel.gears-dialog > .gears-toolbar .inner,
.gears-toolbar.gears-dialog > .gears-toolbar .inner {
  max-width: 100%;
}
.gears-list.responsive .gears-list-item {
  float: left;
}
/*.avatar{
  height: 140px;
  width: 140px;
  margin: auto;
  margin-top: 20px;
  .white();
  .border-radius(1000px);
  .ofh;
  .rel;
  .border(@grey2,3px);

  .ph{
    height: 140px;
    width: 140px;
    background-size:cover;
    .rel;
    .ofh;

    &:not(.image):after{
      .abs();
      content: "\e460";
      .iconset();
      color: @grey2;;
      font-size: 110px;
      margin: auto;
      bottom: -6px;
      left: 50%;
      margin-left: -55px;
    }

  }
  input{
    top: 0px;
    left: 0px;
    height: 137px;
    width: 140px;
    margin: 0;
    border: none;
    opacity: 0.0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 10;
    .abs;
  }
}*/
.button a,
.button .button-standard {
  padding: 12px;
}
.book-now {
  padding-left: 10px;
}
.gears-toolbar.header0 > .inner {
  background: #fff;
  color: #222;
}
.gears-toolbar.header {
  border-bottom: #cacaca 1px solid;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-toolbar.header.main {
  background: #fff;
  color: #222;
}
.gears-toolbar.header.main .gears-toolbar-dock {
  padding-top: 4px;
}
.gears-toolbar.header.main > .inner .gears-button:not(.ghost) a:not(.button-action) {
  color: #fff;
}
.gears-toolbar.header.main > .inner .gears-button.ghost:hover a {
  color: #34355a;
}
.gears-toolbar.header.main > .inner .gears-button.ghost:not(:hover) a {
  color: #868686;
}
.gears-toolbar.header.solid {
  background: #519fff;
  color: #fff;
}
.gears-toolbar.header.solid > .inner {
  border-bottom: #f1f1f1 1px solid;
}
.gears-toolbar.header.solid > .inner .gears-button:not(.selected) a {
  color: #fff;
}
.gears-toolbar.header:not(.main) {
  background: #fff;
  color: #222;
  /*&::after{
        content:' ';
        .abs;
        top:0px;
        bottom:0px;
        right:0px;
        width:50px;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

        z-index: 2;
      }*/
  /*.gears-button{
        //height:49px;
        //margin-top:-4px;

        a{

          margin: 0px;
          padding: 16px 10px;
        }

        &.selected{
          .colored;
          a{

            .border-radius(0px);
            background: @transparent;
            //.t-color;
            color:@white !important;
            .t-strong;
          }
        }

        &:hover{
          &:not(.selected){
            &:not(.ae-title){
              background: rgba(255,255,255,0.5);
            }

            .transition;

            a{
              .t-color;
              .transition;
            }
          }
        }
      }*/
}
.gears-toolbar.header:not(.main).solid::after {
  background: -moz-linear-gradient(left, rgba(35, 55, 74, 0) 0%, rgba(35, 55, 74, 0.52) 52%, #23374a 100%);
  background: -webkit-linear-gradient(left, rgba(35, 55, 74, 0) 0%, rgba(35, 55, 74, 0.52) 52%, #23374a 100%);
  background: linear-gradient(to right, rgba(35, 55, 74, 0) 0%, rgba(35, 55, 74, 0.52) 52%, #23374a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0023374a', endColorstr='#23374a', GradientType=1);
}
.gears-toolbar.header:not(.main).transparent-slave::after {
  background: -moz-linear-gradient(left, rgba(35, 55, 74, 0) 0%, rgba(35, 55, 74, 0.52) 52%, #23374a 100%);
  background: -webkit-linear-gradient(left, rgba(35, 55, 74, 0) 0%, rgba(35, 55, 74, 0.52) 52%, #23374a 100%);
  background: linear-gradient(to right, rgba(35, 55, 74, 0) 0%, rgba(35, 55, 74, 0.52) 52%, #23374a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0023374a', endColorstr='#23374a', GradientType=1);
}
.gears-toolbar.header:not(.main) .docked-center {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.gears-toolbar.header.solid-light.transparent-slave {
  background: #519fff;
  color: #fff;
}
.gears-toolbar.header.solid-light.transparent-slave > .inner {
  border-bottom: #f1f1f1 1px solid;
}
.gears-toolbar.header.solid-light.transparent-slave > .inner .gears-button:not(.selected) a {
  color: #fff;
}
.gears-toolbar.header.solid-light:not(.transparent-slave) {
  background: #eaf3ff;
}
.gears-toolbar.header.solid-light:not(.transparent-slave) > .inner {
  border-bottom: #f1f1f1 1px solid;
}
.gears-toolbar.header.solid-light:not(.transparent-slave) > .inner .gears-button.selected a {
  background: #519fff;
  color: #fff;
}
.gears-toolbar.header.solid-light:not(.transparent-slave) > .inner .gears-button:not(.selected) a {
  color: #519fff;
}
.gears-toolbar.header.transparent-mode {
  background: rgba(0, 0, 0, 0);
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-toolbar.header.transparent-mode > .inner {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
}
.gears-toolbar.header.transparent-mode > .inner .gears-button a {
  color: #fff;
}
.gears-toolbar.header.transparent-mode > .inner .gears-button a .gears-icon {
  color: #fff;
}
.gears-toolbar.header.transparent-mode > .inner .gears-button:hover a {
  color: #34355a;
}
.gears-toolbar.header.transparent-mode > .inner .gears-button:hover a .gears-icon {
  color: #34355a;
}
.gears-toolbar.header.transparent-mode .docked-center,
.gears-toolbar.header.transparent-mode .docked-right {
  display: none;
}
.gears-toolbar.header.transparent-mode:hover {
  background: rgba(0, 0, 0, 0.2);
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-toolbar.header.transparent-mode:hover .docked-right,
.gears-toolbar.header.transparent-mode:hover .docked-center {
  display: block;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-toolbar.header.transparent-header {
  background: rgba(0, 0, 0, 0);
}
.gears-toolbar.header.transparent-header > .inner {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
}
.gears-toolbar.header.transparent-header > .inner .gears-button a {
  color: #fff;
}
.gears-toolbar.header.transparent-header > .inner .gears-button a .gears-icon {
  color: #fff;
}
.gears-toolbar.header.transparent-header .docked-center {
  display: none;
}
.gears-toolbar.header.transparent-header:hover {
  background: rgba(0, 0, 0, 0.2);
}
.gears-toolbar.header .gears-toolbar-dock {
  padding-top: 0px;
  height: 47px;
}
.gears-toolbar.footer0 > .inner {
  color: #fff;
  background: #222;
}
.timeline-block {
  position: relative;
  min-height: 150px;
}
.timeline-spacer {
  position: relative;
  min-height: 80px;
}
.timeline-end {
  height: 80px;
  position: relative;
}
.timeline-end:after {
  content: ' ';
  position: absolute;
  background: #ccc;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline-item {
  cursor: pointer;
  position: relative;
}
.timeline-item .timeline-content {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 15px;
}
.timeline-item .favorite {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  float: right;
}
.timeline-item .favorite .gears-icon {
  font-size: 20px;
}
.timeline-item .title {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 50px;
  font-weight: 800;
  font-size: 18px;
  color: #325d8b;
}
.timeline-item .description {
  font-size: 14px;
  line-height: 21px;
  color: #325d8b;
  margin: 10px 0px;
}
.timeline-item .image {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 60%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  border-top: #cacaca 1px solid;
  border-bottom: #cacaca 1px solid;
  border-left: #cacaca 1px solid;
  border-right: #cacaca 1px solid;
  position: relative;
}
.timeline-item .image:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  opacity: 0.4;
  z-index: -1;
  content: "\f03e";
  font-family: 'Font Awesome 5 Free';
}
.timeline-item .fulldescr {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f1f1f1;
  color: #222;
  padding: 15px;
  margin: 15px 0px;
  font-size: 15px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.timeline-item .date {
  font-size: 13px !important;
  color: #656565;
}
.timeline-item .timeline-type {
  top: 0px;
  left: 0px;
  font-weight: bold;
  padding: 5px 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  z-index: 1;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #519fff;
  color: #fff;
}
.timeline-item .timeline-type .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.timeline-item .timeline-type.news {
  background: #d5781e;
  color: #fff;
}
.timeline-item .timeline-image {
  width: 100%;
  margin: 10px 0px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.timeline-item .timeline-controls {
  border-bottom: #f5f5f5 1px solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.timeline-item .read-more {
  margin: auto;
  margin-bottom: 10px;
  margin-top: 15px;
  width: 30%;
  background: #519fff;
  color: #fff;
  font-size: 13px !important;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.timeline-item:hover .action,
.timeline-item.hovered .action {
  opacity: 1;
}
.timeline-item .action {
  opacity: 0;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.timeline-item .action a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
}
.timeline-item .action a .gears-icon {
  position: relative;
  top: 50%;
  margin-top: -16px;
}
.timeline-item .action a .button-text {
  top: 50%;
  position: relative;
  margin-top: 16px;
}
.timeline-item .status-label {
  position: absolute;
  top: 3px;
  left: -11px;
  padding: 2px;
  width: 150px;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: 60px 70px;
  font-size: 8px;
  background: #fff;
  color: #222;
  font-weight: bold;
}
.timeline-item .rank-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 20px;
  left: 17px;
  z-index: 5;
}
.post-header .gears-toolbar-dock {
  margin-top: 3px;
}
.post-type {
  display: none;
}
.post-detail {
  position: relative;
  color: #222;
}
.post-detail i.icon-bg {
  position: absolute;
  color: #34355a;
  opacity: 0.1;
  font-size: 150px;
  z-index: -1;
}
.post-detail i.icon-right {
  top: 45px;
  right: 0px;
}
.post-detail .post-content {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 15px;
}
.post-detail .favorite {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  float: right;
}
.post-detail .favorite .gears-icon {
  font-size: 20px;
}
.post-detail .title {
  margin-top: 10px;
  padding-right: 10px;
  font-weight: 800;
  font-size: 18px;
  color: #222;
}
.post-detail .description {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  margin: 10px 0px;
}
.post-detail .image {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.post-detail .image-container {
  position: relative;
}
.post-detail .fulldescr {
  padding: 15px;
  background: #eaf3ff;
  color: #fff;
  margin: 15px 0px;
  font-size: 13px !important;
  color: #325d8b;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.post-detail .date,
.post-detail .author {
  font-size: 13px !important;
}
.post-detail .post-controls {
  border-top: #f5f5f5 1px solid;
  padding: 15px 0px;
}
.post-detail .read-more {
  margin: auto;
  margin-bottom: 10px;
  margin-top: 15px;
  width: 30%;
  background: #519fff;
  color: #fff;
  font-size: 13px !important;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.post-detail:hover .action,
.post-detail.hovered .action {
  opacity: 1;
}
.post-detail .action {
  opacity: 0;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.post-detail .action a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
}
.post-detail .action a .gears-icon {
  position: relative;
  top: 50%;
  margin-top: -16px;
}
.post-detail .action a .button-text {
  top: 50%;
  position: relative;
  margin-top: 16px;
}
.post-detail .status-label {
  position: absolute;
  top: 3px;
  left: -11px;
  padding: 2px;
  width: 150px;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: 60px 70px;
  font-size: 8px;
  background: #fff;
  color: #222;
  font-weight: bold;
}
.post-detail .rank-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 20px;
  left: 17px;
  z-index: 5;
}
.stream-hl {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  position: relative;
  margin: 10px 0px;
}
.stream-hl .gallery-cell {
  margin-right: 10px;
}
@media only screen and (min-width: 501px) and (max-width: 1200px) {
  .app-phone .stream-page {
    text-align: center;
  }
}
.app-tablet .stream-page {
  text-align: center;
}
.app-desktop .stream-page {
  max-width: 750px;
  margin: auto;
}
.game.stream-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
}
.game.stream-item .stream-content {
  position: relative;
  background: #fff;
  color: #222;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px;
  padding-bottom: 25px;
}
.game.stream-item .stream-content .image {
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.game.stream-item .stream-content .title {
  width: 100%;
  text-align: left;
}
.game.stream-item .stream-content .author {
  font-size: 10px !important;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.game.stream-item .stream-content .type-icon {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0px;
  border-style: solid;
  border-color: transparent transparent #519fff transparent;
  width: 0;
  height: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.game.stream-item .stream-content .type-icon i {
  position: absolute;
}
.game.post-detail .post-header {
  padding-left: 60px;
}
.game.post-detail .post-header .icon-image {
  float: left;
  margin-left: -60px;
  width: 48px;
  height: 48px;
}
.game.post-detail .post-header i {
  width: 20px;
  display: inline-block;
  float: none !important;
  text-align: center;
}
.game.post-detail .post-header .category {
  display: inline-block;
  float: none !important;
  margin-right: 15px;
}
.game.post-detail .gallery-title {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: auto;
  min-height: 50px;
  padding: 10px;
}
.game .video-header {
  font-size: 10px !important;
  margin-bottom: 3px;
}
.game .videoplay {
  margin-bottom: -5px;
  margin-right: 8px;
}
.game .videoplay a {
  padding: 0px 10px !important;
}
.game .videoplay a .button-text {
  color: #222;
  font-size: 10px;
}
.game .videoplay a .gears-icon {
  color: #222;
  margin-top: 1px;
}
.app-phone .game.stream-item {
  padding: 5px;
  float: left;
  width: 25%;
}
.app-phone .game.stream-item .stream-content {
  height: 135px;
}
.app-phone .game.stream-item .stream-content .title {
  letter-spacing: -1px;
  font-size: 12px;
}
.app-phone .game.stream-item .stream-content .type-icon {
  font-size: 12px;
  border-width: 0 0 30px 25px;
}
.app-phone .game.stream-item .stream-content .type-icon i {
  bottom: -26px;
  right: 2px;
}
@media only screen and (max-width: 330px) {
  .app-phone .game.stream-item {
    width: 33.3%;
  }
}
@media only screen and (min-width: 331px) and (max-width: 500px) {
  .app-phone .game.stream-item {
    width: 25%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1200px) {
  .app-phone .game.stream-item {
    display: inline-block;
    float: none !important;
    width: 105px;
  }
  .app-phone .game.stream-item .stream-content {
    height: 140px;
  }
}
.app-tablet .game.stream-item {
  padding: 5px;
  float: left;
  width: 105px;
  display: inline-block;
  float: none !important;
}
.app-tablet .game.stream-item .stream-content {
  height: 140px;
}
.app-tablet .game.stream-item .stream-content .title {
  letter-spacing: -1px;
  font-size: 12px;
}
.app-tablet .game.stream-item .stream-content .type-icon {
  font-size: 12px;
  border-width: 0 0 30px 25px;
}
.app-tablet .game.stream-item .stream-content .type-icon i {
  bottom: -26px;
  right: 2px;
}
.app-desktop .game.stream-item {
  padding: 5px;
  float: left;
  width: 150px;
}
.app-desktop .game.stream-item .stream-content {
  height: 195px;
}
.app-desktop .game.stream-item .stream-content .title {
  letter-spacing: -1px;
  font-size: 15px;
}
.app-desktop .game.stream-item .stream-content .type-icon {
  font-size: 18px;
  border-width: 0 0 40px 40px;
}
.app-desktop .game.stream-item .stream-content .type-icon i {
  bottom: -35px;
  right: 2px;
}
.search-input {
  height: 34px;
  vertical-align: top;
  margin-right: 4px;
}
.search-icon a.gears-button-inner {
  padding: 10px 0px;
}
#search_dialog {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#search_dialog .filters {
  display: none;
}
#search_dialog .side-button {
  position: relative;
  z-index: 3;
}
#search_dialog .header .inner {
  max-width: 1300px;
}
#search_dialog .header .docked-right {
  padding-right: 55px;
  padding-top: 10px;
  width: 50%;
}
#search_dialog .header .docked-right .gears-button a {
  padding: 11px;
}
#search_dialog .header .docked-right .gears-button a .button-text {
  font-weight: bold;
  letter-spacing: -0.5px;
  font-size: 13px;
}
#search_dialog .header .docked-right .gears-button.selected {
  position: relative;
}
#search_dialog .header .docked-right .gears-button.selected a {
  color: #34355a;
}
#search_dialog .header .docked-right .gears-button.selected:after {
  content: ' ';
  position: absolute;
  bottom: -11px;
  left: 9px;
  right: 9px;
  height: 2px;
  background: #34355a;
}
#search_dialog .header .docked-right .gears-button:not(.selected) a .button-text {
  font-size: 13px;
}
#search_dialog .header .docked-left {
  left: 0px;
  width: 50%;
  white-space: nowrap;
  padding-left: 35px;
}
#search_dialog .header .docked-left .gears-buttonbar {
  margin-bottom: -2px;
  margin-top: 1px;
}
#search_dialog .header .docked-left .gears-button a {
  background: #519fff;
  color: #fff;
}
#search_dialog .header .docked-left .gears-button .button-text {
  font-size: 11px;
}
#search_dialog .header .docked-left input {
  display: inline-block;
  width: 100%;
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search_dialog .header .list-search-box {
  padding: 4px 0px;
}
#search_dialog .navi .inner {
  margin: 0px;
}
#search_dialog .navi .inner .gears-toolbar-dock {
  padding: 2px;
}
.search-stream {
  padding-top: 30px;
}
.search-stream-item {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: auto;
  width: 100%;
  max-width: 750px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 70px;
}
.search-stream-item:nth-child(even) {
  background: #fff;
  color: #222;
}
.search-stream-item .avatar {
  float: left;
  margin-left: -60px;
}
.search-stream-item .company-avatar {
  float: left;
  margin-left: -60px;
  width: 50px;
  height: 50px;
}
.search-stream-item .product-avatar {
  float: left;
  margin-left: -60px;
  width: 50px;
  height: 50px;
}
.search-stream-item .title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 900;
}
.search-stream-item .description {
  font-size: 13px;
  line-height: 16px;
}
.search-stream-item .category {
  font-size: 12px;
}
.search-stream-item .author-name {
  font-weight: bold;
  color: #34355a;
  font-size: 13px;
  line-height: 16px;
}
.search-stream-item .date {
  font-size: 12px;
  font-weight: bold;
  color: #cacaca;
}
.search-stream-item .mark {
  background: #519fff;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 8px;
  padding: 1px 5px;
}
.search-stream-item .mark.mark-profile {
  position: absolute;
  top: 40px;
  left: 0px;
}
.search-stream-item .action {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}
.search-stream-item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media only screen and (max-width: 899px) {
  #search_dialog .header .docked-left {
    padding-top: 6px;
    padding-left: 3px;
  }
  #search_dialog .header .docked-right {
    padding-top: 5px;
    padding-right: 0px;
    white-space: nowrap;
  }
  #search_dialog .header .docked-right .gears-button {
    display: inline-block;
  }
  #search_dialog .header .docked-right .gears-button.selected:after {
    bottom: -3px;
  }
  #search_dialog .inner {
    margin: 0px;
  }
  #search_dialog .inner .content-inner {
    padding: 0 30px;
  }
  .search-input {
    width: 100%;
    margin-top: 1px;
    margin-right: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .search-icon {
    width: 100%;
    margin-top: -35px;
  }
  .search-icon a.gears-button-inner {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    padding-left: calc(100% - 24px);
  }
}
@media only screen and (min-width: 900px) {
  .search-input {
    width: 350px;
    margin-top: 8px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
  }
  .search-icon {
    width: 350px;
    margin-left: -350px;
  }
  .search-icon a.gears-button-inner {
    margin-top: 5px;
    margin-left: 0px;
    padding: 10px 0px 10px 320px;
  }
  #search_dialog .search-closer {
    display: none;
  }
}
.stream-skeleton {
  position: relative;
}
.stream-skeleton .stream-skeleton-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  bottom: auto;
}
.stream-skeleton .stream-content {
  background: #e5e5e5 !important;
}
.stream-skeleton .stream-content .image {
  background: #ccc !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.stream-skeleton .stream-content .title {
  background: #ccc !important;
  height: 15px;
  width: 70%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.gallery-skeleton {
  position: relative;
}
.gallery-skeleton .stream-skeleton-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  bottom: auto;
}
.detail-skeleton {
  position: relative;
}
.detail-skeleton .detail-skeleton-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  bottom: auto;
}
.detail-skeleton .detail-skeleton-content .image-container {
  width: 100%;
  background: #ccc !important;
}
.detail-skeleton .detail-skeleton-content .icon-image {
  background: #ccc !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.detail-skeleton .detail-skeleton-content .title {
  background: #ccc !important;
  height: 18px;
  width: 70%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.detail-skeleton .detail-skeleton-content .category {
  background: #ccc !important;
  height: 15px;
  width: 35%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 18px;
}
.detail-skeleton .detail-skeleton-content .description {
  background: #ccc !important;
  height: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.detail-skeleton .detail-skeleton-content .description:nth-of-type(2) {
  width: 100%;
}
.detail-skeleton .detail-skeleton-content .description:nth-of-type(3) {
  width: 70%;
}
.detail-skeleton .detail-skeleton-content .description:nth-of-type(4) {
  width: 80%;
}
.detail-skeleton .detail-skeleton-content .description:nth-of-type(5) {
  width: 65%;
}
@media only screen and (min-width: 501px) and (max-width: 1200px) {
  .app-phone .stream-skeleton {
    text-align: center;
  }
}
.app-tablet .stream-skeleton {
  text-align: center;
}
.app-desktop .stream-skeleton {
  max-width: 750px;
  margin: auto;
}
.category.gears-button i {
  display: inline-block;
  margin-right: 3px;
  vertical-align: bottom;
}
.ui-datepicker {
  z-index: 350 !important;
}
.ss-icon {
  display: none !important;
}
a {
  text-decoration: none;
}
.help-logo {
  background-image: url(images/logo-dark.png);
  background-size: cover;
  width: 160px;
  height: 160px;
  display: inline-block;
  margin: 10px;
}
.version {
  font-size: 13px !important;
  text-align: center;
}
.mynetwork {
  background: #eaf3ff;
  color: #fff;
}
.mytools {
  background: #d3dee4;
  color: #fff;
}
.mytools .docked-left {
  padding-top: 8px;
}
.mytools .docked-right {
  padding-top: 10px;
  padding-right: 10px;
}
.mytools .docked-center {
  padding-top: 10px;
}
.mytools .combo-tool {
  margin-top: 2px;
}
.mytools .filter-box {
  height: 35px;
  padding: 2px;
  padding-left: 39px;
  background: #d5781e;
  color: #fff;
}
.mytools .filter-box .gears-icon {
  top: 12px;
  margin-left: -28px;
}
#my_filter .button-text {
  font-size: 15px;
  font-weight: bold;
  margin-left: -7px;
}
.box-title {
  font-size: 13px !important;
  color: #34355a;
  margin: 5px 0px;
}
.provider-close-dialog {
  background: #fff;
  color: #222;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 38px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.provider-close-dialog .gears-toolbar-top .inner {
  margin: 5px;
  border-bottom: #34355a 2px solid;
}
.provider-close-dialog .gears-toolbar-top .inner .docked-left .gears-button {
  margin-left: -5px;
}
.provider-close-dialog .range-filter-0 a {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.provider-close-dialog .range-filter-1 a {
  border-left: rgba(0, 0, 0, 0) 0px solid;
  border-right: rgba(0, 0, 0, 0) 0px solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.provider-close-dialog .range-filter-2 a {
  border-right: rgba(0, 0, 0, 0) 0px solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.provider-close-dialog .range-filter-3 a {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.providers .provider:not(.item-noresult) {
  padding: 0px;
  padding-bottom: 0px;
  border-bottom: #f1f1f1 1px solid;
}
.providers .provider:not(.item-noresult) .title {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  width: 80%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin-bottom: -4px;
}
.providers .provider:not(.item-noresult) .subtitle {
  font-size: 14px;
  line-height: 14px;
  width: 80%;
  padding-left: 3px;
  padding-bottom: 3px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin-top: 7px;
}
.providers .provider:not(.item-noresult) .distance {
  float: right;
  color: #34355a;
  font-size: 13px !important;
  margin-top: 6px;
  margin-right: -13px;
}
.providers .provider:not(.item-noresult) .controls {
  position: absolute;
  top: 2px;
  right: 0px;
}
.providers .provider:not(.item-noresult) .controls .gears-button {
  margin-right: -10px;
}
.providers .provider:not(.item-noresult) .gears-list-item-inner {
  padding-left: 55px;
  padding-right: 10px;
}
.providers .provider:not(.item-noresult).provider-place .title {
  padding-left: 2px;
}
.providers .provider:not(.item-noresult).provider-place .gears-list-item-inner {
  padding-left: 5px;
}
.providers .provider:not(.item-noresult) .image {
  margin-left: -50px;
  margin-top: -16px;
}
.providers .provider:not(.item-noresult) .image img {
  width: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-top: #cacaca 1px solid;
  border-bottom: #cacaca 1px solid;
  border-left: #cacaca 1px solid;
  border-right: #cacaca 1px solid;
}
.providers .provider:not(.item-noresult).node-title {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
}
.providers .provider:not(.item-noresult).node-title .title {
  margin-left: -55px;
  margin-top: 4px;
  margin-bottom: -7px;
  font-size: 17px;
  line-height: 17px;
  color: #34355a;
}
.rater {
  white-space: nowrap;
  margin-left: -8px;
}
.rater .stars {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -3px;
}
.rater .stars .gears-button {
  margin-right: -3px;
}
.rater .stars .gears-button .gears-icon {
  color: #d5781e;
}
.rater .stars .gears-button.selected a {
  background: rgba(0, 0, 0, 0);
}
.ratings-container {
  padding-top: 0px;
}
.ratings-container .separator {
  height: 0px;
  margin: 20px 5px;
  border-bottom: #34355a 1px solid;
}
.ratings-container .rating {
  position: relative;
  text-align: left;
}
.ratings-container .rating .action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 10;
}
.ratings-container .rating .action a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.ratings-container .rating.rating-origin {
  font-size: 13px;
  background: #d0e9f0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 10px 5px;
  padding: 8px 11px;
}
.ratings-container .rating.rating-origin .image {
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 40px;
  width: auto;
  margin-right: 11px;
  float: left;
}
.ratings-container .rating.rating-origin .subject {
  margin-top: 2px;
  font-weight: bold;
}
.ratings-container .rating.rating-origin .date {
  margin-top: 2px;
  float: right;
  font-size: 10px !important;
}
.ratings-container .rating.rating-origin .title {
  margin-top: 5px;
  font-weight: bold;
}
.ratings-container .rating.rating-origin .stars {
  height: 24px;
}
.ratings-container .rating.rating-origin .stars .star {
  margin-left: -5px;
}
.ratings-container .rating.rating-origin .stars .star .gears-icon {
  color: #d5781e;
  font-size: 13px;
  margin-left: 0px;
}
.ratings-container .rating.rating-answer {
  font-size: 13px;
  background: #e5e5e5;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 10px 5px;
  margin-left: 50px;
  padding: 8px 11px;
}
.ratings-container .rating.rating-answer .subject {
  margin-top: 2px;
  font-weight: bold;
}
.ratings-container .rating.rating-answer .date {
  margin-top: 2px;
  float: right;
  font-size: 10px !important;
}
.myratings-container {
  padding-top: 0px;
}
.myratings-container .separator {
  height: 0px;
  margin: 20px 5px;
  border-bottom: #34355a 1px solid;
}
.myratings-container .action {
  float: right;
  clear: right;
}
.myratings-container .rating {
  text-align: left;
}
.myratings-container .rating.rating-origin {
  font-size: 14px;
  margin: 10px 5px;
  padding: 8px 11px;
  padding-left: 80px;
}
.myratings-container .rating.rating-origin .image {
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 67px;
  width: auto;
  float: left;
  margin-left: -80px;
}
.myratings-container .rating.rating-origin .subject {
  font-weight: bold;
}
.myratings-container .rating.rating-origin .subject-sub {
  font-size: 11px;
}
.myratings-container .rating.rating-origin .date {
  margin-top: 2px;
  float: right;
  font-size: 10px !important;
}
.myratings-container .rating.rating-origin .score {
  display: inline-block;
  font-weight: bold;
}
.myratings-container .rating.rating-origin .score-num {
  font-size: 11px;
}
.myratings-container .rating.rating-origin .title {
  margin-top: 5px;
  font-weight: bold;
}
.myratings-container .rating.rating-origin .rating-tags {
  float: right;
  margin-top: 3px;
  white-space: nowrap;
}
.myratings-container .rating.rating-origin .rating-tags .rating-tag {
  display: inline-block;
}
.myratings-container .rating.rating-origin .stars::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.myratings-container .rating.rating-origin .stars .star {
  display: inline-block;
  margin-left: -3px;
  vertical-align: bottom;
}
.myratings-container .rating.rating-origin .stars .star .gears-icon {
  color: #d5781e;
  font-size: 13px;
  margin-left: 0px;
}
.myratings-container .rating.rating-origin > .separator {
  height: 0px;
  margin: 10px 0px;
  border-bottom: #e5e5e5 1px solid;
}
.myratings-container .rating.rating-answer {
  font-size: 13px;
  background: #e5e5e5;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 10px 5px;
  margin-left: 75px;
  padding: 8px 11px;
}
.myratings-container .rating.rating-answer .subject {
  margin-top: 2px;
  font-weight: bold;
}
.myratings-container .rating.rating-answer .date {
  margin-top: 2px;
  float: right;
  font-size: 10px !important;
}
.map-filter {
  position: absolute;
}
.map-filter.map-search {
  top: 10px;
  left: 10px;
  right: 10px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 11;
}
.map-filter.map-search.opened {
  height: auto;
  bottom: 50px;
}
.map-filter.map-search .search-input {
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #519fff;
  color: #fff;
  width: 100%;
}
.map-filter.map-search .search-input::placeholder {
  color: #fff;
}
.map-filter.map-search .search-mask {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}
.map-filter.map-search .search-mask a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.map-filter.map-search .search-close {
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #34355a;
}
.map-filter.map-search .search-close a {
  margin-top: 0px;
}
.map-filter.map-search .search-close a .gears-icon {
  color: #fff;
  font-size: 20px;
}
.map-filter.map-search .search-icon {
  position: absolute;
  z-index: 1;
  top: -2px;
  right: -2px;
}
.map-filter.map-search .search-icon a .gears-icon {
  padding: 2px;
  color: #fff;
}
.map-filter.search-panel {
  display: none;
  top: 28px;
  left: 10px;
  right: 10px;
  bottom: 30px;
  z-index: 10;
  background: #fff;
  color: #222;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  border-top: #34355a 1px solid;
  border-bottom: #34355a 1px solid;
  border-left: #34355a 1px solid;
  border-right: #34355a 1px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.map-filter.search-panel .gears-list {
  margin-top: 11px;
}
.map-filter.tools-panel {
  display: none;
  bottom: 60px;
  left: 10px;
  right: 10px;
  height: 100px;
  z-index: 10;
  background: #fff;
  color: #222;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-top: #34355a 2px solid;
  border-bottom: #34355a 2px solid;
  border-left: #34355a 2px solid;
  border-right: #34355a 2px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.map-filter.tools-panel .closer .gears-icon {
  color: #519fff;
  font-size: 20px;
}
.map-filter.tools-panel .range-filter-0 a {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.map-filter.tools-panel .range-filter-1 a {
  border-left: rgba(0, 0, 0, 0) 0px solid;
  border-right: rgba(0, 0, 0, 0) 0px solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.map-filter.tools-panel .range-filter-2 a {
  border-right: rgba(0, 0, 0, 0) 0px solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.map-filter.tools-panel .range-filter-3 a {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.map-filter.info-panel {
  display: none;
  bottom: -2px;
  left: 10px;
  right: 10px;
  height: 200px;
  z-index: 10;
  background: #fff;
  color: #222;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-top: #34355a 2px solid;
  border-bottom: #34355a 2px solid;
  border-left: #34355a 2px solid;
  border-right: #34355a 2px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.map-filter.info-panel .gears-list {
  margin-top: 11px;
}
.map-filter.info-panel .provider-navigator .inner {
  margin: 0px 15px;
  border-top: #34355a 2px solid;
}
.map-filter.info-panel .provider-navigator .inner .docked-left {
  left: -15px;
}
.map-filter.info-panel .provider-navigator .inner .docked-right {
  right: -15px;
}
.map-filter.info-panel .provider-navigator-controls .docked-center {
  width: 100%;
  padding: 0 15px;
}
.map-filter.info-panel .avatar {
  position: absolute;
  top: 8px;
}
.map-filter.info-panel .avatar a {
  padding: 0px!important;
}
.map-filter.info-panel .avatar .gears-icon {
  font-size: 48px;
  padding: 0px!important;
  margin: 0px;
}
.map-filter.info-panel .avatar img {
  position: absolute;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  top: 0px;
  left: 0px;
  border: none;
  border-image-width: 0px;
}
.map-filter.info-panel .mylabel {
  top: 7px;
  left: 60px;
  right: 30px;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.map-filter.info-panel .mystatus {
  position: absolute;
  font-size: 10px !important;
  top: 27px;
  left: 60px;
  right: 30px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.map-filter.info-panel .rating {
  position: absolute;
  top: 51px;
  left: 69px;
  zoom: 0.8;
}
.map-filter.info-panel .rating .stars .gears-button {
  margin-right: -7px;
}
.map-filter.info-panel .rating .stars .gears-button .gears-icon {
  color: #d5781e;
}
.map-filter.info-panel .rating .stars .gears-button.selected a {
  background: rgba(0, 0, 0, 0);
}
.map-filter.info-panel .closer {
  float: right;
}
.map-filter.info-panel .closer .gears-icon {
  color: #519fff;
  font-size: 20px;
}
.map-filter.info-panel .tags {
  position: absolute;
  top: 72px;
  left: 15px;
  right: 15px;
  padding-top: 5px;
  border-top: #34355a 2px solid;
  white-space: nowrap;
  margin-left: -2px;
}
.map-filter.info-panel .tags .gears-icon {
  font-size: 22px;
  margin-top: -2px;
}
.map-filter.info-panel .tags .gears-button {
  margin-left: -4px;
}
.map-filter.info-panel .tags .gears-button:not(.selected) .gears-icon {
  color: #cacaca;
}
.map-filter.info-panel .tags.tags-account {
  margin-top: -4px;
}
.map-filter.info-panel .tags.tags-account .gears-icon {
  font-size: 14px;
}
.map-filter.info-panel .tags.tags-account .button-text {
  position: absolute;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  left: 0px;
  right: 0px;
  bottom: -8px;
}
.map-filter.search-mask2 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
.map-filter.search-mask2 a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.map-filter .map-info-control {
  bottom: 10px;
  left: 0px;
  position: absolute;
}
.map-filter .map-info-control .gears-icon {
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.map-filter .map-mappointer-control {
  bottom: 10px;
  right: 0px;
  position: absolute;
}
.map-filter .map-mappointer-control .gears-icon {
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.map-filter.map-sidecontrols {
  bottom: 0px;
  left: 10px;
  right: 10px;
  height: 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 8;
}
.map-filter.map-controls {
  bottom: 0px;
  left: 10px;
  right: 10px;
  height: 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 8;
}
.map-filter .map-filter-control {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 15px;
}
.map-filter .map-filter-control a {
  padding: 0px !important;
  width: 40px;
  height: 40px;
  overflow: hidden;
  box-sizing: border-box;
}
.map-filter .map-filter-control .gears-icon {
  font-size: 43px;
  width: 40px;
  height: 40px;
  margin-top: -2px;
  margin-left: -2px;
}
.map-filter .map-filter-control.filter-bike {
  left: 50%;
  transform: translateX(-80px);
}
.map-filter .map-filter-control.filter-bike a {
  background: #d5781e;
  color: #fff;
  border-top: #d5781e 1px solid;
  border-bottom: #d5781e 1px solid;
  border-left: #d5781e 1px solid;
  border-right: #d5781e 1px solid;
}
.map-filter .map-filter-control.filter-bike .gears-icon {
  color: #fff;
}
.map-filter .map-filter-control.filter-bike.selected a {
  background: #d5781e;
  color: #fff;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.map-filter .map-filter-control.filter-transport {
  left: 50%;
  transform: translateX(-20px);
}
.map-filter .map-filter-control.filter-transport a {
  background: #519fff;
  color: #fff;
  border-top: #519fff 1px solid;
  border-bottom: #519fff 1px solid;
  border-left: #519fff 1px solid;
  border-right: #519fff 1px solid;
}
.map-filter .map-filter-control.filter-transport a .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.map-filter .map-filter-control.filter-transport .gears-icon {
  color: #fff;
}
.map-filter .map-filter-control.filter-transport.selected a {
  background: #519fff;
  color: #fff;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.map-filter .map-filter-control.filter-transport.selected a .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.map-filter .map-filter-control.filter-guide {
  left: 50%;
  transform: translateX(40px);
}
.map-filter .map-filter-control.filter-guide a {
  background: #09aa00;
  color: #fff;
  border-top: #09aa00 1px solid;
  border-bottom: #09aa00 1px solid;
  border-left: #09aa00 1px solid;
  border-right: #09aa00 1px solid;
}
.map-filter .map-filter-control.filter-guide .gears-icon {
  color: #fff;
}
.map-filter .map-filter-control.filter-guide.selected a {
  background: #09aa00;
  color: #fff;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.map-filter.map-subcontrols {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 11;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  display: none;
}
.map-filter.map-subcontrols.opened {
  display: block;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.map-filter .map-subfilter-label {
  position: absolute;
  color: #fff;
  font-size: 10px !important;
  font-weight: bold;
  text-align: center;
  bottom: 45px;
  width: 46px;
  padding: 0px;
}
.map-filter .map-subfilter-label.subfilter-bike {
  left: 50%;
  transform: translateX(-80px);
}
.map-filter .map-subfilter-label.subfilter-transport {
  left: 50%;
  transform: translateX(-20px);
}
.map-filter .map-subfilter-label.subfilter-bike-0 {
  transform: translate(-128px, -44px);
}
.map-filter .map-subfilter-label.subfilter-bike-1 {
  transform: translate(-83px, -60px);
}
.map-filter .map-subfilter-label.subfilter-bike-2 {
  transform: translate(-38px, -44px);
}
.map-filter .map-subfilter-label.subfilter-transport-0 {
  transform: translate(-68px, -44px);
}
.map-filter .map-subfilter-label.subfilter-transport-1 {
  transform: translate(-23px, -60px);
}
.map-filter .map-subfilter-label.subfilter-transport-2 {
  transform: translate(22px, -44px);
}
.map-filter .map-subfilter-control {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 15px;
}
.map-filter .map-subfilter-control a {
  padding: 0px !important;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: solid 1px #fff;
  box-sizing: border-box;
}
.map-filter .map-subfilter-control .gears-icon {
  font-size: 36px;
  width: 36px;
  height: 36px;
  margin-top: -1px;
  margin-left: -1px;
}
.map-filter .map-subfilter-control.subfilter-bike {
  left: 50%;
  transform: translateX(-80px);
}
.map-filter .map-subfilter-control.subfilter-bike a {
  background: #d5781e;
  color: #fff;
  border-top: #d5781e 1px solid;
  border-bottom: #d5781e 1px solid;
  border-left: #d5781e 1px solid;
  border-right: #d5781e 1px solid;
}
.map-filter .map-subfilter-control.subfilter-bike .gears-icon {
  color: #fff;
}
.map-filter .map-subfilter-control.subfilter-bike.selected a {
  background: #d5781e;
  color: #fff;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.map-filter .map-subfilter-control.subfilter-bike.subfilter-bike-0 {
  transform: translate(-124px, -40px);
}
.map-filter .map-subfilter-control.subfilter-bike.subfilter-bike-1 {
  transform: translate(-79px, -56px);
}
.map-filter .map-subfilter-control.subfilter-bike.subfilter-bike-2 {
  transform: translate(-34px, -40px);
}
.map-filter .map-subfilter-control.subfilter-transport {
  left: 50%;
  transform: translateX(-20px);
}
.map-filter .map-subfilter-control.subfilter-transport a {
  background: #519fff;
  color: #fff;
  border-top: #519fff 1px solid;
  border-bottom: #519fff 1px solid;
  border-left: #519fff 1px solid;
  border-right: #519fff 1px solid;
}
.map-filter .map-subfilter-control.subfilter-transport a .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.map-filter .map-subfilter-control.subfilter-transport .gears-icon {
  color: #fff;
}
.map-filter .map-subfilter-control.subfilter-transport.selected a {
  background: #519fff;
  color: #fff;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.map-filter .map-subfilter-control.subfilter-transport.selected a .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.map-filter .map-subfilter-control.subfilter-transport.subfilter-transport-0 {
  transform: translate(-64px, -40px);
}
.map-filter .map-subfilter-control.subfilter-transport.subfilter-transport-1 {
  transform: translate(-19px, -56px);
}
.map-filter .map-subfilter-control.subfilter-transport.subfilter-transport-2 {
  transform: translate(26px, -40px);
}
.map-filter .map-subfilter-control.filter-transport {
  left: 50%;
  transform: translateX(-20px);
}
.map-filter .map-subfilter-control.filter-transport.selected a {
  background: #519fff;
  color: #fff;
}
.map-filter .map-subfilter-control.filter-transport.selected a .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.map-filter .map-subfilter-control.filter-transport.selected .gears-icon {
  color: #fff;
}
.map-filter .map-subfilter-control.filter-guide {
  left: 50%;
  transform: translateX(40px);
}
.map-filter .map-subfilter-control.filter-guide.selected a {
  background: #09aa00;
  color: #fff;
}
.map-filter .map-subfilter-control.filter-guide.selected .gears-icon {
  color: #fff;
}
.msgarea {
  background: #f1f1f1;
  border: #bbc2ca solid 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-highlight: none;
  height: 36px;
  resize: none;
  width: 100%;
  padding-right: 40px !important;
  box-sizing: border-box;
  max-height: 200px;
  /* optional, but recommended */
  min-height: 36px;
  overflow: hidden;
  /* for Firefox (issue #5) */
  -webkit-appearance: none;
  -webkit-transition: none !important;
}
.msgaction:not(:hover).disabled a {
  background: #bbc2ca;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.msgaction:not(:hover).disabled a .gears-icon {
  color: #fff;
}
.msgfooter .docked-left {
  width: 100%;
}
.msgfooter .docked-right {
  z-index: 2;
  bottom: 12px;
  top: auto;
  right: 3px !important;
}
.msgpost.gears-list-item {
  background: transparent !important;
  /*&:not(.mine):after {
      content: "";
      .abs;
      top: -5px;
      left: -6px;
      border-style: solid;
      border-width: 0 7px 12px;
      border-color: #fff transparent;
      display: block;
      width: 0;
      z-index: 1;
      transform: rotate(-45deg);
    }*/
}
.msgpost.gears-list-item .account_name {
  display: none;
}
.msgpost.gears-list-item .gears-list-item-inner {
  padding: 8px;
  background: #fff;
  color: #222;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 0px;
  margin-right: 30%;
  margin-bottom: 10px;
  margin-top: 25px;
}
.msgpost.gears-list-item.mine {
  /*&:after {
        content: "";
        .abs;
        top: -4px;
        right: -5px;
        border-style: solid;
        border-width: 0 7px 12px;
        border-color: @blue transparent;
        display: block;
        width: 0;
        z-index: 1;
        transform: rotate(45deg);
      }*/
}
.msgpost.gears-list-item.mine .gears-list-item-inner {
  background: #519fff;
  color: #fff;
  margin-left: 30%;
  margin-right: 0px;
}
.msgpost.gears-list-item.mine .gears-list-item-inner .account_name {
  color: #222;
}
.msgpost.gears-list-item:not(.mine) .gears-list-item-inner {
  border-top: #519fff 2px solid;
  border-bottom: #519fff 2px solid;
  border-left: #519fff 2px solid;
  border-right: #519fff 2px solid;
  margin-right: 30%;
  margin-left: 0px;
}
.msgpost .date {
  float: right;
  color: #000 !important;
  font-size: 13px !important;
  margin-top: -29px;
}
.msgpost .subject {
  font-weight: bold;
}
.msgpost .message {
  font-size: 13px !important;
  padding: 0px;
}
.msgpost .account_name {
  font-size: 10px !important;
  color: #d5781e;
}
.msgpost .gears-buttonbar {
  display: none;
}
.msgpost .controls {
  margin-top: 15px;
}
.msgpost .actions {
  float: right;
}
.msgconversation.gears-list-item {
  margin: 0px 5px !important;
  padding: 3px 0px 0px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: #e5e5e5 1px solid;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.msgconversation.gears-list-item:nth-last-of-type(1) {
  border-bottom: #f1f1f1 1px solid;
}
.msgconversation.gears-list-item .gears-list-item-inner {
  padding: 5px 0px;
}
.msgconversation.gears-list-item:hover {
  background: #eaeaea;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.msgconversation.gears-list-item .account_name {
  font-size: 15px !important;
  font-weight: bold;
  padding-left: 0px;
}
.msgconversation.gears-list-item .subtitle {
  padding-left: 0px;
}
.msgconversation.gears-list-item .message {
  padding-left: 0px;
  padding-right: 70px;
}
.msgconversation.gears-list-item .company_name {
  font-size: 13px !important;
  color: #34355a;
}
.msgconversation.gears-list-item .title {
  overflow: hidden;
}
.msgconversation.gears-list-item .date {
  margin-top: 4px;
  margin-bottom: -4px;
  float: right;
  color: #656565;
  font-size: 13px !important;
}
.msgconversation.gears-list-item .account_image {
  border-top: #ccc 2px solid;
  border-bottom: #ccc 2px solid;
  border-left: #ccc 2px solid;
  border-right: #ccc 2px solid;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0px;
  overflow: hidden;
}
.msgconversation.gears-list-item .actions {
  float: right;
  margin-right: -15px;
}
.msgconversation.gears-list-item .controls {
  margin-bottom: -12px;
  margin-right: -8px;
  margin-top: -2px;
  float: right;
}
.msgconversation.gears-list-item .controls .gears-button {
  margin-left: -10px;
}
.msgconversation.gears-list-item .unread {
  margin-top: 5px;
  margin-right: -6px;
  font-size: 13px !important;
  background: #d5781e;
  color: #fff;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.msgconversation.item-noresult .gears-list-item-inner {
  border-top: rgba(0, 0, 0, 0) 1px solid;
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  border-left: rgba(0, 0, 0, 0) 1px solid;
  border-right: rgba(0, 0, 0, 0) 1px solid;
}
.msgconversation.item-noresult .gears-list-item-inner .title {
  margin-top: 0px;
}
.msgconversation.item-noresult .gears-list-item-inner .image,
.msgconversation.item-noresult .gears-list-item-inner .controls {
  display: none;
}
.msgconversation.item-noresult .gears-list-item-inner:hover {
  background: #fff;
  color: #222;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.msgconversation.item-noresult .gears-list-item-inner:hover .description {
  color: #222;
}
.profile-panel .tags {
  white-space: nowrap;
  margin-left: -2px;
}
.profile-panel .tags .gears-icon {
  color: #cacaca;
  font-size: 22px;
  margin-top: -2px;
}
.profile-panel .tags .gears-button {
  margin-left: -4px;
}
.profile-panel .tags.tags-account {
  margin-top: -4px;
}
.profile-panel .tags.tags-account .gears-icon {
  font-size: 14px;
}
.profile-panel .tags.tags-account .button-text {
  position: absolute;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  left: 0px;
  right: 0px;
  bottom: -8px;
}
.profile-panel .profile-toolbar .inner {
  margin: 0px 5px;
  border-bottom: #222 1px solid;
}
.profile-panel .profile-toolbar .docked-right {
  padding-top: 9px;
}
.profile-panel .profile-tabs .inner {
  left: 2px;
  right: 2px;
}
.profile-panel .profile-tabs .gears-button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px 2px 0px 2px;
}
.profile-panel .profile-tabs .gears-button a {
  margin: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 7px 1px;
}
.profile-panel .profile-tabs .gears-button a .button-text {
  font-size: 13px;
  font-weight: bold;
}
.profile-panel .profile-tabs.gears-toolbar-bottom .inner {
  border-bottom: #34355a 2px solid;
}
.profile-panel .profile-tabs.gears-toolbar-bottom .gears-button .gears-button-inner {
  -webkit-border-radius: 15px 15px 0px 0px !important;
  -moz-border-radius: 15px 15px 0px 0px !important;
  border-radius: 15px 15px 0px 0px !important;
}
.profile-panel .profile-header .inner {
  margin: 0px 5px;
}
.profile-panel .profile-footer .inner {
  margin: 0px 5px;
}
.profile-panel .profile-footer .inner .docked-left {
  width: 100%;
}
.profile-panel .avatar {
  position: absolute;
  top: 8px;
}
.profile-panel .avatar a {
  padding: 0px!important;
}
.profile-panel .avatar .gears-icon {
  font-size: 48px;
  padding: 0px!important;
  margin: 0px;
}
.profile-panel .avatar img {
  position: absolute;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  top: 0px;
  left: 0px;
  border: none;
  border-image-width: 0px;
}
.profile-panel .mylabel {
  top: 12px;
  left: 60px;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.profile-panel .mystatus {
  position: absolute;
  top: 34px;
  left: 60px;
  white-space: nowrap;
}
.profile-panel.orange-mode .header {
  background: #d5781e;
  color: #fff;
}
.profile-panel.orange-mode .profile-tabs.gears-toolbar-bottom .inner {
  border-bottom: #d5781e 2px solid;
}
.profile-panel.orange-mode .profile-tabs.gears-toolbar-bottom .gears-button.selected a {
  background: #d5781e;
  color: #fff;
  border-top: #d5781e 1px solid;
  border-bottom: #d5781e 1px solid;
  border-left: #d5781e 1px solid;
  border-right: #d5781e 1px solid;
}
.profile-panel.blue-mode .header {
  background: #519fff;
  color: #fff;
}
.profile-panel.blue-mode .header .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.profile-panel.blue-mode .profile-tabs.gears-toolbar-bottom .inner {
  border-bottom: #519fff 2px solid;
}
.profile-panel.blue-mode .profile-tabs.gears-toolbar-bottom .gears-button.selected a {
  background: #519fff;
  color: #fff;
  border-top: #519fff 1px solid;
  border-bottom: #519fff 1px solid;
  border-left: #519fff 1px solid;
  border-right: #519fff 1px solid;
}
.profile-panel.blue-mode .profile-tabs.gears-toolbar-bottom .gears-button.selected a .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.profile-panel.green-mode .header {
  background: #09aa00;
  color: #fff;
}
.profile-panel.green-mode .profile-tabs.gears-toolbar-bottom .inner {
  border-bottom: #09aa00 2px solid;
}
.profile-panel.green-mode .profile-tabs.gears-toolbar-bottom .gears-button.selected a {
  background: #09aa00;
  color: #fff;
  border-top: #09aa00 1px solid;
  border-bottom: #09aa00 1px solid;
  border-left: #09aa00 1px solid;
  border-right: #09aa00 1px solid;
}
.profile-info {
  padding: 10px 5px;
  position: relative;
}
.profile-info .distance {
  position: absolute;
  right: 15px;
  top: 42px;
}
.profile-info .map-container {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 50%;
  z-index: 1;
  position: relative;
  border-top: #cacaca 1px solid;
  border-bottom: #cacaca 1px solid;
  border-left: #cacaca 1px solid;
  border-right: #cacaca 1px solid;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.profile-info .map-container .map {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  bottom: -26px;
}
.profile-info .map-info {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  padding-top: 10%;
  z-index: 0;
  position: absolute;
  top: 0;
}
.profile-info .rating-info {
  padding: 10px 0px 15px 0px;
  border-bottom: #34355a 1px solid;
}
.profile-info .rating-info .rate {
  font-weight: bold;
  display: inline-block;
}
.profile-info .rating-info .num {
  font-size: 10px !important;
}
.profile-info .rating-info .stars {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -3px;
}
.profile-info .rating-info .stars .gears-button {
  margin-right: -10px;
}
.profile-info .rating-info .stars .gears-button .gears-icon {
  color: #d5781e;
}
.profile-info .rating-info .stars .gears-button.selected a {
  background: rgba(0, 0, 0, 0);
}
.profile-info .address-info {
  padding: 15px 0px 20px 0px;
  border-bottom: #cacaca 1px solid;
}
.profile-info .address-info .title {
  font-weight: bold;
}
.profile-info .address-info .contacts {
  margin-left: -8px;
  margin-right: -8px;
}
.profile-info .address-info .contacts .gears-button .gears-icon {
  font-size: 25px;
}
.profile-info .address-info .contacts .gears-button:not(.selected) .gears-icon {
  color: #cacaca;
}
.profile-info .description-info {
  padding: 15px 0px 20px 0px;
}
.profile-info .description-info .title {
  font-weight: bold;
}
.profile-info .description-info .descr {
  margin-bottom: 15px;
}
.profile-info .controls {
  position: relative;
  margin-bottom: -20px;
  z-index: 3;
  text-align: right;
}
.profile-info .controls .gears-button.ghosted {
  margin-bottom: -5px;
  margin-right: -15px;
}
.profile-info .controls .gears-button.ghosted .button-text {
  font-weight: bold;
  width: 100%;
  text-align: right;
  display: inline-block;
}
.profile-info .controls .gears-button a {
  padding: 1px 20px;
}
.profile-info .controls .gears-button a .button-text {
  font-size: 12px;
}
.product-detail .docked-right {
  z-index: 2;
}
.product-detail .content {
  padding: 0px 5px;
}
.product-detail .actions {
  text-align: right;
  padding-right: 4px;
  padding-top: 10px;
  margin-bottom: -19px;
}
.product-detail .actions .gears-button {
  background: #fff;
  color: #222;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
  border-left: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 38px;
  height: 38px;
  padding-top: 1px;
}
.product-detail .actions .gears-button .gears-icon {
  width: 21px;
  height: 21px;
  font-size: 21px;
}
.product-detail .avatar a {
  padding: 0px!important;
}
.product-detail .avatar .gears-icon {
  font-size: 40px;
  padding: 0px!important;
  margin: 0px;
}
.product-detail .avatar img {
  position: absolute;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  top: 0px;
  left: 0px;
  border: none;
  border-image-width: 0px;
}
.product-detail .label {
  top: 8px;
  left: 50px;
  right: 40px;
  position: absolute;
  font-weight: bold;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.product-detail .status {
  position: absolute;
  top: 26px;
  left: 50px;
  right: 40px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  font-size: 13px !important;
}
.product-detail .title {
  font-weight: bold;
  padding-right: 60px;
}
.product-detail .subtitle {
  font-size: 13px !important;
  padding-right: 60px;
}
.product-detail .cost {
  position: absolute;
  top: 48px;
  right: 0px;
  font-weight: bold;
  font-size: 13px !important;
}
.product-detail .cost .decimal {
  font-size: 8px;
}
.product-detail .type-icon {
  position: absolute;
  top: 8px;
  right: -5px;
}
.product-detail .size-icon {
  position: absolute;
  right: 40px;
}
.product-detail .size-icon .gears-icon {
  font-size: 14px;
}
.product-detail .size-small {
  top: 10px;
}
.product-detail .size-medium {
  top: 26px;
}
.product-detail .size-large {
  top: 42px;
}
.product-detail .product-heading {
  position: relative;
  padding: 10px 5px 15px 5px;
  margin-bottom: 15px;
  border-bottom: #34355a 2px solid;
}
.product-detail .product-info {
  padding: 0px 5px 15px 5px;
}
.product-detail .image.image-bike img,
.product-detail .image.image-transport img {
  width: 100%;
  height: auto;
}
.product-detail .image.image-guide {
  text-align: center;
}
.product-detail .image.image-guide img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  border-top: #cacaca 2px solid;
  border-bottom: #cacaca 2px solid;
  border-left: #cacaca 2px solid;
  border-right: #cacaca 2px solid;
}
.products .product:not(.item-noresult) {
  padding: 0px;
}
.products .product:not(.item-noresult):not(.product-view) .gears-list-item-inner {
  min-height: 75px;
}
.products .product:not(.item-noresult):not(.product-view) .controls {
  position: absolute;
  top: 24px;
  right: 5px;
}
.products .product:not(.item-noresult) .gears-list-item-inner {
  padding-left: 100px;
  padding-bottom: 0px;
  border-bottom: #f1f1f1 1px solid;
}
.products .product:not(.item-noresult) .title {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  width: 80%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.products .product:not(.item-noresult) .cost {
  margin-top: -13px;
  margin-right: -10px;
  float: right;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.products .product:not(.item-noresult) .subtitle,
.products .product:not(.item-noresult) .duration,
.products .product:not(.item-noresult) .persons {
  font-size: 14px;
  line-height: 14px;
  width: 80%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.products .product:not(.item-noresult) .product-tags .gears-button {
  margin-left: -8px;
  margin-right: -4px;
}
.products .product:not(.item-noresult) .controls .gears-button {
  display: block;
  margin-top: 2px;
  margin-right: -10px;
}
.products .product:not(.item-noresult) .controls .gears-button a {
  padding: 1px 20px;
}
.products .product:not(.item-noresult) .controls .gears-button:not(.edit) .gears-icon {
  width: 21px;
  height: 21px;
  font-size: 21px;
}
.products .product:not(.item-noresult) .actions {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.products .product:not(.item-noresult) .actions .gears-button {
  margin-right: -10px;
}
.products .product:not(.item-noresult) .actions .gears-button .gears-icon {
  width: 21px;
  height: 21px;
  font-size: 21px;
}
.products .product:not(.item-noresult) .image {
  margin-left: -95px;
  margin-top: -13px;
  float: left;
  padding: 0px;
}
.products .product:not(.item-noresult) .image img {
  width: 90px;
}
.products .product:not(.item-noresult) .provider_image {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -6px;
}
.products .product:not(.item-noresult) .provider_image img {
  width: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-top: #cacaca 1px solid;
  border-bottom: #cacaca 1px solid;
  border-left: #cacaca 1px solid;
  border-right: #cacaca 1px solid;
}
.products .product:not(.item-noresult).guide .title,
.products .product:not(.item-noresult).guide .duration,
.products .product:not(.item-noresult).guide .persons {
  width: 40%;
}
.products .product:not(.item-noresult).guide .subtitle {
  width: 35%;
  float: left;
  margin-left: 43%;
  margin-top: -70px;
}
.products .product:not(.item-noresult).guide .gears-list-item-inner {
  padding-left: 75px;
}
.products .product:not(.item-noresult).guide .image {
  margin-left: -70px;
  margin-top: -16px;
}
.products .product:not(.item-noresult).guide .image img {
  width: 65px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-top: #cacaca 1px solid;
  border-bottom: #cacaca 1px solid;
  border-left: #cacaca 1px solid;
  border-right: #cacaca 1px solid;
}
.products .product:not(.item-noresult).product-view.bike .gears-list-item-inner,
.products .product:not(.item-noresult).product-view.transport .gears-list-item-inner {
  padding-left: 5px;
  padding-right: 5px;
}
.products .product:not(.item-noresult).product-view.bike .image,
.products .product:not(.item-noresult).product-view.transport .image {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
  padding: 0px;
}
.products .product:not(.item-noresult).product-view.bike .image img,
.products .product:not(.item-noresult).product-view.transport .image img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.products .product:not(.item-noresult).product-view.bike .controls,
.products .product:not(.item-noresult).product-view.transport .controls {
  float: right;
}
.products .product:not(.item-noresult).product-view.bike .controls .gears-button,
.products .product:not(.item-noresult).product-view.transport .controls .gears-button {
  margin-top: -9px;
  margin-right: -24px;
}
.products .product:not(.item-noresult).product-view.bike .controls .gears-button .button-text,
.products .product:not(.item-noresult).product-view.transport .controls .gears-button .button-text {
  color: #222;
  font-size: 10px !important;
}
.products .product:not(.item-noresult).product-view.bike .actions,
.products .product:not(.item-noresult).product-view.transport .actions {
  top: 0px;
  right: 5px;
}
.products .product:not(.item-noresult).product-view.bike .actions .gears-button,
.products .product:not(.item-noresult).product-view.transport .actions .gears-button {
  background: #fff;
  color: #222;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
  border-left: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 38px;
  height: 38px;
  padding-top: 1px;
}
.products .product:not(.item-noresult).product-view.guide .controls {
  position: absolute;
  top: 37px;
  right: 13px;
}
.products .product:not(.item-noresult).product-view.guide .controls .gears-button {
  margin-top: -9px;
  margin-right: -35px;
}
.products .product:not(.item-noresult).product-view.guide .controls .gears-button .button-text {
  color: #222;
  font-size: 10px !important;
}
.products .product:not(.item-noresult).product-view.guide .actions {
  top: 0px;
  left: -5px;
}
.products .product:not(.item-noresult).product-view.guide .actions .gears-button {
  background: #fff;
  color: #222;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
  border-left: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 38px;
  height: 38px;
  padding-top: 1px;
}
.widget-container {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.widget-container::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.widget {
  position: relative;
  min-height: 300px;
}
.widget .rowlist .gears-list-item {
  margin: 5px !important;
  padding: 0 25px;
  border-bottom: #e5e5e5 1px solid;
}
.widget .rowlist .gears-list-item .gears-list-item-inner {
  background: transparent !important;
}
.widget .rowlist .gears-list-item .gears-list-item-inner:hover {
  border: 0px !important;
}
.widget .rowlist .gears-list-item .gears-list-item-inner .period {
  clear: both;
  margin: auto;
  margin-right: 16px;
}
.section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0px;
  float: left;
  width: 100%;
  position: relative;
}
.section .inner {
  position: relative;
}
.section .inner::after {
  content: "";
  display: table;
  clear: both;
}
.section h1,
.section h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.section h3 {
  font-size: 20px;
  color: #222;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 40px 0;
}
.section h5 {
  font-size: 18px;
}
.section.blue h3 {
  color: #fff;
}
.section .intro h1 {
  color: #519fff;
}
.section .intro h1.t-white {
  color: #fff;
}
.section.b-bottom {
  border-bottom: #34355a 2px solid;
}
.section .box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  padding: 40px;
}
.section .box .content {
  line-height: 24px;
}
.section .box .subcontent {
  margin-top: 30px;
  line-height: 20px;
  text-align: left;
  color: #519fff;
}
.section .box.contain {
  background-size: contain;
}
.section .box.hl .content {
  margin-top: 150px;
}
.section.hlshowcase {
  color: #fff;
  background: #222;
  float: none;
  padding-bottom: 0px;
  border-bottom: #34355a 3px solid;
}
.section.hlawardsstream {
  margin: 17px 0px;
  padding: 20px 50px 20px 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.section.hlawardsstream h2 {
  color: #fff;
  text-align: left;
  text-shadow: none;
}
.section.hlawardsstream h3 {
  color: #34355a;
  text-align: left;
  margin-top: -2px;
  text-shadow: none;
}
.section.hlawardsstream .gears-button {
  float: right;
  margin-top: 20px;
}
.section .account-category-image {
  background-size: 100px;
}
.section .box-big .box {
  min-height: 490px;
  padding-top: 90px;
}
.section .box-medium .box {
  min-height: 250px;
  padding-top: 20px;
}
.section .box-panel {
  min-height: 650px;
}
.section .box-panel-mini {
  min-height: 300px;
}
.section .box-icon {
  padding: 20px;
  min-height: 120px;
  color: #fff;
  text-align: left;
}
.section .box-icon .gears-icon {
  float: left;
  margin: 0 15px;
  font-size: 30px;
  width: 30px;
}
.section .box-icon .content {
  margin-left: 65px;
}
.section .box-hl {
  padding: 20px;
}
.section .box-hl .content {
  font-size: 13px !important;
  padding: 30px;
  min-height: 250px;
  background: #fff;
  color: #222;
  line-height: 25px;
}
.section.home {
  /*background-image: url("images/home-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
  padding-bottom: 40px;
}
.section.home .inner {
  background: #fff;
  color: #222;
}
.section.home .gallery {
  padding: 30px 0px 60px 0px;
}
.section.home .gallery .gallery-cell {
  margin-right: 20px;
  overflow: hidden;
  height: 100%;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.section.home .gallery .gallery-cell img {
  display: block;
  height: 100%;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  opacity: 0.4;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.section.home .gallery .gallery-cell.is-selected img {
  /* IE6-9 */
  -webkit-filter: none;
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: none;
  /* Microsoft Edge and Firefox 35+ */
  opacity: 1;
}
.section.home .gallery .gallery-cell .status {
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 6px;
  height: 34px;
  font-size: 13px !important;
  background: #519fff;
  color: #fff;
  /* display: inline-block; */
  position: absolute;
  top: 0px;
  /* margin: auto; */
  left: 50%;
  transform: translateX(-50%);
}
.section.home .gallery .gallery-cell .status:after,
.section.home .gallery .gallery-cell .status:before {
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
}
.section.home .gallery .gallery-cell .status:before {
  left: -22px;
  border-top: #34355a 34px solid;
  border-left: rgba(0, 0, 0, 0) 22px solid;
  border-right: #34355a 1px solid;
}
.section.home .gallery .gallery-cell .status:after {
  border-top: #34355a 34px solid;
  border-left: #34355a 1px solid;
  border-right: rgba(0, 0, 0, 0) 22px solid;
  right: -22px;
}
.section.home .gallery .gallery-cell h2 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 0px;
  padding-top: 38px;
  padding-bottom: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.section.home .gallery .gallery-cell .action {
  opacity: 0;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.section.home .gallery .gallery-cell .action a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
}
.section.home .gallery .gallery-cell .action a .gears-icon {
  position: relative;
  top: 50%;
  margin-top: -16px;
}
.section.home .gallery .gallery-cell .action a .button-text {
  top: 50%;
  position: relative;
  margin-top: 16px;
}
.section.home .gallery .gallery-cell:hover .action,
.section.home .gallery .gallery-cell.hovered .action {
  opacity: 1;
}
.section.home .gallery .gallery-cell .content {
  font-size: 19px;
  line-height: 23px;
}
.section.home .gallery .gallery-cell .account-container {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
  padding-bottom: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.section.home .gallery .gallery-cell .account-container .button-text {
  color: #fff;
}
.section.profile {
  /*background-image: url("images/home-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
  padding-bottom: 40px;
}
.section.profile .inner {
  background: #fff;
  color: #222;
}
.section.profile .gallery {
  padding: 0px;
}
.section.profile .gallery .gallery-cell {
  margin-right: 20px;
  overflow: hidden;
  height: 100%;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  opacity: 0.4;
}
.section.profile .gallery .gallery-cell img {
  display: block;
  height: 100%;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  opacity: 0.4;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.section.profile .gallery .gallery-cell.is-selected {
  /* IE6-9 */
  -webkit-filter: none;
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: none;
  /* Microsoft Edge and Firefox 35+ */
  opacity: 1;
}
.section.profile .gallery .gallery-cell.is-selected img {
  /* IE6-9 */
  -webkit-filter: none;
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: none;
  /* Microsoft Edge and Firefox 35+ */
  opacity: 1;
}
.section.profile .gallery .gallery-cell h2 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.section.profile .gallery .gallery-cell .content {
  font-size: 19px;
  line-height: 23px;
}
.section.contest {
  /*background-image: url("images/home-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
  padding-bottom: 40px;
}
.section.contest.header {
  border-top: #34355a 5px solid;
}
.section.contest .inner {
  background: #fff;
  color: #222;
}
.section.contest .winner {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  color: #fff;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  min-width: 300px;
}
.section.contest .winner .stats-container {
  margin-top: 15px;
  height: 30px;
}
.section.contest .winner .button-text {
  color: #fff;
}
.section.contest .gallery {
  padding: 0px;
}
.section.contest .gallery .gallery-cell {
  overflow: hidden;
  height: 100%;
  width: 100%;
  /*padding-top:20%;
        height:460px;
        .box-size;
        .t-center;
        .t-white;*/
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.section.contest .gallery .gallery-cell img {
  display: block;
  height: 100%;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  opacity: 0.4;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.section.contest .gallery .gallery-cell.is-selected img {
  /* IE6-9 */
  -webkit-filter: none;
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: none;
  /* Microsoft Edge and Firefox 35+ */
  opacity: 1;
}
.section.contest .gallery .gallery-cell h2 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.section.contest .gallery .gallery-cell .content {
  font-size: 19px;
  line-height: 23px;
}
.section ol li {
  list-style-type: decimal;
  margin-left: 50px;
  padding: 3px;
  font-size: 15px !important;
}
.section.unpadded {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sectioned {
  padding-top: 140px;
}
.section-panel {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 100px;
}
.subsection-header.gears-toolbar .button-text {
  color: #34355a;
}
.subsection-header.gears-toolbar h3 {
  font-size: 18px;
  margin: 0px;
  text-align: left;
}
.subsection-header.gears-toolbar h4 {
  font-size: 15px !important;
  margin: 0px;
  color: #222;
  text-align: left;
}
.subsection-footer.gears-toolbar {
  margin-top: 30px;
}
.page.padded {
  padding-left: 80px;
  padding-right: 80px;
}
.page-h {
  padding: 3px 15px ;
}
.page-v {
  padding: 15px 3px;
}
.page-header {
  padding: 25px;
  padding-top: 0px;
}
.page-header h1 {
  font-size: 30px;
  font-weight: lighter;
  text-align: left;
  color: #519fff;
}
.page-header .description {
  padding-left: 2px;
  text-align: left;
  color: #222;
  font-size: 13px !important;
}
p {
  font-weight: lighter;
}
/*.icon{
  width:150px;
  height:150px;
  margin-right: 10px;
  float:left;
  .blue;

  img{
    width:150px;
    height:150px;
  }
}*/
.home-box {
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  font-size: 13px !important;
  line-height: 20px;
  position: relative;
}
.home-box h4 {
  color: #222;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.home-box::after {
  top: 0px;
  left: 0px;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  /*background-image: url("images/check-pointer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}
.main-box .main-text {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
}
.main-box .main-text .content {
  text-align: left;
}
.main-box .main-text h4 {
  color: #222;
  font-size: 44px;
  font-weight: 100;
  text-shadow: none;
}
.main-box .main-text .description {
  color: #222;
  padding: 10px 0px;
  font-size: 18px;
}
.main-box .main-img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}
.myhome-box {
  padding: 30px;
  min-height: 420px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
  font-size: 13px !important;
  line-height: 20px;
  position: relative;
  background: #325d8b;
  color: #fff;
}
.myhome-box h4 {
  color: #fff;
  font-size: 17px;
  text-align: left;
  text-transform: uppercase;
}
.myhome-box::after {
  top: 0px;
  left: 0px;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  /*background-image: url("images/check-pointer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}
.myhome-box:nth-of-type(2) {
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.cat-box {
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
  font-size: 15px !important;
  position: relative;
}
.home-price {
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  color: #222;
}
.products-box {
  /*padding-bottom: 15px;
  margin-bottom: 15px;*/
  top: -170px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
}
.products-box h2 {
  color: #fff;
}
.contact-form textarea {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
}
.contact-form br {
  display: none;
}
.menu-category .button-text {
  font-size: 12px;
}
.dashboard .widget-navigator {
  background: #eaf3ff;
  right: 0px;
  top: 0px;
}
.dashboard .widget {
  float: left;
}
.dashboard .widget .gears-toolbar .title .button-text {
  font-weight: bold;
}
.dashboard .navi-info .stats-session {
  display: table;
  margin: 2px auto;
}
.account-card .avatar-detail {
  position: relative;
  height: 112px;
  margin-top: -15px;
}
.account-card .avatar-detail img {
  width: 90px;
}
.account-card .account-name {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 10px;
  left: 100px;
  padding: 5px;
}
.account-card .label {
  font-size: 22px !important;
  font-weight: bold;
}
.account-card .email {
  font-size: 13px !important;
  margin-bottom: 5px;
}
.account-card .gears-button {
  margin-bottom: 5px;
}
.dashboard-info {
  border-bottom: #f1f1f1 1px solid;
}
.dashboard-info .avatar-detail {
  margin-top: 5px;
}
.dashboard-info .avatar-detail img {
  width: 70px;
}
.dashboard-info .profile-box {
  margin-top: 20px;
}
.dashboard-info .profile-box .name {
  font-size: 22px;
}
.gears-button.favorite.selected .fa-star {
  font-weight: 900;
}
.gears-button.favorite.selected .fa-bookmark {
  font-weight: 900;
}
.gears-button.favorite.selected .button-standard {
  background: rgba(0, 0, 0, 0);
}
.gears-button.like.selected {
  /*.fa.fa-thumbs-o-up:before {
        content: "\f164";
      }*/
}
.gears-button.like.selected .fa-thumbs-up {
  font-weight: 900;
}
.gears-button.like.selected .button-standard {
  background: rgba(0, 0, 0, 0);
}
.gears-button.public.selected .fa.fa-eye-slash:before {
  content: "\f06e";
}
.gears-button.public.selected .button-standard {
  background: rgba(0, 0, 0, 0);
}
.media.gears-list-item {
  background: #fff;
  color: #222;
  border-top: #f1f1f1 1px solid;
  border-bottom: #f1f1f1 1px solid;
  border-left: #f1f1f1 1px solid;
  border-right: #f1f1f1 1px solid;
}
.media.gears-list-item .icon {
  padding: 10px;
}
.media.gears-list-item .filename {
  margin-bottom: 10px;
}
.dropfile label {
  width: 90%;
  border: dashed 2px #ccc;
  display: inline-block;
  vertical-align: text-bottom;
  height: 200px;
  line-height: 200px;
  margin-top: 48px;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  overflow: hidden;
}
.dropfile .wrapper input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transform: translate(250px, -50px) scale(1);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}
.dropfile .wrapper .camera {
  height: 50%;
}
.dropfile .wrapper .gallery {
  top: 50%;
  height: 50%;
}
.dropfile.avatar-preview input {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transform: translate(250px, -50px) scale(1);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}
.media-avatar {
  width: 150px;
  height: 150px;
  overflow: hidden;
  padding: 0px;
  padding-top: 5px;
  background: white;
  background-size: cover;
  border-top: #ccc 2px solid;
  border-bottom: #ccc 2px solid;
  border-left: #ccc 2px solid;
  border-right: #ccc 2px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  float: none !important;
  /*.avatar-preview{
    height: 64px;
    width: 64px;
  }*/
}
.media-avatar a {
  padding: 0px !important;
}
.media-avatar .gears-icon {
  color: #34355a;
}
.media-avatar.preview {
  margin: 10px 10px 0 0;
  position: relative;
}
.media-avatar .minus {
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.media-avatar .minus a {
  width: 100%;
}
.media-avatar .minus .gears-icon {
  color: #fff;
}
.media-avatar .file {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.media-avatar .file .gears-icon {
  padding: 22px 30px;
}
.media-avatar .file a {
  width: 100%;
}
.media-avatar .file .button-text {
  padding: 0px 8px;
  width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  font-size: 10px !important;
}
.bike-avatar,
.transport-avatar {
  border-top: #cacaca 1px solid;
  border-bottom: #cacaca 1px solid;
  border-left: #cacaca 1px solid;
  border-right: #cacaca 1px solid;
  background: #f1f1f1;
  color: #222;
}
.bike-avatar .icon-pre,
.transport-avatar .icon-pre {
  color: #cacaca;
  margin-top: 40px !important;
}
.bike-avatar .button-text,
.transport-avatar .button-text {
  color: #cacaca;
}
.bike-avatar .avatar-preview,
.transport-avatar .avatar-preview {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: contain;
}
.guide-avatar {
  border-top: #cacaca 1px solid;
  border-bottom: #cacaca 1px solid;
  border-left: #cacaca 1px solid;
  border-right: #cacaca 1px solid;
  background: #f1f1f1;
  color: #222;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.guide-avatar .icon-pre {
  color: #cacaca;
  margin-top: 40px !important;
}
.guide-avatar .button-text {
  color: #cacaca;
}
.guide-avatar .avatar-preview {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: contain;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.account-avatar {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 100px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  background-size: cover;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  float: none !important;
}
.account-avatar a {
  padding: 0px !important;
}
.account-avatar .avatar-preview {
  height: 64px;
  width: 64px;
  position: absolute;
  z-index: 2;
}
.account-edit .account-avatar .avatar-preview {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.avatar-preset .label {
  float: left;
}
.avatar-picture .gears-button {
  margin-top: 0px;
}
.avatar-detail {
  margin-top: -70px;
}
.avatar-detail img {
  width: 120px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.avatar-mini {
  margin-top: 10px;
}
.avatar-mini img {
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-top: #fff 3px solid;
  border-bottom: #fff 3px solid;
  border-left: #fff 3px solid;
  border-right: #fff 3px solid;
}
.avatar-micro img {
  width: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
  border-left: #fff 2px solid;
  border-right: #fff 2px solid;
}
.icon-detail {
  margin-top: -25px;
}
.icon-detail .icon {
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 60px;
  color: #222;
  background: #f9f9f9;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.section-preheader .icon-detail {
  margin-top: 16px;
}
.icon-name {
  font-size: 21px;
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: center;
}
.section-header .icon-name {
  text-align: left;
  padding: 10px;
}
.company-avatar {
  width: 100px;
  height: 100px;
  overflow: hidden;
  padding: 0px;
  padding-top: 5px;
  background: white;
  background-size: cover;
  border-top: #ccc 2px solid;
  border-bottom: #ccc 2px solid;
  border-left: #ccc 2px solid;
  border-right: #ccc 2px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  float: none !important;
}
.company-avatar .avatar-preview {
  height: 100px;
  width: 100px;
}
.company-avatar a {
  padding: 0px !important;
}
.disable-mask {
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.avatar-item.avatar-mini img {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  background: #e5e5e5;
}
.avatar-item.avatar-mini .name {
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  text-transform: none;
  padding-left: 6px;
  line-height: 28px;
}
.gallery {
  /* white circles */
  /* fill-in selected dot */
}
.gallery .flickity-page-dots {
  bottom: 22px;
}
.gallery .flickity-page-dots .dot {
  width: 4px;
  height: 4px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
.gallery .flickity-page-dots .dot.is-selected {
  background: #34355a;
}
.gallery .flickity-prev-next-button.previous {
  left: 0px;
  -webkit-border-radius: 0px 30px 30px 0px;
  -moz-border-radius: 0px 30px 30px 0px;
  border-radius: 0px 30px 30px 0px;
}
.flickity-prev-next-button.next {
  right: 0px;
  -webkit-border-radius: 30px 0px 0px 30px;
  -moz-border-radius: 30px 0px 0px 30px;
  border-radius: 30px 0px 0px 30px;
}
.wizard .wizard-steps .docked-left {
  width: 100%;
  display: flex;
}
.wizard .wizard-steps .docked-left .gears-button {
  flex-grow: 1;
  width: 33.3%;
}
.wizard .wizard-steps .docked-left .gears-button .gears-button-inner {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.account-packages .package {
  padding: 15px;
  background: #fff;
  color: #222;
  border-bottom: #222 1px solid;
}
.account-packages .package:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.account-packages .package .title {
  font-size: 22px !important;
  color: #222;
  text-transform: uppercase;
}
.account-packages .package .subtitle {
  font-size: 13px !important;
}
.account-packages .package .status {
  font-size: 10px !important;
  text-align: center;
  background: #e32219;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  padding: 2px;
  width: 120px;
  margin-right: 10px;
}
.account-packages .package .status.active {
  background: #09aa00;
  color: #fff;
}
.account-packages .package .controls {
  padding-top: 5px;
  float: right;
}
.account-packages .package .controls .button-text {
  font-size: 13px !important;
}
.shop-wizard h2 {
  text-align: center;
}
.shop-wizard > .gears-toolbar.main .gears-toolbar-dock {
  margin-top: 0px;
}
.shop-wizard > .gears-toolbar.wizard-steps .gears-toolbar-dock {
  margin-top: 0px;
}
.shop-wizard > .gears-toolbar.wizard-steps .gears-button a {
  border-width: 0px;
}
.shop-wizard > .gears-toolbar.wizard-steps .gears-button a .button-text {
  font-size: 10px !important;
}
.category-inspector {
  min-height: 270px;
  background: #325d8b;
  color: #fff;
  width: 100%;
  float: left;
  position: relative;
}
.category-inspector .arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #325d8b;
  position: absolute;
  top: -15px;
}
.category-inspector .arrow-0 {
  left: 15%;
}
.category-inspector .arrow-1 {
  left: 48%;
}
.category-inspector .arrow-2 {
  left: 81%;
}
.category.gears-list-item {
  margin: 0px !important;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.category.gears-list-item .gears-list-item-inner {
  padding: 15px;
  height: 75px;
  border-top: #f1f1f1 1px solid;
  border-bottom: #f1f1f1 1px solid;
  border-left: #f1f1f1 1px solid;
  border-right: #f1f1f1 1px solid;
  background: #fff;
  color: #222;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.category.gears-list-item .gears-list-item-inner:hover {
  background: #519fff;
  color: #fff;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.category.gears-list-item .gears-list-item-inner:hover .description {
  color: #fff;
}
.category.gears-list-item .title {
  font-size: 15px !important;
  font-weight: bold;
}
.category.gears-list-item .description {
  color: #656565;
  font-size: 13px !important;
}
.category.gears-list-item .image {
  top: 0px;
  left: 0px;
  right: 0px;
  height: 180px;
  background-size: cover !important;
  background-position: center !important;
  background: #f1f1f1;
  color: #222;
  position: absolute;
}
.category.gears-list-item .controls {
  bottom: -2px;
  left: 0px;
  right: 0px;
  padding: 0px;
  text-align: right;
  background: #325d8b;
  color: #fff;
  position: absolute;
}
.category.gears-list-item .controls .gears-button:hover a {
  background: #fff;
  color: #222;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  font-weight: bold;
  color: #d5781e;
}
.category.gears-list-item .controls .gears-button a {
  padding: 15px;
  margin: 0px;
}
.category.gears-list-item .controls .button-text {
  font-size: 10px !important;
}
.tablelist {
  padding: 0 25px;
}
.tablelist:not(.centered) .gears-list-item {
  background: rgba(0, 0, 0, 0);
}
.tablelist .gears-list-item {
  border-top: rgba(0, 0, 0, 0) 1px solid;
  border-bottom: #e5e5e5 1px solid;
}
.tablelist .gears-list-item .item-element {
  border-top: rgba(0, 0, 0, 0) 1px solid;
  border-bottom: #e5e5e5 1px solid;
}
.tablelist .gears-list-item:last-child .item-element {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
}
.tablelist .gears-list-item .ocontrols {
  text-align: right;
  position: relative;
  white-space: nowrap;
}
.tablelist .gears-list-item .ocontrols .gears-button {
  /*&:hover{
          a[command]{
            .white;
            .transition;
            .t-strong;
            .t-orange;
          }
        }*/
}
.tablelist .gears-list-item .ocontrols .gears-button a {
  padding: 5px;
}
.tablelist .gears-list-item .ocontrols .button-text {
  font-size: 10px !important;
}
.blocklist {
  text-align: center;
  padding: 0px 10px;
}
.blocklist.padded {
  padding: 20px 10px;
}
.blocklist .gears-list-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 15px 5px !important;
  width: 180px;
}
.blocklist .gears-list-item.selected {
  background: #519fff;
  color: #fff;
}
.blocklist .gears-list-item:not(.item-noresult) .gears-list-item-inner {
  background: #fff;
  color: #222;
}
.blocklist .gears-list-item:not(.item-noresult) .gears-list-item-inner:hover {
  border-top: #34355a 1px solid;
  border-bottom: #34355a 1px solid;
  border-left: #34355a 1px solid;
  border-right: #34355a 1px solid;
}
.blocklist .gears-list-item .gears-list-item-inner {
  padding: 15px;
  height: 225px;
  overflow: hidden;
  border-top: #f1f1f1 1px solid;
  border-bottom: #f1f1f1 1px solid;
  border-left: #f1f1f1 1px solid;
  border-right: #f1f1f1 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.blocklist .gears-list-item .item-text {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.blocklist .gears-list-item .title {
  font-size: 15px !important;
  font-weight: bold;
}
.blocklist .gears-list-item .subtitle {
  font-size: 15px !important;
}
.blocklist .gears-list-item .image {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
  border-left: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  margin-bottom: 10px;
  padding: 0px;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  height: 70px;
}
.blocklist .gears-list-item .image img {
  height: 70px;
  width: auto;
}
.blocklist .gears-list-item .parentimage {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
  border-left: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  margin-bottom: 10px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  margin-top: -40px;
  height: 35px;
  margin-left: 40px;
}
.blocklist .gears-list-item .parentimage img {
  height: 35px;
  width: auto;
}
.blocklist .gears-list-item .imageicon {
  margin-bottom: 10px;
  padding: 0px;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  height: 70px;
  text-align: center;
  width: 100%;
}
.blocklist .gears-list-item .imageicon .gears-icon {
  width: 70px;
  height: 70px;
  font-size: 70px;
}
.blocklist .gears-list-item .type_label {
  background: #519fff;
  color: #fff;
  font-size: 10px !important;
  margin-top: 10px;
  padding: 1px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.blocklist .gears-list-item .subtype_label {
  font-size: 13px !important;
}
.blocklist .gears-list-item .id_label {
  text-align: center;
  font-size: 10px !important;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  background: #c2c2c2;
  position: absolute;
  height: 15px;
  bottom: 0px;
  left: 10px;
  right: 10px;
}
.blocklist .gears-list-item .controls {
  top: 3px;
  right: 3px;
  padding: 0px;
  height: 34px;
  text-align: center;
  position: absolute;
}
.blocklist .gears-list-item .controls .gears-button {
  /*&:hover{
          a[command]{
            .white;
            .transition;
            .t-strong;
            .t-orange;
          }
        }*/
}
.blocklist .gears-list-item .controls .gears-button a {
  padding: 5px;
  color: #222;
}
.blocklist .gears-list-item .controls .gears-button a .button-text {
  font-size: 10px;
  line-height: 17px;
}
.blocklist .gears-list-item .controls .gears-button a:hover {
  color: #34355a;
}
.blocklist .gears-list-item .controls .button-text {
  font-size: 10px !important;
}
.blocklist .gears-list-item.separator {
  width: 100%;
  height: 50px;
}
.blocklist .gears-list-item.separator .icon {
  float: left;
  margin-top: -6px;
  color: #34355a;
}
.blocklist .gears-list-item.separator .title {
  margin-top: -10px;
  color: #34355a;
  font-size: 13px !important;
}
.blocklist .gears-list-item.separator:not(.item-noresult) .gears-list-item-inner {
  cursor: initial;
  height: 100%;
  border: 0px !important;
  background: #eaf3ff;
}
.rowlist:not(.centered) .gears-list-item {
  background: rgba(0, 0, 0, 0);
}
.rowlist .gears-list-item {
  padding: 0 25px;
  border-bottom: #e5e5e5 1px solid;
}
.rowlist .gears-list-item .item-element {
  padding-left: 0;
  padding-right: 0;
}
.rowlist .gears-list-item .icon {
  margin-top: 5px;
  margin-right: 20px !important;
}
.rowlist .gears-list-item .image {
  margin-right: 20px !important;
}
.rowlist .gears-list-item .title {
  font-size: 15px !important;
  font-weight: bold;
}
.rowlist .gears-list-item:last-of-type {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
}
.rowlist .gears-list-item .head {
  position: absolute;
  left: -5px;
  top: 5px;
  bottom: 10px;
  width: 30px;
  padding-top: 25px;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.rowlist .gears-list-item .head .gears-button {
  margin-left: -5px;
}
.rowlist .gears-list-item .date {
  position: absolute;
  left: -5px;
  top: 5px;
  bottom: 10px;
  width: 42px;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.rowlist .gears-list-item .date .daynumber {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 3px;
  display: block;
}
.rowlist .gears-list-item .date .day {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
}
.rowlist .gears-list-item .date .month {
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  display: block;
}
.rowlist .gears-list-item .type_label {
  background: #519fff;
  color: #fff;
  font-size: 10px !important;
  margin-top: 4px;
  padding: 1px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.rowlist .gears-list-item .actionicon {
  float: right;
  margin-right: 5px;
}
.rowlist .gears-list-item .action {
  position: absolute;
  right: -5px;
  top: 5px;
  bottom: 10px;
  width: 30px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  padding-top: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.rowlist .gears-list-item .action .gears-button {
  margin-left: -5px;
}
.rowlist .gears-list-item .txt {
  font-weight: bold;
  float: right;
  margin-top: 9px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.rowlist .gears-list-item .period {
  display: inline-block;
  font-size: 8px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #519fff;
  color: #fff;
  padding: 1px 5px;
  margin: 7px 10px;
  text-align: center;
}
.rowlist .gears-list-item .kind_label {
  display: inline-block;
  font-size: 8px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 10px;
  margin-top: 3px;
  width: 58px;
  background: #e5e5e5;
  text-align: center;
}
.rowlist .gears-list-item .controls {
  float: right;
}
.rowlist .gears-list-item .controls .button-text {
  letter-spacing: -1px;
  font-size: 10px;
  line-height: 17px;
}
.rowlist .gears-list-item .account_name {
  width: 90px;
  padding-top: 6px;
}
.rowlist .gears-list-item .account_image img {
  width: 36px;
  height: 36px;
  border-top: #f1f1f1 2px solid;
  border-bottom: #f1f1f1 2px solid;
  border-left: #f1f1f1 2px solid;
  border-right: #f1f1f1 2px solid;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.noresult-fit,
.item-noresult {
  width: 100% !important;
  background: none !important;
  text-align: center;
}
.noresult-fit .item-icon,
.item-noresult .item-icon {
  background: none !important;
  border-bottom: 0px !important;
  float: none !important;
  font-size: 48px;
  color: #34355a !important;
  margin: 20px 0px;
}
.noresult-fit .item-background,
.item-noresult .item-background {
  opacity: 0;
}
.noresult-fit .item-image,
.item-noresult .item-image {
  display: none;
}
.noresult-fit .item-background,
.item-noresult .item-background {
  opacity: 0;
}
.noresult-fit .item-element,
.item-noresult .item-element {
  width: 100%;
  max-width: 100% !important;
  border: 0px !important;
  display: block !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.noresult-fit .item-element.item-image,
.item-noresult .item-element.item-image,
.noresult-fit .item-element.head,
.item-noresult .item-element.head,
.noresult-fit .item-element.subtitle,
.item-noresult .item-element.subtitle,
.noresult-fit .item-element.action,
.item-noresult .item-element.action,
.noresult-fit .item-element.controls,
.item-noresult .item-element.controls,
.noresult-fit .item-element.gears-buttonbar,
.item-noresult .item-element.gears-buttonbar,
.noresult-fit .item-element.item-icon:not(.icon),
.item-noresult .item-element.item-icon:not(.icon),
.noresult-fit .item-element.value,
.item-noresult .item-element.value,
.noresult-fit .item-element.unit_name,
.item-noresult .item-element.unit_name,
.noresult-fit .item-element.distance,
.item-noresult .item-element.distance,
.noresult-fit .item-element.duration,
.item-noresult .item-element.duration,
.noresult-fit .item-element.persons,
.item-noresult .item-element.persons,
.noresult-fit .item-element.actions,
.item-noresult .item-element.actions,
.noresult-fit .item-element.type_label,
.item-noresult .item-element.type_label,
.noresult-fit .item-element.subtype_label,
.item-noresult .item-element.subtype_label {
  display: none !important;
}
.noresult-fit.gears-list-item,
.item-noresult.gears-list-item {
  padding: 0px !important;
}
.noresult-fit.gears-list-item::before,
.item-noresult.gears-list-item::before {
  display: none !important;
}
.noresult-fit .gears-list-item-inner:hover,
.item-noresult .gears-list-item-inner:hover {
  background: rgba(0, 0, 0, 0) !important;
}
.noresult-item {
  text-align: center;
}
.noresult-item .gears-button {
  margin-top: 50px;
}
.noresult-item .gears-button .gears-icon {
  padding: 30px;
  color: #868686;
}
.noresult-item .gears-button .button-text {
  color: #868686;
}
.gears-list.padded {
  padding: 30px 0px;
}
.search-main {
  background: #fff;
  color: #222;
}
.search-main input {
  vertical-align: top;
  width: 70%;
  border: 0px;
}
.search-main input:focus {
  box-shadow: none;
  border: none;
}
.search-main .search-word-hint {
  background: #519fff;
  color: #fff;
  margin-top: -4px;
  height: 48px;
  margin-right: 10px;
}
.search-main .search-word-hint .button-text {
  color: #fff;
  font-size: 10px !important;
  line-height: 24px;
  margin-right: -10px;
}
.search-main .search-word-hint:after {
  width: 0px;
  bottom: 0px;
  border-right: #fff 20px solid;
  border-bottom: #34355a 48px solid;
  float: right;
  content: "";
  position: absolute;
  right: -20px;
  top: 0px;
}
.search-box {
  margin: 10px 0;
  background: #fff;
  color: #222;
}
.search-box .box-text {
  border-bottom: none;
}
.search-box h5 {
  white-space: normal;
  color: #34355a;
  font-size: 13px;
}
.search-box .gears-content {
  min-height: 260px;
}
.search-form .advanced-filters > .ae-field > .label {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-weight: bold;
}
.search-form .advanced-filters .field-container {
  float: left;
}
.search-form .advanced-filters .field-container > span {
  display: block;
}
.search-form .advanced-filters .field-container .label {
  display: inline-block;
}
.search-form .advanced-filters-toggle {
  text-align: center;
}
.search-form .advanced-filters-toggle .gears-button {
  float: none;
}
.activity .item-noresult .title {
  color: #fff;
}
.plan-calendar {
  margin-top: 30px;
}
.plan-calendar .fc-expander {
  display: none;
}
.event-valuer {
  padding: 12px;
  margin: 5px 28px;
}
.event-valuer > .gears-icon {
  margin-right: 10px;
}
.event-remover {
  background: #e5e5e5;
  font-size: 10px !important;
  padding: 12px;
  margin: 5px 28px;
}
.fc h2 {
  font-size: 20px;
  padding: 10px 15px;
  font-weight: bold;
}
.fc [class*='col-'] {
  float: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fc .fc-resource-area .fc-cell-text {
  max-width: 165px;
  display: inline-block;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  /*.t-size(12px);
      .t-lh(15px);*/
}
.fc .fc-resource-area .account-avatar {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 0px;
}
.fc .fc-sat,
.fc .fc-sun {
  background: #f1f1f1;
}
.fc .fc-event {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0);
  padding: 3px 3px 3px 10px;
}
.fc .fc-event.event-session {
  background: #519fff;
  color: #fff;
  padding: 3px 3px 3px 3px;
  text-align: center;
  cursor: pointer;
}
.fc .fc-event.event-session.disabled {
  background: #f1f1f1;
  color: #222;
}
.fc .fc-event .fc-title {
  font-size: 10px;
}
.fc .fc-event .event-slot {
  position: absolute;
}
.fc .fc-event .event-slot.event-void {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.fc .fc-event .event-weight {
  color: #fff;
  background: #222;
  font-size: 7px;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  z-index: 3;
  writing-mode: vertical-lr;
  text-align: center;
}
.fc .fc-event.dragger {
  font-size: 10px !important;
  padding-left: 15px !important;
  display: inline-block;
  margin-right: 15px !important;
}
.fc .fc-event.locked {
  background-color: #cacaca !important;
  border-color: #868686 !important;
  color: black !important;
}
.fc .fc-event.blue {
  color: #222;
}
.fc .fc-event.blue .event-slot {
  background-color: #007b9c;
}
.fc .fc-event.green {
  color: #222;
}
.fc .fc-event.green .event-slot {
  background-color: #09aa00;
}
.fc .fc-event.orange {
  color: #222;
}
.fc .fc-event.orange .event-slot {
  background-color: #ffdd00;
}
.fc .fc-event:not(.locked):before {
  display: none;
  content: ' ';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px dashed #ccc;
}
.fc .fc-event:not(.locked):hover:before {
  display: block;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0px;
}
.fc .fc-toolbar .fc-event {
  margin: 10px 0;
  cursor: pointer;
  padding: 6px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.fc .account-days {
  background: #519fff;
  color: #fff;
  font-size: 13px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 1px 8px;
  min-width: 56px;
  text-align: right;
}
.fc .account-days .current {
  font-weight: bold;
}
.fc .account-days .max {
  font-size: 10px !important;
}
.fc .account-days .target {
  font-size: 10px !important;
  color: #34355a;
  background: #fff;
  color: #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 3px;
  margin-left: 5px;
  margin-top: 2px;
  float: right;
  margin-right: -5px;
}
.fc .account-status {
  position: absolute;
  width: 74px;
  bottom: 0px;
  right: 3px;
  height: 8px;
}
.fc .account-status .status {
  opacity: 0.7;
  background: #ccc;
  height: 5px;
  position: absolute;
  bottom: 2px;
  left: 5px;
  right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fc .account-status.event-full .status {
  background: #09aa00;
  color: #fff;
}
.fc .account-status.event-unfill .status {
  background: #ffdd00;
  color: #e32219;
}
.fc .account-status.event-overcharge .status {
  background: #e32219;
  color: #fff;
}
.fc .account-event-status {
  position: absolute;
  height: 5px;
  margin-top: -5px;
  margin-bottom: 0px;
}
.fc .account-event-status .event-slot-status {
  position: absolute;
}
.fc .account-event-status .event-slot-status .status {
  opacity: 0.7;
  background: #ccc;
  height: 5px;
  position: absolute;
  bottom: 2px;
  left: 5px;
  right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fc .account-event-status .event-slot-status.event-slot-void .status {
  background-color: rgba(0, 0, 0, 0);
}
.fc .account-event-status .event-slot-status.event-full .status {
  background: #09aa00;
  color: #fff;
}
.fc .account-event-status .event-slot-status.event-unfill .status {
  background: #ffdd00;
  color: #e32219;
}
.fc .account-event-status .event-slot-status.event-overcharge .status {
  background: #e32219;
  color: #fff;
}
.profile.header {
  border-bottom: #f1f1f1 1px solid;
  border-top: #f1f1f1 1px solid;
}
.profile.header .gears-button .button-text {
  font-size: 12px;
}
.profile-avatar {
  margin-top: 10px;
}
.profile-avatar img {
  width: 90px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-top: #fff 3px solid;
  border-bottom: #fff 3px solid;
  border-left: #fff 3px solid;
  border-right: #fff 3px solid;
  display: block;
  margin: auto;
}
.profile-avatar .button-avatar .button-text {
  font-size: 15px;
  text-transform: none;
}
.profile-avatar .avatar-controls .gears-button {
  margin-top: 10px;
}
.profile-avatar .avatar-controls .gears-button a {
  padding: 5px !important;
}
.profile-avatar .avatar-controls .gears-button .button-text {
  font-size: 8px;
}
.profile-box {
  text-align: center;
}
.profile-box .name {
  font-size: 27px;
}
.profile-box .slogan {
  padding: 10px;
  color: #656565;
  font-size: 13px !important;
}
.profile-box .category_label {
  background: #519fff;
  color: #fff;
  font-size: 10px !important;
  margin-bottom: 10px;
  padding: 1px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.profile-controls {
  overflow: visible;
}
.profile-controls .docked-left,
.profile-controls .docked-right {
  padding-top: 9px;
}
.profile-gallery {
  background: #f1f1f1;
  color: #222;
  height: -webkit-calc(65vh);
  height: -moz-calc(65vh);
  height: calc(65vh);
  max-height: 130px;
}
.profile-gallery-selector {
  height: 200px;
  width: 35%;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.profile-gallery-selector .profile-photos {
  padding: 0px;
  padding-top: 10px;
}
.profile-gallery-selector .profile-photos .gears-list-item {
  margin: 0px;
  text-align: center;
}
.profile-gallery-selector .profile-photos .gears-list-item .gears-list-item-inner {
  background: #eaeaea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0px 10px;
  padding: 0px;
}
.profile-gallery-selector .profile-photos .gears-list-item .gears-list-item-inner .image {
  display: inline-block;
  height: 180px;
  width: 100%;
  margin: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.profile-gallery-selector .profile-photos .gears-list-item .icon {
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
.profile-gallery-selector .profile-photos .gears-list-item .controls {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.profile-gallery-selector .profile-photos .gears-list-item .controls a .gears-icon {
  color: #fff;
}
.profile-gallery-selector:hover {
  opacity: 1;
}
.comments .comment {
  font-size: 12px;
  margin: 8px 5px !important;
  letter-spacing: -0.5px;
}
.comments .comment .gears-list-item-inner {
  padding: 0px;
}
.comments .comment .gears-list-item-inner .item-element {
  padding: 0px;
}
.comments .comment .gears-list-item-inner .profile_name {
  font-weight: bold;
  padding-left: 30px;
}
.comments .comment .gears-list-item-inner .message {
  padding-left: 30px;
}
.comments .comment .gears-list-item-inner .date {
  font-size: 10px !important;
  color: #868686;
  float: right;
}
.comment-avatar img {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  background: #e5e5e5;
}
.gallery-selector .gears-panel {
  background: #fff;
  color: #222;
}
.gallery-selector .docked-left {
  width: 100%;
  height: 100%;
}
.gallery-selector .form {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  left: 40px;
}
.gallery-selector .form input {
  margin-top: 2px;
  background: transparent;
  border-top: rgba(0, 0, 0, 0) 0px solid;
  border-bottom: rgba(0, 0, 0, 0) 0px solid;
  border-left: rgba(0, 0, 0, 0) 0px solid;
  border-right: rgba(0, 0, 0, 0) 0px solid;
  outline: none;
  box-shadow: none;
  font-size: 13px !important;
}
.gallery-selector .private-toggle a .button-text {
  font-size: 10px !important;
  color: #cacaca;
}
.gallery-selector .private-toggle.selected a .button-text,
.gallery-selector .private-toggle:hover a .button-text {
  color: #34355a;
}
.gallery-selector .gears-list-item .status {
  margin-top: 3px;
  float: right;
  font-size: 10px !important;
  background: #519fff;
  color: #fff;
}
.gallery-selector .gears-list-item:not(:last-of-type) {
  border-bottom: #222 1px solid;
}
.gallery-selector .gears-list-item.unchecked .item-element.icon {
  color: #cacaca;
}
.galleries .gears-list-item {
  height: 290px;
  border-top: #f1f1f1 1px solid;
  border-bottom: #f1f1f1 1px solid;
  border-left: #f1f1f1 1px solid;
  border-right: #f1f1f1 1px solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  color: #222;
  overflow: hidden;
}
.galleries .gears-list-item.item-noresult {
  border: none !important;
}
.galleries .gears-list-item.item-noresult .image {
  display: none !important;
}
.galleries .gears-list-item .gears-list-item-inner {
  padding: 0px;
}
.galleries .gears-list-item .image {
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.galleries .gears-list-item .title {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  padding: 15px 10px;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.galleries .gears-list-item .status {
  display: inline-block;
  font-size: 10px !important;
  background: #519fff;
  color: #fff;
}
.galleries .gears-list-item:hover .title {
  color: #34355a;
}
.activity {
  padding-top: 30px;
}
.activity .company.gears-list-item {
  margin-left: 0px;
  margin-right: 0px;
}
.activity .company.gears-list-item .title {
  margin-top: 10px;
  margin-left: 5px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  font-size: 15px !important;
}
.companies .company.gears-list-item {
  margin: 0px !important;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.companies .company.gears-list-item .gears-list-item-inner {
  padding: 15px;
  height: 330px;
  overflow: hidden;
  border-top: #f1f1f1 1px solid;
  border-bottom: #f1f1f1 1px solid;
  border-left: #f1f1f1 1px solid;
  border-right: #f1f1f1 1px solid;
  background: #fff;
  color: #222;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.companies .company.gears-list-item .gears-list-item-inner:hover .controls {
  bottom: 0px;
}
.companies .company.gears-list-item .gears-list-item-inner:hover .description {
  background: rgba(52, 53, 90, 0.9);
  color: #fff;
  bottom: 56px;
}
.companies .company.gears-list-item .title {
  margin-top: 225px;
  font-size: 15px !important;
  font-weight: bold;
}
.companies .company.gears-list-item .image {
  top: 0px;
  left: 0px;
  right: 0px;
  height: 220px;
  background-size: cover !important;
  background-position: center !important;
  background: #f1f1f1;
  color: #222;
  position: absolute;
}
.companies .company.gears-list-item .controls {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  bottom: -70px;
  left: 0px;
  right: 0px;
  padding: 0px;
  height: 44px;
  text-align: right;
  background: #325d8b;
  color: #fff;
  position: absolute;
}
.companies .company.gears-list-item .controls .gears-button:hover a[command] {
  background: #fff;
  color: #222;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  font-weight: bold;
  color: #d5781e;
}
.companies .company.gears-list-item .controls .gears-button a {
  padding: 15px;
  margin: 0px;
  height: 44px;
}
.companies .company.gears-list-item .controls .button-text {
  font-size: 10px !important;
}
.companies .company.item-noresult .gears-list-item-inner {
  border-top: rgba(0, 0, 0, 0) 1px solid;
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  border-left: rgba(0, 0, 0, 0) 1px solid;
  border-right: rgba(0, 0, 0, 0) 1px solid;
}
.companies .company.item-noresult .gears-list-item-inner .title {
  margin-top: 0px;
}
.companies .company.item-noresult .gears-list-item-inner .image,
.companies .company.item-noresult .gears-list-item-inner .controls {
  display: none !important;
}
.companies .company.item-noresult .gears-list-item-inner:hover {
  background: #fff;
  color: #222;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.companies .company.item-noresult .gears-list-item-inner:hover .description {
  color: #222;
}
.company-detail .company-image .imager {
  padding: 30px 0px;
  width: 100%;
}
.company-detail .company-image .imager .image {
  width: 100%;
  height: auto;
  border-top: #f1f1f1 2px solid;
  border-bottom: #f1f1f1 2px solid;
  border-left: #f1f1f1 2px solid;
  border-right: #f1f1f1 2px solid;
}
.company-detail .company-image .imager .thumbs {
  padding: 15px 0px;
}
.company-detail .company-image .imager .thumbs a {
  margin-right: 15px;
  margin-bottom: 20px;
  cursor: pointer;
}
.company-detail .company-image .imager .thumbs .thumb {
  width: 55px;
  height: auto;
  border-top: #f1f1f1 2px solid;
  border-bottom: #f1f1f1 2px solid;
  border-left: #f1f1f1 2px solid;
  border-right: #f1f1f1 2px solid;
}
.company-detail .company-info .category {
  padding-bottom: 25px;
}
.company-detail .company-info .category a {
  padding: 0px;
}
.company-detail .company-info .category .button-text {
  font-size: 13px !important;
  color: #34355a;
}
.company-detail .company-info .page {
  padding: 30px;
}
.company-detail .company-info h3 {
  font-size: 15px;
  font-weight: bold;
  color: #222;
}
.company-detail .company-info .specs {
  padding: 30px 0px;
  margin-bottom: 30px;
}
.company-detail .company-info .specs li {
  padding-right: 15px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.company-detail .company-info .specs li span {
  margin-right: 10px;
  font-weight: bold;
}
.company-detail .company-controls .docked-left {
  padding-left: 28px;
}
.company-detail .product-video .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.company-detail .product-video .youtubevideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offers {
  padding: 30px 0px;
}
.offer {
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  position: relative;
  background: #fff;
  color: #222;
}
.offer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.offer.promo {
  border-bottom: #ccc 1px solid;
}
.offer .detail {
  padding: 10px 15px;
  position: relative;
  width: 100%;
}
.offer .title {
  font-weight: bold;
}
.offer .description {
  font-size: 13px !important;
}
.offer .addon {
  padding-top: 0px;
}
.offer .subtotal {
  padding-top: 0px;
}
.offer .subcost {
  float: right;
  margin-right: 140px;
  font-weight: bold;
}
.offer .subcost .decimal {
  font-size: 10px !important;
}
.offer.total {
  background: #e5e5e5;
  border-bottom: #ccc 1px solid;
}
.offer.total .value {
  font-weight: bold;
}
.offer.payment {
  border-bottom: #ccc 1px solid;
}
.offer.payment .label {
  margin-top: 8px;
}
.offer.payment .controls {
  margin-top: 0px;
  border-top: #ccc 0px solid;
  border-bottom: #ccc 0px solid;
  border-left: #ccc 0px solid;
  border-right: #ccc 0px solid;
}
.offer.resume .value {
  right: 20px;
  top: 10px;
}
.offer.resumedetail .value {
  right: 20px;
}
.offer > span {
  padding: 10px;
  display: inline-block;
}
.offer input {
  width: 50px;
  vertical-align: top;
}
.offer input[type="text"] {
  border: none;
  margin-top: 5px;
  text-align: center;
}
.offer .value {
  right: 130px;
  top: 20px;
  text-align: right;
  font-weight: bold;
  position: absolute;
}
.offer .controls {
  margin-top: 8px;
  margin-right: 8px;
  margin-left: 8px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
}
.offer .controls.priced {
  margin-top: -41px;
}
.offer .controls .minus {
  background: #cacaca;
  color: #222;
}
.offer .controls .plus {
  background: #cacaca;
  color: #222;
}
.delivery .controls {
  border-top: none;
  margin-top: -38px;
  z-index: 10;
  margin-right: 30px;
  position: relative;
}
.delivery input[type="radio"] {
  border: none;
}
.delivery input[type="radio"]:checked + span.gears-icon:before {
  content: "\e387";
}
.delivery input[type="radio"] + span.gears-icon:before {
  content: " ";
}
.delivery .gears-icon {
  cursor: pointer;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 32px;
  border: solid 1px #ccc;
}
.delivery label {
  cursor: pointer;
}
.payment .controls {
  z-index: 10;
  position: relative;
}
.payment select {
  border-top: #fff 0px solid;
  border-bottom: #fff 0px solid;
  border-left: #fff 0px solid;
  border-right: #fff 0px solid;
}
.note .detail {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.note input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: -5px !important;
  margin: -5px 0;
  width: 100%;
}
.place .gears-icon {
  float: left;
  padding-top: 4px;
  margin-right: 5px;
}
.place .detail {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
}
.place .controls {
  border-top: none;
  margin-top: -36px;
  margin-right: 3px;
  z-index: 10;
  position: relative;
}
.place input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: -33px !important;
  margin: -5px 0;
  width: 100%;
  background: transparent;
  text-align: right !important;
  padding-right: 15px;
  position: relative;
  z-index: 11;
}
.accounts.tablelist .account.gears-list-item {
  border-top: rgba(0, 0, 0, 0) 1px solid;
  border-bottom: #e5e5e5 1px solid;
}
.accounts.tablelist .account.gears-list-item .item-element {
  border-top: rgba(0, 0, 0, 0) 1px solid;
  border-bottom: #e5e5e5 1px solid;
}
.accounts.tablelist .account.gears-list-item:last-child .item-element {
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
}
.accounts.tablelist .account .image {
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-top: #fff 0px solid;
  border-bottom: #fff 0px solid;
  border-left: #fff 0px solid;
  border-right: #fff 0px solid;
}
.accounts.tablelist .account .image img {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
  border-left: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.accounts.tablelist .account .unit_name {
  background: none;
  font-size: 13px !important;
  color: #222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.account {
  /*margin-top:10px;
  margin-bottom:20px;
  .rel;
  .white;
  .border(@grey2);

  &>span{
    padding:10px;
    display:inline-block;
  }


  .value{
    right: 120px;
    top: 10px;
    text-align: right;
    font-weight:bold;
    .abs;
  }

  .controls{

  }*/
}
.account.gears-list-item {
  margin: 0px !important;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.account.gears-list-item .gears-list-item-inner {
  padding: 15px;
  height: 250px;
  overflow: hidden;
  border-top: #f1f1f1 1px solid;
  border-bottom: #f1f1f1 1px solid;
  border-left: #f1f1f1 1px solid;
  border-right: #f1f1f1 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.account.gears-list-item:not(.item-noresult) .gears-list-item-inner {
  background: #fff;
  color: #222;
}
.account.gears-list-item:not(.item-noresult) .gears-list-item-inner:hover {
  border-top: #34355a 1px solid;
  border-bottom: #34355a 1px solid;
  border-left: #34355a 1px solid;
  border-right: #34355a 1px solid;
}
.account.gears-list-item .title {
  font-size: 15px !important;
  font-weight: bold;
}
.account.gears-list-item .unit_name {
  background: #519fff;
  color: #fff;
  font-size: 10px !important;
  padding: 1px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.account.gears-list-item .image {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
  border-left: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  margin-bottom: 10px;
  padding: 0px;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.account.gears-list-item .image2 {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 160px;
  margin: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.account.item-noresult .gears-list-item-inner {
  border-top: rgba(0, 0, 0, 0) 1px solid;
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  border-left: rgba(0, 0, 0, 0) 1px solid;
  border-right: rgba(0, 0, 0, 0) 1px solid;
}
.account.item-noresult .gears-list-item-inner .title {
  margin-top: 0px;
}
.account.item-noresult .gears-list-item-inner .image,
.account.item-noresult .gears-list-item-inner .controls {
  display: none;
}
.account.item-noresult .gears-list-item-inner:hover {
  background: #fff;
  color: #222;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.account.item-noresult .gears-list-item-inner:hover .description {
  color: #222;
}
.gears-list:not(.centered) .gears-list-item.msgconversation.selected {
  background: #f7f7f7;
}
.msg-product-button a {
  padding: 0px !important;
}
.msg-avatar {
  display: inline-block;
  min-width: 300px;
}
.msg-avatar img {
  border-top: #ccc 2px solid;
  border-bottom: #ccc 2px solid;
  border-left: #ccc 2px solid;
  border-right: #ccc 2px solid;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  margin-right: 20px;
  margin-bottom: 5px;
  padding: 0px;
  overflow: hidden;
  width: 70px;
  margin-top: 10px;
  float: left;
  margin-left: 20px;
}
.msg-avatar.product img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.msg-avatar .label {
  white-space: nowrap;
  padding-top: 25px;
  font-size: 15px !important;
  color: #222;
  text-align: left;
}
.msg-avatar .sublabel {
  font-size: 13px !important;
  color: #34355a;
  text-align: left;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.activity {
  overflow: hidden;
}
.activity .msgconversation.gears-list-item {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.news-stream {
  cursor: pointer;
  position: relative;
}
.news-stream .stream-content {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 10px 15px;
  border-bottom: #222 1px solid;
}
.news-stream .favorite {
  position: relative;
  z-index: 2;
  float: right;
}
.news-stream .favorite .gears-icon {
  font-size: 20px;
}
.news-stream .title {
  font-weight: bold;
  font-size: 18px;
}
.news-stream .fulldescr {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f1f1f1;
  color: #222;
  padding: 15px;
  margin: 15px 0px;
  font-size: 15px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.news-stream .date {
  font-size: 13px !important;
}
.news-stream .stream-type {
  background: #d5781e;
  color: #fff;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.news-stream .stream-image {
  width: 100%;
  margin: 10px 0px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.news-stream .read-more {
  margin: auto;
  width: 30%;
  background: #519fff;
  color: #fff;
  font-size: 13px !important;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.news-stream:hover .action,
.news-stream.hovered .action {
  opacity: 1;
}
.news-stream .action {
  opacity: 0;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.news-stream .action a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
}
.news-stream .action a .gears-icon {
  position: relative;
  top: 50%;
  margin-top: -16px;
}
.news-stream .action a .button-text {
  top: 50%;
  position: relative;
  margin-top: 16px;
}
.news-stream .status-label {
  position: absolute;
  top: 3px;
  left: -11px;
  padding: 2px;
  width: 150px;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: 60px 70px;
  font-size: 8px;
  background: #fff;
  color: #222;
  font-weight: bold;
}
.news-stream .rank-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 20px;
  left: 17px;
  z-index: 5;
}
.home-controls {
  width: 100%;
  margin: auto;
  max-width: 400px;
}
.home-controls .gears-button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #eaeaea;
}
/**
 *   Custom
 */
input,
select,
textarea,
.ms-ctn {
  padding: 6px 12px !important;
  border-top: rgba(0, 0, 0, 0) 1px solid;
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  border-left: rgba(0, 0, 0, 0) 1px solid;
  border-right: rgba(0, 0, 0, 0) 1px solid;
  font-size: 15px;
  color: #222;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input:focus,
select:focus,
textarea:focus,
.ms-ctn:focus {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  outline: 0;
}
input,
select {
  border-top: #cacaca 1px solid;
  border-bottom: #cacaca 1px solid;
  border-left: #cacaca 1px solid;
  border-right: #cacaca 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
input.t-green,
select.t-green {
  color: #09aa00 !important;
}
input.t-red,
select.t-red {
  color: #e32219 !important;
}
.form-white .box-text {
  color: #fff;
}
.form-white .ae-field.field-error input,
.form-white .ae-field.field-error select {
  border-bottom-color: #fff;
}
.form-white .ae-field.field-error:after {
  content: "✘";
  font-size: 16px !important;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 13px;
  right: 0px;
  color: #fff;
  font-size: 7px;
  height: 7px;
  width: 7px;
  border-radius: 3px;
}
.form-white .ae-field.field-ok input,
.form-white .ae-field.field-ok select {
  border-bottom-color: #fff;
}
.form-white .ae-field.field-ok:after {
  content: "✔";
  font-size: 16px !important;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 13px;
  right: 0px;
  color: #fff;
  font-size: 7px;
  height: 7px;
  width: 7px;
  border-radius: 3px;
}
.form-white input,
.form-white select {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #fff !important;
  font-style: italic;
  border-bottom: #fff 1px solid;
  text-align: center;
}
.form-white input::placeholder,
.form-white select::placeholder {
  color: #fff;
}
.form-white input.t-green,
.form-white select.t-green {
  color: #09aa00 !important;
}
.form-white input.t-red,
.form-white select.t-red {
  color: #e32219 !important;
}
.form-white .combo .field-container:before {
  color: #fff !important;
}
.form-white select {
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}
.form-white select option {
  color: #000 !important;
}
.form-white input:-webkit-autofill,
.form-white input:-webkit-autofill:hover,
.form-white input:-webkit-autofill:focus textarea:-webkit-autofill,
.form-white textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.form-white select:-webkit-autofill,
.form-white select:-webkit-autofill:hover,
.form-white select:-webkit-autofill:focus {
  background-color: rgba(255, 255, 255, 0.5) !important;
  transition: background-color 5000s ease-in-out 0s;
}
.module-title .field-container {
  margin-bottom: -3px !important;
  width: 100%;
}
.module-title input {
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  border-bottom: 0px !important;
}
.module-title textarea {
  resize: none;
}
.module-icon {
  float: right !important;
  margin-top: -30px;
  margin-right: 6px;
}
.form-black input,
.form-black select {
  background-color: rgba(0, 0, 0, 0);
  color: #222;
  font-style: italic;
  border-bottom: #000 1px solid;
}
.form-black input::placeholder,
.form-black select::placeholder {
  color: #222;
}
.form-black .radio,
.form-black .checkbox {
  width: 100%;
  text-align: center;
}
.form-black .textarea {
  width: 100%;
}
.form-black textarea {
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
}
.form-black input:-webkit-autofill,
.form-black input:-webkit-autofill:hover,
.form-black input:-webkit-autofill:focus textarea:-webkit-autofill,
.form-black textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.form-black select:-webkit-autofill,
.form-black select:-webkit-autofill:hover,
.form-black select:-webkit-autofill:focus {
  background-color: rgba(255, 255, 255, 0.5) !important;
  transition: background-color 5000s ease-in-out 0s;
}
.form-black .compact-mode .label {
  position: absolute;
  top: 11px;
  left: 11px;
  font-style: italic;
}
.form-black .compact-mode input,
.form-black .compact-mode select {
  text-align: right;
}
.form-blackblue input,
.form-blackblue select {
  background-color: rgba(0, 0, 0, 0);
  color: #222;
  font-style: italic;
  border-bottom: #34355a 1px solid;
  text-align: center;
}
.form-blackblue input::placeholder,
.form-blackblue select::placeholder {
  color: #222;
}
.form-blackblue .gears-readonly {
  background: rgba(0, 0, 0, 0) !important;
}
.form-blackblue .gears-readonly input {
  background: rgba(0, 0, 0, 0) !important;
  border-bottom: #34355a 1px solid !important;
}
.form-blackblue select {
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}
.form-blackblue textarea {
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
}
.form-blackblue input:-webkit-autofill,
.form-blackblue input:-webkit-autofill:hover,
.form-blackblue input:-webkit-autofill:focus textarea:-webkit-autofill,
.form-blackblue textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.form-blackblue select:-webkit-autofill,
.form-blackblue select:-webkit-autofill:hover,
.form-blackblue select:-webkit-autofill:focus {
  background-color: rgba(255, 255, 255, 0.5) !important;
  transition: background-color 5000s ease-in-out 0s;
}
.form-blackblue .compact-mode .label {
  position: absolute;
  top: 11px;
  left: 11px;
  font-style: italic;
}
.form-blackblue .compact-mode input,
.form-blackblue .compact-mode select {
  text-align: right;
}
input,
select {
  padding: 4px;
  height: 36px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
button {
  border: none;
  background: none;
}
fieldset .box-text {
  padding: 10px 15px;
  padding-left: 0px;
  margin-top: 10px;
}
.ae-label {
  padding: 1px;
}
.ae-field {
  position: relative;
}
.ae-field.c10 {
  width: 10%;
}
.ae-field.c20 {
  width: 20%;
}
.ae-field.c25 {
  width: 25%;
}
.ae-field.c30 {
  width: 30%;
}
.ae-field.c40 {
  width: 40%;
}
.ae-field.c50 {
  width: 50%;
}
.ae-field.c33 {
  width: 33.33%;
}
.ae-field.c66 {
  width: 66.66%;
}
.ae-field .field-container {
  border: 0px;
  text-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 3px 3px 0px 3px;
}
.ae-field .field-container .gears-icon.ae-close-button-4:before {
  color: #fff;
}
.ae-field.text .field-container.gears-readonly,
.ae-field.text .field-container.gears-readonly > input {
  background: #e5e5e5;
  border: none;
}
.ae-field.text .field-container.gears-readonly {
  font-weight: bold;
}
.ae-field.textarea .field-container.gears-readonly,
.ae-field.textarea .field-container.gears-readonly > textarea {
  background: none !important;
  border: none;
}
.ae-field.combo {
  position: relative;
}
.ae-field.combo .field-container {
  /*&:before{
        font-family: "aeicons-huge1";
        content:"\e597";
        right:5px;
        bottom:8px;
        .t-black;
        .abs;
      }*/
}
.ae-field.combo .field-container.gears-readonly,
.ae-field.combo .field-container.gears-readonly > select {
  background: none !important;
  border: none;
}
.ae-field.combo .field-container select {
  background: #fff;
  color: #222;
  -webkit-appearance: none;
}
.ae-field.radio .field-container {
  white-space: normal;
}
.ae-field.radio label {
  cursor: pointer;
  white-space: nowrap;
}
.ae-field.radio input[type="radio"]:checked + span.gears-icon:before {
  content: " ";
  background: #519fff;
  color: #fff;
}
.ae-field.radio input[type="radio"]:checked + span.gears-icon:before .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.ae-field.radio input[type="radio"] + span.gears-icon:before {
  content: " ";
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ae-field.radio .ae-checkbox {
  border-top: #c2c2c2 1px solid;
  border-bottom: #c2c2c2 1px solid;
  border-left: #c2c2c2 1px solid;
  border-right: #c2c2c2 1px solid;
  padding: 4px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ae-field.checkbox input[type="checkbox"]:checked + span.gears-icon:before {
  content: "\e387";
}
.ae-field.checkbox input[type="checkbox"] + span.gears-icon:before {
  content: " ";
}
.ae-field.checkbox .label {
  padding-left: 0px;
}
.ae-field.checkbox label {
  cursor: pointer;
}
.ae-field.checkbox .gears-icon {
  color: #34355a;
}
.ae-field.checkbox.field-ok::after,
.ae-field.checkbox.field-error::after {
  bottom: 5px;
}
.ae-field .ae-checkbox {
  border-top: #c2c2c2 1px solid;
  border-bottom: #c2c2c2 1px solid;
  border-left: #c2c2c2 1px solid;
  border-right: #c2c2c2 1px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0px;
  margin-right: 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.ae-field.date .ui-datepicker-trigger {
  display: none;
}
.blue .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.form-section,
.box-text {
  margin-bottom: 10px;
  padding-right: 20px;
  color: #222;
  width: 100%;
  padding-bottom: 5px;
}
.form-section .gears-icon,
.box-text .gears-icon {
  vertical-align: middle;
}
.form-section-white {
  margin-bottom: 10px;
  padding-right: 20px;
  color: #fff;
  width: 100%;
}
.formset {
  padding-right: 20px;
  position: relative;
}
.formset.col-1,
.formset.col-1-1,
.formset.t-fit {
  padding-right: 0px;
}
.formset .ae-field {
  padding-right: 0px;
}
.formset .ae-field.c10 {
  width: 10%;
}
.formset .ae-field.c20 {
  width: 20%;
}
.formset .ae-field.c25 {
  width: 25%;
}
.formset .ae-field.c30 {
  width: 30%;
}
.formset .ae-field.c40 {
  width: 40%;
}
.formset .ae-field.c50 {
  width: 50%;
}
.formset .ae-field.c33 {
  width: 33.33%;
}
.formset .ae-field.c66 {
  width: 66.66%;
}
.formset .field-container {
  margin-bottom: 20px;
  padding-right: 0px;
}
.formset .field-error:after,
.formset .field-ok:after {
  bottom: 32px;
}
.fields-1-2 .ae-field {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fields-1-2 .ae-field.combo:after {
  right: 25px;
  z-index: 350;
}
.fields-1-2 .ae-field.field-ok:after {
  right: 25px;
  z-index: 350;
}
.fields-1-2 .ae-field.field-error:after {
  right: 25px;
  z-index: 350;
}
.ae-fieldset {
  box-shadow: 0px 0px 3px 1px #ccc;
}
.ui-state-highlight {
  background: #d5781e !important;
}
.ui-state-active {
  background: #34355a !important;
}
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background: red;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 12px !important;
  font-weight: 100;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-spacing: 0px;
}
.ui-datepicker-header {
  background: url('images/dark_leather.png') repeat 0 0 #000;
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px #fafafa;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-title select {
  height: 30px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('images/arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(top, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fb7d2f;
  background: -moz-linear-gradient(top, #fb7d2f 0%, #f79257 50%, #fa5d08 51%, #f76211 71%, #f2601c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fb7d2f), color-stop(50%, #f79257), color-stop(51%, #fa5d08), color-stop(71%, #f76211), color-stop(100%, #f2601c));
  background: -webkit-linear-gradient(top, #fb7d2f 0%, #f79257 50%, #fa5d08 51%, #f76211 71%, #f2601c 100%);
  background: -o-linear-gradient(top, #fb7d2f 0%, #f79257 50%, #fa5d08 51%, #f76211 71%, #f2601c 100%);
  background: -ms-linear-gradient(top, #fb7d2f 0%, #f79257 50%, #fa5d08 51%, #f76211 71%, #f2601c 100%);
  background: linear-gradient(to bottom, #fb7d2f 0%, #f79257 50%, #fa5d08 51%, #f76211 71%, #f2601c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb7d2f', endColorstr='#f2601c', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: white;
  /*filter:dropshadow(color=#4d7a85, offx=0, offy=1);*/
  border: 1px solid #C98235;
  position: relative;
  margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
/**
 *  Autosuggest
 */
.ms-ctn .ms-sel-item {
  background: url(images/progress_overlay.png), rgba(42, 139, 187, 0.7) !important;
  color: #FFF !important;
  float: left;
  font-size: 16px !important;
  padding: 5px !important;
  border-radius: 0px !important;
  border: 0px !important;
  margin: 1px 5px 1px 0;
}
.ms-res-ctn .ms-res-item-active {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #FFF !important;
}
.ms-ctn .ms-trigger {
  background: #222 !important;
  border-left: 1px solid #444 !important;
}
.ms-res-ctn .ms-res-item {
  color: #fff !important;
  font-weight: 100;
  border-bottom: solid 1px #333;
}
.field-icon {
  position: absolute;
  bottom: 13px;
  right: 0px;
  color: #fff;
  font-size: 7px;
  height: 7px;
  width: 7px;
  border-radius: 3px;
}
.field-error input,
.field-error select {
  border-bottom-color: #e32219;
}
.field-error:after {
  content: " ";
  background: #e32219;
  position: absolute;
  bottom: 13px;
  right: 0px;
  color: #fff;
  font-size: 7px;
  height: 7px;
  width: 7px;
  border-radius: 3px;
}
.field-ok input,
.field-ok select {
  border-bottom-color: #09aa00;
}
.field-ok:after {
  content: " ";
  background: #09aa00;
  position: absolute;
  bottom: 13px;
  right: 0px;
  color: #fff;
  font-size: 7px;
  height: 7px;
  width: 7px;
  border-radius: 3px;
}
.fieldset {
  padding: 10px 0 10px 0;
}
.fieldset .ae-field,
.fieldset .field-container,
.fieldset input,
.fieldset select {
  width: 100%;
}
.fieldset input,
.fieldset select {
  padding: 10px;
}
.fieldset > label {
  text-transform: uppercase;
  font-size: 13px !important;
  color: #34355a;
}
.fieldset .ae-field {
  position: relative;
}
.fieldset.datepicker .ae-field:after {
  content: "\e3de";
  position: absolute;
  bottom: 13px;
  right: 0px;
  color: #fff;
  font-size: 7px;
  height: 7px;
  width: 7px;
  border-radius: 3px;
}
.fieldset.datepicker .valid {
  background: #ffdd00;
}
.fieldset.datepicker .valid.checked {
  background: #A2C594 !important;
  color: white !important;
}
.fieldset.datepicker .invalid {
  text-decoration: line-through;
}
.fieldset.datepicker .week-name,
.fieldset.datepicker .caption {
  color: #222;
}
.fieldset.datepicker .real-today {
  border-bottom: #222 3px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fieldset.timecombo .ae-field:after {
  content: "\e3df";
  position: absolute;
  bottom: 13px;
  right: 0px;
  color: #fff;
  font-size: 7px;
  height: 7px;
  width: 7px;
  border-radius: 3px;
}
.hasDatepicker {
  position: relative;
  z-index: 200;
}
.brfix form > br {
  display: none;
}
fieldset.brfix + br {
  display: none;
}
[class*='col-'] {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.col-x {
  width: 100%;
}
.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.3%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
.c10 {
  width: 10%;
}
.c20 {
  width: 20%;
}
.c25 {
  width: 25%;
}
.c30 {
  width: 30%;
}
.c33 {
  width: 33.3%;
}
.c40 {
  width: 40%;
}
.c50 {
  width: 50%;
}
.c60 {
  width: 60%;
}
.c66 {
  width: 66.6%;
}
.c70 {
  width: 70%;
}
.c80 {
  width: 80%;
}
.col10 {
  width: 10%;
  float: left;
}
.col20 {
  width: 20%;
  float: left;
}
.col25 {
  width: 25%;
  float: left;
}
.col30 {
  width: 30%;
  float: left;
}
.col33 {
  width: 33.3%;
  float: left;
}
.col40 {
  width: 40%;
  float: left;
}
.col50 {
  width: 50%;
  float: left;
}
.col60 {
  width: 60%;
  float: left;
}
.col66 {
  width: 66.6%;
  float: left;
}
.col70 {
  width: 70%;
  float: left;
}
.col80 {
  width: 80%;
  float: left;
}
.row-s {
  height: 100px;
}
.row-s > .gears-panel {
  height: 100%;
}
.row-m {
  height: 240px;
}
.row-m > .gears-panel {
  height: 100%;
}
.cell-middle {
  display: table-cell;
  float: none !important;
  vertical-align: middle;
}
@media only screen and (max-width: 899px) {
  [class*='col-'] {
    width: 100%;
    float: none;
  }
  .cell-middle {
    display: block;
  }
  .row-s {
    height: auto;
  }
  .row-s > .gears-panel {
    height: auto;
  }
  .row-m {
    height: auto;
  }
  .row-m > .gears-panel {
    height: auto;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1299px) {
  .col-1-2 {
    width: 50%;
  }
  .col-1-5 {
    width: 50%;
  }
  .col-1-3 {
    width: 50%;
  }
  .col-1-4 {
    width: 50%;
  }
  .col-1-5 {
    width: 50%;
  }
  .col-2-3,
  .col-8-12 {
    width: 50%;
  }
  .col-1-1 {
    width: 100%;
  }
  .col-4-5 {
    width: 80%;
  }
  .col-2-3,
  .col-8-12 {
    width: 66.66%;
  }
  .col-1-7 {
    width: 14.28%;
  }
  .col-1-8 {
    width: 12.5%;
  }
  .col-1-9 {
    width: 11.1%;
  }
  .col-1-10 {
    width: 10%;
  }
  .col-1-11 {
    width: 9.09%;
  }
  .col-1-12 {
    width: 8.33%;
  }
  .col-11-12 {
    width: 91.66%;
  }
  .col-10-12 {
    width: 83.333%;
  }
  .col-9-12,
  .col-3-4 {
    width: 75%;
  }
  .col-5-12 {
    width: 41.66%;
  }
  .col-2-5 {
    width: 40%;
  }
  .col-3-5 {
    width: 60%;
  }
  .col-7-12 {
    width: 58.33%;
  }
}
@media only screen and (min-width: 1300px) {
  .col-1-1 {
    width: 100%;
  }
  .col-4-5 {
    width: 80%;
  }
  .col-2-3,
  .col-8-12 {
    width: 66.66%;
  }
  .col-1-2,
  .col-6-12 {
    width: 50%;
  }
  .col-1-3,
  .col-4-12 {
    width: 33.33%;
  }
  .col-1-4,
  .col-3-12 {
    width: 25%;
  }
  .col-1-5 {
    width: 20%;
  }
  .col-1-6,
  .col-2-12 {
    width: 16.667%;
  }
  .col-1-7 {
    width: 14.28%;
  }
  .col-1-8 {
    width: 12.5%;
  }
  .col-1-9 {
    width: 11.1%;
  }
  .col-1-10 {
    width: 10%;
  }
  .col-1-11 {
    width: 9.09%;
  }
  .col-1-12 {
    width: 8.33%;
  }
  .col-11-12 {
    width: 91.66%;
  }
  .col-10-12 {
    width: 83.333%;
  }
  .col-9-12,
  .col-3-4 {
    width: 75%;
  }
  .col-5-12 {
    width: 41.66%;
  }
  .col-2-5 {
    width: 40%;
  }
  .col-3-5 {
    width: 60%;
  }
  .col-7-12 {
    width: 58.33%;
  }
}
@media only screen and (max-width: 700px) {
  .widget {
    min-height: auto;
  }
  #viewport_panel .solid .docked-left {
    padding-left: 0px;
  }
  #viewport_panel .solid .docked-center {
    padding-left: 60px;
  }
  #viewport_panel .solid .docked-right {
    padding-right: 0px;
  }
  .gears-toolbar.header .docked-right {
    z-index: 4;
  }
  .gears-toolbar.header.main .docked-left {
    padding-left: 0px;
  }
  .gears-toolbar.header.main .docked-right {
    padding-right: 0px;
  }
  .gears-toolbar.header.transparent-mode {
    background: rgba(0, 0, 0, 0.2);
  }
  .gears-toolbar.header.transparent-mode .docked-right {
    display: block;
  }
  .blocklist .gears-list-item {
    width: 50%;
    float: left;
  }
  .rowlist .gears-list-item {
    padding: 0px;
  }
  .gears-list.responsive .gears-list-item {
    width: 100%;
  }
  #landing_panel .content .intro.box {
    display: none;
  }
  #landing_panel .section:first-child {
    padding-top: 20px;
  }
  .packages .package {
    padding-right: 10px;
    padding: 10px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1200px) {
  .widget {
    min-height: auto;
  }
  .gears-list.responsive .gears-list-item {
    width: 50%;
  }
  #landing_panel .section:first-child {
    padding-top: 20px;
  }
  .packages .package {
    padding-right: 10px;
    padding: 10px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .gears-list.responsive .gears-list-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1601px) {
  .gears-list.responsive .gears-list-item {
    width: 33.33%;
  }
}
.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares * {
  box-sizing: border-box;
}
.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}
.jssocials-share:last-child {
  margin-right: 0;
}
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}
.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}
.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}
.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}
.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #222;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #34355a;
}
.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
  background: gainsboro;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}
/**
 *   Noty
 */
.noty_inline_layout_container {
  position: absolute;
}
.dz-hidden-input {
  z-index: 10000;
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  position: absolute;
  border: dashed 2px #ccc;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  overflow-y: scroll;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 160px;
  margin: 0.5em;
}
.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}
.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
}
.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
  margin-top: 100px;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: none;
  margin-top: 20px;
  text-decoration: none;
  padding: 5px;
  width: 50%;
  background: #d5781e;
  color: #fff;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 160px;
  height: 160px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 10%;
  top: 120px;
  margin-top: -8px;
  width: 80%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 180px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 86px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
