@charset "UTF-8";
/* ### Custom helper classes START ### */
body.noscroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

.nowrap {
  white-space: nowrap !important; }

.inline-block {
  display: inline-block !important; }

.clear {
  clear: both; }

.none {
  display: none; }

.invisible {
  opacity: 0; }

.block {
  display: block !important; }

.block_big {
  display: block; }
  @media (max-width: 991px) {
    .block_big {
      display: inline; } }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.pointer {
  cursor: pointer; }

.no_pointer {
  cursor: default; }

@media (min-width: 1200px) {
  .p-r-40-lg {
    padding-right: 40px !important; } }

@media (min-width: 992px) {
  .md_pull_right {
    float: right !important; } }

.line_through {
  text-decoration: line-through; }

.xs_100 {
  width: auto; }
  @media (max-width: 767px) {
    .xs_100 {
      width: 100%; } }

img.img-responsive.svg {
  /*  Internet Explorer/Edge ≥ 9 */ }
  @media screen and (min-width: 0\0) {
    img.img-responsive.svg {
      height: 100%; } }

.col-centered {
  float: none;
  margin: 0 auto !important; }

.disabled {
  opacity: 0.3;
  color: #000;
  cursor: default; }

/* ### Custom helper classes END ### */
/* ### Main styles START ### */
/* Standard styles */
.section_bg_blue {
  background-color: #1b6db3; }

.section_bg_red {
  background-color: #C50000; }

.section_bg_green {
  background-color: #46AE00; }

.section_bg_orange {
  background-color: #EC9524; }

.warning,
.color_red {
  color: #ff0000; }

.color_darkred {
  color: #c50000; }

.ok,
.color_green {
  color: #0aac69; }

.gold {
  color: gold; }

.demo {
  position: fixed;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  padding: 10px;
  font-size: 11px;
  color: #aaa; }
  @media (max-width: 991px) {
    .demo {
      display: none; } }
  .demo a {
    font-size: 11px;
    line-height: 13px;
    color: #fff; }

.label {
  border-radius: 0px;
  display: inline-block;
  padding: 4px 6px; }
  .label.transparent {
    background: rgba(0, 0, 0, 0.5); }
  .label.theme {
    background: #00af9c; }
  .label.blue {
    background: #1b6db3; }
  .label.red {
    background: #C50000; }
  .label.green {
    background: #46AE00; }
  .label.orange {
    background: #EC9524; }

.badge {
  border-radius: 3px; }

.primary-color {
  color: #00af9c; }

.primary-color-bright {
  color: #3bc2b3; }

.primaryColorBg {
  background-color: #00af9c; }

.primaryColorBgBright {
  background: #dbf5f1;
  background-color: #dbf5f1; }

.primaryColorBgBrighter {
  background-color: #f2fbfa; }

.primary-color-darker4 {
  color: #085850; }

.color-white {
  color: #fff; }

.color-red {
  color: #f05b4f; }

.color-grey {
  color: #707478; }

.font_size_xxl {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .font_size_xxl {
      font-size: 20px;
      line-height: 24px; }
      .font_size_xxl.long {
        font-size: 18px; } }

.font_size_xl {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .font_size_xl {
      font-size: 20px;
      line-height: 24px; }
      .font_size_xl.long {
        font-size: 16px; } }

.font_size_l {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .font_size_l {
      font-size: 16px;
      line-height: 22px; } }

.font_size_m {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .font_size_m {
      font-size: 13px;
      line-height: 18px; } }

.font_weight_600 {
  font-weight: 600 !important; }

body {
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 14px;
  font-weight: 300;
  -webkit-text-stroke: 0.03em rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

input[type=number] {
  -moz-appearance: textfield; }

::-webkit-inner-spin-button {
  -webkit-appearance: none; }

::-webkit-outer-spin-button {
  -webkit-appearance: none; }

h1,
h2,
h3,
h4,
h5,
h6,
.checkbox label {
  font-weight: 300; }

h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300; }
  @media (max-width: 767px) {
    h1 {
      font-size: 20px;
      line-height: 24px; }
      h1.long {
        font-size: 18px; } }
  h1 .heading_icon {
    width: 50px;
    margin-right: 15px; }
    @media (max-width: 767px) {
      h1 .heading_icon {
        width: 30px;
        margin-right: 10px; } }
  h1 .label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 767px) {
      h1 .label {
        font-size: 13px;
        line-height: 18px; } }
    h1 .label.red {
      background: #ff0000; }
    h1 .label.grey {
      background: #aaa; }

h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300; }
  @media (max-width: 767px) {
    h2 {
      font-size: 16px;
      line-height: 22px; } }
  h2.big {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300; }
    @media (max-width: 767px) {
      h2.big {
        font-size: 20px;
        line-height: 24px; }
        h2.big.long {
          font-size: 16px; } }

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300; }
  @media (max-width: 767px) {
    h3 {
      font-size: 16px;
      line-height: 22px; } }

h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  font-weight: bold; }
  @media (max-width: 767px) {
    h4 {
      font-size: 13px;
      line-height: 18px; } }

h2.on_bg {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  margin: 20px 0 15px; }
  @media (max-width: 767px) {
    h2.on_bg {
      font-size: 20px;
      line-height: 24px; }
      h2.on_bg.long {
        font-size: 18px; } }

p,
a,
.text li,
label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 20px; }
  @media (max-width: 767px) {
    p,
    a,
    .text li,
    label {
      font-size: 13px;
      line-height: 18px; } }

.form-group .checkbox,
.form-group .radio {
  margin-left: 20px;
  padding-top: 0; }

.small {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .small {
      font-size: 11px;
      line-height: 14px; } }
  .small a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .small a {
        font-size: 11px;
        line-height: 14px; } }

.muted {
  color: #aaa !important; }

input[type='text'],
select,
textarea.form-control {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300; }
  @media (max-width: 767px) {
    input[type='text'],
    select,
    textarea.form-control {
      font-size: 13px;
      line-height: 18px; } }

.radio-inline {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-left: 20px;
  width: 80px; }
  @media (max-width: 767px) {
    .radio-inline {
      font-size: 13px;
      line-height: 18px; } }

a {
  cursor: pointer;
  color: #00af9c; }
  a:visited {
    color: #00af9c; }
  a:hover {
    color: #0a7368;
    text-decoration: none; }
  a:active {
    color: #0a7368;
    text-decoration: none; }
  a:focus {
    color: #0a7368;
    text-decoration: none; }
  a.disabled {
    opacity: 0.3;
    color: #000;
    cursor: default; }

.dotted_underline {
  border-bottom: 1px dashed #00af9c; }

.image_inline_left {
  margin: 5px 35px 10px 0;
  float: left;
  height: auto; }
  @media (max-width: 480px) {
    .image_inline_left {
      float: none;
      width: auto !important;
      max-width: 100%; } }

.text-muted {
  font-style: italic; }

.background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -150; }

.userimage {
  border-radius: 100px; }

.content {
  padding-top: 5px; }
  @media (max-width: 767px) {
    .content {
      padding-top: 0px; } }
  .content .container {
    padding: 0;
    /*
		@media (min-width:768px) and (max-width:991px) {
			width:auto;
		}
		*/ }

.box-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

@media (min-width: 979px) {
  .shadowlink {
    transition: all 0.1s linear 0s; }
    .shadowlink:hover {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
      transform: translate(0, -3px); } }

.tooltip {
  opacity: 1 !important; }
  .tooltip h4 {
    color: #fff !important;
    margin: 0 0 5px 0 !important; }
  .tooltip p {
    margin: 0 0 5px 0 !important;
    font-size: 12px !important;
    line-height: 16px !important; }
  .tooltip .big {
    font-size: 16px !important;
    line-height: 20px !important; }

ul.text {
  padding-left: 20px; }

ul.feature_list {
  margin: 0;
  padding: 0 0 0 25px; }
  ul.feature_list li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 21px;
    list-style: outside none none;
    margin-bottom: 3px;
    position: relative; }
    @media (max-width: 767px) {
      ul.feature_list li {
        font-size: 13px;
        line-height: 18px; } }
  ul.feature_list li::before {
    content: "";
    font-family: "'Font Awesome 5 Free'";
    font-size: 20px;
    left: -25px;
    position: absolute;
    top: 0;
    font-weight: 900; }
  ul.feature_list.theme li::before {
    color: #00af9c; }

.title_bg {
  min-height: 500px;
  background-size: auto 100%; }
  @media (max-width: 1999px) {
    .title_bg {
      background-size: auto 100%; } }
  @media (max-width: 1500px) {
    .title_bg {
      background-position: 70% 0; } }
  .title_bg h1 {
    text-align: center; }
  .title_bg h1,
  .title_bg h2,
  .title_bg h3,
  .title_bg h4,
  .title_bg p,
  .title_bg label {
    color: #fff; }
  .title_bg .container {
    padding-bottom: 30px; }
  .title_bg .btn-header {
    margin: 5px 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.15);
    color: #fff; }
    .title_bg .btn-header:hover, .title_bg .btn-header:focus, .title_bg .btn-header:active {
      color: #fff;
      background: rgba(0, 0, 0, 0.25); }
  .title_bg .inline_message,
  .title_bg .help-block {
    background: rgba(0, 0, 0, 0.3);
    line-height: 23px; }

.btn {
  transition: all 0.1s linear 0s;
  font-weight: 500 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0; }
  @media (max-width: 767px) {
    .btn {
      font-size: 13px; } }
  .btn.btn-theme, .btn.btn-success {
    background: #00af9c;
    border-color: #00af9c;
    color: #fff !important; }
    .btn.btn-theme:hover, .btn.btn-success:hover {
      background: #0d9586;
      border-color: #0d9586; }
    .btn.btn-theme.active, .btn.btn-success.active {
      background: #0a7368;
      border-color: #0a7368; }
  .btn.btn-white {
    color: #000 !important; }
    .btn.btn-white:hover {
      color: #000 !important; }
  .btn.btn-standard {
    background: #f0f0f0;
    color: #242a30; }
    .btn.btn-standard:hover {
      background: #e4e4e4; }
    .btn.btn-standard.active {
      background: #e4e4e4; }
  .btn.btn-transparent {
    background: rgba(0, 0, 0, 0.1);
    color: #242a30; }
    .btn.btn-transparent:hover {
      background: rgba(0, 0, 0, 0.2); }
    .btn.btn-transparent.active {
      background: rgba(0, 0, 0, 0.2); }
  .btn.btn-azure {
    background: #f2fbfa;
    color: #242a30; }
  .btn.btn-dark {
    background: #707478;
    color: #fff; }
    .btn.btn-dark:hover {
      background: #484b4e; }
  .btn.btn-lg {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    line-height: 18px;
    padding: 12px 35px; }
    @media (max-width: 767px) {
      .btn.btn-lg {
        font-size: 13px;
        line-height: 18px; } }
  .btn.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff; }
  .btn.disabled, .btn[disabled] {
    opacity: 0.35; }
  .btn.btn-wrap {
    white-space: normal;
    max-width: 100%; }
  .btn.full_width {
    width: 100%; }
  .btn.btn-roundcorner {
    color: #707478;
    background-color: #f2fbfa;
    border-color: #dbf5f1;
    border-radius: 30px; }
    .btn.btn-roundcorner:hover {
      border-color: #3bc2b3;
      background-color: #dbf5f1; }
    .btn.btn-roundcorner:active {
      color: gold;
      border-color: #3bc2b3; }
    .btn.btn-roundcorner:focus {
      color: gold;
      border-color: #3bc2b3;
      background-color: #dbf5f1; }
    .btn.btn-roundcorner.yes {
      color: #fff;
      background-color: #4ab9af;
      border-color: #04af9d;
      border-radius: 30px; }
      .btn.btn-roundcorner.yes span {
        font-weight: 700; }
      .btn.btn-roundcorner.yes:hover {
        border-color: #04af9d;
        background-color: #04af9d; }
    .btn.btn-roundcorner.no {
      color: black;
      background-color: #fbfbfb;
      border-color: #04af9d;
      border-radius: 30px; }
      .btn.btn-roundcorner.no span {
        font-weight: 700; }
      .btn.btn-roundcorner.no:hover {
        border-color: #3bc2b3;
        background-color: #dbf5f1; }
  .btn.btn-corner {
    color: #04af9d;
    background-color: white;
    border-color: #04af9d;
    font-weight: 400; }
    .btn.btn-corner:hover {
      border: 1px solid white;
      color: #3bc2b3;
      font-weight: 500 !important; }

.btn-disabled {
  background: #f0f0f0;
  color: #242a30;
  padding: 6px 12px;
  transition: all 0.1s linear 0s;
  font-weight: 500 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0; }

.btn-login {
  color: #fff;
  background: transparent;
  display: block;
  margin: 0 0 8px 0;
  width: 220px;
  padding: 12px 20px;
  line-height: 20px; }
  @media (max-width: 767px) {
    .btn-login {
      width: 100%; } }
  .btn-login:hover {
    color: #fff; }
  .btn-login.facebook {
    color: #fff;
    background: #3A5795; }
    .btn-login.facebook:focus, .btn-login.facebook:active {
      color: #fff;
      background: #3A5795; }
    .btn-login.facebook:hover {
      color: #fff;
      background: #37528c; }
  .btn-login.xing {
    color: #fff;
    background: #006464; }
    .btn-login.xing:focus, .btn-login.xing:active {
      color: #fff;
      background: #006464; }
    .btn-login.xing:hover {
      color: #fff;
      background: #005e5e; }
  .btn-login.linkedin {
    color: #fff;
    background: #0082AD; }
    .btn-login.linkedin:focus, .btn-login.linkedin:active {
      color: #fff;
      background: #0082AD; }
    .btn-login.linkedin:hover {
      color: #fff;
      background: #00759C; }
  .btn-login.image {
    background: #fff;
    color: #000;
    padding: 5px 15px;
    height: 46px;
    text-overflow: clip; }
    .btn-login.image:focus, .btn-login.image:active {
      color: #000;
      background: #ddd; }
    .btn-login.image:hover {
      color: #000;
      background: #ddd; }
    .btn-login.image img {
      max-width: 190px;
      height: 34px; }
  .btn-login.small {
    width: 60px;
    height: 45px;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    text-align: center; }
    .btn-login.small i {
      font-size: 26px;
      line-height: 28px;
      margin: 0; }
  .btn-login.signin {
    background: #00af9c; }
    .btn-login.signin i {
      font-size: 14px; }
    .btn-login.signin:focus, .btn-login.signin:active {
      color: #fff;
      background: #0d9586; }
    .btn-login.signin:hover {
      color: #fff;
      background: #0d9586; }
  .btn-login i {
    font-size: 20px;
    line-height: 10px;
    margin: 0 5px 0 0; }

.buttons_xs_100 .btn {
  width: auto; }
  @media (max-width: 767px) {
    .buttons_xs_100 .btn {
      width: 100%;
      margin-bottom: 10px; } }

.buttons_sm_inline_block {
  display: inline-block; }
  @media (max-width: 767px) {
    .buttons_sm_inline_block {
      display: block; } }

.link_btn_line {
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 20px; }

.breadcrumb {
  margin: 0 0 30px 0; }
  .breadcrumb .breadcrumb_item {
    display: inline-block;
    margin: 5px 5px; }
  .breadcrumb .divider {
    display: inline-block;
    margin: 5px 5px; }

.nav-pills {
  margin: 0 0 15px 0; }
  .nav-pills li {
    margin: 0 5px 5px 0 !important; }
    .nav-pills li a {
      border-radius: 0px; }
    @media (max-width: 480px) {
      .nav-pills li {
        display: block;
        width: 100%;
        float: none;
        margin: 0 0 5px 0 !important; } }
    .nav-pills li .arrow-down {
      display: none; }
    .nav-pills li.active a {
      cursor: default; }
    @media (min-width: 768px) {
      .nav-pills li.active .arrow-down {
        display: block;
        position: absolute;
        font-size: 40px;
        bottom: -22px;
        left: 50%;
        color: #242a30;
        margin-left: -13px;
        z-index: 100; } }
    .nav-pills li.disabled a {
      background: #eaeaea; }
      .nav-pills li.disabled a:hover {
        background: #eaeaea; }
  .nav-pills.grey a {
    color: #242a30;
    background: #eaeaea; }
    .nav-pills.grey a:hover {
      background: #e0e0e0; }
  .nav-pills .disable_tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: not-allowed; }
  .nav-pills .nav-pill-arrow {
    padding: 5px 15px;
    font-size: 20px; }
    @media (max-width: 480px) {
      .nav-pills .nav-pill-arrow {
        display: none; } }

.input-group-addon {
  border-radius: 0px; }

.inline_message,
.help-block {
  text-align: left;
  display: none;
  padding: 3px;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .inline_message,
    .help-block {
      font-size: 11px;
      line-height: 14px; } }
  .inline_message.main,
  .help-block.main {
    padding: 3px 0 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .inline_message.main,
      .help-block.main {
        font-size: 13px;
        line-height: 18px; } }
  .inline_message.error,
  .help-block.error {
    color: #ff0000; }
  .inline_message.success,
  .help-block.success {
    color: #00af9c; }
  .inline_message.newline,
  .help-block.newline {
    display: block;
    clear: both; }

.openingtimes_form {
  width: 206px; }
  .openingtimes_form.small {
    font-size: 13px;
    line-height: 17px;
    width: 275px; }
  .openingtimes_form .day {
    display: block;
    margin: 0 0 5px 0; }
    .openingtimes_form .day.highlight {
      background-color: #f4f4f4; }
    .openingtimes_form .day .openingtime1,
    .openingtimes_form .day .openingtime2 {
      display: inline-block; }
    .openingtimes_form .day .name {
      margin: 0 5px 0 0;
      width: 83px;
      text-align: right;
      display: inline-block; }
      .openingtimes_form .day .name.small {
        width: 60px; }
    .openingtimes_form .day .and {
      margin: 0;
      width: auto;
      text-align: right;
      display: inline-block;
      text-align: center; }
      @media (max-width: 400px) {
        .openingtimes_form .day .and {
          margin: 0 5px 0 0;
          width: 78px;
          text-align: right; } }
    .openingtimes_form .day .until {
      margin: 0; }
    .openingtimes_form .day .time_from {
      display: inline-block; }
    .openingtimes_form .day .time_to {
      display: inline-block; }

.spinner.medium {
  width: 48px;
  height: 48px;
  display: inline-block; }

.form_spinner {
  padding: 40px;
  position: relative;
  margin: 0 0 0 -30px; }

.overlay_bg {
  background-color: #0d9586;
  opacity: 0.7;
  position: absolute;
  top: 0;
  z-index: 100000;
  overflow: hidden; }

.overlay_bg_spinner {
  background-image: url(../img/sellwerk_icon_white.svg);
  background-size: auto 20%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  animation: rotation 1s infinite linear;
  position: relative; }

.page {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
  position: relative;
  min-height: 500px; }

.page_spinner {
  position: relative;
  margin-top: 400px; }

.container.page {
  padding: 5px 30px 50px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .container.page {
      padding: 5px 30px 30px;
      margin: 0; } }
  @media (min-width: 992px) {
    .container.page.big {
      padding: 40px 60px 50px; } }
  .container.page .relation {
    position: absolute;
    top: 20px;
    right: 10px;
    padding-left: 50px; }
    @media (max-width: 991px) {
      .container.page .relation {
        position: relative;
        padding: 0 10px;
        top: 0px;
        right: 0px; } }
    .container.page .relation label {
      text-align: left;
      padding-bottom: 3px; }
    .container.page .relation .dashboard-widget-2 {
      width: auto;
      margin: 0 0 20px 0;
      box-shadow: none; }
      .container.page .relation .dashboard-widget-2 .panel_bg {
        background: #fafafa; }
    .container.page .relation .form-group .btn {
      width: 100%;
      margin: 0 5px 5px 0; }
      .container.page .relation .form-group .btn.active {
        background: #ccc; }
    .container.page .relation .next_step {
      padding: 5px 5px 10px 5px;
      overflow: hidden;
      clear: both; }
    .container.page .relation .input-group-btn button i {
      margin: 0 -4px; }
  @media (max-width: 991px) {
    .container.page > .row {
      margin: 0 -20px; } }

.container.after_page {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .container.after_page {
      margin-top: 30px; } }

.container.margin-top {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .container.margin-top {
      margin-top: 0px; } }

.pagebuttons .btn {
  margin: 0 5px 5px 0; }
  @media (max-width: 767px) {
    .pagebuttons .btn {
      width: 100%; } }

.alert {
  border-radius: 0px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 22px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .alert {
      font-size: 13px;
      line-height: 18px; } }
  .alert .icon {
    font-size: 21px;
    margin: 0 8px 0 0; }
  .alert a {
    color: #000;
    text-decoration: underline; }
  .alert.alert-info {
    background-color: #d9edf7; }
  .alert.alert-danger {
    background-color: #f2dede; }
  .alert.alert-warning {
    background-color: #fcf8e3; }
  .alert.alert-success {
    background-color: #dff0d8; }
  @media (max-width: 767px) {
    .alert .hidebr {
      display: none; } }

.company_logo {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .company_logo.big {
    max-width: 200px;
    max-height: 200px; }
    @media (max-width: 991px) {
      .company_logo.big {
        max-width: 150px;
        max-height: 150px; } }
  .company_logo.medium {
    max-width: 140px;
    max-height: 120px; }
    @media (max-width: 991px) {
      .company_logo.medium {
        max-width: 120px;
        max-height: 100px; } }

.pagination .active a {
  background: #00af9c !important;
  border-color: #00af9c !important;
  font-weight: 500; }

.pagination li > a {
  margin-bottom: 5px; }

.fade {
  opacity: 0;
  transition: opacity 0.1s linear 0s; }

.or_sign {
  background: #aaa;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto; }
  .or_sign i {
    position: absolute;
    font-size: 25px; }
    .or_sign i.fa-caret-up {
      top: 0px;
      left: 28px; }
    .or_sign i.fa-caret-down {
      top: 43px;
      left: 28px; }
  .or_sign div {
    line-height: 70px; }

.lock_map_mobile {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }
  @media (max-width: 991px) {
    .lock_map_mobile {
      display: block; } }

.icon-small {
  font-size: 30px;
  width: 30px;
  height: auto; }

.icon-medium {
  font-size: 50px;
  width: 50px;
  height: auto; }
  @media (max-width: 767px) {
    .icon-medium {
      font-size: 30px;
      width: 30px; } }

.narrow_centered {
  margin: 0 auto;
  width: 330px; }
  @media (max-width: 480px) {
    .narrow_centered {
      width: 100%;
      padding: 0 20px; } }

.medium_centered {
  margin: 0 auto;
  width: 470px; }
  @media (max-width: 480px) {
    .medium_centered {
      width: 100%;
      padding: 0 20px; } }

.separator_or {
  height: 30px;
  margin: 20px auto; }
  .separator_or .line {
    height: 20px;
    width: 40%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block; }
  .separator_or .text {
    font-weight: bold;
    width: 20%;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 2px; }
  .separator_or.black .line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
  .separator_or.black .text {
    color: #000; }

.shadow {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }

.rating_stars_inline {
  display: inline-block;
  left: 5px;
  position: relative;
  right: 5px;
  top: 0px; }
  .rating_stars_inline .br-widget a {
    font-size: 100% !important; }

.progress {
  border-radius: 0px; }
  .progress .progress-bar.theme {
    background-color: #00af9c; }
  .progress .progress-bar .val_anim {
    box-shadow: none !important;
    display: none; }
  .progress.big {
    height: 25px; }
    .progress.big .progress-bar {
      line-height: 25px; }

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  min-width: 2em; }

/* ### main styles END ### */
/* ### Forms START ### */
input.form-control,
select.form-control,
textarea.form-control {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  border-radius: 0; }
  @media (max-width: 767px) {
    input.form-control,
    select.form-control,
    textarea.form-control {
      font-size: 13px;
      line-height: 18px; } }

.form-horizontal {
  margin-top: 30px;
  /*### bookabletimes for calendar START###*/
  /*### bookabletimes for calendar END###*/ }
  @media (max-width: 991px) {
    .form-horizontal {
      margin-top: 15px; } }
  .form-horizontal .form-group {
    margin: 0 0 15px 0; }
    @media (max-width: 991px) {
      .form-horizontal .form-group {
        margin: 0; } }
    .form-horizontal .form-group .has-icon {
      position: relative; }
      .form-horizontal .form-group .has-icon .form-control {
        padding-right: 35px; }
    .form-horizontal .form-group .deletefunction input {
      padding-right: 25px; }
    .form-horizontal .form-group .form-control-feedback {
      right: 10px; }
    .form-horizontal .form-group .form-control-icon {
      position: absolute;
      top: 0;
      right: 15px;
      z-index: 2;
      display: block;
      width: 34px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      pointer-events: none; }
      @media (max-width: 991px) {
        .form-horizontal .form-group .form-control-icon {
          right: 0px; } }
    .form-horizontal .form-group label {
      padding: 6px 0 0 0; }
      .form-horizontal .form-group label.top {
        text-align: left;
        padding: 5px 15px; }
        @media (max-width: 991px) {
          .form-horizontal .form-group label.top {
            padding: 6px 0 0; } }
      @media (min-width: 768px) {
        .form-horizontal .form-group label {
          padding: 6px 0 5px 0; } }
    @media (max-width: 991px) {
      .form-horizontal .form-group > div {
        padding: 0 0 5px 0; } }
    .form-horizontal .form-group .image_upload img {
      max-width: 200px;
      max-height: 200px;
      cursor: pointer;
      box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15); }
      .form-horizontal .form-group .image_upload img:hover {
        box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2); }
    .form-horizontal .form-group .image_upload img.user_logo {
      max-width: 150px;
      max-height: 150px; }
  .form-horizontal .bootstrap-tagsinput {
    width: 100%;
    box-shadow: none;
    border: 0px none;
    padding: 0;
    background: transparent; }
    @media (min-width: 1200px) {
      .form-horizontal .bootstrap-tagsinput {
        width: 100%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .form-horizontal .bootstrap-tagsinput {
        max-width: 346px; } }
    @media (max-width: 400px) {
      .form-horizontal .bootstrap-tagsinput {
        max-width: 294px; } }
    .form-horizontal .bootstrap-tagsinput span {
      position: relative; }
      .form-horizontal .bootstrap-tagsinput span [data-role="remove"] {
        position: absolute;
        right: 6px; }
    .form-horizontal .bootstrap-tagsinput .tag {
      background: #eaeaea;
      color: #000;
      font-size: 14px;
      line-height: 22px;
      font-weight: 300;
      padding: 6px 25px 6px 10px;
      display: block;
      float: left;
      margin: 0 5px 5px 0;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media (max-width: 767px) {
        .form-horizontal .bootstrap-tagsinput .tag {
          font-size: 13px;
          line-height: 18px; } }
      @media (min-width: 1200px) {
        .form-horizontal .bootstrap-tagsinput .tag {
          max-width: 482px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .form-horizontal .bootstrap-tagsinput .tag {
          max-width: 382px; } }
      @media (max-width: 400px) {
        .form-horizontal .bootstrap-tagsinput .tag {
          max-width: 304px; } }
      .form-horizontal .bootstrap-tagsinput .tag a {
        color: #000; }
    .form-horizontal .bootstrap-tagsinput .twitter-typeahead {
      width: 100% !important; }
    .form-horizontal .bootstrap-tagsinput input {
      background: #fff; }
      @media (min-width: 1200px) {
        .form-horizontal .bootstrap-tagsinput input {
          width: 100%; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .form-horizontal .bootstrap-tagsinput input {
          max-width: 350px; } }
    .form-horizontal .bootstrap-tagsinput input {
      font-size: 14px;
      line-height: 22px;
      font-weight: 300;
      display: block;
      clear: both;
      width: 100% !important;
      padding: 6px 12px;
      border: 1px solid #ccd0d4;
      border-radius: 0px; }
      @media (max-width: 767px) {
        .form-horizontal .bootstrap-tagsinput input {
          font-size: 13px;
          line-height: 18px; } }
      .form-horizontal .bootstrap-tagsinput input:focus {
        border: 1px solid #9fa2a5; }
  .form-horizontal .tagsinput_btn {
    vertical-align: bottom;
    position: realtive;
    bottom: 10px; }
    .form-horizontal .tagsinput_btn .btn {
      padding-top: 7px;
      padding-bottom: 7px; }
      @media (max-width: 767px) {
        .form-horizontal .tagsinput_btn .btn {
          padding-top: 6px;
          padding-bottom: 6px; } }
  .form-horizontal .p-tagsinput-btn .btn {
    padding-top: 7px;
    padding-bottom: 7px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .form-horizontal .p-tagsinput-btn .btn {
        padding-top: 7px;
        padding-bottom: 7px; } }
    @media (max-width: 767px) {
      .form-horizontal .p-tagsinput-btn .btn {
        padding-top: 6px;
        padding-bottom: 6px; } }
  .form-horizontal .bookabletimes {
    margin: auto;
    padding: 0px; }
    .form-horizontal .bookabletimes .md_100 {
      width: 100%; }
    .form-horizontal .bookabletimes .bookabletimes_form {
      border: 1px solid #ccd0d4;
      border-top: none;
      width: 100% !important; }
      .form-horizontal .bookabletimes .bookabletimes_form .small {
        font-size: 13px;
        line-height: 17px; }
      @media (min-width: 991px) {
        .form-horizontal .bookabletimes .bookabletimes_form {
          margin-top: 5px; } }
    .form-horizontal .bookabletimes .btn_lable {
      padding: 8px !important;
      margin-bottom: -5px;
      /*background: #f0f0f0;
	      color: #242a30 !important;
	      border-color: #ccd0d4; 
	      font-weight: 300 !important; */ }

.alt_link {
  float: right;
  display: block;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .alt_link {
      float: none; } }

.employee {
  margin: 0 10px 10px 0;
  padding: 15px 10px 5px 10px;
  display: block;
  background: #eaeaea; }
  .employee .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .employee .name {
        font-size: 16px;
        line-height: 22px; } }
  .employee img {
    border-radius: 30px;
    float: left;
    height: 60px;
    margin: -10px 10px 0 0;
    width: 60px; }

.optionbuttons .optionbutton {
  position: relative;
  margin-bottom: 8px; }
  .optionbuttons .optionbutton button {
    width: 100%; }
  .optionbuttons .optionbutton a.info {
    position: absolute;
    top: 15px;
    right: -50px; }
    @media (max-width: 991px) {
      .optionbuttons .optionbutton a.info {
        position: relative;
        top: 5px;
        right: auto;
        left: 0px;
        display: block;
        margin-bottom: 20px;
        text-align: center; } }

.switch_line .item_label {
  padding: 6px 0 6px 20px;
  float: left; }

.switch_line .switchery {
  float: left; }

.switch_line .textbox {
  width: 100%; }

.platform_label {
  display: inline-block;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0 5px 5px 0; }

.form-control-feedback {
  color: #ccc; }
  .form-control-feedback.delete {
    cursor: pointer;
    pointer-events: auto;
    display: none; }

@media (max-width: 767px) {
  .modal_openingtimes .modal-body {
    padding: 15px 5px; } }

.openingtime_line {
  margin-bottom: 8px; }
  .openingtime_line .control-label {
    text-align: right;
    padding-right: 10px !important; }
  @media (max-width: 991px) {
    .openingtime_line.special .control-label {
      text-align: left; } }
  .openingtime_line .openingtime {
    width: 63px;
    float: left;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .openingtime_line .openingtime {
        width: 50px;
        padding-left: 7px;
        padding-right: 7px; } }
  .openingtime_line .modifier {
    width: 56px;
    float: left;
    margin: 0 0 10px 0;
    border: 0px;
    background: #f0f0f0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer; }
    .openingtime_line .modifier.long {
      width: 200px; }
    .openingtime_line .modifier.margin_left {
      margin: 0 0 10px 20px; }
    @media (max-width: 767px) {
      .openingtime_line .modifier {
        width: 47px;
        margin-left: 10px;
        float: left;
        padding-left: 8px;
        padding-right: 8px; }
        .openingtime_line .modifier.margin_left {
          margin: 0 0 10px 15px; }
        .openingtime_line .modifier.long {
          width: 146px;
          clear: both;
          margin: 0 0 10px 0; } }
  .openingtime_line select.modifier::-ms-expand {
    display: none; }
  .openingtime_line .until {
    float: left;
    line-height: 30px;
    width: 20px;
    text-align: center; }
  .openingtime_line .for_all {
    text-align: center;
    margin: 10px 0; }
    .openingtime_line .for_all .btn_for_all,
    .openingtime_line .for_all .btn_not_for_all {
      display: inline-block;
      position: relative;
      margin: 0 0 0 5px; }

/* ### Forms END ### */
/* ### navbar START ### */
.navbar.navbar-default {
  background: none;
  box-shadow: none;
  color: #000; }

.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  font-weight: 300px;
  margin: 0 8px;
  padding: 16px 15px 12px;
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
      font-size: 13px;
      line-height: 18px; } }

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  opacity: 0.8; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: white;
  padding: 12px 15px;
  margin-top: 5px;
  border-radius: 3px; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #00af9c; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #00af9c; }

.top_menu_copmany {
  border-radius: 2px;
  margin: -8px 2px 0 0;
  padding: 2px 5px;
  background: #fff;
  float: left;
  max-width: 100px;
  height: 35px;
  overflow: hidden;
  font-size: 10px;
  line-height: 29px;
  text-overflow: ellipsis;
  text-align: center;
  color: #000; }
  .top_menu_copmany img {
    max-width: 90px;
    max-height: 32px; }

.dropdown-menu li > a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .dropdown-menu li > a {
      font-size: 13px;
      line-height: 18px; } }

.navbar-header {
  border-bottom: 0px none; }

@media (min-width: 768px) and (max-width: 991px) {
  #navbar {
    padding: 0;
    margin: 0 -15px;
    /* Use when more items in navbar
		ul {
			float:left !important;
			margin-left:-8px;
		}
		.navbar-right {
			width:100%;
		}
		*/ } }

@media (max-width: 767px) {
  .navbar-header.bg_dark_transparent {
    background-color: rgba(0, 0, 0, 0.9); }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff; }
  .bg_dark_transparent .icon-bar {
    background: #fff !important; }
  .navbar-collapse {
    border: 0px none;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-weight: 300; }
  .navbar-right,
  .navbar-nav > li {
    float: none; }
  ul.navbar-right {
    padding: 15px 0; }
  .navbar-nav.navbar-right .open .dropdown-menu {
    left: auto;
    right: auto; }
  .navbar-nav .open .dropdown-menu {
    background: none;
    border: 0px none;
    box-shadow: none;
    float: none;
    left: 0;
    list-style: outside none none;
    min-width: 160px;
    position: relative;
    border-radius: 0;
    top: 100%;
    z-index: 1000; }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 30px 5px 55px;
    font-weight: 300; }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: #393939;
    opacity: 1; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #00af9c;
      background: transparent; }
  .dropdown-menu .divider {
    background-color: rgba(255, 255, 255, 0.15);
    height: 1px;
    margin: 9px 50px;
    overflow: hidden; }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding: 10px 15px;
    max-width: none; } }

.no_company {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  line-height: 15px;
  color: #fff;
  padding: 8px 10px;
  margin-top: 4px;
  text-align: center;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none; }
  @media (max-width: 767px) {
    .no_company {
      font-size: 11px;
      line-height: 14px; } }
  @media (max-width: 767px) {
    .no_company {
      background-color: #444; } }

/* ### navbar END ### */
/* ### main menu START ### */
.main_menu {
  padding: 10px 0 20px 0; }
  .main_menu .btn-group {
    width: 25%;
    margin: 0;
    padding: 0;
    display: block;
    float: left; }
    .main_menu .btn-group .dropdown-toggle {
      width: 100%;
      border-radius: 0;
      color: #fff;
      height: 56px;
      line-height: 56px;
      padding: 0;
      font-size: 18px;
      font-weight: 300;
      text-transform: uppercase;
      padding: 0 0 0 35px; }
      @media (max-width: 991px) {
        .main_menu .btn-group .dropdown-toggle {
          font-size: 15px;
          height: 40px;
          line-height: 40px; } }
      @media (max-width: 767px) {
        .main_menu .btn-group .dropdown-toggle {
          font-size: 13px; } }
      @media (max-width: 500px) {
        .main_menu .btn-group .dropdown-toggle {
          font-size: 13px; }
          .main_menu .btn-group .dropdown-toggle span {
            display: none; } }
    .main_menu .btn-group .dropdown-menu {
      background: rgba(0, 0, 0, 0.8);
      width: 100%;
      border-radius: 0;
      margin: 0; }
      .main_menu .btn-group .dropdown-menu a {
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis; }
        .main_menu .btn-group .dropdown-menu a:hover, .main_menu .btn-group .dropdown-menu a:active, .main_menu .btn-group .dropdown-menu a:focus {
          background: rgba(0, 0, 0, 0.9); }
        .main_menu .btn-group .dropdown-menu a.preview {
          opacity: 0.6; }
          .main_menu .btn-group .dropdown-menu a.preview:hover, .main_menu .btn-group .dropdown-menu a.preview:active, .main_menu .btn-group .dropdown-menu a.preview:focus {
            background: none;
            cursor: default; }
        .main_menu .btn-group .dropdown-menu a .menulabel {
          font-size: 11px;
          line-height: 12px;
          font-weight: 300;
          padding: 2px 4px;
          margin: 0 0 0 5px;
          position: relative;
          bottom: 1px;
          display: inline-block; }
          @media (max-width: 991px) {
            .main_menu .btn-group .dropdown-menu a .menulabel {
              display: none; } }
          .main_menu .btn-group .dropdown-menu a .menulabel.activate {
            background: #00af9c; }
          .main_menu .btn-group .dropdown-menu a .menulabel.preview {
            background: #777; }
        .main_menu .btn-group .dropdown-menu a > .fa {
          display: none; }
        .main_menu .btn-group .dropdown-menu a.activated .activate {
          display: none; }
        .main_menu .btn-group .dropdown-menu a.activated .fa {
          display: inline; }
      .main_menu .btn-group .dropdown-menu .divider {
        background: rgba(255, 255, 255, 0.2);
        margin: 0 8px; }
    .main_menu .btn-group.last > .dropdown-menu {
      left: initial;
      right: 0px;
      float: right; }
    .main_menu .btn-group img {
      width: 70px;
      height: 70px;
      position: absolute;
      top: -6px;
      left: 2px;
      pointer-events: none; }
      @media (max-width: 991px) {
        .main_menu .btn-group img {
          width: 50px;
          height: 50px; } }
      @media (max-width: 767px) {
        .main_menu .btn-group img {
          width: 44px;
          height: 44px;
          top: -2px;
          left: 2px; } }
      @media (max-width: 500px) {
        .main_menu .btn-group img {
          left: 50%;
          margin: 0 0 0 -22px; } }
    .main_menu .btn-group > i {
      font-size: 22px;
      color: #fff;
      position: absolute;
      top: 17px;
      right: 8px; }
      @media (max-width: 991px) {
        .main_menu .btn-group > i {
          top: 10px;
          right: 5px; } }
      @media (max-width: 767px) {
        .main_menu .btn-group > i {
          display: none; } }
    .main_menu .btn-group:hover img,
    .main_menu .btn-group:hover i {
      z-index: 1001; }
    .main_menu .btn-group.open img,
    .main_menu .btn-group.open i {
      z-index: 1001; }

/* ### main menu END ### */
/* ### brand logo START ### */
.header .container {
  position: relative; }

.header.navbar.navbar-transparent {
  border-bottom: 0px; }

.navbar-brand {
  position: relative;
  padding: 6px 0px;
  margin: 0; }
  @media (max-width: 767px) {
    .navbar-brand {
      margin-left: 15px; } }

.platform_logo {
  height: 45px;
  width: auto; }

.footer-brand {
  display: block;
  margin: 0 0 15px 0; }
  .footer-brand .platform_logo {
    display: block;
    margin: 0 auto;
    padding: 2px 1px;
    max-height: 60px; }

/* ### brand logo END ### */
/* ### main_panel START ### */
#alerts {
  margin: 0 10px; }
  @media (max-width: 767px) {
    #alerts {
      margin: 10px 0 0 0; } }

.next_step {
  position: relative;
  padding: 10px 15px 20px 15px;
  color: #000;
  margin-bottom: 10px; }
  .next_step .next_step_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .next_step .next_step_bg.grey {
      background: #efefef; }
    .next_step .next_step_bg.grey {
      background: #efefef; }
  .next_step .next_step_image {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    display: block; }
    @media (min-width: 768px) {
      .next_step .next_step_image.smaller {
        width: 40px;
        height: 40px;
        margin: 5px; } }
    @media (max-width: 767px) {
      .next_step .next_step_image {
        width: 30px;
        height: 30px; } }
  .next_step i.next_step_image {
    font-size: 40px;
    color: #c6c6c6; }
    @media (max-width: 767px) {
      .next_step i.next_step_image {
        font-size: 25px; } }
  .next_step .next_step_content {
    position: relative;
    padding-left: 65px;
    width: 100%;
    padding-right: 40px; }
    @media (max-width: 767px) {
      .next_step .next_step_content {
        padding-left: 40px;
        padding-right: 0px; } }
    .next_step .next_step_content h3 {
      padding-top: 8px; }
      @media (max-width: 767px) {
        .next_step .next_step_content h3 {
          padding-top: 0px; } }
  .next_step .company_proposal .company {
    background: #fff;
    border-radius: 2px;
    padding: 5px 10px 10px 10px; }
    .next_step .company_proposal .company .name {
      font-size: 18px;
      line-height: 24px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .next_step .company_proposal .company .name {
          font-size: 16px;
          line-height: 22px; } }
    .next_step .company_proposal .company .address {
      font-size: 14px;
      line-height: 22px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .next_step .company_proposal .company .address {
          font-size: 13px;
          line-height: 18px; } }
    .next_step .company_proposal .company .btn {
      display: block;
      margin: 5px 0; }
  .next_step.panel-body {
    margin-bottom: 0;
    padding: 10px 10px 40px 10px !important; }
    .next_step.panel-body h3 {
      margin: 0;
      font-weight: 500;
      line-height: 20px; }
    .next_step.panel-body .buttons {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .next_step.panel-body .buttons .btn {
        width: 50%;
        margin: 0;
        float: left;
        border-radius: 0;
        white-space: nowrap; }
        .next_step.panel-body .buttons .btn.solo {
          margin-left: 50%; }
        @media (max-width: 500px) {
          .next_step.panel-body .buttons .btn.enlarge-solo-xs {
            width: 65%;
            margin-left: 35%; } }
    .next_step.panel-body.blue {
      border-left: 6px solid #1b6db3; }
    .next_step.panel-body.red {
      border-left: 6px solid #C50000; }
    .next_step.panel-body.green {
      border-left: 6px solid #46AE00; }
    .next_step.panel-body.orange {
      border-left: 6px solid #EC9524; }
  .next_step.init_spinner {
    min-height: 315px; }
    @media (max-width: 767px) {
      .next_step.init_spinner {
        min-height: 150px; } }

@media (max-width: 767px) {
  .subpanel .panel-title button {
    margin: 8px 0 0 0;
    display: block; } }

.subpanel .media-list {
  margin-top: 10px; }

.subpanel .media-list .media {
  margin-top: 0px; }

#nextStep_signin .panel-body,
#nextStep_company_required .panel-body,
#contactBody .panel-body {
  min-height: 315px; }
  @media (max-width: 1199px) {
    #nextStep_signin .panel-body,
    #nextStep_company_required .panel-body,
    #contactBody .panel-body {
      min-height: 364px; } }
  @media (max-width: 991px) {
    #nextStep_signin .panel-body,
    #nextStep_company_required .panel-body,
    #contactBody .panel-body {
      min-height: auto; }
      #nextStep_signin .panel-body .next_step_content,
      #nextStep_company_required .panel-body .next_step_content,
      #contactBody .panel-body .next_step_content {
        margin-bottom: 20px; } }
  #nextStep_signin .panel-body .media-xs,
  #nextStep_company_required .panel-body .media-xs,
  #contactBody .panel-body .media-xs {
    max-width: 370px; }

/* ### main_panel END ### */
#prime_box .panel-body,
#nextStep_company_required .panel-body,
#contactBody .panel-body {
  min-height: 315px;
  cursor: pointer; }
  @media (max-width: 1199px) {
    #prime_box .panel-body,
    #nextStep_company_required .panel-body,
    #contactBody .panel-body {
      min-height: 364px; } }
  @media (max-width: 991px) {
    #prime_box .panel-body,
    #nextStep_company_required .panel-body,
    #contactBody .panel-body {
      min-height: auto; }
      #prime_box .panel-body .next_step_content,
      #nextStep_company_required .panel-body .next_step_content,
      #contactBody .panel-body .next_step_content {
        margin-bottom: 20px; } }
  #prime_box .panel-body .media-xs,
  #nextStep_company_required .panel-body .media-xs,
  #contactBody .panel-body .media-xs {
    max-width: 370px; }

/* ### about box START ### */
#about_box {
  min-height: 0; }
  #about_box .panel-body {
    padding: 0 20px 40px 170px; }
    #about_box .panel-body .about_image {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 140px;
      height: auto; }
    @media (max-width: 991px) {
      #about_box .panel-body {
        padding: 0 20px 40px 120px; }
        #about_box .panel-body .about_image {
          width: 100px; } }
    @media (max-width: 767px) {
      #about_box .panel-body {
        padding: 0 20px 40px 70px; }
        #about_box .panel-body .about_image {
          width: 50px; } }
    #about_box .panel-body .close {
      position: absolute;
      top: 5px;
      right: 10px;
      font-size: 30px; }
    @media (max-width: 767px) {
      #about_box .panel-body .btn {
        width: 100%;
        margin-bottom: 5px; } }

/* ### about box START ### */
/* ### modules START ### */
.modules_header {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  .modules_header .on_bg {
    width: 50%;
    float: left;
    margin-right: 10px; }
  .modules_header .startPrimeGuidedTour {
    display: inline-block;
    width: calc(50% - 10px);
    float: left; }
    .modules_header .startPrimeGuidedTour a {
      float: right;
      margin-top: 20px;
      margin-left: 15px; }
    .modules_header .startPrimeGuidedTour .alzira {
      display: inline-block;
      width: 50px;
      float: right;
      margin-bottom: -5px; }
      .modules_header .startPrimeGuidedTour .alzira img {
        width: 100%; }
  @media (max-width: 767px) {
    .modules_header .on_bg {
      width: 100%; }
    .modules_header .startPrimeGuidedTour {
      width: calc(100% + 20px);
      margin-left: -10px; }
      .modules_header .startPrimeGuidedTour a {
        margin-left: 0;
        width: calc(50% - 5px);
        padding-left: 0px;
        padding-right: 0px;
        text-align: center; }
      .modules_header .startPrimeGuidedTour a:first-child {
        margin-left: 10px; }
      .modules_header .startPrimeGuidedTour .alzira {
        display: none; } }

.inlineBlock {
  display: inline-block;
  width: 100%;
  float: left; }

.with_header_image .header_image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; }
  .with_header_image .header_image img {
    width: 100%;
    height: auto; }

.with_header_image .relation {
  top: 230px !important; }
  @media (max-width: 1199px) {
    .with_header_image .relation {
      top: 180px !important; } }
  @media (max-width: 991px) {
    .with_header_image .relation {
      top: 0px !important; } }

.after_header_image {
  margin-top: 250px; }
  @media (max-width: 1199px) {
    .after_header_image {
      margin-top: 210px; } }
  @media (max-width: 991px) {
    .after_header_image {
      margin-top: 25% !important; } }
  @media (max-width: 480px) {
    .after_header_image {
      margin-top: 27% !important; } }

.tab-content {
  padding: 0; }

.module_functions {
  max-width: 450px; }
  .module_functions .btn-lg {
    white-space: normal;
    width: 99%; }
  .module_functions .btn-sm {
    margin: 2% 2% 0 0;
    width: 48%; }

.module-widgets img {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15); }
  .module-widgets img:hover {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2); }

.module_activate_btn_wrapper {
  background: #dbf5f1;
  margin: 20px 0 0 0;
  padding: 30px;
  width: 100%;
  position: relative; }
  .module_activate_btn_wrapper .btn {
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .module_activate_btn_wrapper .btn {
        font-size: 16px;
        line-height: 22px; } }

.module_activate_spinner {
  position: relative;
  height: 126px;
  margin: 20px 0 0 0; }

/* ### modules END ### */
/* ### Hitlist START ### */
.hitlist {
  margin: 3px 0 3px 0; }
  .hitlist .hit {
    background: #eaeaea;
    padding: 12px 16px;
    margin: 0 0 3px 0;
    position: relative;
    color: #000; }
    @media (max-width: 767px) {
      .hitlist .hit {
        padding: 8px 12px; } }
    .hitlist .hit .title {
      font-size: 18px;
      line-height: 24px;
      font-weight: 300;
      padding-right: 125px; }
      @media (max-width: 767px) {
        .hitlist .hit .title {
          font-size: 16px;
          line-height: 22px; } }
      @media (max-width: 767px) {
        .hitlist .hit .title {
          padding-right: 93px; } }
    .hitlist .hit .text {
      font-size: 14px;
      line-height: 22px;
      font-weight: 300;
      padding-right: 125px; }
      @media (max-width: 767px) {
        .hitlist .hit .text {
          font-size: 13px;
          line-height: 18px; } }
      @media (max-width: 767px) {
        .hitlist .hit .text {
          padding-right: 93px; } }
    .hitlist .hit .buttons {
      position: absolute;
      top: 18px;
      right: 18px; }
      @media (max-width: 767px) {
        .hitlist .hit .buttons {
          top: 12px;
          right: 12px; }
          .hitlist .hit .buttons .btn {
            padding: 3px 5px; } }
      .hitlist .hit .buttons .textonly {
        color: #aaa;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300; }
        @media (max-width: 767px) {
          .hitlist .hit .buttons .textonly {
            font-size: 13px;
            line-height: 18px; } }
        @media (max-width: 767px) {
          .hitlist .hit .buttons .textonly {
            width: 80px; } }

/* Company Hitlist START */
.company-hitlist .media-list .media {
  margin-top: 0;
  overflow: visible;
  padding-right: 132px;
  position: relative;
  border-top: 1px solid #e2e7eb;
  border-left: 1px solid #e2e7eb;
  border-right: 1px solid #e2e7eb;
  background: #fafafa; }
  .company-hitlist .media-list .media:last-child {
    border-bottom: 1px solid #e2e7eb; }
  .company-hitlist .media-list .media h4 {
    margin: 0; }
  .company-hitlist .media-list .media .company-logo {
    border-radius: 2px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    width: 130px;
    height: 50px;
    margin: 2px 12px 0 0;
    padding: 2px;
    position: relative;
    text-align: center;
    background: #fff; }
    @media (max-width: 480px) {
      .company-hitlist .media-list .media .company-logo {
        width: 80px;
        height: 35px; } }
    .company-hitlist .media-list .media .company-logo img {
      max-height: 100%;
      max-width: 100%; }
  .company-hitlist .media-list .media .media-body {
    padding: 0 130px 0 0; }
    @media (max-width: 480px) {
      .company-hitlist .media-list .media .media-body {
        padding: 0 0 0 0; } }

.company-hitlist .hitlist-buttons {
  position: absolute;
  right: 0;
  top: 5px; }
  @media (max-width: 480px) {
    .company-hitlist .hitlist-buttons {
      position: relative;
      left: 0;
      top: 8px; } }
  .company-hitlist .hitlist-buttons a {
    display: block;
    margin: 0 0 5px; }

@media (max-width: 480px) {
  .company-hitlist.search .hitlist-buttons .btn-group {
    display: block; }
    .company-hitlist.search .hitlist-buttons .btn-group a {
      width: 100%; } }

/* Companys Hitlist END */
/* ### Hitlist END ### */
/* ### Registration START ### */
.registration {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0;
  min-height: 500px; }
  .registration .login_functions {
    margin: 30px 5px 20px 5px; }
    @media (max-width: 991px) {
      .registration .login_functions {
        margin: 15px 0;
        margin-top: 10px; } }
  .registration .header_info {
    padding: 0 30px; }
    .registration .header_info .info_image {
      margin: 20px; }
  .registration h1 {
    font-size: 28px;
    line-height: 33px;
    max-width: 750px;
    margin: 20px auto 0; }
    @media (max-width: 991px) {
      .registration h1 {
        margin: 20px 0 0 0;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .registration h1 {
        font-size: 22px;
        line-height: 26px;
        margin: 0px 0 5px 0; } }
  .registration h2 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    max-width: 750px;
    margin: 10px auto 0; }
    @media (max-width: 991px) {
      .registration h2 {
        margin: 10px 0; } }
    @media (max-width: 767px) {
      .registration h2 {
        font-size: 16px;
        line-height: 20px;
        margin: 15px 0 5px 0; } }
  .registration .main_logo {
    display: block;
    width: 350px;
    margin: 20px auto 50px; }
    @media (max-width: 400px) {
      .registration .main_logo {
        width: 250px;
        margin: 20px auto 30px; } }
  .registration .col_left {
    padding: 20px 50px 20px 200px; }
    @media (max-width: 991px) {
      .registration .col_left {
        width: auto;
        padding: 20px 150px 20px 150px; } }
    @media (max-width: 767px) {
      .registration .col_left {
        padding: 20px 80px 20px 80px; } }
    @media (max-width: 400px) {
      .registration .col_left {
        padding: 20px 30px 20px 30px; } }
  .registration .col_right {
    padding: 20px 200px 20px 50px; }
    @media (max-width: 1199px) {
      .registration .col_right {
        padding: 20px 150px 20px 30px; } }
    @media (max-width: 991px) {
      .registration .col_right {
        width: auto;
        padding: 20px 150px 20px 150px; } }
    @media (max-width: 767px) {
      .registration .col_right {
        padding: 20px 80px 20px 80px; } }
    @media (max-width: 400px) {
      .registration .col_right {
        padding: 20px 30px 20px 30px; } }
    .registration .col_right input {
      border: 0;
      font-size: 14px;
      line-height: 22px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .registration .col_right input {
          font-size: 13px;
          line-height: 18px; } }
    .registration .col_right button {
      padding: 12px 20px; }
  @media (min-width: 1200px) {
    .registration .inline_big {
      float: left;
      width: 157px; }
      .registration .inline_big.first {
        margin-right: 15px;
        width: 158px; } }

.login_helper {
  display: inline-block;
  position: relative;
  top: 11px;
  left: 20px; }
  @media (max-width: 480px) {
    .login_helper {
      display: block;
      left: 0px; } }

/* ### Registration END ### */
/* ### Shop START ### */
.shopping_cart_btn i.fa-shopping-cart {
  font-size: 25px;
  position: relative;
  top: -3px;
  left: 0; }

.shopping_cart_btn .cart_number {
  display: none;
  color: #ff5b57;
  font-size: 10px;
  position: relative;
  top: 3px;
  left: -5px; }

.shopping_cart_btn .cart_btn_label_mobile {
  display: none;
  position: relative;
  top: -5px;
  left: 12px; }

@media (max-width: 767px) {
  .shopping_cart_btn .cart_btn_label_mobile {
    display: inline-block; } }

.shopping_cart_btn.has_items .cart_number {
  display: inline-block; }

.shopping_cart_btn.has_items .cart_btn_label_mobile {
  left: -10px; }

.shop .shopping_cart {
  margin: 30px 0 0 0; }
  .shop .shopping_cart .article {
    position: relative;
    border-bottom: 1px solid #efefef;
    padding: 20px 0 20px 0; }
    .shop .shopping_cart .article .article_image {
      text-align: center; }
      .shop .shopping_cart .article .article_image img {
        width: 100%;
        max-width: 120px; }
    .shop .shopping_cart .article .article_text {
      padding-right: 40px; }
      @media (max-width: 767px) {
        .shop .shopping_cart .article .article_text {
          padding-right: 10px; } }
      .shop .shopping_cart .article .article_text .article_header {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
        word-wrap: break-word; }
        @media (max-width: 767px) {
          .shop .shopping_cart .article .article_text .article_header {
            font-size: 16px;
            line-height: 22px; } }
        .shop .shopping_cart .article .article_text .article_header .promotion_label {
          font-size: 70%; }
      .shop .shopping_cart .article .article_text .article_pomotion {
        font-size: 14px;
        line-height: 22px;
        font-weight: 300; }
        @media (max-width: 767px) {
          .shop .shopping_cart .article .article_text .article_pomotion {
            font-size: 13px;
            line-height: 18px; } }
      .shop .shopping_cart .article .article_text .article_desc {
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        margin: 10px 0 0 0; }
        @media (max-width: 767px) {
          .shop .shopping_cart .article .article_text .article_desc {
            font-size: 13px;
            line-height: 18px; } }
    .shop .shopping_cart .article .article_price {
      padding: 0 10px 0 0; }
      .shop .shopping_cart .article .article_price .article_price_main {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300; }
        @media (max-width: 767px) {
          .shop .shopping_cart .article .article_price .article_price_main {
            font-size: 16px;
            line-height: 22px; } }
      .shop .shopping_cart .article .article_price .article_price_desc {
        font-size: 14px;
        line-height: 22px;
        font-weight: 300; }
        @media (max-width: 767px) {
          .shop .shopping_cart .article .article_price .article_price_desc {
            font-size: 13px;
            line-height: 18px; } }
    .shop .shopping_cart .article .delete_article {
      background: transparent;
      border: none;
      position: relative;
      top: -6px;
      right: 0px;
      color: #ccc;
      font-size: 16px; }
      .shop .shopping_cart .article .delete_article:hover {
        color: #ddd; }
      .shop .shopping_cart .article .delete_article:focus {
        outline: none; }
      @media (max-width: 767px) {
        .shop .shopping_cart .article .delete_article {
          right: -10px; } }
    .shop .shopping_cart .article .line_through {
      font-size: 70%; }
    .shop .shopping_cart .article .promotion_label {
      color: #ff5b57;
      color: #ff0000;
      margin: 0 0 0 5px;
      text-decoration: none !important; }

.shop .cart_empty {
  text-align: center;
  font-style: italic;
  padding: 30px 0; }

.shop .added_promo_code {
  padding: 0 0 10px 0;
  text-align: right; }
  @media (max-width: 767px) {
    .shop .added_promo_code {
      text-align: left; } }

.shop .shopping_cart_summary {
  padding: 30px; }
  @media (max-width: 991px) {
    .shop .shopping_cart_summary {
      padding: 0px; } }
  .shop .shopping_cart_summary .sum {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-align: right; }
    @media (max-width: 767px) {
      .shop .shopping_cart_summary .sum {
        font-size: 20px;
        line-height: 24px; }
        .shop .shopping_cart_summary .sum.long {
          font-size: 16px; } }

.shop .shopping_cart_buttons .btn {
  margin: 0 0 0 8px; }
  @media (max-width: 991px) {
    .shop .shopping_cart_buttons .btn {
      margin: 0 0 8px 0;
      width: 100%; } }

.shop .checkout_footer {
  border-top: 1px solid #efefef;
  padding: 30px; }
  .shop .checkout_footer .shop_phone {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    font-weight: 500;
    margin: 0 0 5px 0; }
    @media (max-width: 767px) {
      .shop .checkout_footer .shop_phone {
        font-size: 20px;
        line-height: 24px; }
        .shop .checkout_footer .shop_phone.long {
          font-size: 16px; } }

.shop .shop_success_message {
  padding: 0 20px;
  background: #efefef; }
  .shop .shop_success_message li {
    padding: 0 0 8px 0; }
  .shop .shop_success_message .success_order_number {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    font-weight: 500; }
    @media (max-width: 767px) {
      .shop .shop_success_message .success_order_number {
        font-size: 20px;
        line-height: 24px; }
        .shop .shop_success_message .success_order_number.long {
          font-size: 16px; } }
  .shop .shop_success_message .hexagonicon li:nth-child(1)::before {
    content: url(../img/agendize/1hexagon.png) "";
    top: 15px;
    position: relative; }
  .shop .shop_success_message .hexagonicon li:nth-child(2)::before {
    content: url(../img/agendize/2hexagon.png) "";
    top: 15px;
    position: relative; }
  .shop .shop_success_message .hexagonicon li:nth-child(3)::before {
    content: url(../img/agendize/3hexagon.png) "";
    top: 15px;
    position: relative; }

.shop .payment_method_icon {
  width: 100px;
  height: 35px;
  margin-bottom: 10px;
  /*  Internet Explorer/Edge ≥ 9
	   	@media screen and (min-width:0\0) {
	   		height:100%;
	   	} */ }

/* ### Shop END ### */
/* ### footer START ### */
/* .footer {
	color: #91989F;
	background: none repeat scroll 0 0#242a30;
	box-shadow: 0 100px 80px -80px rgba(0, 0, 0, 0.7) inset;
	padding: 60px 0;
	text-align: center;
	margin: 0;
	border-top: 0;
	position: relative;
	overflow: hidden;

	a {
		color: $primaryColorBright;

		&:hover,
		&:focus {
			color: $primaryColorDark;
			text-decoration: none;
		}
	}
}

.footer_bvv {
	a {
		color: #efefef;

		&:hover,
		&:focus {
			color: #efefef;
			text-decoration: none;
		}
	}
}

.social_list i {
	font-size: 20px;
} */
/* ### footer END ### */
/* ### newfooter START */
.newfooter {
  color: #91989F;
  background: none repeat scroll 0 0 #fff;
  padding: 60px 0;
  margin: 0;
  border-top: 0;
  position: relative;
  overflow: hidden; }
  .newfooter p, .newfooter span, .newfooter a {
    font-family: "Barlow"; }
  .newfooter .grey {
    color: #737881; }
  .newfooter .p-r-10 {
    padding-right: 10px; }
  .newfooter .p-0 {
    padding: 0; }
  .newfooter .content-container {
    margin-bottom: 20px; }
    .newfooter .content-container .title-content {
      margin-bottom: 20px; }
    .newfooter .content-container .toggle-content-arrow {
      position: absolute;
      top: 5px;
      right: 10px;
      font-size: 12px;
      transition: transform 0.25s ease-out; }
    .newfooter .content-container .content {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      overflow: hidden;
      margin-left: 0 !important;
      padding: 0px 0px !important; }
      .newfooter .content-container .content p, .newfooter .content-container .content .fa {
        color: black; }
      .newfooter .content-container .content .fa {
        font-size: 18px;
        margin-right: 20px; }
      .newfooter .content-container .content .fa-phone {
        font-size: 10px;
        margin: 0;
        margin-right: 10px; }
      @media (max-width: 767px) {
        .newfooter .content-container .content {
          max-height: 0;
          overflow: hidden; }
          .newfooter .content-container .content p {
            margin-left: 10px; } }
    .newfooter .content-container.show .content {
      max-height: 200px; }
    .newfooter .content-container.show .toggle-content-arrow {
      transform: rotate(180deg);
      transition: transform 0.25s ease-in; }
  .newfooter ul {
    margin-top: 80px; }
    .newfooter ul a {
      color: black;
      margin-right: 10px; }
    .newfooter ul li:last-child a {
      margin-right: 0; }
    .newfooter ul br {
      display: none; }
    @media (max-width: 767px) {
      .newfooter ul {
        margin-top: 0; }
        .newfooter ul br {
          display: block; } }
  .newfooter .review-icons {
    text-align: center;
    margin-bottom: 30px; }
    .newfooter .review-icons img {
      margin: 0px 10px; }
  .newfooter .social-icons {
    text-align: center;
    margin: 20px 0; }
    .newfooter .social-icons a {
      color: #737881; }
    .newfooter .social-icons .fa {
      font-size: 18px;
      margin: 0 20px;
      color: #737881; }
  .newfooter .footer-popup {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(51, 51, 51, 0.85);
    z-index: 99; }
    .newfooter .footer-popup .partners-container {
      position: relative;
      display: inline-block;
      width: 700px;
      background-color: white;
      padding: 60px 0px;
      text-align: center; }
      .newfooter .footer-popup .partners-container i {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #eaeaea;
        font-size: 18px;
        cursor: pointer; }
      @media (max-width: 767px) {
        .newfooter .footer-popup .partners-container {
          width: calc(100% - 20px); } }
    .newfooter .footer-popup.showing {
      display: flex; }
  @media (max-width: 767px) {
    .newfooter {
      padding: 30px 0; } }

/* ### newfooter END */
/* ### FAQ START ### */
.faq {
  padding: 20px 15px 30px;
  position: relative; }
  @media (max-width: 767px) {
    .faq {
      padding: 0px 15px 25px; } }
  .faq h2 {
    padding: 10px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .faq h2 {
        font-size: 20px;
        line-height: 24px; }
        .faq h2.long {
          font-size: 16px; } }
  .faq .accordion {
    padding: 0; }
    .faq .accordion .panel-title {
      font-size: 14px;
      line-height: 22px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .faq .accordion .panel-title {
          font-size: 13px;
          line-height: 18px; } }
    .faq .accordion .panel {
      background: transparent;
      font-size: 14px;
      line-height: 22px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .faq .accordion .panel {
          font-size: 13px;
          line-height: 18px; } }
    .faq .accordion .panel-heading,
    .faq .accordion .panel-body {
      padding: 2px 0; }
    .faq .accordion .panel-body {
      padding: 5px 0 10px 0; }
  .faq .lightbulb {
    position: absolute;
    right: 150px;
    top: -40px;
    width: 200px; }
    @media (max-width: 1199px) {
      .faq .lightbulb {
        right: 50px;
        width: 180px; } }
    @media (max-width: 991px) {
      .faq .lightbulb {
        display: none; } }
  .faq.footer_extension {
    text-align: left;
    padding: 0px 15px 70px; }
    @media (max-width: 767px) {
      .faq.footer_extension {
        padding: 0px 15px 20px; } }
    .faq.footer_extension h2 {
      padding: 0 0 20px 0;
      margin: 0; }
    .faq.footer_extension h2,
    .faq.footer_extension p {
      color: #91989F; }
    .faq.footer_extension h3 a {
      color: #3bc2b3; }
      .faq.footer_extension h3 a:hover {
        color: #0d9586; }
      .faq.footer_extension h3 a:active, .faq.footer_extension h3 a:focus {
        color: #00af9c; }
    .faq.footer_extension .panel-group .panel-heading + .panel-collapse > .list-group,
    .faq.footer_extension .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px dotted #707478; }

/* ### FAQ END ### */
/* ### Design switch START ### */
#design_switch {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
  min-height: 120px;
  top: 120px;
  padding: 0px;
  right: 0px;
  z-index: 1020; }
  #design_switch .design {
    display: none; }
  #design_switch.open {
    padding: 5px; }
    #design_switch.open .design {
      display: block; }
  @media (max-width: 991px) {
    #design_switch {
      display: none; } }
  #design_switch .design {
    padding: 3px 5px 3px 3px;
    margin-bottom: 2px;
    cursor: pointer;
    color: #fff;
    clear: both; }
    #design_switch .design.selected {
      color: #000;
      background-color: white; }
    #design_switch .design:hover {
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; }
    #design_switch .design img {
      width: 20px;
      height: 20px;
      margin-right: 3px; }
  #design_switch .button {
    background-image: url(../img/design_switch_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 120px;
    border-radius: 3px 0 0 3px;
    position: absolute;
    top: 0px;
    left: -35px;
    cursor: pointer; }
    #design_switch .button:hover {
      background-color: rgba(0, 0, 0, 0.8); }
    @media (max-width: 991px) {
      #design_switch .button {
        background-image: url(../img/design_switch_icon_horizontal.png);
        height: 35px;
        width: 120px;
        left: 0px;
        top: auto;
        bottom: -35px;
        border-radius: 0 0 3px 3px; } }

/* ### Design switch END ### */
/* ### landingpage info content START ### */
#landingpage_info {
  /*  About  */
  /*  About END  */
  /*  Sections START  */
  /*  Sections END  */ }
  #landingpage_info .content {
    position: relative; }
  #landingpage_info h2.content-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 300; }
    @media (max-width: 767px) {
      #landingpage_info h2.content-title {
        font-size: 20px;
        line-height: 24px; }
        #landingpage_info h2.content-title.long {
          font-size: 18px; } }
  #landingpage_info .desc_text p {
    margin-bottom: 20px; }
  #landingpage_info .content .title_about {
    margin-bottom: 50px; }
  #landingpage_info .asking_person {
    border-radius: 200px;
    width: 130px;
    height: 130px;
    margin: -10px 10px 0 0px;
    display: inline-block; }
  @media (max-width: 991px) {
    #landingpage_info .asking_person {
      display: block;
      float: none;
      margin: 0px auto 10px; } }
  #landingpage_info .form_box {
    padding: 20px; }
  @media (min-width: 992px) {
    #landingpage_info #samples {
      margin: 0 25px; } }
  #landingpage_info .section {
    padding: 0 30px;
    text-align: center; }
  #landingpage_info .section_samples {
    margin-top: 40px; }
  #landingpage_info .section_image {
    width: 150px;
    height: 150px; }
    @media (max-width: 991px) {
      #landingpage_info .section_image {
        width: 100px;
        height: 100px; } }
  #landingpage_info .section_image_compositions {
    position: relative;
    margin: 0 0 40px 0;
    height: 190px; }
  #landingpage_info .section_image_composition {
    position: absolute;
    width: 80px;
    height: 80px;
    transition: 0.1s ease-in-out; }
  #landingpage_info .section_image_composition:hover {
    transform: scale(1.2);
    z-index: 5; }
  #landingpage_info .section_image_composition.sec1 {
    top: 0px;
    left: 0px; }
  #landingpage_info .section_image_composition.sec2 {
    top: 0px;
    left: 74px; }
  #landingpage_info .section_image_composition.sec3 {
    top: 64px;
    left: 37px; }
  #landingpage_info .section_image_composition.sec4 {
    top: 64px;
    left: 111px; }
  @media (max-width: 991px) {
    #landingpage_info .section_image_composition {
      width: 70px;
      height: 70px; }
    #landingpage_info .section_image_composition.sec1 {
      top: 0px;
      left: 0px; }
    #landingpage_info .section_image_composition.sec2 {
      top: 0px;
      left: 65px; }
    #landingpage_info .section_image_composition.sec3 {
      top: 56px;
      left: 32px; }
    #landingpage_info .section_image_composition.sec4 {
      top: 57px;
      left: 96px; } }
  @media (max-width: 767px) {
    #landingpage_info .section_samples {
      margin-top: 20px; }
    #landingpage_info .section_image_compositions {
      height: 85px; }
    #landingpage_info .section_image_composition {
      transition: none;
      position: relative;
      top: 0 !important;
      left: 0 !important;
      width: 65px;
      height: 65px; }
    #landingpage_info .section_image_composition:hover {
      transform: none; } }
  #landingpage_info .sample_person img {
    border-radius: 200px;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px; }
  @media (max-width: 992px) {
    #landingpage_info .sample_person img {
      border-radius: 130px;
      width: 160px;
      height: 160px; } }
  @media (max-width: 767px) {
    #landingpage_info .sample_person {
      text-align: center; } }
  #landingpage_info .sample_sections {
    position: relative; }
  #landingpage_info .challenges {
    list-style: inside none none;
    padding: 0; }
  #landingpage_info .challenges li {
    margin-bottom: 5px; }
  #landingpage_info .challenges i {
    font-size: 15px;
    margin-right: 5px; }

/*  Directories START  */
.directories {
  text-align: center;
  padding: 20px; }
  .directories .directory {
    display: inline-block;
    margin: 0 20px 20px 0; }
    .directories .directory img {
      max-height: 39px;
      height: auto; }
      @media (max-width: 767px) {
        .directories .directory img {
          max-height: 30px; } }
    .directories .directory _:-ms-lang(x),
    .directories .directory img {
      height: 100%; }
    .directories .directory:last-child {
      min-width: 136px; }

/*  Directories END  */
/*  Partner START  */
#partner {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    #partner {
      margin-bottom: 0px; } }

.partner_logo {
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  width: 175px;
  height: 60px;
  margin: 0 10px 10px 0; }

.partner_logo:hover {
  background-position: 0 -60px; }

@media (max-width: 767px) {
  #partner {
    padding-bottom: 40px; }
  .partner_logo {
    width: 100px;
    height: 34px;
    background-size: 100px auto;
    margin: 0 5px 5px 0; }
  .partner_logo:hover {
    background-position: 0 -34px; } }

.partner_logo.biglisting {
  background-image: url("../img/partner/partner_biglisting.png"); }

.partner_logo.billomat {
  background-image: url("../img/partner/partner_billomat.png"); }

.partner_logo.yext {
  background-image: url("../img/partner/partner_yext.png"); }

.partner_logo.fairrank {
  background-image: url("../img/partner/partner_fairrank.png"); }

.partner_logo.rankingcoach {
  background-image: url("../img/partner/partner_rankingcoach.png"); }

.partner_logo.freelancermap {
  background-image: url("../img/partner/partner_freelancermap.png"); }

.partner_logo.it2media {
  background-image: url("../img/partner/partner_it2media.png"); }

.partner_logo.mami {
  background-image: url("../img/partner/partner_mami.png"); }

.partner_logo.unternehmer {
  background-image: url("../img/partner/partner_unternehmer.png"); }

.partner_logo.vorlagen {
  background-image: url("../img/partner/partner_vorlagen.png"); }

/*  Partner END  */
/* ### landingpage info content END ### */
/* ### share START ### */
#tell_a_friend {
  /* Only for Safari 9+ */ }
  #tell_a_friend .dashboard-widget-1 {
    min-height: auto; }
  @supports (overflow: -webkit-marquee) and (justify-content: inherit) {
    #tell_a_friend .shariff .orientation-horizontal {
      display: block;
      flex-wrap: initial; } }

.shariff .shariff-button a {
  border-radius: 0; }

/* ### share END ### */
/* ### switch START ### */
.switch .switch_label {
  float: left;
  width: 160px;
  margin: 5px 20px 20px 0;
  text-align: right; }

.switch .switchery {
  float: left; }

.switch a {
  display: block;
  float: left;
  white-space: nowrap;
  margin: 5px 0 0 10px; }
  @media (max-width: 480px) {
    .switch a {
      clear: both; } }

/* ### switch END ### */
/* ### customcheckbox START ### */
.customcheckbox_helper {
  cursor: pointer;
  color: #00af9c;
  text-align: center;
  border: 2px solid #ccc; }
  .customcheckbox_helper.disabled {
    border: 0px none; }
    .customcheckbox_helper.disabled:hover {
      border: 0px none !important; }
  .customcheckbox_helper.big {
    width: 40px;
    height: 40px;
    border-radius: 50px; }
    .customcheckbox_helper.big i {
      font-size: 30px;
      margin: 3px 0 0 0;
      display: none; }
    .customcheckbox_helper.big:hover {
      border: 2px solid #aaa; }
  .customcheckbox_helper.center {
    margin: 0 auto; }
  .customcheckbox_helper.checked i {
    display: block; }

/* ### customcheckbox END ### */
/* ### accordion START ### */
.accordion-toggle i {
  color: #000; }
  .accordion-toggle i:focus, .accordion-toggle i:hover {
    color: #000; }

.accordion-toggle.collapsed i {
  color: #00af9c; }

.accordion-toggle.primary-color {
  color: #00af9c; }
  .accordion-toggle.primary-color:focus, .accordion-toggle.primary-color:hover {
    color: #0a7368; }
  .accordion-toggle.primary-color i {
    color: #00af9c; }
    .accordion-toggle.primary-color i:focus, .accordion-toggle.primary-color i:hover {
      color: #00af9c; }

.accordion-toggle.boxed {
  margin: 0; }
  .accordion-toggle.boxed i {
    color: #fff; }

.panel-collapse {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .panel-collapse {
      font-size: 13px;
      line-height: 18px; } }

.panel-title .accordion-toggle.accordion-toggle-chevron.collapsed .fa::before {
  content: ""; }

.panel-title .accordion-toggle.accordion-toggle-chevron .fa::before {
  content: ""; }

/* ### accordion END ### */
/* ### Vertical Tabs START ### */
.vertical_tabs {
  margin-top: 30px; }
  .vertical_tabs .vertical_tab {
    display: block;
    padding: 10px 15px;
    margin: 0 0 5px 0;
    background: #e0e0e0;
    color: #444;
    margin-right: 20px; }
    .vertical_tabs .vertical_tab.active {
      position: relative;
      background: #efefef;
      font-weight: bold; }
      .vertical_tabs .vertical_tab.active::after {
        font-family: 'Font Awesome 5 Free';
        font-size: 64px;
        content: "\f0da";
        color: #efefef;
        position: absolute;
        right: -14px;
        top: 50%;
        margin-top: -9px;
        -webkit-text-stroke: 0;
        font-weight: 900; }
    @media (max-width: 991px) {
      .vertical_tabs .vertical_tab {
        margin-right: 0px; }
        .vertical_tabs .vertical_tab.active::after {
          display: none; } }

/* ### Vertical Tabs END ### */
/* ### DataTables START ### */
table.dataTable,
table.dataTable a,
.dataTables_info {
  font-size: 14px;
  font-weight: 300; }

.dataTables_info {
  padding-top: 0px !important;
  margin-bottom: 10px; }

@media (max-width: 480px) {
  .dataTables_filter {
    display: none !important; } }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: normal;
  font-size: 15px;
  border: 0px none; }

table.dataTable thead {
  border: 0px none; }

table.dataTable td.child {
  padding-left: 10px !important; }

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background: #fafafa !important; }

table.dataTable.dtr-inline.collapsed tbody td:first-child::before,
table.dataTable.dtr-inline.collapsed tbody th:first-child::before {
  box-shadow: none !important;
  border: 0px none !important;
  background-color: #00af9c !important;
  top: 12px !important; }

table.dataTable.collapsed .click_row:hover .sorting_1 {
  background: #c8f0ea !important;
  cursor: pointer; }

td.letter {
  text-align: center; }

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child::before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child::before {
  background-color: #000 !important;
  line-height: 12px !important; }

table.dataTable .parent td {
  background: #ccc !important; }

@media (max-width: 480px) {
  div.dataTables_filter label {
    float: left !important; } }

/* ### DataTables END ### */
/* ### table-responsive-slwrk START ### */
/* ### table-responsive-slwrk END ### */
/* ### Google Maps START ### */
.gm-style-iw p {
  margin: 0; }

/* ### Google Maps END ### */
/* ### Steps START ### */
.steps .step {
  padding: 12px 20px;
  background: #efefef;
  margin: 0 0 5px 0;
  cursor: pointer; }
  .steps .step:hover {
    background: #eaeaea; }
  .steps .step i {
    font-size: 18px; }
  .steps .step.checked {
    background: #fff;
    cursor: default; }

/* ### Steps END ### */
/* ### Tutorial START ### */
.tutorial {
  position: fixed;
  top: -300px;
  left: 0px;
  height: auto;
  width: 100%;
  padding: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.5);
  z-index: -100000;
  transition: all 0.5s ease-out 0s; }
  .tutorial.show {
    top: 55px;
    z-index: 1000; }
  .tutorial h2 {
    color: #fff;
    font-size: 30px;
    line-height: 34px; }
    @media (max-width: 1199px) {
      .tutorial h2 {
        font-size: 24px;
        line-height: 28px; } }
  .tutorial h4,
  .tutorial label {
    color: #fff; }
  .tutorial i.arrow {
    font-size: 40px;
    cursor: pointer; }

/* ### Tutorial END ### */
/* ### Infopages START ### */
.infopage > .container {
  padding: 0; }

.infopage .btn-activate {
  float: right; }
  @media (max-width: 991px) {
    .infopage .btn-activate {
      float: none; } }

.infopage .page {
  padding: 20px 30px 50px; }
  .infopage .page section {
    margin: 0 -60px;
    padding: 30px 60px; }
    @media (max-width: 991px) {
      .infopage .page section {
        margin: 0 -30px;
        padding: 30px 30px; } }
    .infopage .page section.grey {
      background: #efefef; }
      .infopage .page section.grey .btn-standard {
        background: #d7d7d7; }
        .infopage .page section.grey .btn-standard:hover {
          background: #cecece; }
      .infopage .page section.grey .tab-content {
        background: transparent; }
      .infopage .page section.grey .nav-pills.grey a {
        background: #d7d7d7; }
        .infopage .page section.grey .nav-pills.grey a:hover {
          background: #cecece; }
        .infopage .page section.grey .nav-pills.grey a.btn-theme {
          background: #00af9c;
          color: #fff;
          border: 0px; }
          .infopage .page section.grey .nav-pills.grey a.btn-theme:hover {
            background: #0d9586; }
      .infopage .page section.grey .nav-pills.grey .active a {
        background: #242a30; }
    .infopage .page section.theme {
      background: #00af9c; }
      .infopage .page section.theme h2,
      .infopage .page section.theme h3,
      .infopage .page section.theme p {
        color: #fff; }
      .infopage .page section.theme .btn {
        background: #0d9586;
        border: 1px solid #fff; }
        .infopage .page section.theme .btn:hover {
          background: #0a7368; }
      .infopage .page section.theme .btn {
        background: #0a7368;
        border: 1px solid #0a7368; }
        .infopage .page section.theme .btn:hover {
          background: #0a685e;
          border: 1px solid #0a685e; }
    .infopage .page section.full_width {
      padding: 0; }
  .infopage .page .infopage_header_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden; }
  .infopage .page .infopage_header {
    padding: 23% 0 20px 0; }
    .infopage .page .infopage_header .title_image {
      padding-right: 20px; }
    .infopage .page .infopage_header h1 {
      margin: 0px 10px 10px 0;
      font-size: 35px;
      line-height: 38px;
      font-weight: 300; }
      @media (max-width: 1199px) {
        .infopage .page .infopage_header h1.long {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .infopage .page .infopage_header h1 {
          font-size: 28px;
          line-height: 32px; }
          .infopage .page .infopage_header h1.long {
            font-size: 23px; } }
    @media (max-width: 991px) {
      .infopage .page .infopage_header .right {
        text-align: center;
        width: 100%;
        background: #efefef;
        padding: 15px 15px;
        clear: both; } }
  .infopage .page h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .infopage .page h2 {
        font-size: 20px;
        line-height: 24px; }
        .infopage .page h2.long {
          font-size: 16px; } }
    .infopage .page h2.big {
      font-size: 35px;
      line-height: 38px;
      font-weight: 300; }
      @media (max-width: 1199px) {
        .infopage .page h2.big.long {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .infopage .page h2.big {
          font-size: 28px;
          line-height: 32px; }
          .infopage .page h2.big.long {
            font-size: 23px; } }
  .infopage .page h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .infopage .page h3 {
        font-size: 20px;
        line-height: 24px; }
        .infopage .page h3.long {
          font-size: 16px; } }
  .infopage .page h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .infopage .page h4 {
        font-size: 16px;
        line-height: 22px; } }
  .infopage .page .infopage_teaser {
    margin-bottom: 40px; }
    .infopage .page .infopage_teaser .text {
      padding: 0 40px 40px 40px;
      padding: 0 20px 40px 20px; }
      .infopage .page .infopage_teaser .text h4 {
        padding: 0 0 5px 0; }
      @media (max-width: 991px) {
        .infopage .page .infopage_teaser .text {
          padding: 0 20px 40px 20px; }
          .infopage .page .infopage_teaser .text h4 {
            font-size: 16px;
            padding: 0; } }
    .infopage .page .infopage_teaser .image img {
      max-height: 400px;
      width: auto;
      display: block;
      margin: 0 auto; }
    .infopage .page .infopage_teaser .image .zoom {
      margin: 0 auto 30px;
      padding: 0;
      width: 350px; }
    .infopage .page .infopage_teaser .image .img_wrapper {
      width: 350px;
      height: 400px;
      position: relative;
      transition: all 4s ease-in-out;
      transform: scale(1) translate(0, 0); }
      .infopage .page .infopage_teaser .image .img_wrapper div {
        -webkit-text-stroke: initial; }
    .infopage .page .infopage_teaser .image .zoom.animation.start {
      overflow: hidden; }
      .infopage .page .infopage_teaser .image .zoom.animation.start .img_wrapper {
        transform: scale(2.8) translate(8px, 100px);
        position: relative; }
    .infopage .page .infopage_teaser .image .zoom.animation.start.phase2 .img_wrapper {
      transition: all 3s ease-in-out;
      transform: scale(2.7) translate(10px, 97px); }
    @media (max-width: 991px) {
      .infopage .page .infopage_teaser {
        margin-bottom: 0px; }
        .infopage .page .infopage_teaser .image img {
          width: 350px;
          width: auto;
          margin: 0 auto 20px; } }
  @media (min-width: 992px) {
    .infopage .page.big {
      padding: 40px 60px 50px; } }
  .infopage .page.big .btn-activate {
    display: block;
    float: none;
    margin: 50px auto 0;
    max-width: 350px;
    white-space: normal;
    line-height: 20px; }
    @media (max-width: 767px) {
      .infopage .page.big .btn-activate.xs_100 {
        max-width: 100%;
        width: 100%; } }
  .infopage .page .infopage_labels .info {
    float: left;
    margin-right: 15px;
    margin-bottom: 2px; }
    .infopage .page .infopage_labels .info:last-child {
      margin-bottom: 20px; }
    .infopage .page .infopage_labels .info a {
      display: inline-block; }
    .infopage .page .infopage_labels .info .text {
      width: auto;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 2px;
      display: inline-block;
      text-align: right;
      line-height: 18px;
      position: relative;
      bottom: -4px; }
      @media (max-width: 480px) {
        .infopage .page .infopage_labels .info .text {
          width: 80px; } }
  .infopage .page .infopage_description {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px; }
    .infopage .page .infopage_description.less {
      height: 300px; }
    .infopage .page .infopage_description .text {
      position: relative; }
      .infopage .page .infopage_description .text h2 {
        margin-top: 25px; }
  .infopage .page .infopage_descriptionRanking {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px; }
    .infopage .page .infopage_descriptionRanking.less {
      height: 300px; }
    .infopage .page .infopage_descriptionRanking .text {
      position: relative; }
      .infopage .page .infopage_descriptionRanking .text h2 {
        margin-top: 25px; }
  .infopage .page .infopage_descriptionPortals {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px; }
    .infopage .page .infopage_descriptionPortals.less {
      height: 300px; }
    .infopage .page .infopage_descriptionPortals .text {
      position: relative; }
      .infopage .page .infopage_descriptionPortals .text h2 {
        margin-top: 25px; }
  .infopage .page .readmore {
    height: 130px;
    position: relative;
    margin-top: -130px;
    margin-bottom: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+82 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 82%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 82%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 82%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */ }
    .infopage .page .readmore a {
      display: block;
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 0px; }
  .infopage .page .readless a {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 10px 0 0 0; }
  .infopage .page .infopage_image_slider {
    margin-bottom: 40px; }
    .infopage .page .infopage_image_slider .item {
      margin: 3px;
      text-align: center;
      background: #fff;
      height: 200px; }
      @media (max-width: 991px) {
        .infopage .page .infopage_image_slider .item {
          height: 150px; } }
      .infopage .page .infopage_image_slider .item img {
        width: auto;
        max-width: 100%;
        max-height: 220px; }
      .infopage .page .infopage_image_slider .item .bg_img {
        width: 100%;
        height: 100%;
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat; }
        .infopage .page .infopage_image_slider .item .bg_img.bg_left {
          background-position: left top; }
  .infopage .page .infopage_slider_one_slide {
    margin-bottom: 40px; }
    .infopage .page .infopage_slider_one_slide .item {
      margin: 3px;
      text-align: center;
      background: #fff; }
      .infopage .page .infopage_slider_one_slide .item img {
        width: auto;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 400px; }
      .infopage .page .infopage_slider_one_slide .item .bg_img {
        width: 100%;
        height: 100%;
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat; }
        .infopage .page .infopage_slider_one_slide .item .bg_img.bg_left {
          background-position: left top; }
  .infopage .page .product_price {
    text-align: center; }
    .infopage .page .product_price .promotion_title {
      display: none; }
    .infopage .page .product_price .promotion_title {
      display: none; }
      .infopage .page .product_price .promotion_title.style1 {
        color: #ff0000;
        font-size: 25px;
        line-height: 35px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0 5px 0 5px;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (max-width: 767px) {
          .infopage .page .product_price .promotion_title.style1 {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 10px; } }
    .infopage .page .product_price .promotion_subline {
      position: relative;
      margin: -10px 0 20px 0;
      color: #ff0000;
      font-size: 14px;
      font-style: italic;
      line-height: 16px; }
    .infopage .page .product_price .promotion_ex_price {
      position: relative;
      text-align: left;
      text-decoration: line-through;
      font-size: 20px;
      line-height: 20px;
      display: none; }
    .infopage .page .product_price .product_image {
      position: relative;
      top: 0px;
      left: 0px;
      width: 100%;
      max-width: 230px;
      margin: 15px auto 15px;
      display: block; }
    .infopage .page .product_price .promotion_image img {
      position: absolute;
      top: 0px;
      left: -170px;
      max-width: 230px; }
      @media (max-width: 767px) {
        .infopage .page .product_price .promotion_image img {
          position: relative;
          top: 0px;
          left: 0px;
          width: 100%;
          max-width: 230px;
          margin: 0 auto;
          display: block; } }
    .infopage .page .product_price .promotion_color {
      color: #ff0000; }
    .infopage .page .product_price .promotion_desc {
      max-width: 350px; }
    .infopage .page .product_price.has_promotion .promotion_title {
      display: block; }
    .infopage .page .product_price.has_promotion .promotion_title {
      display: block; }
    .infopage .page .product_price.has_promotion .promotion_ex_price {
      display: block; }
  .infopage .page .price_cta {
    background: #d6f1ee;
    padding: 10px 20px 20px 20px;
    margin: 30px 0 0 0;
    text-align: center;
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-width: 350px; }
    @media (max-width: 767px) {
      .infopage .page .price_cta {
        min-width: auto;
        width: 100%; } }
    .infopage .page .price_cta .price {
      font-size: 100px;
      line-height: 100px;
      font-weight: bold;
      display: inline-block;
      position: relative;
      margin: 5px 0 15px 0;
      color: #000;
      padding: 0 15px 0 0; }
      @media (max-width: 767px) {
        .infopage .page .price_cta .price {
          font-size: 80px;
          line-height: 80px; } }
      .infopage .page .price_cta .price .int {
        letter-spacing: -5px; }
      .infopage .page .price_cta .price .dec {
        font-size: 60%;
        letter-spacing: 0px;
        position: relative;
        top: -35px;
        left: -17px; }
        @media (max-width: 767px) {
          .infopage .page .price_cta .price .dec {
            top: -25px;
            left: -10px; } }
      .infopage .page .price_cta .price .asterisk {
        display: block;
        position: absolute;
        font-size: 25%;
        top: -30px;
        right: 0px; }
        @media (max-width: 767px) {
          .infopage .page .price_cta .price .asterisk {
            top: -25px; } }
      .infopage .page .price_cta .price .currency {
        display: block;
        position: absolute;
        font-size: 20%;
        bottom: 10px;
        text-overflow: ellipsis;
        left: 138px;
        line-height: 22px; }
        @media (max-width: 991px) {
          .infopage .page .price_cta .price .currency {
            left: 138px;
            bottom: -23px; } }
        @media (max-width: 767px) {
          .infopage .page .price_cta .price .currency {
            left: 105px; } }
    .infopage .page .price_cta .campaign_stamp {
      position: absolute;
      top: 10px;
      left: -130px;
      width: 200px;
      height: auto; }
      @media (max-width: 767px) {
        .infopage .page .price_cta .campaign_stamp {
          width: 120px;
          top: -10px;
          left: -33px; } }
    .infopage .page .price_cta .btn-activate {
      margin: 0 auto; }
  .infopage .page .infopage_faq {
    padding: 0 0 30px 0; }
    .infopage .page .infopage_faq .panel-heading {
      padding: 10px 0; }
      .infopage .page .infopage_faq .panel-heading .accordion-toggle {
        padding: 0px 15px;
        color: #00af9c; }
  .infopage .page .infopage_howto {
    position: relative; }
    .infopage .page .infopage_howto .howto_step {
      position: relative;
      padding: 10px 30px 0 50px;
      min-height: 50px; }
      .infopage .page .infopage_howto .howto_step .step_number {
        position: absolute;
        top: 0px;
        left: 15px;
        font-size: 40px; }
      .infopage .page .infopage_howto .howto_step .step_image {
        margin: 10px 0;
        max-height: 150px; }

.infopage .percent .text {
  padding: 15px 0 0 0; }
  @media (max-width: 1199px) {
    .infopage .percent .text {
      padding: 0 0 0 0; } }

.infopage .recommendations {
  padding: 10px 0px 0px 45px; }
  .infopage .recommendations h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 15px 0; }
    @media (max-width: 767px) {
      .infopage .recommendations h2 {
        font-size: 20px;
        line-height: 24px; }
        .infopage .recommendations h2.long {
          font-size: 16px; } }
  @media (max-width: 991px) {
    .infopage .recommendations {
      padding: 0; }
      .infopage .recommendations h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
        margin: 30px 0 15px 0; } }
    @media (max-width: 991px) and (max-width: 767px) {
      .infopage .recommendations h2 {
        font-size: 20px;
        line-height: 24px; }
        .infopage .recommendations h2.long {
          font-size: 16px; } }
  @media (max-width: 767px) {
    .infopage .recommendations {
      padding: 0 10px; } }
  .infopage .recommendations .recommendation {
    display: block;
    margin-bottom: 20px; }
    .infopage .recommendations .recommendation .recommendation_image {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: 140px;
      width: 100%; }
    .infopage .recommendations .recommendation .rimgone {
      background-image: url("../img/mycompanyinternet/teaser.svg");
      background-color: #fff;
      background-size: 78%;
      background-position-y: -45px; }
    .infopage .recommendations .recommendation .rimgtwo {
      background-image: url("../img/sedi/teaser_bg.jpg");
      background-color: #e66a6a; }
    .infopage .recommendations .recommendation .recommendation_title {
      padding: 14px 18px;
      color: #000;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 24px;
      line-height: 30px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .infopage .recommendations .recommendation .recommendation_title {
          font-size: 20px;
          line-height: 24px; }
          .infopage .recommendations .recommendation .recommendation_title.long {
            font-size: 16px; } }
    .infopage .recommendations .recommendation.blue {
      border-left: 6px solid #1b6db3; }
    .infopage .recommendations .recommendation.red {
      border-left: 6px solid #C50000; }
    .infopage .recommendations .recommendation.green {
      border-left: 6px solid #46AE00; }
    .infopage .recommendations .recommendation.orange {
      border-left: 6px solid #EC9524; }
    @media (min-width: 480px) and (max-width: 991px) {
      .infopage .recommendations .recommendation {
        width: 48%;
        float: left;
        margin-right: 4%;
        min-height: 225px; }
        .infopage .recommendations .recommendation:last-child {
          margin-right: 0; } }

.infopage .video_button {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  display: block;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767px) {
    .infopage .video_button {
      margin: 30px auto 0; } }
  .infopage .video_button .mask {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
    .infopage .video_button .mask .text {
      font-size: 25px;
      line-height: 30px;
      color: #fff;
      text-align: center;
      position: relative;
      padding: 20px 30px; }
    .infopage .video_button .mask i {
      color: #fff;
      font-size: 55px;
      opacity: 0.5; }
  .infopage .video_button:hover {
    box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.5); }
    .infopage .video_button:hover i {
      opacity: 1; }

.recommendation {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
  position: relative; }

/* ### Infopages END ### */
/* ### theme dialog 1 START ### */
.theme_dialog {
  color: #fff; }
  .theme_dialog .modal-body {
    background-image: url("../img/sellwerk_icon_dark_transparent.svg");
    background-color: #00af9c;
    background-position: center center;
    background-size: 102% auto;
    background-repeat: no-repeat;
    min-height: 300px;
    color: #fff; }
    .theme_dialog .modal-body h2 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 300;
      font-weight: bold;
      color: #fff;
      position: relative; }
      @media (max-width: 767px) {
        .theme_dialog .modal-body h2 {
          font-size: 20px;
          line-height: 24px; }
          .theme_dialog .modal-body h2.long {
            font-size: 16px; } }
      .theme_dialog .modal-body h2.with_icon {
        padding-left: 70px; }
        .theme_dialog .modal-body h2.with_icon img {
          width: 50px;
          height: auto;
          position: absolute;
          top: 0px;
          left: 0px; }
    .theme_dialog .modal-body h3 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 300;
      color: #fff; }
      @media (max-width: 767px) {
        .theme_dialog .modal-body h3 {
          font-size: 16px;
          line-height: 22px; } }
  .theme_dialog input.big,
  .theme_dialog button.big {
    border: 0px;
    font-size: 22px;
    line-height: 27px;
    color: #333;
    padding: 10px 15px;
    height: auto; }
    @media (max-width: 767px) {
      .theme_dialog input.big,
      .theme_dialog button.big {
        font-size: 18px;
        line-height: 25px;
        padding: 5px 10px; } }
  .theme_dialog .form-group .form-control {
    border: 0px; }
  .theme_dialog .form-group .form-control-feedback {
    right: 10px; }
  @media (max-width: 767px) {
    .theme_dialog .form-group .form-control {
      margin-bottom: 5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .theme_dialog .form-group .form-control {
      height: 36px; } }
  @media (min-width: 1200) {
    .theme_dialog .form-group .form-control {
      height: 36px; } }
  .theme_dialog .buttons {
    padding-bottom: 5px; }
    .theme_dialog .buttons .btn {
      background: none;
      display: block;
      border: 0px;
      margin: 5px auto 0;
      padding: 12px;
      font-size: 14px;
      line-height: 22px;
      font-weight: 300;
      min-width: 200px;
      position: relative;
      color: #fff; }
      @media (max-width: 767px) {
        .theme_dialog .buttons .btn {
          font-size: 13px;
          line-height: 18px; } }
      .theme_dialog .buttons .btn i.fa-angle-right {
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -15px;
        font-size: 30px;
        line-height: 30px;
        opacity: 0.3; }
      .theme_dialog .buttons .btn.btn_left {
        padding: 10px;
        float: left;
        text-align: left; }
      .theme_dialog .buttons .btn.btn_right {
        padding: 10px;
        float: right;
        text-align: right; }
      @media (max-width: 767px) {
        .theme_dialog .buttons .btn.btn_side {
          float: none;
          text-align: center;
          padding: 10px 10px 0 10px; } }
    .theme_dialog .buttons .btn-primary {
      background-color: #0a7368; }
      .theme_dialog .buttons .btn-primary:hover {
        background-color: #0a685e; }
      .theme_dialog .buttons .btn-primary.maxwidth {
        width: 100%; }
  .theme_dialog .inline_message,
  .theme_dialog .help-block {
    background: rgba(0, 0, 0, 0.5);
    line-height: 23px; }

/* ### theme dialog 1 END ### */
/* ### theme dialog 2 START ### */
.theme_dialog-2 .modal-header-2 .modal-title-2 {
  color: #fff; }

.theme_dialog-2 .modal-body-2 {
  background-color: #00af9c;
  min-height: 300px;
  color: #fff;
  padding: 15px 25px; }
  .theme_dialog-2 .modal-body-2 h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    font-weight: bold;
    color: #fff;
    position: relative; }
    @media (max-width: 767px) {
      .theme_dialog-2 .modal-body-2 h2 {
        font-size: 20px;
        line-height: 24px; }
        .theme_dialog-2 .modal-body-2 h2.long {
          font-size: 16px; } }
    .theme_dialog-2 .modal-body-2 h2.with_icon {
      padding-left: 70px; }
      .theme_dialog-2 .modal-body-2 h2.with_icon img {
        width: 50px;
        height: auto;
        position: absolute;
        top: 0px;
        left: 0px; }
  .theme_dialog-2 .modal-body-2 h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 767px) {
      .theme_dialog-2 .modal-body-2 h3 {
        font-size: 16px;
        line-height: 22px; } }

.theme_dialog-2 .modal-footer-2 {
  color: #fff;
  border-top: none; }

.theme_dialog-2 input.big,
.theme_dialog-2 button.big {
  border: 0px;
  font-size: 22px;
  line-height: 27px;
  color: #333;
  padding: 10px 15px;
  height: auto; }
  @media (max-width: 767px) {
    .theme_dialog-2 input.big,
    .theme_dialog-2 button.big {
      font-size: 18px;
      line-height: 25px;
      padding: 5px 10px; } }

.theme_dialog-2 .form-group .form-control {
  border: 0px; }

.theme_dialog-2 .form-group .form-control-feedback {
  right: 10px; }

@media (max-width: 767px) {
  .theme_dialog-2 .form-group .form-control {
    margin-bottom: 5px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .theme_dialog-2 .form-group .form-control {
    height: 36px; } }

@media (min-width: 1200) {
  .theme_dialog-2 .form-group .form-control {
    height: 36px; } }

.theme_dialog-2 .buttons {
  padding-bottom: 5px; }
  .theme_dialog-2 .buttons .btn {
    background: none;
    display: block;
    border: 0px;
    margin: 5px auto 0;
    padding: 12px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    min-width: 200px;
    position: relative;
    color: #fff; }
    @media (max-width: 767px) {
      .theme_dialog-2 .buttons .btn {
        font-size: 13px;
        line-height: 18px; } }
    .theme_dialog-2 .buttons .btn i.fa-angle-right {
      position: absolute;
      top: 50%;
      right: 5px;
      margin-top: -15px;
      font-size: 30px;
      line-height: 30px;
      opacity: 0.3; }
    .theme_dialog-2 .buttons .btn.btn_left {
      padding: 10px;
      float: left;
      text-align: left; }
    .theme_dialog-2 .buttons .btn.btn_right {
      padding: 10px;
      float: right;
      text-align: right; }
    @media (max-width: 767px) {
      .theme_dialog-2 .buttons .btn.btn_side {
        float: none;
        text-align: center;
        padding: 10px 10px 0 10px; } }
  .theme_dialog-2 .buttons .btn-primary {
    background-color: #0a7368; }
    .theme_dialog-2 .buttons .btn-primary:hover {
      background-color: #0a685e; }
    .theme_dialog-2 .buttons .btn-primary.maxwidth {
      width: 100%; }
  .theme_dialog-2 .buttons .btn-circle-slwk {
    border-radius: 60px;
    height: 120px;
    width: 120px;
    min-width: 120px !important;
    font-size: 14px;
    margin-top: 5px;
    float: none;
    border: 1px solid #0d9586; }

.theme_dialog-2 .inline_message,
.theme_dialog-2 .help-block {
  background: rgba(0, 0, 0, 0.5);
  line-height: 23px; }

/* ### theme dialog 2 END ### */
/* ### template overrides START ### */
.spinner_img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -29px 0 0 -29px;
  animation: rotation 1s infinite linear;
  width: 58px;
  height: 58px; }
  .spinner_img.blockspinner {
    position: relative;
    margin: 20px auto;
    left: 0;
    top: 0; }
  .spinner_img.big {
    width: 80px;
    height: 80px; }

#page-loader .spinner {
  margin-left: -15px; }

.media a.media-heading:focus,
.media a.media-heading:hover,
.media a:focus,
.media a:focus .media-heading,
.media a:hover,
.media a:hover .media-heading {
  color: #0a7368; }

@media (max-width: 767px) {
  .media.media-sm a.pull-left {
    margin: 5px 0 0 0; }
  .media.media-sm .media-object {
    width: 45px;
    height: 45px; } }

.media.media-xs .media-image-sm {
  width: 38px;
  height: auto;
  /*  Internet Explorer/Edge ≥ 9 */ }
  @media screen and (min-width: 0\0) {
    .media.media-xs .media-image-sm {
      height: 100%; } }
  @media (max-width: 480px) {
    .media.media-xs .media-image-sm {
      width: 25px; } }

.btn-scroll-to-top {
  background: rgba(0, 0, 0, 0.2);
  padding: 15px;
  color: #fff; }
  .btn-scroll-to-top:focus {
    color: #fff; }
  .btn-scroll-to-top:hover {
    color: #fff; }

.modal {
  color: #000; }
  .modal .modal-content {
    border-radius: 0; }

.modal-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .modal-title {
      font-size: 20px;
      line-height: 24px; }
      .modal-title.long {
        font-size: 16px; } }
  .modal-title img {
    height: 40px;
    width: auto;
    margin-right: 5px; }

.modal-body {
  padding: 15px 25px; }
  .modal-body ul.text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .modal-body ul.text {
        font-size: 13px;
        line-height: 18px; } }

@media (max-width: 767px) {
  .modal-footer a.btn {
    width: 100%;
    margin: 0 0 5px 0; }
  .modal-footer a.btn + .btn {
    width: 100%;
    margin: 0 0 5px 0; } }

.ui-sortable .panel-heading {
  cursor: auto; }

.panel-drag {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  line-height: 20px;
  top: -10px;
  left: 50%;
  width: 50px;
  height: 20px;
  margin-left: -25px;
  cursor: move; }
  .panel-drag i {
    transform: rotate(45deg); }

/* ### template overrides END ### */
/* ### revslider START ### */
.revslider_container {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  min-height: 50px;
  padding: 0 10px;
  max-width: 1188px; }
  @media (max-width: 767px) {
    .revslider_container {
      padding: 0; } }
  .revslider_container div {
    font-family: 'Open Sans' !important; }

/* ### revslider END ### */
/* ### introjs START ### */
body .introjs-helperNumberLayer {
  box-sizing: content-box;
  background: #00af9c;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #00af9c 0%, #0d9586 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #00af9c 0%, #0d9586 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #00af9c 0%, #0d9586 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

body .introjs-tooltip,
body .introjs-helperLayer {
  border-radius: 10px; }

body .introjs-helperLayer {
  background-color: white; }

body .introjs-tooltip {
  padding: 30px;
  background-color: #00af9c;
  color: white; }
  body .introjs-tooltip .introjs-button {
    border: 0px;
    margin-left: 2px;
    text-shadow: unset;
    color: #000;
    background: #f0f0f0;
    font: 11px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    body .introjs-tooltip .introjs-button:hover {
      box-shadow: 0px; }
    body .introjs-tooltip .introjs-button.introjs-nextbutton {
      background: #00af9c;
      color: #fff; }
      body .introjs-tooltip .introjs-button.introjs-nextbutton:hover {
        background: #0d9586; }
    body .introjs-tooltip .introjs-button.introjs-disabled {
      background: #f0f0f0;
      color: #000;
      opacity: 0.3; }
      body .introjs-tooltip .introjs-button.introjs-disabled:hover {
        background: #f0f0f0;
        color: #000; }
  body .introjs-tooltip .introjs-arrow {
    border-bottom-color: #00af9c; }
  body .introjs-tooltip .introjs-tooltiptext {
    text-align: center; }
  body .introjs-tooltip .introjs-bullets {
    margin-top: 10px; }
    body .introjs-tooltip .introjs-bullets ul li a {
      background-color: transparent;
      border: 1px solid white; }
    body .introjs-tooltip .introjs-bullets ul li a.active {
      background-color: white; }
  body .introjs-tooltip .custom-steps {
    position: absolute;
    display: inline-block;
    width: 100%;
    float: left;
    padding-top: 20px;
    bottom: 60px;
    left: 0px; }
    body .introjs-tooltip .custom-steps i {
      position: absolute;
      font-size: 36pt;
      cursor: pointer; }
    body .introjs-tooltip .custom-steps i.nextStep {
      left: calc(50% + 50px); }
    body .introjs-tooltip .custom-steps i.previousStep {
      left: calc(50% - 70px); }
    body .introjs-tooltip .custom-steps span {
      display: block;
      width: 100%;
      text-align: center; }
  body .introjs-tooltip .close-icon {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 8px;
    font-size: 14pt;
    cursor: pointer; }

body .introjs-contextimage {
  display: block;
  margin: 0 auto 15px;
  width: 100px; }

/* ### introjs END ### */
/* ### Pricing tables START ### */
.pricing-table {
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
  text-align: center; }
  .pricing-table .single {
    max-width: 500px;
    margin: 0 auto; }

.pricing-table.col-4 > li {
  width: 25%; }

.pricing-table.col-3 > li {
  width: 33.33333%; }

.pricing-table .pricing-container {
  background: #f2fbfa;
  box-shadow: 0 3px #b6c2c9;
  position: relative; }

.pricing-table .tipp {
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 0px;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.pricing-table h3.title {
  font-weight: bold;
  font-size: 30px;
  padding: 30px;
  margin: 0;
  color: #fff;
  background: #0d9586; }
  .pricing-table h3.title.with_tip {
    padding: 40px 30px 20px; }

.pricing-table .features {
  list-style-type: none;
  margin: 0;
  padding: 0 30px; }

.pricing-table .features > li {
  padding: 10px 0; }
  .pricing-table .features > li.not_included span {
    opacity: 0.25;
    display: none;
    text-decoration: line-through; }
  .pricing-table .features > li.not_included:after {
    font-family: "'Font Awesome 5 Free'";
    content: "";
    font-weight: 900; }
  @media (max-width: 991px) {
    .pricing-table .features > li.not_included span {
      display: inline; }
    .pricing-table .features > li.not_included:after {
      content: ""; } }
  .pricing-table .features > li.subheading {
    background: #efefef; }

.pricing-table .features > li + li {
  border-top: 1px solid #e2e7eb; }

.pricing-table .price {
  width: 100%;
  display: table;
  background: #00af9c; }

.pricing-table .price .price-figure {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  height: 80px; }

.pricing-table .price .price-number {
  font-size: 28px;
  color: #fff;
  display: block; }

.pricing-table .price .price-tenure {
  font-size: 12px;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  text-align: center; }

.pricing-table .footer {
  padding: 15px 20px; }

.pricing-container.light {
  margin-top: 40px;
  background: #fafafa; }
  .pricing-container.light .price {
    background: #707478; }
  .pricing-container.light h3.title {
    font-size: 20px;
    padding: 10px 30px;
    background: #484b4e; }

.pricing-container .your_plan {
  position: absolute;
  top: -40px;
  width: 100%;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-weight: bold; }

/* ### Pricing tables END ### */
/* ### Light&Profie Pricing tables START ### */
.plans-box {
  background: #fff;
  margin-bottom: 40px;
  border-radius: 0 0 3px 3px;
  padding: 0 20px 10px 15px;
  margin-top: 60px ul; }
  @media (max-width: 767px) {
    .plans-box {
      margin-top: 30px;
      padding-bottom: 10px;
      padding-right: 15px; } }
  .plans-box ul {
    padding: 0 12px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .plans-box ul {
        padding: 0;
        margin-bottom: 0; } }
    .plans-box ul li {
      line-height: 35px;
      border-bottom: 1px solid #e2e7eb; }
      .plans-box ul li li:last-child {
        border-bottom: none; }
      .plans-box ul li .with-button {
        padding: 20px 0 12px;
        font-size: 12px;
        line-height: 20px; }
      .plans-box ul li .offset-2-rows {
        height: 91px; }
      .plans-box ul li .offset-3-rows {
        height: 116px; }
      .plans-box ul li .offset-4-rows {
        height: 141px; }
      .plans-box ul li i.fa-check {
        color: #505a5e; }
      .plans-box ul li i.fa-times {
        color: #cb3b43; }
      .plans-box ul li i {
        font-size: 20px; }
        @media (max-width: 767px) {
          .plans-box ul li i {
            font-size: 16px; } }
      @media (max-width: 767px) {
        .plans-box ul li strong {
          font-size: 20px !important; } }
      .plans-box ul li ul li {
        border: none;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        margin-left: 10px; }
        @media (max-width: 767px) {
          .plans-box ul li ul li {
            margin-left: 0;
            line-height: 19px;
            padding-right: 10px;
            font-size: 11px; } }
      .plans-box ul li ul li:before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-right: 5px;
        position: relative;
        top: -1px; }
      @media (max-width: 767px) {
        .plans-box ul li {
          padding: 3px 85px 3px 0;
          position: relative; } }
      @media (max-width: 767px) {
        .plans-box ul li .p-left {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 40px;
          width: 40px;
          text-align: center;
          background: #f4f3f3; } }
      @media (max-width: 767px) {
        .plans-box ul li .p-left i {
          margin-top: 5px; } }
      @media (max-width: 767px) {
        .plans-box ul li .p-right {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          width: 40px;
          text-align: center;
          background: #f2fbfa; } }
      @media (max-width: 767px) {
        .plans-box ul li .p-right i {
          margin-top: 5px; } }
  .plans-box .classic-list-title {
    font-size: 20px;
    padding: 10px 0px;
    background: #484b4e;
    color: white; }
    @media (min-width: 768px) and (max-width: 991px) {
      .plans-box .classic-list-title {
        font-size: 16px;
        padding: 10px 10px;
        background: #484b4e;
        color: white; } }
    @media (max-width: 767px) {
      .plans-box .classic-list-title {
        height: 85px;
        padding: 20px;
        color: white;
        font-size: 13px;
        text-overflow: ellipsis; } }
    @media (max-width: 767px) {
      .plans-box .classic-list-title strong {
        font-size: 17px;
        text-overflow: ellipsis; } }
  .plans-box .list-classic {
    background: #f4f3f3;
    border-radius: 0 0 3px 3px;
    text-align: center;
    margin-top: 12px; }
  .plans-box .upgrade-disabled {
    opacity: 0.3; }
  .plans-box .list-classic li:last-child,
  .plans-box .list-classic li:nth-last-child(2):nth-child(odd) {
    border-bottom: none; }
  .plans-box .list-classic .list-unstyled {
    padding-bottom: 30px; }
    .plans-box .list-classic .list-unstyled li.question {
      margin-top: 9px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .plans-box .list-classic .list-unstyled li.question {
          margin-top: 10px; } }
    .plans-box .list-classic .list-unstyled li strong {
      font-size: 17px !important;
      color: #505a5e !important; }
  @media (min-width: 768px) and (max-width: 991px) {
    .plans-box .list-classic {
      margin-top: 61px; } }
  .plans-box .premium-list-title {
    font-size: 30px;
    padding: 10px 0px;
    margin: 0;
    color: #fff;
    background: #0d9586; }
    @media (min-width: 768px) and (max-width: 991px) {
      .plans-box .premium-list-title {
        font-weight: bold;
        font-size: 20px;
        padding: 34px 10px;
        margin: 0;
        color: #fff;
        background: #0d9586; } }
    @media (max-width: 767px) {
      .plans-box .premium-list-title {
        height: 85px;
        padding: 13px;
        color: white;
        font-size: 13px;
        text-overflow: ellipsis; } }
    @media (max-width: 767px) {
      .plans-box .premium-list-title strong {
        font-size: 17px;
        text-overflow: ellipsis; } }
  .plans-box .list-premium {
    background: #f2fbfa;
    border-radius: 0 0 3px 3px;
    text-align: center;
    margin-top: -18px; }
  .plans-box .list-premium li:last-child,
  .plans-box .list-premium li:nth-last-child(2):nth-child(odd) {
    border-bottom: none; }
  .plans-box .list-premium .list-unstyled {
    padding-bottom: 30px; }
    .plans-box .list-premium .list-unstyled li.question {
      margin-top: 9px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .plans-box .list-premium .list-unstyled li.question {
          margin-top: 10px; } }
    .plans-box .list-premium .list-unstyled li strong {
      font-size: 17px !important;
      color: #505a5e !important; }
  @media (min-width: 768px) and (max-width: 991px) {
    .plans-box .list-premium {
      margin-top: 8px; } }
  .plans-box .row > [class*=col-] {
    padding: 0 3px !important; }
  .plans-box .list-features {
    color: #505a5e;
    font-weight: 100;
    text-align: center;
    margin-top: 55px; }
    @media (max-width: 767px) {
      .plans-box .list-features {
        font-size: 14px;
        margin-top: 5px; } }
    .plans-box .list-features .question {
      color: #0d9586;
      font-weight: bold;
      padding-top: 10px; }
    .plans-box .list-features .list-unstyled {
      background: #fafafa;
      padding-bottom: 105px; }
      @media (max-width: 767px) {
        .plans-box .list-features .list-unstyled {
          padding-bottom: 0px; } }
      .plans-box .list-features .list-unstyled strong {
        font-size: 17px !important;
        color: #505a5e !important; }
  .plans-box .title {
    margin-top: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #cb3b43;
    font-weight: 700;
    height: 40px;
    padding-left: 10px;
    line-height: 40px; }
    @media (max-width: 767px) {
      .plans-box .title {
        text-align: left;
        padding-left: 0;
        padding: 5px 80px 5px 0;
        height: auto;
        line-height: 18px;
        position: relativ; } }
  .plans-box .content-list-title {
    font-size: 20px;
    padding: 10px 30px;
    opacity: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .plans-box .content-list-title {
        font-size: 20px;
        padding: 10px 30px;
        opacity: 0; } }
  .plans-box .mart20 {
    margin-top: 20px;
    text-overflow: ellipsis; }
  @media (max-width: 767px) {
    .plans-box .btn-primary {
      margin-top: 84px; } }
  @media (min-width: 1200px) {
    .plans-box .lgtwolinebreak {
      padding-top: 35px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .plans-box .mdtwolinebreak {
      padding-top: 36px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .plans-box .smtwolinebreak {
      padding-top: 35px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .plans-box .smthreelinebreak {
      padding-top: 47px !important; } }

@media (min-width: 1200px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-md-35 {
    width: 60%;
    float: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-35 {
    width: 60%;
    float: left; } }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; } }

/* ### Light&Profie Pricing tables END ### */
/* ### Ratings START ### */
.rating {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px; }
  .rating .rating_header {
    padding: 5px 105px 5px 100px;
    background: #efefef;
    position: relative;
    min-height: 100px; }
    @media (max-width: 480px) {
      .rating .rating_header {
        padding: 5px 10px 5px 100px; } }
    .rating .rating_header .rating_user_image {
      width: 80px;
      max-height: 100px;
      position: absolute;
      top: 10px;
      left: 10px; }
    .rating .rating_header .rating_infos {
      margin-top: 5px; }
      @media (max-width: 480px) {
        .rating .rating_header .rating_infos {
          margin-top: 33px; } }
      .rating .rating_header .rating_infos .rating_user_name {
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        font-weight: bold; }
        @media (max-width: 767px) {
          .rating .rating_header .rating_infos .rating_user_name {
            font-size: 13px;
            line-height: 18px; } }
      .rating .rating_header .rating_infos .rating_time {
        font-size: 12px;
        line-height: 16px;
        font-weight: 300; }
        @media (max-width: 767px) {
          .rating .rating_header .rating_infos .rating_time {
            font-size: 11px;
            line-height: 14px; } }
      .rating .rating_header .rating_infos .rating_location {
        font-size: 12px;
        line-height: 16px;
        font-weight: 300; }
        @media (max-width: 767px) {
          .rating .rating_header .rating_infos .rating_location {
            font-size: 11px;
            line-height: 14px; } }
    .rating .rating_header .rating_stars {
      position: absolute;
      top: 10px;
      right: 10px; }
      .rating .rating_header .rating_stars .br-widget a {
        font-size: 17px; }
  .rating.small {
    padding: 0;
    max-height: 84px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer; }
    .rating.small:hover {
      background: #fafafa; }
    .rating.small .rating_header {
      background: none;
      padding: 0px 74px 0px 42px;
      min-height: auto; }
      .rating.small .rating_header .rating_infos {
        margin-top: 5px; }
      .rating.small .rating_header .rating_user_image {
        width: 30px; }
      .rating.small .rating_header .rating_user_image {
        top: 0px;
        left: 5px; }
      .rating.small .rating_header .rating_user_name {
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .rating.small .rating_header .rating_time {
        font-size: 11px;
        line-height: 13px; }
      .rating.small .rating_header .rating_location {
        display: none; }
      .rating.small .rating_header .rating_stars {
        right: 5px;
        top: 0px; }
        .rating.small .rating_header .rating_stars .br-widget a {
          font-size: 12px; }
  .rating .rating_text {
    font-size: 13px;
    padding: 3px 7px 7px 7px;
    margin: 0; }

/* ### Ratings END ### */
/* ### Facebook ADS START ### */
.facebookAds .infopage_header {
  display: flex;
  align-items: center;
  padding-left: 10px !important; }
  .facebookAds .infopage_header img {
    height: 60px;
    width: auto;
    float: left;
    margin-top: -40px;
    padding-left: 10px; }
  .facebookAds .infopage_header h1 {
    padding-left: 15px; }

.facebookAds #kpis {
  position: relative;
  display: inline-block; }
  .facebookAds #kpis ul {
    list-style-type: none;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    margin-left: 0 !important;
    margin-top: 0 !important; }
  .facebookAds #kpis .caption {
    margin-top: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%; }
    .facebookAds #kpis .caption li {
      padding: 2px 0; }
  .facebookAds #kpis img {
    width: 100%;
    filter: brightness(70%);
    display: block; }

.facebookAds .carousel-inner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  max-width: 234px; }

.facebookAds .carousel-inner .img_frame {
  position: absolute;
  top: 45.5%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 234px;
  width: 100%; }

.facebookAds .carousel-indicators {
  bottom: 10px; }
  .facebookAds .carousel-indicators li {
    border-color: #707478; }
  .facebookAds .carousel-indicators .active {
    background-color: #707478; }

.facebookAds .carousel-caption {
  bottom: -75px;
  text-shadow: none; }
  .facebookAds .carousel-caption h4 {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis; }

.facebookAds .carousel-control {
  background-image: none;
  opacity: 1; }
  .facebookAds .carousel-control span {
    color: #00af9c; }

.facebookAds #carouselAds {
  padding-bottom: 30px; }
  .facebookAds #carouselAds .carousel-indicators ol {
    bottom: -40px;
    margin-bottom: -40px; }

.facebookAds ul.feature_list li {
  padding-bottom: 15px;
  padding-left: 5px; }

@media (min-width: 768px) {
  .facebookAds ul.feature_list {
    padding-left: 40px; } }

.facebookAds .main-btn-wrapper {
  margin: 30px 0 60px 0; }
  .facebookAds .main-btn-wrapper .btn-lg {
    font-size: 18px; }

.facebookAds .imgFooter {
  text-align: center;
  padding: 10px 0;
  font-size: 10px; }

.facebookAds .testimonials .testimonial {
  margin-bottom: 80px; }

#customer_positions .customer_position_row {
  padding: 30px 0; }
  #customer_positions .customer_position_row img {
    border-radius: 50%; }
  #customer_positions .customer_position_row .customer_position {
    font-size: 16px;
    font-style: italic; }
  #customer_positions .customer_position_row .person {
    font-style: normal;
    font-size: 14px; }

/* ### Facebook ADS END ### */
/* ### Datetimepicker START ### */
.datetimepicker.datetimepicker-inline {
  display: inline-block; }

.datetimepicker .icon-arrow-left::before {
  content: "<";
  font-weight: bold; }

.datetimepicker .icon-arrow-right::before {
  content: ">";
  font-weight: bold; }

.datetimepicker table tr td.today {
  background: #eee !important; }

.datetimepicker table tr span.active,
.datetimepicker table tr td.active {
  background: #00af9c !important; }

.datetimepicker .dropdown-menu {
  font-size: 14px; }

.datetimepicker .datepicker table tr td.active.active {
  background-color: #0d9586 !important; }

.datetimepicker .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #0d9586 !important; }

/* ### Datetimepicker END ### */
/* ### CookieConsent START ### */
#cookieConsent {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  z-index: 1021; }
  #cookieConsent a {
    font-size: 13px;
    line-height: 17px; }
  @media (max-width: 767px) {
    #cookieConsent {
      font-size: 11px;
      line-height: 15px; }
      #cookieConsent a {
        font-size: 11px;
        line-height: 15px; } }
  #cookieConsent .container {
    position: relative;
    padding: 16px 55px 16px 10px; }
    #cookieConsent .container button {
      position: absolute;
      top: 10px;
      right: 10px; }

/* ### CookieConsent END ### */
/* For animations */
*[data-animation=true] {
  opacity: 0; }

.contentAnimated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1; }

/**** Added by Reply *****/
#browser-not-supported {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  width: 100%; }

/*
@media 
only screen and (max-width : 319px), 
only screen and (max-device-width : 319px){
	#page-container {
		display: none;
	}
	#browser-not-supported {
		display: block;
	}
}
*/
#page-container {
  min-height: calc(100vh - 456px); }
  #page-container #content {
    min-height: calc(100vh - 456px); }
    #page-container #content.no-nav-bar {
      min-height: calc(100vh - 400px); }
      #page-container #content.no-nav-bar .title_bg {
        min-height: calc(100vh - 400px); }
        #page-container #content.no-nav-bar .title_bg .registration {
          min-height: calc(100vh - 400px); }

#content:empty {
  min-height: 1000px; }

.hidden_file {
  visibility: hidden;
  width: 0px;
  height: 0px; }

.twitter-typeahead .tt-menu {
  max-height: 150px;
  overflow-y: auto; }

#industry_selection .twitter-typeahead {
  width: 100%;
  background-color: white;
  display: block; }

.spinner-input-field {
  display: inline;
  position: relative;
  right: 35px;
  top: 22px;
  z-index: 2; }

.spinner-input-field.industry-spinner {
  display: block;
  position: absolute;
  right: 65px; }

.spinner-input-field .spinner-small {
  height: 20px;
  width: 20px; }

.company_employees {
  overflow-y: auto;
  overflow-x: hidden;
  height: 85%; }

.zip_typeahead_wrapper .typeahead {
  height: auto; }

.zip_typeahead_wrapper .typeahead.dropdown-menu {
  max-height: 200px;
  overflow: auto; }

.flex {
  display: flex; }
  .flex.flex-justify-content-center {
    justify-content: center; }
  .flex.flex-justify-content-end {
    justify-content: flex-end; }
  .flex.flex-align-items-center {
    align-items: center; }

/**** START notifications *****/
.notification {
  font-size: 20px;
  font-weight: 500;
  padding: 0px 10px;
  color: #fff;
  border-radius: 2px;
  background-color: #3bc2b3; }
  .notification.bg-red {
    background-color: #f05b4f; }
  .notification.positionone {
    position: absolute;
    right: 0px;
    top: -20px; }
  .notification.positiontwo {
    position: absolute;
    right: 100px;
    top: -20px; }

.notificationrow {
  padding: 20px 0px 20px 20px;
  border-bottom: 1px solid white; }
  .notificationrow.new {
    background-color: #f2fbfa; }

/**** END notifications *****/
/*** START CUSTOM SCROLLBAR ***/
.custom-vertical-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Firefox */ }
  .custom-vertical-scrollbar::-webkit-scrollbar {
    width: 3px; }
  .custom-vertical-scrollbar::-webkit-scrollbar-track {
    background: #E5E6E6; }
  .custom-vertical-scrollbar::-webkit-scrollbar-thumb {
    background: #00af9c; }
  .custom-vertical-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #085850; }
  .custom-vertical-scrollbar .scroller {
    scrollbar-width: 3px;
    overflow-y: scroll;
    scrollbar-color: #00af9c #E5E6E6; }

.custom-horizontal-scrollbar {
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .custom-horizontal-scrollbar::-webkit-scrollbar {
    height: 3px; }
  .custom-horizontal-scrollbar::-webkit-scrollbar-track {
    background: #E5E6E6; }
  .custom-horizontal-scrollbar::-webkit-scrollbar-thumb {
    background: #00af9c; }
  .custom-horizontal-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #085850; }

/*** END CUSTOM SCROLLBAR ***/
/*** START CUSTOM CHECKBOX ***/
.custom-checkbox-container {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px; }
  .custom-checkbox-container input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .custom-checkbox-container input[type="checkbox"] + label {
      position: relative;
      padding: 0px 30px;
      margin: 0;
      user-select: none;
      color: black;
      float: left;
      cursor: pointer; }
      .custom-checkbox-container input[type="checkbox"] + label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        text-align: center;
        border: 1px solid #707478;
        transition: background 200ms ease-out; }
      .custom-checkbox-container input[type="checkbox"] + label:after {
        content: "";
        position: absolute;
        transform: scale(0);
        transition: transform 200ms ease-out; }
  .custom-checkbox-container input[type="checkbox"] + label:after {
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 1px;
    width: 8px;
    height: 14px;
    opacity: 0;
    border-bottom: 1.5px solid white;
    border-right: 1.5px solid white;
    transform: rotate(45deg);
    transition: border-color 0.3s ease; }
  .custom-checkbox-container input[type="checkbox"]:checked + label:before {
    content: "";
    background: #00af9c;
    border: none; }
  .custom-checkbox-container input[type="checkbox"]:checked + label:after {
    content: "";
    opacity: 1; }

/*** END CUSTOM CHECKBOX ***/
/* Video START*/
.video_widget .panel-body {
  position: static !important; }

.video_widget .rectclick {
  background-color: transparent;
  width: 100%;
  height: 265px;
  position: absolute;
  z-index: 999;
  cursor: pointer; }
  @media (max-width: 767px) {
    .video_widget .rectclick {
      height: 136px; } }

@media (max-width: 767px) {
  .panel_bg_video {
    min-height: 295px; } }

@media (max-width: 480px) {
  .panel_bg_video {
    background: transparent !important;
    max-height: 296px; } }

.videoresponsive {
  width: 100% !important;
  height: auto !important; }

.primevideo {
  min-height: 315px;
  cursor: pointer; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .primevideo {
      min-height: auto !important;
      margin-top: 48px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .primevideo {
      max-height: 364px !important; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .primevideo {
      min-height: auto !important;
      max-height: 295px !important; } }
  @media (max-width: 480px) {
    .primevideo {
      min-height: auto !important; } }

/* Video END*/
/*live chat */
.jss54 {
  display: none !important; }

/* SMILES RATING */
.rating_smiles_container {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
  -webkit-text-stroke: 0px; }
  .rating_smiles_container .rating_smiles {
    display: inline-block; }
    .rating_smiles_container .rating_smiles .smile {
      display: inline-block;
      width: 40px;
      height: 40px;
      font-size: 30px;
      float: left;
      color: #d7d7d7;
      margin: 0px 5px;
      cursor: pointer; }
      .rating_smiles_container .rating_smiles .smile.active {
        color: #00af9c; }

/* PRIME VIDEO POPUP*/
#primeVideoPopup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 94, 94, 0.9);
  z-index: 99999; }
  #primeVideoPopup .primeVideoContainer {
    display: inline-block;
    width: 70%; }
    #primeVideoPopup .primeVideoContainer i.close-icon {
      position: absolute;
      top: 50px;
      right: 50px;
      font-size: 24px;
      color: #00af9c;
      cursor: pointer; }
      #primeVideoPopup .primeVideoContainer i.close-icon:hover {
        color: #3bc2b3; }
    #primeVideoPopup .primeVideoContainer video {
      width: 100%; }
    #primeVideoPopup .primeVideoContainer .startPrimeGuidedTour {
      display: inline-block;
      width: 100%;
      float: left;
      text-align: center;
      margin-top: 50px; }
      #primeVideoPopup .primeVideoContainer .startPrimeGuidedTour .alzira {
        display: inline-block;
        width: 40px;
        margin-right: 20px; }
        #primeVideoPopup .primeVideoContainer .startPrimeGuidedTour .alzira img {
          width: 100%; }
  @media (max-width: 767px) {
    #primeVideoPopup .primeVideoContainer {
      width: calc(100% - 10px);
      text-align: center; }
      #primeVideoPopup .primeVideoContainer i.close-icon {
        top: 20px;
        right: 20px;
        font-size: 36px; }
      #primeVideoPopup .primeVideoContainer video {
        width: 70%;
        margin-left: 15%; } }

/* CONTCT BOX START */
.sticky {
  font-family: "Barlow";
  position: fixed;
  bottom: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50; }

@media screen and (min-width: 40em) {
  .sticky {
    bottom: auto;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media screen and (max-width: 40em) {
  .sticky {
    display: -ms-flexbox;
    display: flex;
    left: 50%; } }

@media screen and (min-width: 40em) {
  .sticky_item {
    position: relative; }
  .sticky_item:not(:last-child) .sticky_button {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }

.sticky_item:not(:last-child) .sticky_button {
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

.sticky_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  background-color: #01af9c;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center; }
  .sticky_buttona:hover {
    color: #fff !important; }
  .sticky_buttona:visited {
    color: #fff !important; }
  .sticky_buttona:active {
    color: #fff !important; }

.sticky_label {
  line-height: 2;
  -webkit-text-stroke: 0; }

.sticky_icon {
  /* display: flex; */
  width: 20px;
  height: 20px;
  margin: 0 auto;
  margin-bottom: 0.3em;
  -webkit-text-stroke: 0; }

.sticky_content {
  display: none;
  position: absolute;
  bottom: 100%;
  min-height: 100%;
  min-width: 100%;
  background: #fff;
  border-radius: 0 2px 2px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 5px 10px; }
  .sticky_content.sticky_content-form {
    width: 200px; }
  .sticky_content.sticky_content-chat {
    width: 420px; }
    .sticky_content.sticky_content-chat .jss1 {
      height: 250px; }
    .sticky_content.sticky_content-chat .popup-box {
      width: 420px;
      height: 250px; }
    @media (max-width: 768px) {
      .sticky_content.sticky_content-chat {
        width: 100vw;
        max-width: 420px; }
        .sticky_content.sticky_content-chat .popup-box {
          width: 100%;
          height: 250px; } }

@media screen and (min-width: 40em) {
  .sticky_content {
    bottom: auto;
    right: 100%;
    top: 0;
    text-align: right;
    min-width: 150px; } }

.sticky_item:hover .sticky_content {
  display: block; }

@media screen and (max-width: 40em) {
  .sticky_content-form {
    left: 0; }
  .sticky_content-chat {
    left: -32%;
    padding: 0;
    border-radius: 3px; } }
