﻿@charset "UTF-8";
/* =============================================================================
/* IMPORTS
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.base-item__image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =============================================================================
/* BASIC
/* ============================================================================= */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  font-size: 0.875em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #f4f4f4 !important;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.563;
  color: #505050;
  background-color: #f4f4f4;
  margin: 0;
}

html, body {
  min-height: 100%;
}

p {
  margin: 0 0 10px;
}

/* -----------------------------------------------------------------------------
/* link styles
/* ----------------------------------------------------------------------------- */
a {
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
}

/* =============================================================================
/* TYPO
/* ============================================================================= */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small,
h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #6a6a6a;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h1, h2, h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
  font-size: 2.5714285714rem;
}

h2, .h2 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}

h3, .h3 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

h5, .h5 {
  font-size: 14px;
  font-size: 1rem;
}

h6, .h6 {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

small,
.small {
  font-size: 85%;
}

/* =============================================================================
/* HELPER CLASSES
/* ============================================================================= */
.visible-print {
  display: none;
}

.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: zoom-in;
}

/* -----------------------------------------------------------------------------
/* clearfix
/* ----------------------------------------------------------------------------- */
.clearfix:before, .row:before, .clearfix:after, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, .row:after {
  clear: both;
}

/* =============================================================================
/* CONGRID
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* clearfix for the rows
/* ----------------------------------------------------------------------------- */
.row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------------------------
/* base styles
/* ----------------------------------------------------------------------------- */
[class*=col-] {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*=gutter-] > [class*=col-] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------------------------
/* grid
/* ----------------------------------------------------------------------------- */
.col-1 {
  width: 8.3333333333%;
}

.col-push-1 {
  left: 8.3333333333%;
}

.col-pull-1 {
  right: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-push-2 {
  left: 16.6666666667%;
}

.col-pull-2 {
  right: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-push-3 {
  left: 25%;
}

.col-pull-3 {
  right: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-push-4 {
  left: 33.3333333333%;
}

.col-pull-4 {
  right: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-push-5 {
  left: 41.6666666667%;
}

.col-pull-5 {
  right: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-push-6 {
  left: 50%;
}

.col-pull-6 {
  right: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-push-7 {
  left: 58.3333333333%;
}

.col-pull-7 {
  right: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-push-8 {
  left: 66.6666666667%;
}

.col-pull-8 {
  right: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-push-9 {
  left: 75%;
}

.col-pull-9 {
  right: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-push-10 {
  left: 83.3333333333%;
}

.col-pull-10 {
  right: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-push-11 {
  left: 91.6666666667%;
}

.col-pull-11 {
  right: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.col-push-12 {
  left: 100%;
}

.col-pull-12 {
  right: 100%;
}

.gutter-2 {
  margin-left: -2px;
  margin-right: -2px;
}

.gutter-2 > [class*=col-] {
  padding-left: 2px;
  padding-right: 2px;
}

.gutter-4 {
  margin-left: -4px;
  margin-right: -4px;
}

.gutter-4 > [class*=col-] {
  padding-left: 4px;
  padding-right: 4px;
}

.gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-5 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-10 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-15 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width : 1280px) {
  .col-xlg-push-0 {
    left: 0;
  }
  .col-xlg-pull-0 {
    right: 0;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
  }
  .col-xlg-push-1 {
    left: 8.3333333333%;
  }
  .col-xlg-pull-1 {
    right: 8.3333333333%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
  }
  .col-xlg-push-2 {
    left: 16.6666666667%;
  }
  .col-xlg-pull-2 {
    right: 16.6666666667%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
  }
  .col-xlg-push-4 {
    left: 33.3333333333%;
  }
  .col-xlg-pull-4 {
    right: 33.3333333333%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
  }
  .col-xlg-push-5 {
    left: 41.6666666667%;
  }
  .col-xlg-pull-5 {
    right: 41.6666666667%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
  }
  .col-xlg-push-7 {
    left: 58.3333333333%;
  }
  .col-xlg-pull-7 {
    right: 58.3333333333%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
  }
  .col-xlg-push-8 {
    left: 66.6666666667%;
  }
  .col-xlg-pull-8 {
    right: 66.6666666667%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
  }
  .col-xlg-push-10 {
    left: 83.3333333333%;
  }
  .col-xlg-pull-10 {
    right: 83.3333333333%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
  }
  .col-xlg-push-11 {
    left: 91.6666666667%;
  }
  .col-xlg-pull-11 {
    right: 91.6666666667%;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .gutter-xlg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xlg-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xlg-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-xlg-2 > [class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .gutter-xlg-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .gutter-xlg-4 > [class*=col-] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .gutter-xlg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xlg-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-xlg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xlg-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xlg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xlg-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 1024px) {
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .gutter-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-lg-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-lg-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-lg-2 > [class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .gutter-lg-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .gutter-lg-4 > [class*=col-] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .gutter-lg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-lg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-lg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-lg-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 768px) {
  .col-md-push-0 {
    left: 0;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .gutter-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-md-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-md-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-md-2 > [class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .gutter-md-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .gutter-md-4 > [class*=col-] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .gutter-md-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-md-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 550px) {
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .gutter-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-sm-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-sm-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-sm-2 > [class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .gutter-sm-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .gutter-sm-4 > [class*=col-] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .gutter-sm-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-sm-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-sm-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 414px) {
  .col-xs-push-0 {
    left: 0;
  }
  .col-xs-pull-0 {
    right: 0;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .gutter-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xs-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xs-2 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .gutter-xs-2 > [class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
  }
  .gutter-xs-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .gutter-xs-4 > [class*=col-] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .gutter-xs-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xs-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-xs-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xs-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xs-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* =============================================================================
/* GRID HELPER
/* ============================================================================= */
@media all and (max-width: 1280px) {
  .hidden-xlg {
    display: none !important;
  }
  .visible-xlg {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media all and (max-width: 550px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
@media all and (max-width: 414px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/* =============================================================================
/* SITEMAP
/* ============================================================================= */
.sitemap a {
  display: block;
}

.sitemap ul {
  padding-left: 30px;
}

.sitemap ul a {
  font-weight: bold;
}

.sitemap ul ul a {
  font-weight: normal;
}

.sitemap ul ul ul a {
  font-style: italic;
}

/* =============================================================================
/* LOGO CONSISTO
/* ============================================================================= */
.logo-consisto {
  width: 49px;
  height: 19px;
  display: inline-block;
  background: transparent url(https://www.consisto.it/media/logos/consisto.png) no-repeat 0 0;
  text-indent: -9999px;
}

.logo-consisto:hover {
  background-image: url(https://www.consisto.it/media/logos/consisto.png);
}

/* =============================================================================
/* ROUTEPLANNER
/* ============================================================================= */
#routeplanner .row {
  margin-bottom: 4px;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.RadEditor_Material .reTool.reCustomLinkPopup {
  width: auto;
  line-height: 36px;
  padding: 0 5px;
  text-decoration: underline;
}

#InternalLinkPopup {
  border-top: 5px solid #fff;
}

.internal-link-popup__close {
  position: absolute;
  right: 0;
  top: 5px;
  border: none;
  background: none;
  outline: none;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #a9a9a9;
}

.reCustomLinkPopup:before {
  display: none;
}

.reCustomLinkPopup:after {
  content: "Internal link";
}

html.lang-de .reCustomLinkPopup:after {
  content: "Interner Link";
}

html.lang-it .reCustomLinkPopup:after {
  content: "Collegamento interno";
}

.reCustomLinks .t-ripple-container {
  display: none !important;
}

.reCustomLinks__search {
  position: relative;
}
.reCustomLinks__search input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 30px;
  display: block;
  outline: none;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reCustomLinks__search input:focus {
  border-bottom-color: #0f84b5;
}
.reCustomLinks__search-icon {
  position: absolute;
  right: 8px;
  top: 6px;
}
.reCustomLinks__search-icon:before {
  font-size: 16px;
  color: #505050;
}

/* =============================================================================
/* BASE STYLES
/* ============================================================================= */
.base-card-shadow, .pagebuilder-slideselection__item, .pagebuilder-item__inner {
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}

.pagebuilder-slideselection__item:hover, .pagebuilder-item:hover .pagebuilder-item__inner, .infochannel-item__card:hover, .infochannel-item.js-state-highlight .base-card-shadow, .infochannel-item.js-state-highlight .pagebuilder-slideselection__item, .infochannel-item.js-state-highlight .pagebuilder-item__inner, .exp-content .rlbItem.rlbActive .exp-item,
.exp-content .rlbItem.rlbSelected .exp-item, .media-files__item.selected .base-card-shadow, .media-files__item.selected .pagebuilder-slideselection__item, .media-files__item.selected .pagebuilder-item__inner {
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.base-card {
  padding: 20px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =============================================================================
/* CUSTOM STYLES
/* ============================================================================= */
.container {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

/* =============================================================================
/* NOTIFICATION
/* ============================================================================= */
.notification-container {
  position: fixed;
  right: 20px;
  top: 85px;
  background: #b50f20;
  color: #fff;
  max-width: 400px;
  display: none;
  z-index: 1000;
  padding-left: 70px;
}

.notification-icon {
  position: absolute;
  left: 19px;
  top: 25px;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.notification-icon:before {
  font-size: 30px;
  line-height: 30px;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-moz-keyframes name {
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes name {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.privacy-notification {
  position: relative;
  background: #b50f20;
  color: #fff;
  z-index: 1;
  padding: 28px 20px 28px 70px;
  margin-bottom: 30px;
}

/* =============================================================================
/* LOGIN
/* ============================================================================= */
.login-background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #f4f4f4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 10;
}

.login-box {
  width: 100%;
  max-width: 370px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 100;
  font-size: 1rem;
}

.login-box__form {
  position: relative;
  z-index: 100;
}

.login-box__logo {
  background: url(/media/sprite.png) no-repeat 0 0;
  width: 45px;
  height: 34px;
  display: block;
  margin: 0 auto;
}

.login-box__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.7142857143em;
  margin-bottom: 1.4285714286em;
  display: block;
}

.login-box__footer {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 15px;
  text-align: center;
  font-size: 0.85em;
  line-height: 26px;
  z-index: 10;
}

.login-box__row, .login-box__error {
  margin-bottom: 1.0714285714em;
}

.login-box__error {
  padding: 10px;
  color: #fff;
  background: #b50f20;
  display: block;
}

.languages-login {
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-size: 1em;
}
.languages-login a {
  color: #505050;
  text-decoration: none;
}

.languages-login__open {
  padding: 20px 20px 0 0;
  display: inline-block;
}
.languages-login__open span:before {
  font-size: 13px;
  line-height: 1.0769230769;
  display: inline-block;
  vertical-align: middle;
}

.languages-login__flyout {
  position: absolute;
  left: -10px;
  top: 100%;
  padding: 0;
  display: none;
  margin-top: 10px;
}

.languages-login__language {
  display: inline-block;
  padding: 20px;
  line-height: 1;
}
.languages-login__language:hover {
  background: #345875;
  color: #fff;
}

@media all and (max-width: 414px) {
  .login-box {
    position: relative;
    left: auto;
    top: auto;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    margin: 10px;
    margin-top: 10vh;
    width: auto;
  }
}
@media all and (max-height: 470px) {
  .login-box {
    margin-top: 10px;
  }
}
/* =============================================================================
/* SIDEBAR
/* ============================================================================= */
.nav-sidebar__logo-container {
  background: #fff;
  position: relative;
  display: block;
  padding: 12px 0;
  height: 42px;
}
.nav-sidebar__logo-container:hover, .nav-sidebar__logo-container:focus, .nav-sidebar__logo-container:active {
  text-decoration: none;
}

.nav-sidebar__logo {
  background: url(/media/sprite.png) no-repeat 0 -50px;
  width: 104px;
  height: 39px;
  display: block;
  margin: 0 0 0 15px;
}
.sidebar-small .nav-sidebar__logo {
  background-position: 0 0;
  width: 45px;
  margin: 0 auto;
}

.nav-sidebar-container {
  background: #47515a;
  position: fixed;
  top: 0;
  left: 0;
  width: 225px;
  bottom: 0;
  z-index: 1000;
}
.sidebar-small .nav-sidebar-container {
  width: 55px;
}

.page-wrapper {
  margin-left: 225px;
}
.sidebar-small .page-wrapper {
  margin-left: 55px;
}

.nav-sidebar {
  font-size: 1em;
  margin-top: 35px;
}

.nav-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-sidebar__menu-0 {
  line-height: 3.5714285714;
  display: block;
  padding-left: 66px;
  position: relative;
  color: #e4e4e4;
  margin-bottom: 10px;
}
.sidebar-small .nav-sidebar__menu-0 {
  width: 55px;
  padding-left: 0;
}
.sidebar-small .nav-sidebar__menu-0 span {
  visibility: hidden;
  pointer-events: none;
  display: block;
  white-space: nowrap;
}
.sidebar-small .nav-sidebar__menu-0:hover {
  width: 200px;
  padding-left: 66px;
}
.sidebar-small .nav-sidebar__menu-0:hover span {
  visibility: visible;
  pointer-events: auto;
}
.nav-sidebar__menu-0.nav-sidebar__menu-0--active, .nav-sidebar__menu-0:hover, .nav-sidebar__menu-0:focus, .nav-sidebar__menu-0:active {
  color: #fff;
  background: #345875;
  text-decoration: none;
}
.nav-sidebar__menu-0:before {
  font-family: Flaticon;
  font-size: 28px;
  font-style: normal;
  position: absolute;
  left: 0;
  width: 1.9642857143em;
  top: 0;
  line-height: 1.7857142857;
  text-align: center;
}

.nav-sidebar__menu-0--pages.nav-sidebar__menu-0--active,
.nav-sidebar__menu-0--pages:hover,
.nav-sidebar__menu-0--pages:focus,
.nav-sidebar__menu-0--pages:active {
  background: #84b50f;
}

.nav-sidebar__menu-0--newsletter.nav-sidebar__menu-0--active,
.nav-sidebar__menu-0--newsletter:hover,
.nav-sidebar__menu-0--newsletter:focus,
.nav-sidebar__menu-0--newsletter:active {
  background: #b50f20;
}

.nav-sidebar__menu-0--newsletterbuilder.nav-sidebar__menu-0--active,
.nav-sidebar__menu-0--newsletterbuilder:hover,
.nav-sidebar__menu-0--newsletterbuilder:focus,
.nav-sidebar__menu-0--newsletterbuilder:active {
  background: #b50f20;
}

.nav-sidebar__menu-0--modules.nav-sidebar__menu-0--active,
.nav-sidebar__menu-0--modules:hover,
.nav-sidebar__menu-0--modules:focus,
.nav-sidebar__menu-0--modules:active {
  background: #b50f20;
}

.nav-sidebar__menu-0--media.nav-sidebar__menu-0--active,
.nav-sidebar__menu-0--media:hover,
.nav-sidebar__menu-0--media:focus,
.nav-sidebar__menu-0--media:active {
  background: #0f84b5;
}

.nav-sidebar__menu-0--infochannels.nav-sidebar__menu-0--active,
.nav-sidebar__menu-0--infochannels:hover,
.nav-sidebar__menu-0--infochannels:focus,
.nav-sidebar__menu-0--infochannels:active {
  background: #cdbe1a;
}

.nav-sidebar__menu-0--pricemanager.nav-sidebar__menu-0--active,
.nav-sidebar__menu-0--pricemanager:hover,
.nav-sidebar__menu-0--pricemanager:focus,
.nav-sidebar__menu-0--pricemanager:active {
  background: #b50f20;
}

.nav-sidebar__menu-0--dashboard:before {
  content: "\f176";
}

.nav-sidebar__menu-0--pages:before {
  content: "\f12b";
}

.nav-sidebar__menu-0--modules:before {
  content: "\f160";
}

.nav-sidebar__menu-0--media:before {
  content: "\f13c";
}

.nav-sidebar__menu-0--logs:before {
  content: "\f12e";
}

.nav-sidebar__menu-0--users:before {
  content: "\f15f";
}

.nav-sidebar__menu-0--clients:before {
  content: "\f123";
}

.nav-sidebar__menu-0--projects:before {
  content: "\f18b";
}

.nav-sidebar__menu-0--admintools:before {
  content: "\f16a";
}

.nav-sidebar__menu-0--newsletter:before {
  content: "\f142";
}

.nav-sidebar__menu-0--newsletterbuilder:before {
  content: "\f142";
}

.nav-sidebar__menu-0--infochannels:before {
  content: "\f17d";
}

.nav-sidebar__menu-0--smss:before {
  content: "\f175";
}

.nav-sidebar__menu-0--pricemanager:before {
  content: "\f131";
}

.nav-sidebar__menu-0--couponmanager:before {
  content: "\f120";
}

.toggle-small-sidebar {
  text-align: center;
  color: #e4e4e4;
  text-decoration: none;
  display: block;
  line-height: 3.5714285714;
}
.toggle-small-sidebar span, .toggle-small-sidebar:before, .toggle-small-sidebar:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 2px solid #e4e4e4;
  margin: 0 1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}

@media all and (max-width: 768px) {
  .nav-sidebar-container {
    width: 55px;
  }
  .page-wrapper {
    margin-left: 55px;
  }
  .toggle-small-sidebar {
    display: none;
  }
  .nav-sidebar__logo {
    background-position: 0 0;
    width: 45px;
    margin: 0 auto;
  }
  .nav-sidebar__menu-0 {
    width: 55px;
    padding-left: 0;
  }
  .nav-sidebar__menu-0 span {
    visibility: hidden;
    pointer-events: none;
    display: block;
  }
  .nav-sidebar__menu-0:hover {
    width: 200px;
    padding-left: 66px;
  }
  .nav-sidebar__menu-0:hover span {
    visibility: visible;
    pointer-events: auto;
  }
}
@media all and (max-height: 768px) {
  .nav-sidebar {
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: -22px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav-sidebar-container {
    overflow: hidden;
  }
}
/* =============================================================================
/* HEADER MAIN
/* ============================================================================= */
.header-main {
  position: fixed;
  top: 0;
  left: 225px;
  right: 0;
  background: #fff;
  z-index: 1000;
}
.sidebar-small .header-main {
  left: 55px;
}

.header-module-name {
  position: absolute;
  left: 30px;
  top: 0;
  line-height: 63px;
  font-size: 24px;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
}

.user-box {
  float: right;
  background: #fff;
  position: relative;
  z-index: 100;
}
.user-box > * {
  display: inline-block;
  vertical-align: top;
}

.user-box-mobile {
  float: right;
  position: relative;
  color: #345875;
  text-decoration: none;
  display: none;
  z-index: 1000;
}
.user-box-mobile:hover, .user-box-mobile:focus, .user-box-mobile:active {
  color: #345875;
  text-decoration: none;
}
.user-box-mobile:before {
  font-size: 40px;
  line-height: 62px;
  display: block;
  width: 62px;
  text-align: center;
  background: #e4e4e4;
}

.user-box__item {
  display: inline-block;
  border-left: 1px solid #a9a9a9;
  color: #a9a9a9;
  line-height: 2.3571428571;
  padding: 0 0.7vw;
  margin: 15px 0;
}
.user-box__item:hover, .user-box__item:focus, .user-box__item:active {
  text-decoration: none;
  color: #767676;
}

.user-box__active-project {
  border-left: none;
}
.user-box__active-project.RadComboBox .rcbEmptyMessage {
  font-style: normal;
  color: #000;
}

.RadComboBox.user-box__active-project {
  position: relative;
  right: 10px;
}

.user-box__item-icon:before {
  line-height: 1.65;
  margin-left: 0.2vw;
  font-size: 1.4285714286em;
}

.header-flyout__container {
  position: relative;
}

.header-flyout {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  display: none;
}
.js-open .header-flyout {
  display: block;
}

.current-user__last-login {
  font-size: 1em;
  text-align: right;
  display: block;
}

.nav-userflyout {
  margin-top: 15px;
}

.nav-userflyout__menu-0 {
  display: block;
  text-align: right;
  color: #505050;
}
.nav-userflyout__menu-0:hover, .nav-userflyout__menu-0:focus, .nav-userflyout__menu-0:active {
  text-decoration: none;
  color: #345875;
}
.nav-userflyout__menu-0 span:before {
  font-family: Flaticon;
  font-style: normal;
  line-height: 1.7857142857;
  margin-left: 10px;
}

.nav-userflyout__menu-0--logout {
  font-weight: bold;
  color: #b50f20;
}
.nav-userflyout__menu-0--logout:hover {
  color: #860b18;
}

.nav-userflyout__menu-0--logs span:before {
  content: "\f12e";
}

.nav-userflyout__menu-0--news span:before {
  content: "\f159";
}

.nav-userflyout__menu-0--options span:before {
  content: "\f16b";
}

.nav-userflyout__menu-0--logout span:before {
  content: "\f14b";
}

.nav-languages {
  margin-top: 15px;
  text-align: right;
}

.nav-languages__language {
  text-transform: uppercase;
  color: #47515a;
  text-decoration: none;
}

.nav-flyoutprojects {
  white-space: nowrap;
}

.nav-flyoutprojects ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-flyoutprojects__project {
  color: #505050;
  display: block;
  line-height: 2.2857142857;
}
.nav-flyoutprojects__project:hover, .nav-flyoutprojects__project:focus, .nav-flyoutprojects__project:active {
  color: #0f84b5;
  text-decoration: none;
}
.nav-flyoutprojects__project:before {
  float: right;
  display: block;
  line-height: 1.8823529412;
  background: #fff;
  padding-left: 10px;
  position: relative;
}

.nav-flyoutprojects__show-all {
  margin-top: 15px;
}

@media all and (max-width: 1024px) {
  .user-box-mobile {
    display: block;
  }
  .user-box {
    position: fixed;
    right: 0;
    top: 62px;
    bottom: 0;
    width: 240px;
    text-align: right;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  .user-box.js-mobile-open {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .header-flyout__container {
    position: relative;
    clear: left;
    display: block;
  }
  .user-box__item {
    border: none;
    margin: 0;
    display: block;
  }
  .header-flyout {
    position: relative;
    top: auto;
  }
}
@media all and (max-width: 768px) {
  .header-main {
    left: 55px;
  }
}
/* =============================================================================
/* CONTENT
/* ============================================================================= */
.feedback-form {
  background: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.feedback-form .site-content {
  padding: 0 20px;
}

.content-wrapper {
  padding: 98px 30px 35px;
}

.site-content {
  margin-bottom: 30px;
}

.rgNoRecords span {
  padding: 20px;
  display: block;
}

@media all and (max-width: 550px) {
  .content-wrapper {
    padding: 84px 15px 15px;
  }
}
/* =============================================================================
/* DASHBOARD
/* ============================================================================= */
.dashboard > [class*=col-] {
  margin-bottom: 10px;
}

.dashboard h3 {
  margin-bottom: 15px;
}
.dashboard h3:before {
  font-size: 25px;
  margin-right: 10px;
}

.nav-dashboard {
  position: relative;
  overflow: hidden;
}
.dashboard .nav-dashboard {
  margin-bottom: 0;
}

.nav-dashboard__item {
  position: relative;
  display: block;
  font-size: 1em;
  background: #345875;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.nav-dashboard__item:before {
  content: "";
  font-family: Flaticon;
  font-size: 28px;
  font-style: normal;
  display: block;
}
.nav-dashboard__item:hover, .nav-dashboard__item:focus, .nav-dashboard__item:active {
  background: #243d52;
  color: #fff;
  text-decoration: none;
}

.nav-dashboard__item--pages {
  background: #84b50f;
}

.nav-dashboard__item--pages:hover,
.nav-dashboard__item--pages:focus,
.nav-dashboard__item--pages:active {
  background: #62860b;
}

.nav-dashboard__item--newsletter {
  background: #b50f20;
}

.nav-dashboard__item--newsletter:hover,
.nav-dashboard__item--newsletter:focus,
.nav-dashboard__item--newsletter:active {
  background: #860b18;
}

.nav-dashboard__item--newsletterbuilder {
  background: #b50f20;
}

.nav-dashboard__item--newsletterbuilder:hover,
.nav-dashboard__item--newsletterbuilder:focus,
.nav-dashboard__item--newsletterbuilder:active {
  background: #860b18;
}

.nav-dashboard__item--modules {
  background: #b50f20;
}

.nav-dashboard__item--modules:hover,
.nav-dashboard__item--modules:focus,
.nav-dashboard__item--modules:active {
  background: #860b18;
}

.nav-dashboard__item--media {
  background: #0f84b5;
}

.nav-dashboard__item--media:hover,
.nav-dashboard__item--media:focus,
.nav-dashboard__item--media:active {
  background: #0b6286;
}

.nav-dashboard__item--infochannels {
  background: #cdbe1a;
}

.nav-dashboard__item--infochannels:hover,
.nav-dashboard__item--infochannels:focus,
.nav-dashboard__item--infochannels:active {
  background: #a09414;
}

.nav-dashboard__item--pricemanager {
  background: #b50f20;
}

.nav-dashboard__item--pricemanager:hover,
.nav-dashboard__item--pricemanager:focus,
.nav-dashboard__item--pricemanager:active {
  background: #860b18;
}

.nav-dashboard__item--dashboard:before {
  content: "\f176";
}

.nav-dashboard__item--pages:before {
  content: "\f12b";
}

.nav-dashboard__item--modules:before {
  content: "\f160";
}

.nav-dashboard__item--media:before {
  content: "\f13c";
}

.nav-dashboard__item--logs:before {
  content: "\f12e";
}

.nav-dashboard__item--users:before {
  content: "\f15f";
}

.nav-dashboard__item--clients:before {
  content: "\f123";
}

.nav-dashboard__item--projects:before {
  content: "\f18b";
}

.nav-dashboard__item--admintools:before {
  content: "\f16a";
}

.nav-dashboard__item--newsletter:before {
  content: "\f142";
}

.nav-dashboard__item--newsletterbuilder:before {
  content: "\f142";
}

.nav-dashboard__item--infochannels:before {
  content: "\f17d";
}

.nav-dashboard__item--smss:before {
  content: "\f175";
}

.nav-dashboard__item--pricemanager:before {
  content: "\f131";
}

.nav-dashboard__item--couponmanager:before {
  content: "\f120";
}

.dashboard-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-list__item {
  line-height: 2.2857142857;
  border-bottom: 1px solid #e4e4e4;
  white-space: nowrap;
  color: #505050;
  position: relative;
  overflow: hidden;
}
.dashboard-list__item a {
  color: #505050;
  background: #fff;
  padding-left: 10px;
  position: relative;
  display: block;
}
.dashboard-list__item:last-child {
  border-bottom: none;
}

.dashboard-list__date {
  font-weight: bold;
}

.dashboard-list__control {
  float: right;
  display: block;
  vertical-align: top;
  color: #345875;
}
.dashboard-list__control:hover, .dashboard-list__control:active, .dashboard-list__control:focus {
  text-decoration: none;
  color: #b50f20;
}
.dashboard-list__control:before {
  display: inline-block;
  vertical-align: top;
  line-height: 1.6;
  font-size: 20px;
}

.dashboard-newsletter__control {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #345875;
}
.dashboard-newsletter__control:hover, .dashboard-newsletter__control:active, .dashboard-newsletter__control:focus {
  text-decoration: none;
  color: #b50f20;
}
.dashboard-newsletter__control:before {
  display: inline-block;
  vertical-align: top;
  line-height: 1.6;
  font-size: 20px;
}

.contact__link {
  color: #345875;
  line-height: 38px;
  display: block;
}
.contact__link:before {
  line-height: 30px;
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
  font-size: 28px;
}

.feedback a {
  color: #345875;
  display: block;
  margin-top: 2px;
}
.feedback a:hover, .feedback a:focus, .feedback a:active {
  color: #0f84b5;
  text-decoration: none;
}

.system a {
  color: #345875;
}
.system a:hover, .system a:focus, .system a:active {
  color: #0f84b5;
  text-decoration: none;
}

/* =============================================================================
/* WEBSPACE
/* ============================================================================= */
.webspace {
  background: #84b50f;
  color: #fff;
}
.webspace--warning {
  background: #b50f20;
}

.webspace__data {
  padding-top: 5px;
}

.webspace__percentage {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  height: 5px;
}
.webspace__percentage span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

/* =============================================================================
/* conmail
/* ============================================================================= */
.conmail {
  background: #d38a16;
  color: #fff;
}
.conmail a {
  color: #fff;
  text-decoration: none;
}
.conmail a:hover, .conmail a:focus, .conmail a:active {
  color: #fff;
  text-decoration: none;
}
.conmail .h3 {
  display: block;
  margin-bottom: 15px;
}
.conmail .h3:before {
  font-size: 25px;
  margin-right: 10px;
}
.conmail.no-size .h3 {
  margin: 28px 0;
}
.conmail--warning {
  background: #b50f20;
}

.conmail__text {
  margin-bottom: 10px;
  display: block;
}

.conmail__data {
  padding-top: 5px;
  display: block;
}

.conmail__percentage {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  height: 5px;
}
.conmail__percentage span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

/* =============================================================================
/* conmail
/* ============================================================================= */
.conmail {
  background: #d38a16;
  color: #fff;
}
.conmail a {
  color: #fff;
  text-decoration: none;
}
.conmail a:hover, .conmail a:focus, .conmail a:active {
  color: #fff;
  text-decoration: none;
}
.conmail .h3 {
  display: block;
  margin-bottom: 15px;
}
.conmail .h3:before {
  font-size: 25px;
  margin-right: 10px;
}
.conmail--warning {
  background: #b50f20;
}

.conmail__text {
  margin-bottom: 10px;
  display: block;
}

.conmail__data {
  padding-top: 5px;
  display: block;
}

.conmail__percentage {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  height: 5px;
}
.conmail__percentage span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

/* =============================================================================
/* PAGES
/* ============================================================================= */
.level-001:before,
.level-002:before,
.level-003:before,
.level-004:before,
.level-005:before,
.level-006:before,
.level-007:before,
.level-008:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url(/media/line-level.png) repeat-x 0 0;
}

.level-001:before {
  display: none;
}

.level-002:before {
  width: 20px;
}

.level-003:before {
  width: 40px;
}

.level-004:before {
  width: 60px;
}

.level-005:before {
  width: 80px;
}

.level-006:before {
  width: 100px;
}

.level-007:before {
  width: 120px;
}

.level-008:before {
  width: 140px;
}

.ishome {
  font-weight: bold;
}
.ishome:after {
  content: "\f143";
  font-family: "Flaticon";
  font-style: normal;
  margin-left: 10px;
}

/* =============================================================================
/* RADMULTIPAGHE
/* ============================================================================= */
.rmpHidden {
  display: none !important;
}

/* =============================================================================
/* GRID
/* ============================================================================= */
#Body .RadGrid {
  outline: none;
}

#Body .RadGrid table th {
  color: white !important;
  font-size: 0.929em;
}
#Body .RadGrid table th a {
  color: white !important;
}
#Body .RadGrid table th button {
  color: white !important;
}

.rg-command {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.rg-command > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-decoration: none;
  color: #fff;
  min-height: 210px;
}
.rg-command > a:hover, .rg-command > a:focus, .rg-command > a:active {
  text-decoration: none;
  color: #fff;
}
.rgHoveredRow .rg-command {
  color: #fff !important;
}

.rg-symobol-container,
.rgHeader.symbol {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
  position: relative;
}
.rg-symobol-container a,
.rgHeader.symbol a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.rg-symobol-container button,
.rgHeader.symbol button {
  position: absolute;
  bottom: 0;
  right: -2px;
}

#Body .RadGrid_Material .rgHeader {
  border: 0;
  border-bottom: 1px solid #CFD8DC;
  background-color: #8BC34A;
  padding: 13px 15px;
}

#Body .RadGrid .rgEditForm .rgHeader {
  white-space: nowrap;
}

#Body .rgHoveredRow .rg-edit {
  background: #d38a16;
}
#Body .rgHoveredRow .rg-edit:hover {
  background: #a56c11;
}

#Body .rgHoveredRow .rg-options {
  background: #cdbe1a;
}
#Body .rgHoveredRow .rg-options:hover {
  background: #a09414;
}

#Body .rgHoveredRow .rg-copy {
  background: #0f84b5;
}
#Body .rgHoveredRow .rg-copy:hover {
  background: #0b6286;
}

#Body .rgHoveredRow .rg-save,
#Body .rgHoveredRow .rg-add {
  background: #84b50f;
}
#Body .rgHoveredRow .rg-save:hover,
#Body .rgHoveredRow .rg-add:hover {
  background: #62860b;
}

#Body .rgHoveredRow .rg-switch,
#Body .rgHoveredRow .rg-abort {
  background: #47515a;
}
#Body .rgHoveredRow .rg-switch:hover,
#Body .rgHoveredRow .rg-abort:hover {
  background: #31373d;
}

#Body .rgHoveredRow .rg-delete {
  background: #b50f20;
}
#Body .rgHoveredRow .rg-delete:hover {
  background: #860b18;
}

#Body .rgHoveredRow .rg-restore {
  background: #13a6e4;
}
#Body .rgHoveredRow .rg-restore:hover {
  background: #0f84b5;
}

[data-mode=deleted] {
  opacity: 0.5;
}

.mc > div {
  position: relative;
  overflow: hidden;
}

#Body .rgEditRow[data-mode=edit] .rg-restore,
#Body .rgEditRow[data-mode=edit] .rg-delete {
  opacity: 0;
}

#Body .RadWindow {
  min-width: 300px;
  min-height: 120px;
}

.pagebuilder-popup {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
}

#Body .RadWindow.rwInactiveWindow.popup {
  opacity: 1 !important;
}

#Body .RadWindow div.rwExternalContent {
  margin: 0;
  left: 0;
  right: 0;
  top: 52px;
  bottom: 0;
  position: absolute;
  min-width: 300px;
}
#Body .RadWindow div.rwExternalContent .rwDialog.rwConfirmDialog::before {
  top: auto;
}
#Body .RadWindow div.rwExternalContent .rwDialogButtons {
  width: auto;
  right: 0;
  left: 0;
  bottom: -1px;
  border: 0;
  border-radius: 0;
}
#Body .RadWindow.rwNoTitleBar div.rwExternalContent {
  top: 0;
}

#Body .rcbSlide {
  z-index: 10800;
}

.grid-icon--caution {
  color: #b50f20;
}

.grid-icon--modules {
  color: #d38a16;
}

.grid-icon--aces {
  color: #345875;
}

.grid-icon--medias {
  color: #0f84b5;
}

.grid-icon--pages,
.grid-icon--slides {
  color: #84b50f;
}

.grid-icon--nl-ok {
  color: #84b50f;
  display: block;
  text-align: center;
}
.grid-icon--nl-ok:before {
  font-size: 19px;
  line-height: 19px;
}

.grid-icon--ok {
  color: #84b50f;
  display: block;
  text-align: center;
}

.grid-icon--error {
  color: #b50f20;
  display: block;
  text-align: center;
}

.grid-column--last-changed {
  font-size: 0.9em;
}

.grid-column--size-tiny {
  font-size: 0.85em;
}

.rg-lang {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #84b50f;
  margin-right: 1px;
  color: #fff;
  font-size: 12px;
}
.rg-lang.inactive {
  background: #47515a;
}
.rg-lang.beta {
  background: #d38a16;
}

#Body .rgDragIcon {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.detail-edit-mode.rgEditRow > [style*="display:none"] ~ [style*="display:none"] {
  display: none !important;
}

/* =============================================================================
/* TOOLBAR
/* ============================================================================= */
.detail {
  position: relative;
}

.module-toolbar--scroll-fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.module-toolbar--fixed {
  position: fixed;
  left: 225px;
  top: 62px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2), 0 0 44px rgba(0, 0, 0, 0.2);
}
.sidebar-small .module-toolbar--fixed {
  left: 55px;
}

.popup .module-toolbar--fixed {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.editor-toolbar--fixed {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: fixed !important;
  left: 225px !important;
  top: 108px !important;
  width: auto !important;
}

.radeditor-full {
  z-index: 10999 !important;
}

@media all and (max-width: 768px) {
  .module-toolbar--fixed {
    left: 55px;
  }
  .editor-toolbar--fixed .rwContent {
    left: 55px;
  }
}
.toolbar.standalone {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ddd;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

#Body .RadToolBar .rtbOuter {
  border: none;
}
#Body .RadToolBar .rtbUL {
  width: 100%;
}

#Body .rtbPopup.rtbMenuPopup.rtbPopup .rtbLI.rtbItem .rtbLink.rtbChecked,
#Body .rtbPopup.rtbMenuPopup.rtbPopup .rtbLI.rtbItem.rtbChecked .rtbLink {
  font-weight: bold;
}
#Body .rtbPopup.rtbMenuPopup.rtbPopup .rtbLI.rtbItem .rtbLink.rtbChecked::before,
#Body .rtbPopup.rtbMenuPopup.rtbPopup .rtbLI.rtbItem.rtbChecked .rtbLink::before {
  content: "\e20e";
  margin-left: -20px;
  padding-right: 7px;
  font: 12px/1 WebComponentsIcons;
}

#Body .toolbar-button--search {
  margin-left: 3px;
}

#Body .toolbar-button--search-icon {
  margin-right: 0;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}
#Body .toolbar-button--search-icon:before {
  line-height: 16px;
}

#Body .RadToolBar .rtbSeparator {
  margin: 0 5px;
}

.fft-checkbox {
  margin-left: 10px;
}

.fft-checkbox[data-lang] {
  margin-left: 14px;
}

.custom-label--extra-padding-left {
  padding-left: 10px;
}

#Body .custom-button {
  border: none;
  outline: none;
}
#Body .custom-button .rbIcon + .rbText {
  line-height: 21px;
}
#Body .custom-button:before {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 24px;
}
#Body .custom-button--round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#Body .custom-button--orange {
  background: #d38a16;
  color: #fff;
}
#Body .custom-button--orange:hover {
  background: #a56c11;
}
#Body .custom-button--orange .rbIcon {
  color: #fff;
}
#Body .custom-button--lightblue {
  background: #0f84b5;
  color: #fff;
}
#Body .custom-button--lightblue:hover {
  background: #0b6286;
}
#Body .custom-button--lightblue .rbIcon {
  color: #fff;
}
#Body .custom-button--green {
  background: #84b50f;
  color: #fff;
}
#Body .custom-button--green:hover {
  background: #62860b;
}
#Body .custom-button--green .rbIcon {
  color: #fff;
}
#Body .custom-button--red {
  background: #b50f20;
  color: #fff;
}
#Body .custom-button--red:hover {
  background: #860b18;
}
#Body .custom-button--red .rbIcon {
  color: #fff;
}
#Body .custom-button--gray {
  background: #47515a;
  color: #fff;
}
#Body .custom-button--gray:hover {
  background: #31373d;
}
#Body .custom-button--gray .rbIcon {
  color: #fff;
}
#Body .custom-button--no-text:before {
  margin-right: 14px;
}
#Body .custom-button--no-text .rtbOut {
  display: none;
}
#Body .custom-button--extra-padding {
  padding: 12px 13px;
}

#Body .RadButton.rbRounded {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.custom-wordcount__content {
  text-align: right;
  font-size: 0.85em;
}
.pages-seo .custom-wordcount__content {
  display: block;
}
.pages-edit .custom-wordcount__content {
  position: absolute;
  top: 25px;
  right: -9px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  background: #fff;
  border: 1px solid #ddd;
  color: #a9a9a9;
  text-align: center;
}

.tbb-edit-seppager {
  visibility: hidden;
}

.tb-delete__outer {
  float: right;
}

/*.tooltip-item {
    position: relative;

    &:after {
        content: attr(data-title);
        position: absolute;
        top: 100%;
        left: 50%;
        -moz-transform: translateY(-10px) translateX(-50%) translateZ(0);
        -ms-transform: translateY(-10px) translateX(-50%) translateZ(0);
        -o-transform: translateY(-10px) translateX(-50%) translateZ(0);
        -webkit-transform: translateY(-10px) translateX(-50%) translateZ(0);
        transform: translateY(-10px) translateX(-50%) translateZ(0);
        background: $base-font-color;
        color: #fff;
        display: block;
        padding: 10px;
        width: 145px;
        margin-top: 4px;
        font-family: $base-font-family;
        font-size: em(15px, $base-font-size);
        text-align: center;
        white-space: normal;
        opacity: 0;
        pointer-events: none;
        -moz-transition: all 0.3s ease-in-out 0.3s;
        -o-transition: all 0.3s ease-in-out 0.3s;
        -webkit-transition: all 0.3s ease-in-out 0.3s;
        transition: all 0.3s ease-in-out 0.3s;
        z-index: 1000;
    }

    &:hover:after {
        opacity: 1;
        -moz-transform: translateY(0) translateX(-50%) translateZ(0);
        -ms-transform: translateY(0) translateX(-50%) translateZ(0);
        -o-transform: translateY(0) translateX(-50%) translateZ(0);
        -webkit-transform: translateY(0) translateX(-50%) translateZ(0);
        transform: translateY(0) translateX(-50%) translateZ(0);
    }

    &--top:after {
        bottom: 100%;
        top: auto;
        margin-bottom: 4px;
        margin-top: 0;
    }

    &--left:after {
        top: 50%;
        left: auto;
        right: 100%;
        -moz-transform: translateY(-50%) translateX(10px) translateZ(0);
        -ms-transform: translateY(-50%) translateX(10px) translateZ(0);
        -o-transform: translateY(-50%) translateX(10px) translateZ(0);
        -webkit-transform: translateY(-50%) translateX(10px) translateZ(0);
        transform: translateY(-50%) translateX(10px) translateZ(0);
        margin-bottom: 0;
        margin-right: 4px;
    }

    &--left:hover:after {
        -moz-transform: translateY(-50%) translateX(0) translateZ(0);
        -ms-transform: translateY(-50%) translateX(0) translateZ(0);
        -o-transform: translateY(-50%) translateX(0) translateZ(0);
        -webkit-transform: translateY(-50%) translateX(0) translateZ(0);
        transform: translateY(-50%) translateX(0) translateZ(0);
    }

    &--bottom-left:after {
        left: 0;
        -moz-transform: translateY(-10px) translateX(0) translateZ(0);
        -ms-transform: translateY(-10px) translateX(0) translateZ(0);
        -o-transform: translateY(-10px) translateX(0) translateZ(0);
        -webkit-transform: translateY(-10px) translateX(0) translateZ(0);
        transform: translateY(-10px) translateX(0) translateZ(0);
    }

    &--bottom-left:hover:after {
        opacity: 1;
        -moz-transform: translateY(0) translateX(0) translateZ(0);
        -ms-transform: translateY(0) translateX(0) translateZ(0);
        -o-transform: translateY(0) translateX(0) translateZ(0);
        -webkit-transform: translateY(0) translateX(0) translateZ(0);
        transform: translateY(0) translateX(0) translateZ(0);
    }
}*/
@media all and (max-width: 1280px) {
  .tb-delete__outer {
    float: none;
    margin-right: 15px;
  }
}
/* =============================================================================
/* LEGEND
/* ============================================================================= */
.legend {
  padding-top: 10px;
}

.legend__title {
  font-weight: bold;
}

.legend__item {
  font-size: 0.9em;
  display: inline-block;
  margin-left: 10px;
}
.legend__item:before {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  margin-right: 4px;
}

/* =============================================================================
/* RADTABSTRIB
/* ============================================================================= */
#Body .RadTabStrip .rtsUL {
  width: 100%;
}

.custom-tabs.RadTabStrip {
  margin-top: 46px;
}
.custom-tabs.RadTabStrip.custom-tabs--no-margin {
  margin-top: 10px;
}
.content--media .custom-tabs.RadTabStrip {
  margin-top: 62px;
}
.popup .content--media .custom-tabs.RadTabStrip {
  margin-top: 0;
  padding-top: 62px;
}

/* =============================================================================
/* EDIT
/* ============================================================================= */
.form {
  padding: 20px;
  background: #fff;
}

.cms-group {
  color: #a9a9a9;
  font-size: 1.7142857143em;
  margin-top: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e4e4e4;
  display: block;
}
.cms-group:first-child {
  margin-top: 0;
}

.filter-group {
  color: #a9a9a9;
  font-size: 1.2857142857em;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
  display: block;
}
.smss .filter-group {
  border-bottom: none;
}

.filter-modules {
  max-width: 900px;
}

.filter-items {
  white-space: normal;
}
.filter-items button {
  margin: 0 2px 4px;
}

.edit__row {
  margin-bottom: 4px;
}
.edit__row > * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.edit__label {
  white-space: normal;
  word-break: break-all;
  padding: 8px 0;
}
.edit__label.required {
  font-weight: bold;
}

.edit__checkbox {
  padding: 0 13px;
}

.tt-item {
  color: #e4e4e4;
  position: absolute;
  left: -20px;
  top: 0;
  background: #fff;
}
.tt-item:hover {
  color: #a9a9a9;
}

.ml-container {
  max-width: 600px;
}
.projects-slides-edit .ml-container, .pages-slides-edit .ml-container {
  max-width: none;
}

.ml-help {
  position: absolute;
  right: 100%;
  top: 0;
}

.ml-label {
  display: block;
}

label.language,
.riButton.language,
.riButton.datatype {
  background: none;
  text-indent: 0;
  color: #a9a9a9 !important;
  font-size: 13px;
  border: 1px solid #e4e4e4 !important;
  vertical-align: top !important;
  margin-top: 0 !important;
  height: 20px !important;
  line-height: 20px !important;
  width: 20px;
  display: inline-block !important;
  text-align: center;
  padding: 0 !important;
  pointer-events: none;
  background: #fff;
  margin-right: -14px;
}
label.language span,
.riButton.language span,
.riButton.datatype span {
  display: none;
}

.EditorBig label.language, .EditorBig label.riButton.datatype {
  position: absolute;
  left: -25px;
  top: 0;
}

.language:before, .riButton.datatype:before {
  display: none;
}

.riButton.datatype.numeric:after {
  content: "\f153";
  font-family: Flaticon;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  vertical-align: top;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-left: -15px;
}
.riButton.datatype.password:after {
  content: "\f169";
  font-family: Flaticon;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  vertical-align: top;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-left: -15px;
}
.riButton.datatype.homepage:after {
  content: "\f12b";
  font-family: Flaticon;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  vertical-align: top;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-left: -15px;
}
.riButton.datatype.text:after {
  content: "\f122";
  font-family: Flaticon;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  vertical-align: top;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-left: -15px;
}
.riButton.datatype.email:after {
  content: "\f144";
  font-family: Flaticon;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  vertical-align: top;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-left: -15px;
}

.no-data {
  padding: 20px;
  display: block;
}

/*.tbb-edit-pagerfirst:before,
.tbb-edit-pagerlast:before,
.tbb-edit-pagerprevious:before,
.tbb-edit-pagernext:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('/WebResource.axd?d=l-yUxMcb4lEPLuiqpt3Cito-7Q0Z_4h8Z2VDpUMkJp8VW1zusMGaxRy…7kwKQ7HJQXBlMrSDEWgab1JgMkFzHhxQ0gU3BVNbhYBHgyr9wCO0&t=636082571279230114');
    background-repeat: no-repeat;
}

.tbb-edit-pagerfirst:before {
    background-position: -9px -709px;
}

.tbb-edit-pagerlast:before {
    background-position: -9px -759px;
}

.tbb-edit-pagerprevious:before {
    background-position: -9px -109px;
}

.tbb-edit-pagernext:before {
    background-position: -9px -159px;
}*/
#Body .RadUpload .ruBrowse {
  width: auto;
}

.upload-result {
  padding-left: 100px;
  color: #fff;
  position: relative;
}
.upload-result .cms-group {
  color: #fff;
  padding-bottom: 5px;
}
.upload-result:before {
  position: absolute;
  left: 10px;
  top: 50%;
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  font-size: 36px;
  line-height: 36px;
}
.upload-result--ok {
  background: #84b50f;
}
.upload-result--error {
  background: #b50f20;
}

/* =============================================================================
/* CHART
/* ============================================================================= */
.chart-item {
  margin-bottom: 10px;
}

.top-ten {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  padding: 5px;
  height: 200px;
  overflow-y: auto;
}

.top-ten-container {
  line-height: 20px;
  display: block;
  padding: 4px;
}

.top-ten .top-ten-item {
  overflow: hidden;
  white-space: nowrap;
}

.plugins.requests.statistics .top-ten .chart-url {
  display: none;
}

.plugins.newsletter.statistics .summary .label {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}
.plugins.newsletter.statistics .summary .value {
  display: inline-block;
  vertical-align: top;
}

.top-ten .sum {
  font-weight: bold;
}

.chart-header {
  color: #a9a9a9;
  font-size: 1.7142857143em;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  display: block;
}

.module-content__filter {
  padding: 20px 8px;
  margin: 10px 0 20px;
}

/* report */
#Body.report {
  background: transparent;
}

#Body.report .container-chart {
  margin: 0 20px;
}

#Body.report .chart-item {
  background-color: transparent;
  margin-bottom: 0;
  float: none;
  width: 100%;
  padding: 0;
}

#Body.report .top-ten {
  height: auto;
  overflow: hidden;
  position: relative;
}

#Body.report .top-ten-container {
  clear: left;
  overflow: hidden;
  position: relative;
}

#Body.report .top-ten-item {
  height: auto;
  overflow-y: hidden;
  float: left;
  width: 50%;
}

#Body.report .chart-header {
  margin-top: 20px;
}

/* =============================================================================
/* PAGES DETAIL
/* ============================================================================= */
.pages__view-button:before {
  margin-left: -13px;
}

.value .RadComboBox,
.value .RadInput {
  margin-right: 1%;
}

.value-full .RadComboBox,
.value-full .RadInput {
  width: 86% !important;
  margin-bottom: 8px;
  margin-right: 0;
}

.copy-lang {
  display: inline-block;
  border: 1px solid #a9a9a9;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #505050;
}
.copy-lang:hover {
  background: #0f84b5;
  color: #fff;
}

@media all and (max-width: 1280px) {
  .value .RadComboBox, .value .RadInput {
    width: 100% !important;
    margin-right: 0;
  }
}
/* =============================================================================
/* RADCOMOBOBOXDROPDWON
/* ============================================================================= */
.RadComboBoxDropDown .level-2:before,
.RadComboBoxDropDown .level-3:before,
.RadComboBoxDropDown .level-4:before,
.RadComboBoxDropDown .level-5:before,
.RadComboBoxDropDown .level-6:before,
.RadComboBoxDropDown .level-7:before,
.RadComboBoxDropDown .level-8:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 14px;
  background: url(/media/line-level.png) repeat-x 0 50%;
}

.RadComboBoxDropDown .level-2:before {
  width: 40px;
}

.RadComboBoxDropDown .level-3:before {
  width: 80px;
}

.RadComboBoxDropDown .level-4:before {
  width: 120px;
}

.RadComboBoxDropDown .level-5:before {
  width: 160px;
}

.RadComboBoxDropDown .level-6:before {
  width: 200px;
}

.RadComboBoxDropDown .level-7:before {
  width: 240px;
}

.RadComboBoxDropDown .level-8:before {
  width: 280px;
}

/* =============================================================================
/* SLIDEITEM
/* ============================================================================= */
.slideitem-container__description,
.slideitem-container__title {
  white-space: normal !important;
  display: block !important;
}

.slideitem-container__title {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}

.slideitem-container__description {
  padding-bottom: 10px;
}

.slideitem-container__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.slideitem-container {
  border-bottom: 1px solid #e4e4e4;
}
.slideitem-container:hover {
  background: #efefef;
}

/* =============================================================================
/* MEDIAFILES
/* ============================================================================= */
.media-files {
  padding-top: 15px;
}

.media-files__item {
  margin-bottom: 8px;
  cursor: pointer;
}
.media-files__item:nth-child(12n+1) {
  clear: left;
}
.media-files__item:hover .base-card {
  background: #efefef;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.media-files__item:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 2;
}
.media-files__item:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  background: #fff;
  width: 11px;
  height: 11px;
  z-index: 2;
}
.media-files__item:hover:after {
  background: #0f84b5;
  opacity: 0.5;
}
.media-files__item.selected:after {
  background: #0f84b5;
}
.media-files__item.selected:hover:after {
  background: #0f84b5;
  opacity: 1;
}
.media-files .base-card {
  padding: 0;
}

.media-files__text {
  display: block;
  position: relative;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
  font-size: 12px;
}

.media-preview img,
.media-files img {
  width: 100%;
  height: auto;
  display: block;
}

.media-preview {
  padding-top: 20px;
}

.media-preview__item {
  position: relative;
  cursor: pointer;
}
.media-preview__item:before {
  position: absolute;
  left: 4px;
  top: 0;
  right: 4px;
  bottom: 0;
  background: rgba(181, 15, 32, 0.5);
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding-top: 31px;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.media-preview__item:hover:before {
  opacity: 1;
}

.media-preview__title {
  font-size: 1.2857142857em;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.media-preview__count {
  line-height: 34px;
  padding-left: 15px;
}

/* special thumbnail size*/
.RadFileExplorer .rfeThumbList {
  width: 118px !important;
}

.RadFileExplorer .rfeFile {
  width: 100px !important;
  height: 100px !important;
}

.RadFileExplorer .rfeImageFile img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.RadFileExplorer .rfeThumbTitle {
  position: relative !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/* =============================================================================
/* LOADING
/* ============================================================================= */
#Body .loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10900;
}

#Body.aj-loading .loading {
  display: block !important;
}

#Body .RadAjax .raColor {
  position: fixed;
}

#Body .RadAjax .raDiv {
  background: none !important;
}

.page-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-top: -13px;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-backface-visibility: hidden;
  -webkit-animation: heartbeat 1500ms ease 0s infinite normal;
  -khtml-animation: heartbeat 1500ms ease 0s infinite normal;
  -moz-animation: heartbeat 1500ms ease 0s infinite normal;
  -ms-animation: heartbeat 1500ms ease 0s infinite normal;
  -o-animation: heartbeat 1500ms ease 0s infinite normal;
  animation: heartbeat 1500ms ease 0s infinite normal;
}

.page-loader__left,
.page-loader:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 50px;
  background: #b50f20;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-loader__left {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  overflow: hidden;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-loader__left:before {
  background: #7b1928;
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 25px;
  height: 25px;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transform: skewY(-20deg);
  -ms-transform: skewY(-20deg);
  -o-transform: skewY(-20deg);
  -webkit-transform: skewY(-20deg);
  transform: skewY(-20deg);
}

.page-loader:after {
  left: 0;
  top: 0;
  -moz-transform-origin: 13px 20px;
  -ms-transform-origin: 13px 20px;
  -o-transform-origin: 13px 20px;
  -webkit-transform-origin: 13px 20px;
  transform-origin: 13px 20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* =============================================================================
/* MEDIAS
/* ============================================================================= */
.address-box,
.exp-container {
  border-style: solid;
  border-color: #ddd;
  background: #fff;
}

.address-box {
  padding: 10px;
  border-width: 0 1px 0 1px;
}

.address-box.cleanup {
  background-color: #d38a16;
  color: white;
}

.exp-container {
  border-width: 0 1px 1px 1px;
}

.exp-treeview {
  height: 100%;
}

@media all and (max-width: 768px) {
  .content--media .exp-treeview {
    display: none !important;
  }
}
/* ==========================================================================
   explorer
   ========================================================================== */
.exp-folders {
  display: block;
  overflow: auto;
}

.exp-folders .exp-restore {
  font-style: italic;
  color: #AAA;
}

.exp-content {
  height: 100%;
  vertical-align: top;
  overflow: hidden;
}
.exp-content.no-treeview {
  width: 100%;
}

.exp-content .RadListBox .rlbTemplate {
  overflow: visible !important;
}

.exp-container .exp-content .RadListBox .rlbGroup {
  border: 0;
}

.exp-container .exp-content .RadListBox .rlbItem.rlbActive,
.exp-container .exp-content .RadListBox .rlbItem.rlbSelected {
  border: 0;
  background-color: transparent;
}

.exp-content .RadListBox .rlbItem {
  width: 8.33333%;
  height: 101px;
  float: left;
  padding: 0 4px;
  margin-bottom: 8px;
  border-bottom: 1px dotted transparent;
}
.exp-content .RadListBox .rlbItem:hover {
  background: transparent;
}
.exp-content .RadListBox .rlbItem.rlbActive, .exp-content .RadListBox .rlbItem.rlbSelected {
  padding: 0 4px;
}
.exp-content .RadListBox .rlbItem:nth-child(11n+1) {
  clear: left;
}

.exp-container .exp-content .exp-item {
  position: relative;
  background-position: 50% 3px;
  background-repeat: no-repeat;
  padding: 0;
  height: 100px;
}

.exp-container .exp-content .exp-item.exp-deleted {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.exp-content .rlbItem.rlbActive .exp-item,
.exp-content .rlbItem.rlbSelected .exp-item {
  background-color: #0f84b5;
  color: #fff;
}

.exp-content .exp-item:hover {
  background-color: #efefef;
}

.exp-content .exp-item .exp-title {
  display: block;
  line-height: 15px;
  padding: 75px 5px 0;
  overflow: hidden;
  height: 30px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.exp-content .rlbItem.rlbSelected .exp-title,
.exp-content .rlbItem.rlbActive .exp-title {
  color: #fff;
}

.exp-content .exp-item:before {
  position: absolute;
  left: 50%;
  top: 30px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 40px;
}

/* =============================================================================
/* MEDIAS DETAIL
/* ============================================================================= */
.media .detail {
  padding: 7px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
}

.media .copy-media-path {
  display: block;
}

/* ==========================================================================
   popup
   ========================================================================== */
.popup-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: hidden;
}

.popup-container .popup-tabs {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 41px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.popup-container .popup-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 45px;
  margin: 0;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup-container .popup-content label {
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  line-height: 1.2;
}

.popup-container.with-tabs .popup-content {
  top: 41px;
  border-top: none;
  padding: 20px;
}

.popup-container .popup-buttons {
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  padding: 5px;
}

.popup-container .popup-loader {
  display: none;
  background-color: #fff;
  background-color: rgba(200, 200, 200, 0.5);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.popup-container .popup-message {
  background-color: #ff6a00;
  color: white;
  padding: 5px;
  display: block;
  margin-top: 10px;
}

.popup-container .popup-message.error {
  background-color: red;
}

.popup-container .popup-message.ok {
  background-color: forestgreen;
}

.popup-container .label {
  width: 90px;
}

/* =============================================================================
/* RETINA
/* ============================================================================= */
.plugins.newsletter .info-recipients {
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
}

.plugins.newsletter .options {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCCCCC;
}

.plugins.newsletter .progress-container {
  margin-top: 10px;
}

.plugins.newsletter .progress-container .progress-bar,
.plugins.icon-nl-container {
  border: 2px solid #ccc;
  display: inline-block;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plugins.icon-nl-container {
  width: 100%;
  height: 19px;
}

.plugins.newsletter .progress-container .progress-bar .bar,
.plugins.icon-nl-pb {
  background-color: #0f84b5;
  display: inline-block;
  height: 100%;
}

.plugins.newsletter .progress-container .progress-state {
  display: inline-block;
  margin-left: 20px;
  line-height: 20px;
}

.plugins.newsletter.statistics .info-group {
  font-weight: bold;
  line-height: 35px;
}

.newsletter-info-send {
  padding: 16px 0;
}

.newsletter-remove-addresses__info {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ccc;
}

/* =============================================================================
/* ADMINTOOL-INFO
/* ============================================================================= */
.admintool-info table {
  border: 1px solid #eee;
  width: 100%;
}

.admintool-info table th {
  background-color: #eee;
  padding: 3px 5px;
  text-align: left;
}

.admintool-info table th.login {
  width: 9%;
}

.admintool-info table th.lastaccess {
  width: 9%;
}

.admintool-info table th.name {
  width: 27%;
}

.admintool-info table th.project {
  width: 27%;
}

.admintool-info table th.tool {
  width: 27%;
}

.admintool-info table td {
  padding: 3px 5px;
  overflow: hidden;
  white-space: nowrap;
}

/* =============================================================================
/* INFOCHANNEL
/* ============================================================================= */
.infochannel-nav {
  background: #fff;
  margin-bottom: 15px;
  padding-left: 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.infochannel-nav__item {
  line-height: 55px;
  border-bottom: 5px solid #fff;
  padding: 0 11px;
  display: inline-block;
  color: #505050;
  font-size: 18px;
  text-decoration: none;
}
.infochannel-nav__item:hover {
  text-decoration: none;
  color: #0f84b5;
}
.infochannel-nav__item.js-active {
  border-bottom-color: #0f84b5;
}
.infochannel-nav__item:before {
  vertical-align: top;
  display: inline-block;
  line-height: 55px;
  padding-right: 10px;
  font-size: 22px;
}

.infochannel-categories {
  font-size: 18px;
  padding: 15px 0;
  line-height: 25px;
  color: #7a7a7a;
}

.infochannel-categories__label {
  padding-right: 40px;
}

.infochannel-categories__category {
  color: #7a7a7a;
  padding: 0 8px;
  display: inline-block;
  line-height: 25px;
  text-decoration: none;
  margin-right: 10px;
}
.infochannel-categories__category.js-active {
  background: #505050;
  color: #fff;
}

.infochannel-items {
  margin-top: 15px;
}

.infochannel-item {
  z-index: 10;
  /*min-height: 340px;*/
  margin-bottom: 10px;
  position: relative;
  /*&:nth-child(6n+1) {
      clear: left;
  }*/
}
.infochannel-item:hover {
  z-index: 100;
}
.infochannel-item--list {
  min-height: 0;
  margin: 0 0 10px;
  padding: 0 12px;
}
.infochannel-item.js-state-highlight {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  margin: 0 0 10px !important;
  height: 40px !important;
}
.infochannel-item.js-state-highlight.js-state-highlight:before, .infochannel-item.js-state-highlight.js-state-highlight:after {
  display: none;
}
.infochannel-item.infochannel-item--inactive {
  opacity: 0.6;
}
.infochannel-item.sortable-ghost {
  background: red;
}

.infochannel-item__card {
  padding: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.infochannel-invisible {
  margin-top: 15px;
  margin-bottom: 20px;
  background: #ccc;
  line-height: 30px;
}

.infochannel-item--from-mainproject:before, .infochannel-item--from-mainproject:after {
  display: block;
  position: absolute;
}
.infochannel-item--from-mainproject:before {
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  text-align: center;
  font-size: 30px;
  z-index: 200;
}
.infochannel-item--from-mainproject:after {
  content: "";
  left: 12px;
  top: 0;
  right: 12px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 110;
}

.infochannel-item__image {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.infochannel-item__image img {
  display: block;
  max-width: 100%;
  height: auto;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.infochannel-item__inner {
  background: #fff;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 20px 20px 0;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.infochannel-item--list .infochannel-item__inner {
  min-height: 82px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.infochannel-item__duration {
  position: absolute;
  right: 9px;
  top: 3px;
  color: #a9a9a9;
  font-size: 14px;
}
.infochannel-item--list .infochannel-item__duration {
  position: relative;
  top: auto;
  right: auto;
}
.infochannel-item__duration:before {
  padding-right: 3px;
  font-size: 13px;
  vertical-align: middle;
}

.infochannel-item__sort {
  position: absolute;
  right: 100%;
  background: #ccc;
  color: #fff;
  top: 0;
  margin-right: -10px;
  width: 17px;
  height: 24px;
  display: block;
  cursor: move;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  text-align: center;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.infochannel-item:hover .infochannel-item__sort {
  opacity: 1;
}
.infochannel-item__sort:before {
  line-height: 24px;
  padding-left: 2px;
}

.infochannel-item__category {
  font-size: 15px;
}

.infochannel-item__name {
  color: #345875;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.infochannel-tools {
  position: relative;
  margin-top: 10px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: #fff;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.infochannel-item:hover .infochannel-tools {
  opacity: 1;
}
.infochannel-item--list .infochannel-tools {
  opacity: 1;
  position: relative;
  top: auto;
  margin-top: 0;
}

.infochannel-tool {
  color: #a9a9a9;
  text-decoration: none;
  line-height: 35px;
  width: 35px;
  border-right: 1px solid #f4f4f4;
  display: inline-block;
}
.infochannel-tool:active, .infochannel-tool:focus, .infochannel-tool:hover {
  text-decoration: none;
  color: #0f84b5;
}
.infochannel-tool:before {
  font-size: 20px;
  line-height: 42px;
}
.infochannel-tool:last-child {
  border-right-width: 0;
}

.infochannel-item__daterange {
  position: relative;
}

.infochannel-item__expired {
  position: absolute;
  left: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
}

.infochannel-item__until:before,
.infochannel-item__from:before {
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
}

.infochannel-item__until {
  position: relative;
}
.infochannel-item__until:after {
  content: "";
  border-left: 1px dotted #7a7a7a;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: -4px;
}

.infochannel-view {
  float: right;
  font-size: 18px;
}

.infochannel-view__item {
  line-height: 42px;
  width: 42px;
  display: inline-block;
  background: #a9a9a9;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.infochannel-view__item:before {
  line-height: 42px;
  display: inline-block;
  font-size: 25px;
}
.infochannel-view__item:focus:before, .infochannel-view__item:active:before, .infochannel-view__item:hover:before {
  text-decoration: none;
  color: #fff;
}
.infochannel-view__item--list:before {
  font-size: 40px;
}
.infochannel-view__item--show {
  margin-left: 15px;
}
.infochannel-view__item--show:before {
  font-size: 27px;
}
.infochannel-view__item.js-active {
  background: #505050;
}

.infochannel-date {
  text-align: center;
  line-height: 30px;
  padding: 15px 0;
}

.infochannel-date__item,
.infochannel-date__today {
  color: #345875;
  text-decoration: none;
}
.infochannel-date__item:focus, .infochannel-date__item:active, .infochannel-date__item:hover,
.infochannel-date__today:focus,
.infochannel-date__today:active,
.infochannel-date__today:hover {
  color: #0f84b5;
  text-decoration: none;
}

.infochannel-date__item:before {
  font-size: 22px;
  line-height: 30px;
}
.infochannel-date__item.js-inactive {
  color: #ccc;
}

.infochannel-date__datepicker {
  width: 200px;
}

.infochannel-date .infochannel-date__datepicker-wrapper {
  width: 220px !important;
  margin: 0 20px;
}

.infochannel-date__today:before {
  font-size: 17px;
  line-height: 30px;
  margin-right: 5px;
  margin-left: 20px;
}

.infochannel-active-sheets {
  float: right;
  color: #a9a9a9;
  font-size: 16px;
  text-align: center;
  padding-top: 17px;
  margin-right: 30px;
}

.infochannel-active-sheets__wrapper {
  background: #a9a9a9;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  height: 10px;
  width: 150px;
  margin-bottom: 5px;
}

.infochannel-active-sheets__progressbar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #345875;
}

.infochannel__homepage-link,
.infochannel__add-sheet {
  margin-top: 12px;
}

/* =============================================================================
/* RadWindow
/* ============================================================================= */
#Body .RadWindow .rwDialogContent {
  padding-bottom: 45px;
}

#Body .RadWindow .rwDialog {
  background-position: 23px 8px !important;
}

.custom-language-checkbox {
  display: inline-block;
  vertical-align: super;
  padding-left: 5px;
  margin-left: 6px;
}
.custom-language-checkbox input {
  margin-top: 0 !important;
}

#Body .RadLightBox {
  z-index: 20000 !important;
}

/* =============================================================================
/* validator
/* ============================================================================= */
.required.missing {
  background: #fde9ec !important;
  border-color: #b50f20 !important;
}

/* =============================================================================
/* locked
/* ============================================================================= */
.object__locked {
  padding: 10px;
  background: #d38a16;
  margin-bottom: 20px;
  display: block;
  color: #fff;
}

.module-items__selected > div {
  cursor: pointer;
  line-height: 30px;
}
.module-items__selected > div:hover {
  color: #b50f20;
}
.module-items__selected > div:before {
  padding-right: 5px;
  line-height: 30px;
}

.GridItemDropIndicator {
  z-index: 10000;
  border-top: 1px dashed #47515a;
}

/* =============================================================================
/* MATERIAL OVERRIDES
/* ============================================================================= */
/*.RadInput_Material .riTextBox,
.RadComboBox_Material .rcbInner {
    background: #f6f6f6 !important;
}*/
.rgPager button {
  outline: none;
}

.projects-edit-item--whitespace-normal {
  white-space: normal !important;
  position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .RadButton_Material.rbCheckBox .rbIcon:before, .RadButton_Material.rbRadioButton .rbIcon:before, .RadButton_Material.rbToggleButton .rbIcon:before {
    line-height: 1em !important;
  }
}
body .RadToolBar .RadComboBox.filter-dropdown .rcbInner:not(.rcbHovered):not(.rcbFocused) {
  border-color: transparent;
  color: #455A64;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
}

body .RadComboBoxDropDown_Material .rcbSeparator {
  padding: 0;
  margin: 0;
  height: 5px;
  min-height: 0;
}

body .RadPopup_Material .rtbSeparator {
  margin: 5px 0;
}

/*.RadEditor.radeditor-full:not(.RadWindow) {
    margin-top: 80px !important;
}*/
.RadWindow.radeditor-full {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* =============================================================================
/* PRICEMANAGER
/* ============================================================================= */
.pricemanager__nav {
  background: #fff;
  margin-bottom: 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px;
}

.pricemanager-categories {
  font-size: 18px;
  padding: 15px 0;
  line-height: 25px;
  color: #7a7a7a;
  margin-bottom: 20px;
}

.pricemanager-categories__label {
  padding-right: 40px;
}

.pricemanager-categories__category {
  color: #7a7a7a;
  padding: 0 8px;
  display: inline-block;
  line-height: 25px;
  text-decoration: none;
  margin-right: 10px;
}
.pricemanager-categories__category.js-active {
  background: #505050;
  color: #fff;
}

.pricemanager__scroll-container {
  position: relative;
  overflow: auto;
  padding-left: 4px;
  padding-bottom: 10px;
}

.pricemanager__row {
  white-space: nowrap;
  font-size: 0;
}

.pricemanager__room {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
}
.pricemanager__room--first {
  padding-top: 10px;
  margin-top: 0;
  border-top-width: 0;
}

.pricemanager__col {
  width: 100px;
  display: inline-block;
  white-space: normal;
  font-size: 14px;
  vertical-align: top;
}

.pricemanager__item {
  padding: 10px 0 0;
  text-align: center;
  margin-right: 4px;
  margin-top: 15px;
  position: relative;
}
.pricemanager__item--expired {
  opacity: 0.4;
}
.pricemanager__item--hidden {
  opacity: 0.6;
}
.pricemanager__item--no-period {
  opacity: 1;
  margin-top: 45px;
}
.pricemanager__item--alpine-bits:before {
  content: "AlpineBits";
  position: absolute;
  left: 0;
  top: -15px;
  line-height: 15px;
  height: 15px;
  background: #ccc;
  text-align: center;
  padding: 0 4px;
  font-size: 12px;
  right: 0;
}
.pricemanager__item--has-overlap.pricemanager__item--alpine-bits:before {
  right: 20px;
}

.pricemanager__has-mindate,
.pricemanager__overlap {
  position: absolute;
  right: 0;
  top: -15px;
  line-height: 15px;
  height: 15px;
  background: #b50f20;
  color: #fff;
  width: 20px;
  text-align: center;
}
.pricemanager__has-mindate:before,
.pricemanager__overlap:before {
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
}

.pricemanager__input {
  text-align: center;
}
.js-changed .pricemanager__input {
  background-color: #fcf2e2 !important;
}
.pricemanager__input--zero {
  background-color: #feeef0 !important;
}

#Body .pricemanager__save {
  display: none;
}

.pricemanager__options {
  position: relative;
  margin-top: 10px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: #fff;
  text-align: center;
}

.pricemanager__prices--alpine-bits {
  pointer-events: none;
}

.pricemanager__option {
  color: #a9a9a9;
  text-decoration: none;
  line-height: 30px;
  border-right: 1px solid #f4f4f4;
  display: inline-block;
  outline: none;
  opacity: 0;
  padding: 0 2px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.pricemanager__option:active, .pricemanager__option:focus, .pricemanager__option:hover {
  text-decoration: none;
  color: #0f84b5;
}
.pricemanager__option:before {
  font-size: 15px;
  line-height: 30px;
}
.pricemanager__option:last-child {
  border-right-width: 0;
}
.pricemanager__item:hover .pricemanager__option {
  opacity: 1;
}

.pricemanager__item--hidden .pricemanager__option--toggle {
  opacity: 1;
}

.pricemanager__period {
  font-size: 0.9285714286em;
  line-height: 18px/14;
}

.pricemanager__edit {
  color: #a9a9a9;
  text-decoration: none;
  display: inline-block;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
.pricemanager__item:hover .pricemanager__edit {
  opacity: 1;
}
.pricemanager__edit:active, .pricemanager__edit:focus, .pricemanager__edit:hover {
  text-decoration: none;
  color: #0f84b5;
}
.pricemanager__edit:before {
  font-size: 14px;
}
.pricemanager__edit:last-child {
  border-right-width: 0;
}

.pricemanager__room-info {
  height: 50px;
  position: relative;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 16px;
  font-weight: bold;
  margin-top: 15px;
  color: #345875;
}
.pricemanager__room-info:before {
  position: relative;
  display: inline-block;
}
.pricemanager__room--active .pricemanager__room-info:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pricemanager__price-fields {
  display: none;
  margin-top: 65px;
}
.pricemanager__room--active .pricemanager__price-fields {
  display: block;
}

.pricemanager__price-type {
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.pricemanager__copyprices {
  float: right;
}

.pricemanager__warning {
  margin-bottom: 20px;
}

.pricemanager__popup-infotext {
  padding: 10px;
  background: #e4e4e4;
}

@media all and (max-width: 990px) {
  .pricemanager__copyprices {
    float: none;
  }
  .pricemanager__nav > button {
    width: 100%;
  }
}
.pricemanager__group-spacer,
.pricemanager__price-type-group {
  font-weight: bold;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
}
.pricemanager__group-spacer:first-child,
.pricemanager__price-type-group:first-child {
  margin-top: 0;
}

/* =============================================================================
/* image-clipping
/* ============================================================================= */
.image-clipping {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-clipping button {
  display: block;
  float: left;
  padding: 0 !important;
  width: 33.33333%;
}
.image-clipping button:nth-child(3n+1) {
  clear: left;
}

/* =============================================================================
/* image-clipping
/* ============================================================================= */
.pagebuilder {
  margin-top: 37px;
}
.pagebuilder__page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.5);
}
.pagebuilder__page-overlay.js-visible {
  pointer-events: auto;
  opacity: 1;
}

.pagebuilder-toolbar {
  background: #fff;
  margin-bottom: 15px;
  padding: 5px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.pagebuilder-toolbar__copy {
  float: right;
}
@media all and (max-width: 1080px) {
  .pagebuilder-toolbar__copy {
    float: none;
  }
}

.pagebuilder-item {
  z-index: 10;
  /*min-height: 340px;*/
  margin-bottom: 10px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px dashed transparent;
  /*&.js-state-highlight {
      border-color: $color-lightblue;
  }*/
}
.pagebuilder-item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pagebuilder-item:hover {
  z-index: 100;
}
.pagebuilder-item__outer.js-state-highlight {
  margin-bottom: 10px;
}
.pagebuilder-item--inactive {
  opacity: 0.6;
}
.pagebuilder-item__inner {
  margin-left: 46px;
  min-height: 184px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
@media all and (max-width: 1024px) {
  .pagebuilder-item__inner {
    margin-left: 0;
  }
}
.pagebuilder-item__button-add {
  position: absolute;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  width: 41px;
  font-size: 24px;
  line-height: 16px;
}
#Body .pagebuilder-item__button-add:before {
  margin-right: 0;
}
.pagebuilder-item__button-add--top {
  bottom: 100%;
  -moz-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  -o-transform: translateX(-50%) translateY(50%);
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  margin-bottom: 7px;
}
.pagebuilder-item__button-add--bottom {
  top: 100%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-top: 7px;
}
.pagebuilder-item:hover .pagebuilder-item__button-add {
  opacity: 1;
  pointer-events: auto;
}
.pagebuilder-item__name {
  font-size: 18px;
}
.pagebuilder-item__title {
  font-size: 16px;
  margin-bottom: 5px;
}
.pagebuilder-item__properties {
  padding: 10px 0;
}
@media all and (max-width: 1024px) {
  .pagebuilder-item__properties {
    padding: 10px;
  }
}

.pagebuilder-table {
  margin-bottom: 10px;
}
.pagebuilder-table__item {
  padding: 2px 4px;
  background: #F1F1F1;
}
.pagebuilder-table__item--alternate {
  background: #fff;
}

.pagebuilder-properties {
  margin-top: 20px;
}

.pagebuilder-property__value {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pagebuilder-tools {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
}
@media all and (max-width: 1024px) {
  .pagebuilder-tools {
    position: relative;
    width: 100%;
  }
}
.pagebuilder-tools__item {
  width: 46px;
  height: 46px;
  background: #efefef;
  display: block;
  color: #345875;
  text-align: center;
  vertical-align: top;
  position: relative;
}
@media all and (max-width: 1024px) {
  .pagebuilder-tools__item {
    display: inline-block;
    margin-bottom: 3px;
  }
}
.pagebuilder-tools__item:before {
  font-size: 18px;
  display: block;
  line-height: 46px;
}
.pagebuilder-tools__item--move {
  cursor: move;
}
.pagebuilder-tools__item--move:before {
  font-size: 22px;
}
@media all and (max-width: 1024px) {
  .pagebuilder-tools__item--move {
    display: none;
  }
}
.pagebuilder-tools__item--remove {
  color: #fff;
  background: #b50f20;
}
.pagebuilder-tools__item--duplicate {
  color: #fff;
  background: #0f84b5;
}
.pagebuilder-tools__item--toggle {
  color: #fff;
  background: #47515a;
}
.pagebuilder-item--inactive .pagebuilder-tools__item--toggle:after {
  content: "";
  position: absolute;
  width: 2px;
  background: #fff;
  border: 1px solid #47515a;
  height: 20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 46%;
  top: 29%;
}
.pagebuilder-tools__item--move-up, .pagebuilder-tools__item--move-down, .pagebuilder-tools__item--move-first, .pagebuilder-tools__item--move-last {
  cursor: pointer;
  display: none;
}
@media all and (max-width: 1024px) {
  .pagebuilder-tools__item--move-up, .pagebuilder-tools__item--move-down, .pagebuilder-tools__item--move-first, .pagebuilder-tools__item--move-last {
    display: inline-block;
  }
}
.pagebuilder-tools__item--move-up:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.pagebuilder-modules__sort {
  color: #505050;
  cursor: move;
}
.pagebuilder-modules__tool {
  float: right;
  color: #505050;
  margin-left: 4px;
}
.pagebuilder-modules__item:hover .pagebuilder-modules__tool--remove {
  color: #b50f20;
}
.pagebuilder-modules__item:hover .pagebuilder-modules__tool--duplicate {
  color: #0f84b5;
}
.pagebuilder-modules__item:hover .pagebuilder-modules__tool--edit {
  color: #d38a16;
}
.pagebuilder-modules__item {
  padding-left: 20px;
  padding-right: 65px;
  overflow: hidden;
  position: relative;
}
.pagebuilder-modules__item a {
  position: absolute;
  top: 2px;
  width: 20px;
}
.pagebuilder-modules__item a.pagebuilder-modules__sort {
  left: 2px;
}
.pagebuilder-modules__item a.pagebuilder-modules__tool--edit {
  right: 42px;
}
.pagebuilder-modules__item a.pagebuilder-modules__tool--duplicate {
  right: 22px;
}
.pagebuilder-modules__item a.pagebuilder-modules__tool--remove {
  right: 2px;
}

.pagebuilder-slideselection {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  background: #fff;
  width: 100%;
  max-width: 530px;
  -moz-box-shadow: 0 0 44px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 44px rgba(0, 0, 0, 0);
  box-shadow: 0 0 44px rgba(0, 0, 0, 0);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagebuilder-slideselection.js-visible {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-box-shadow: 0 0 44px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 44px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 44px rgba(0, 0, 0, 0.2);
}
.pagebuilder-slideselection header {
  background: #f4f7f8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 9px 10px 9px 60px;
  font-size: 17px;
}
.pagebuilder-slideselection header button {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 46px;
  background: #47515a;
  padding: 0;
  border: none;
  outline: none;
}
.pagebuilder-slideselection header button:before {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.pagebuilder-slideselection__inner {
  padding: 20px;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.pagebuilder-slideselection__search-container {
  position: absolute;
  top: 48px;
  height: 40px;
  padding: 5px 20px;
  left: 0;
  right: 0;
}
.pagebuilder-slideselection__search {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 30px;
  margin-top: 5px;
  display: block;
  outline: none;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagebuilder-slideselection__search:focus {
  border-bottom-color: #0f84b5;
}
.pagebuilder-slideselection__search-icon {
  position: absolute;
  left: 26px;
  top: 16px;
}
.pagebuilder-slideselection__search-icon:before {
  font-size: 20px;
  color: #505050;
}
.pagebuilder-slideselection__item {
  display: block;
  margin-bottom: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #505050;
}
.pagebuilder-slideselection__item:hover {
  color: #505050;
}
.pagebuilder-slideselection__item-container:nth-child(2n+1) {
  clear: left;
}
.pagebuilder-slideselection__content {
  padding: 4px;
  display: block;
  min-height: 38px;
}
.pagebuilder-slideselection__name {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.pagebuilder-slideselection__description {
  display: block;
  font-size: 13px;
}

.pagebuilder-slideproperties {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  background: #fff;
  width: 100%;
  max-width: 800px;
  -moz-box-shadow: 0 0 44px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 44px rgba(0, 0, 0, 0);
  box-shadow: 0 0 44px rgba(0, 0, 0, 0);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagebuilder-slideproperties.js-visible {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-box-shadow: 0 0 44px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 44px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 44px rgba(0, 0, 0, 0.2);
}
.pagebuilder-slideproperties header {
  background: #345875;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 90px 30px 30px;
  font-size: 20px;
  text-transform: uppercase;
}
.pagebuilder-slideproperties header button {
  position: absolute;
  right: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: none;
  outline: none;
}
.pagebuilder-slideproperties header button:before {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.pagebuilder-slideproperties__inner {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.pagebuilder-slideproperties__property-value > div,
.pagebuilder-slideproperties__property-value > span {
  width: 100% !important;
}
.pagebuilder-slideproperties__property-value .tooltip-item {
  width: auto !important;
}

#skitt-ui {
  z-index: 20000 !important;
}

.pagebuilder-medias {
  margin-bottom: 10px;
}
.pagebuilder-medias__button-add {
  margin-left: 5px;
}
.pagebuilder-medias__item {
  width: 100px;
  height: 100px;
  float: left;
  margin: 3px;
  position: relative;
}
.pagebuilder-medias__item.js-state-highlight {
  border-color: #0f84b5;
}
.pagebuilder-medias__item:hover img {
  opacity: 0.2;
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
  .pagebuilder-medias__item {
    width: 80px;
    height: 80px;
  }
}
.pagebuilder-medias img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}
.pagebuilder-medias__tools {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  z-index: 100;
  opacity: 0;
}
.pagebuilder-medias__tools a {
  width: 33.3333%;
  height: 30px;
  float: left;
  overflow: hidden;
}
.pagebuilder-medias__tools a:before {
  font-size: 16px;
  display: block;
  line-height: 30px;
  text-align: center;
}
.pagebuilder-medias__remove {
  color: #fff;
  background: #b50f20;
}
.pagebuilder-medias__edit {
  color: #fff;
  background: #d38a16;
}
.pagebuilder-medias__sort {
  background: #efefef;
  color: #345875;
}
.pagebuilder-medias__item:hover .pagebuilder-medias__tools {
  opacity: 1;
}
.pagebuilder-medias .image-clipping {
  position: absolute;
  top: 5px;
  left: 50%;
  right: 0;
  height: 65px;
  width: 74px;
  margin-left: -37px;
  z-index: 100;
  opacity: 0;
}
.pagebuilder-medias__item:hover .image-clipping {
  opacity: 1;
}

/* =============================================================================
/* newsletterbuilder
/* ============================================================================= */
.newsletterbuilder-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.newsletterbuilder__save .rbIcon:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.newsletterbuilder .inactive {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-color: #AeAeAe;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.newsletterbuilder__content {
  min-height: 1px;
  position: relative;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.newsletterbuilder .newsletterbuilder-sidebar {
  position: sticky;
  top: 67px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.newsletterbuilder__nav {
  background: #fff;
  margin-bottom: 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px;
}
.newsletterbuilder__content {
  background: #fff;
  position: relative;
  padding: 10px 10px 10px 10px;
  min-height: calc(100vh - 98px - 61px - 15px - 35px - 20px);
  height: auto;
  max-width: calc(75% - 20px);
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%;
}
.newsletterbuilder__contents {
  position: relative;
}
.newsletterbuilder__contents:empty {
  min-height: 100px;
}
.newsletterbuilder__contents:empty:before {
  content: "Inhalt hier platzieren!";
  background: #94e2f2;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 10px;
}
.newsletterbuilder__contents > div {
  display: block;
  width: auto;
  position: relative;
  min-height: 30px;
  /*overflow: hidden;*/
}
.newsletterbuilder__contents > div.no-min-height {
  min-height: 0;
}
.newsletterbuilder__contents > div.js-edit-active:hover, .newsletterbuilder__contents > div.js-edit-active {
  outline: 3px solid #84b50f;
  z-index: 100;
}
.newsletterbuilder__contents > div:hover {
  outline: 1px solid #94e2f2;
  z-index: 100;
}
.newsletterbuilder__contents:empty > div {
  min-height: 100px;
}
.newsletterbuilder__structures {
  min-height: 100px;
}
.newsletterbuilder__structures > table {
  position: relative;
  /*min-height: 100px;*/
}
.newsletterbuilder__structures > table.js-edit-active:hover, .newsletterbuilder__structures > table.js-edit-active {
  outline: 3px solid #84b50f;
}
.newsletterbuilder__structures > table:hover {
  outline: 1px solid #94e2f2;
}
.newsletterbuilder__structures p {
  margin: 0;
}
.newsletterbuilder__structures .ui-state-highlight {
  background: #e5eff1;
  height: 100px;
  width: 100%;
}
.newsletterbuilder__tools-template {
  display: none;
}

.content-drag-helper {
  pointer-events: none;
  width: 20px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 3px solid #fff;
  z-index: 10000;
}

.newsletterbuilder-sidebar {
  background: #30363B;
  color: #fff;
  height: calc(100vh - 98px - 61px - 13px);
  max-width: 25%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  width: 100%;
  /*&__contents {
      height: calc(100vh - 98px - 61px - 15px - 35px - 45px);
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
  }*/
}
.newsletterbuilder-sidebar__content-item {
  width: calc(50% - 42px);
  float: left;
  display: block;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px;
  margin: 10px;
  text-align: center;
  text-transform: uppercase;
  cursor: grab;
  background: #30363B;
  height: 73px;
}
.newsletterbuilder-sidebar__content-item.ui-draggable-dragging {
  width: 147px;
  color: #fff;
  float: none;
  display: none;
}
.newsletterbuilder-sidebar__content-item:before {
  font-family: Flaticon !important;
  font-size: 40px;
  line-height: 40px;
  font-style: normal;
  vertical-align: top;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.newsletterbuilder-sidebar__content-item[data-type=text]:before {
  content: "\f122";
}
.newsletterbuilder-sidebar__content-item[data-type=image]:before {
  content: "\f13d";
}
.newsletterbuilder-sidebar__content-item[data-type=spacer]:before {
  content: "\f10e";
}
.newsletterbuilder-sidebar__content-item[data-type=html]:before {
  content: "\f160";
}
.newsletterbuilder-sidebar__content-item[data-type=button]:before {
  content: "\f17e";
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.newsletterbuilder-sidebar__structure-item {
  width: calc(50% - 42px);
  float: left;
  display: block;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px;
  margin: 10px;
  text-align: center;
  text-transform: uppercase;
  cursor: grab;
  background: #30363B;
  height: 73px;
}
.newsletterbuilder-sidebar__structure-item.ui-draggable-dragging {
  width: 147px;
  color: #fff;
}
.newsletterbuilder-sidebar__structure-item:before {
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 40px;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.newsletterbuilder-sidebar__structure-item:nth-child(1):before {
  background-image: url(/media/newsletterBuilder/structures-1.png);
}
.newsletterbuilder-sidebar__structure-item:nth-child(2):before {
  background-image: url(/media/newsletterBuilder/structures-2.png);
}
.newsletterbuilder-sidebar__structure-item:nth-child(3):before {
  background-image: url(/media/newsletterBuilder/structures-3.png);
}
.newsletterbuilder-sidebar__structure-item:nth-child(4):before {
  background-image: url(/media/newsletterBuilder/structures-4.png);
}
.newsletterbuilder-sidebar__structure-item:nth-child(5), .newsletterbuilder-sidebar__structure-item:nth-child(6) {
  font-size: 11px;
}
.newsletterbuilder-sidebar__structure-item:nth-child(5):before {
  background-image: url(/media/newsletterBuilder/structures-5.png);
}
.newsletterbuilder-sidebar__structure-item:nth-child(6):before {
  background-image: url(/media/newsletterBuilder/structures-6.png);
}
.newsletterbuilder-sidebar__structures, .newsletterbuilder-sidebar__contents {
  padding: 10px;
}
.newsletterbuilder-sidebar__nav {
  position: relative;
  overflow: hidden;
}
.newsletterbuilder-sidebar__nav button {
  width: 33.3333%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 10px;
  border: none;
  outline: none;
  background: none;
  color: #fff;
  line-height: 40px;
  border-bottom: 5px solid #858585;
  font-size: 16px;
  cursor: pointer;
}
.newsletterbuilder-sidebar__nav button.js-active {
  border-color: #B50F20;
}

.newsletterbuilder-tools {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  display: none;
  white-space: nowrap;
}
.newsletterbuilder__structures > table.js-edit-active .newsletterbuilder__contents + .newsletterbuilder-tools, .newsletterbuilder__structures > table:hover .newsletterbuilder__contents + .newsletterbuilder-tools {
  display: block;
}
.newsletterbuilder__contents > div.js-edit-active .newsletterbuilder-tools, .newsletterbuilder__contents > div:hover .newsletterbuilder-tools {
  display: block;
}
@media all and (max-width: 1024px) {
  .newsletterbuilder-tools {
    position: relative;
    width: 100%;
  }
}
.newsletterbuilder-tools__item {
  width: 30px;
  height: 30px;
  background: #efefef;
  display: inline-block;
  color: #345875;
  text-align: center;
  vertical-align: top;
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .newsletterbuilder-tools__item {
    display: inline-block;
    margin-bottom: 3px;
  }
}
.newsletterbuilder-tools__item:before {
  font-size: 15px;
  display: block;
  line-height: 30px;
}
.newsletterbuilder-tools__item--move-structure, .newsletterbuilder-tools__item--move-content {
  cursor: move;
}
.newsletterbuilder-tools__item--move-structure:before, .newsletterbuilder-tools__item--move-content:before {
  font-size: 22px;
}
@media all and (max-width: 1024px) {
  .newsletterbuilder-tools__item--move-structure, .newsletterbuilder-tools__item--move-content {
    display: none;
  }
}
.newsletterbuilder-tools__item--remove-content, .newsletterbuilder-tools__item--remove-structure {
  color: #fff;
  background: #b50f20;
}
.newsletterbuilder-tools__item--duplicate-content, .newsletterbuilder-tools__item--duplicate-structure {
  color: #fff;
  background: #0f84b5;
}
.newsletterbuilder-tools__item--edit-content, .newsletterbuilder-tools__item--edit-structure {
  color: #fff;
  background: #d38a16;
}
.newsletterbuilder-tools__item--toggle-structure, .newsletterbuilder-tools__item--toggle-content {
  color: #fff;
  background: #47515a;
}
.newsletterbuilder-tools__item--toggle-structure.js-inactive:after, .newsletterbuilder-tools__item--toggle-content.js-inactive:after {
  content: "";
  position: absolute;
  width: 2px;
  background: #fff;
  border: 1px solid #47515a;
  height: 20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 46%;
  top: 18%;
}

.newsletterbuilder-accordion__block {
  border-bottom: 1px dashed #707070;
  padding: 15px 20px;
  position: relative;
}
.newsletterbuilder-accordion__block .RadCheckBox .rbIcon,
.newsletterbuilder-accordion__block .RadCheckBox .rbText {
  color: #fff !important;
}
.newsletterbuilder-accordion__icon {
  display: none;
}
.newsletterbuilder-sidebar__contents-edit .newsletterbuilder-accordion__icon {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.newsletterbuilder-sidebar__contents-edit .js-open .newsletterbuilder-accordion__icon {
  -moz-transform: rotate(-90deg) translateY(6px);
  -ms-transform: rotate(-90deg) translateY(6px);
  -o-transform: rotate(-90deg) translateY(6px);
  -webkit-transform: rotate(-90deg) translateY(6px);
  transform: rotate(-90deg) translateY(6px);
}
.newsletterbuilder-accordion__content {
  margin-top: 15px;
}
.newsletterbuilder-sidebar__contents-edit .newsletterbuilder-accordion__content {
  display: none;
}
.newsletterbuilder-sidebar__contents-edit .js-open .newsletterbuilder-accordion__content {
  display: block;
}
.newsletterbuilder-accordion__title {
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.newsletterbuilder-accordion__subcontent {
  position: relative;
  margin-bottom: 5px;
}
.newsletterbuilder-accordion__subcontent:last-child {
  margin-bottom: 0;
}
.newsletterbuilder-accordion__subcontent:before, .newsletterbuilder-accordion__subcontent:after {
  content: " ";
  display: table;
}
.newsletterbuilder-accordion__subcontent:after {
  clear: both;
}
.newsletterbuilder-accordion__label {
  float: left;
  width: 49%;
  margin-right: 1%;
  font-size: 15px;
  color: #ababab;
}
.newsletterbuilder-accordion__value {
  float: left;
  width: 50%;
  position: relative;
}
.newsletterbuilder-accordion__value .slider-value {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 10px;
}
.newsletterbuilder-accordion__value .RadInput_Material {
  padding: 0;
}
.newsletterbuilder-accordion__value .RadComboBox {
  background: #fff;
}
.newsletterbuilder-accordion__value--full {
  width: 100%;
}
.newsletterbuilder-accordion__value--font {
  background: #707070;
  padding: 5px;
}

.newsletterbuilder-content-popup {
  padding: 20px;
}

.newsletterbuilder-margins {
  position: relative;
  height: 180px;
}
.newsletterbuilder-margins__show-single-values {
  margin: 10px 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
}
.newsletterbuilder-margins__item {
  position: absolute;
  width: 50%;
}
.newsletterbuilder-margins__item--top {
  left: 50%;
  margin-left: -25%;
  text-align: center;
  top: 0;
}
.newsletterbuilder-margins__item--right {
  right: 0;
  top: 50%;
  text-align: right;
  margin-top: -30px;
  width: 49%;
}
.newsletterbuilder-margins__item--left {
  left: 0;
  margin-top: -30px;
  width: 49%;
  top: 50%;
}
.newsletterbuilder-margins__item--bottom {
  bottom: 0;
  left: 50%;
  margin-left: -25%;
  text-align: center;
}

.newsletterbuilder-border {
  position: relative;
  height: 180px;
}
.newsletterbuilder-border__show-single-values {
  margin: 10px 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
}
.newsletterbuilder-border__item {
  margin-bottom: 5px;
}

.newsletterbuilder-image__size {
  margin-top: 15px;
}
.newsletterbuilder-image__size-mode {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  background: none;
  position: relative;
  cursor: pointer;
  display: block;
  margin: 5px auto 0;
}
.newsletterbuilder-image__size-mode.no-crop:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 3px;
  height: 25px;
  background: #fff;
  outline: 3px solid #30363B;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.newsletterbuilder-image__size-mode svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.newsletterbuilder-alignment {
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
}
.newsletterbuilder-alignment button {
  display: block;
  float: left;
  width: 25%;
}
.newsletterbuilder-alignment button:nth-child(1) .rbText {
  background-image: url(/media/newsletterBuilder/PositionLeft.svg);
}
.newsletterbuilder-alignment button:nth-child(2) .rbText {
  background-image: url(/media/newsletterBuilder/PositionCenter.svg);
}
.newsletterbuilder-alignment button:nth-child(3) .rbText {
  background-image: url(/media/newsletterBuilder/PositionRight.svg);
}
.newsletterbuilder-alignment button:nth-child(4) .rbText {
  background-image: url(/media/newsletterBuilder/PositionFull.svg);
}
.newsletterbuilder-alignment .rbIcon {
  display: none;
}
.newsletterbuilder-alignment .rbText {
  text-indent: -9999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
}
.newsletterbuilder-alignment .rbIcon.p-i-radio-checked + .rbText {
  background-color: #345875;
}

.newsletterbuilder-position {
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
}
.newsletterbuilder-position button {
  display: block;
  float: left;
  width: 33.3333%;
}
.newsletterbuilder-position button .rbText {
  display: none;
}

.newsletterbuilder-textbox .RadInput_Material {
  padding: 0;
}
.newsletterbuilder-textbox .RadInput_Material input.riTextBox {
  padding-left: 13px;
  padding-right: 13px;
}

.newsletter-preview {
  border: none;
  width: 100%;
  display: block;
  margin-top: 30px;
  height: 63vh;
}
.newsletter-preview--mobile {
  width: 414px;
}
.newsletter-preview__buttons {
  margin-top: 10px;
}
.newsletter-preview__buttonsTop {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 1550px) {
  .newsletter-preview__buttonsTop {
    display: block;
  }
}
.newsletter-preview__buttonsTop .separator {
  display: inline-block;
  width: 30px;
}
.newsletter-preview__open-wrapper {
  display: inline-block;
  vertical-align: top;
}
.newsletter-preview__copy-wrapper {
  display: inline-block;
  vertical-align: top;
}
@media all and (max-width: 1550px) {
  .newsletter-preview__copy-wrapper {
    display: block;
    margin-top: 10px;
  }
}
.newsletter-preview__button {
  border: none;
  background: #cccccc;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
}
.newsletter-preview__button.js-active {
  background: #47515a;
}
.newsletter-preview__button:before {
  font-size: 30px;
  color: #fff;
}

/* =============================================================================
/* coupon-manager
/* ============================================================================= */
.coupon-manager__content {
  display: none;
  background: #efefef;
  padding: 15px;
}
.coupon-manager__content.js-active {
  display: block;
}
.coupon-manager__staticis-row {
  margin-top: 30px;
}
.coupon-manager__tab {
  border: none;
  background: #cccccc;
  padding: 15px;
}
.coupon-manager__tab:hover, .coupon-manager__tab:active, .coupon-manager__tab:focus {
  background: #efefef;
}
.coupon-manager__tab.js-active {
  background: #efefef;
}
.coupon-manager__tool-container {
  position: relative;
  padding: 0 !important;
}
.coupon-manager__tool {
  position: relative;
  display: block;
  width: 30px;
  height: 46px;
  color: #455A64 !important;
}
.coupon-manager__tool:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.coupon-manager__tool:hover {
  color: #fff !important;
}
tr:hover .coupon-manager__tool {
  color: #fff !important;
}
tr:hover .coupon-manager__tool--edit {
  background: #7a7a7a;
}
tr:hover .coupon-manager__tool--edit:hover {
  background: #d38a16;
}
tr:hover .coupon-manager__tool--preview {
  background: #7a7a7a;
}
tr:hover .coupon-manager__tool--preview:hover {
  background: #0f84b5;
}
tr:hover .coupon-manager__tool--print {
  background: #7a7a7a;
}
tr:hover .coupon-manager__tool--print:hover {
  background: #345875;
}
tr:hover .coupon-manager__tool--redeem {
  background: #7a7a7a;
}
tr:hover .coupon-manager__tool--redeem:hover {
  background: #cdbe1a;
}
tr:hover .coupon-manager__tool--delete {
  background: #7a7a7a;
}
tr:hover .coupon-manager__tool--delete:hover {
  background: #b50f20;
}

.media-download {
  background: #b7b7b7;
  color: #fff;
  padding: 7px 15px;
  text-decoration: none;
}
.media-download:hover {
  background: #868686;
  color: #fff;
  text-decoration: none;
}

/* =============================================================================
/* RETINA
/* ============================================================================= */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  /* =============================================================================
  /* LOGO CONSISTO
  /* ============================================================================= */
  .logo-consisto {
    background-image: url(https://www.consisto.it/media/logos/consisto-gray@2.png);
    background-size: 49px 19px;
  }
  .logo-consisto:hover {
    background-image: url(https://www.consisto.it/media/logos/consisto@2.png);
  }
}
