.list-quest, .list-side, .list-menu, .list-icon, .list-users, .list-info {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #888;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a:focus {
  color: #92011e;
  text-decoration: none;
}

body {
  color: #888;
  font: normal 14px/1.4 "Myriad Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.body--fixed-default {
  padding-top: 50px;
}

strong {
  font-weight: 600;
}

*:focus,
*:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

body.url-change a:hover, body.url-change a:active, body.url-change a:focus {
  color: #097B2B;
  text-decoration: none;
}
body.url-change #edit-profile .nav-edit, body.url-change #edit-photo .nav-photo, body.url-change #edit-media .nav-media, body.url-change #edit-courses .nav-courses, body.url-change #edit-account .nav-account {
  border-left: solid 4px #097B2B;
}
body.url-change .navbar-custom-nav > li.item--platform > a {
  background: #097B2B;
}
body.url-change .navbar-custom-nav > li .dropdown-menu li a:hover {
  color: #097B2B;
}
body.url-change .navbar-custom-nav > li:hover > a,
body.url-change .navbar-custom-nav > li.open > a,
body.url-change .navbar-custom-nav > li.open > a:hover,
body.url-change .navbar-custom-nav > li.open > a:focus,
body.url-change .navbar-custom-nav > li.open > a:active {
  color: #097B2B !important;
}
body.url-change .navbar-custom-nav > li.item--platform:hover > a {
  color: #ffffff !important;
}
body.url-change .btn--primary {
  color: #fff;
  background: #097B2B;
}
body.url-change .btn--primary:hover {
  color: #fff;
  background: #065e20;
}
body.url-change .btn--play {
  color: #fff;
  background: #097B2B;
}
body.url-change .btn--play:hover {
  color: #fff;
  background: #065e20;
}
body.url-change .form-control:active, body.url-change .form-control:focus, body.url-change .form-control:focus:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #097B2B;
}
body.url-change .navbar-custom-brand {
  padding: 0 20px;
  line-height: 80px;
  height: 80px;
  background: url("../images/base/logos/logo-url.jpeg") no-repeat 15px 50%;
  width: 280px;
  background-size: 250px;
}
body.url-change .logo-log {
  background: url("../images/base/logos/logo-url.jpeg") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
}
body.url-change .logo-apptoyou {
  background: url("../images/base/logos/logo_apptoyou_orizzontale_new.jpeg") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
}
body.url-change .list-users .item-name {
  font-size: 18px;
  font-weight: 500;
  color: #097B2B;
  line-height: 20px;
  padding-top: 7px;
}
body.url-change .color--brand {
  color: #097B2B !important;
}

@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Myriad Pro"), url("../fonts/myriad/MYRIADPRO-REGULAR.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-style: italic;
  font-weight: 600;
  src: local("Myriad Pro"), url("../fonts/myriad/MYRIADPRO-SEMIBOLDIT.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 600;
  src: local("Myriad Pro"), url("../fonts/myriad/MYRIADPRO-SEMIBOLD.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-style: italic;
  font-weight: 700;
  src: local("Myriad Pro"), url("../fonts/myriad/MYRIADPRO-BOLDIT.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Myriad Pro"), url("../fonts/myriad/MYRIADPRO-BOLD.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Myriad Pro Condensed"), url("../fonts/myriad/MYRIADPRO-COND.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: italic;
  font-weight: 400;
  src: local("Myriad Pro Condensed"), url("../fonts/myriad/MYRIADPRO-CONDIT.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Myriad Pro Condensed"), url("../fonts/myriad/MYRIADPRO-BOLDCOND.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: italic;
  font-weight: 700;
  src: local("Myriad Pro Bold Condensed Italic"), url("../fonts/myriad/MYRIADPRO-BOLDCONDIT.woff") format("woff");
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}

[class*=col-] {
  padding: 0 10px;
}

.row--plain {
  margin-left: 0;
  margin-right: 0;
}

.col--plain {
  padding: 0;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}

.col--20 {
  padding: 20px;
}

.col--border-right {
  border-right: solid 1px #e2e7e8;
}

.row--height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col--height {
  display: table-cell;
  float: none;
  height: 100%;
}

.row-space-2 {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #043043;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #043043;
}

.title {
  color: #043043;
}
.title a {
  color: #043043;
}
.title--sm {
  font-size: 20px;
  font-weight: 600;
}
.title--md {
  font-size: 24px;
  font-weight: 600;
}
.title--lg {
  font-size: 38px;
  font-weight: 600;
}
.title--xl {
  font-size: 46px;
  font-weight: 600;
}
.title--xxl {
  font-size: 60px;
  font-weight: 600;
}

.text {
  line-height: 26px;
  font-size: 16px;
  font-family: "Myriad Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #888;
}

.color--white {
  color: #fff;
}
.color--brand {
  color: #92011e !important;
}
.color--black {
  color: #043043;
}
.color--success {
  color: #22b573;
}
.color--fail {
  color: #F21659;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.navbar-custom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  height: 80px;
  transition: background 0.5s, border-bottom 0.5s;
  border: 0;
  border-bottom: solid 1px #e5e5e5;
}
@media (max-width: 768px) {
  .navbar-custom {
    position: relative;
  }
}
.navbar-custom .navbar-toggle {
  border-color: #ddd;
  margin-top: 23px;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-custom-icon {
  font-size: 18px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .navbar-custom-collapse {
    background: #fff;
    padding-bottom: 10px;
  }
}
.navbar-custom-nav > li > a:not(.no-style) {
  line-height: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  transition: color 0.2s;
}
@media (max-width: 1199px) {
  .navbar-custom-nav > li > a:not(.no-style) {
    padding: 20px 10px;
  }
}
@media (max-width: 992px) {
  .navbar-custom-nav > li > a:not(.no-style) {
    padding: 20px 5px;
  }
}
@media (max-width: 768px) {
  .navbar-custom-nav > li > a:not(.no-style) {
    padding: 5px 30px;
    line-height: 30px;
  }
}
.navbar-custom-nav > li:hover > a:not(.no-style), .navbar-custom-nav > li:focus > a, .navbar-custom-nav > li:active > a, .navbar-custom-nav > li.open > a, .navbar-custom-nav > li.open > a:hover, .navbar-custom-nav > li.open > a:focus, .navbar-custom-nav > li.open > a:active {
  color: #92011e !important;
  background-color: transparent;
}
.navbar-custom-nav > li.item-user > a {
  text-transform: none;
}
.navbar-custom-nav > li.item--platform > a {
  color: #fff;
  background-color: #92011e;
  border: 0;
  color: #fff !important;
  padding: 5px 35px 5px 45px;
  margin: 15px 20px;
  background-image: url("../images/icons/PlayWhite.png");
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
.navbar-custom-nav > li.item--platform > a:hover {
  color: #fff;
  background-color: #690116;
  transition: all 0.3s ease;
}
.navbar-custom-nav > li.item--platform > a:focus, .navbar-custom-nav > li.item--platform > a.focus {
  color: #fff;
  background-color: #690116;
}
.navbar-custom-nav > li.item--platform > a:active {
  color: #fff;
  background-color: #46000e;
}
.navbar-custom-nav > li .dropdown-menu {
  margin-top: -1px;
  box-shadow: none;
  padding: 0 15px;
  left: auto;
  right: 0;
}
.navbar-custom-nav > li .dropdown-menu > li > a:not(.no-style) {
  min-width: 150px;
  padding: 10px 0;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-transform: uppercase;
  border-bottom: solid 1px #ededed;
  transition: color 0.2s;
}
.navbar-custom-nav > li .dropdown-menu > li > a:not(.no-style):hover:not(.no-style) {
  background: transparent;
  color: #92011e;
}
.navbar-custom-nav > li .dropdown-menu > li:last-child > a {
  border: none;
}
.navbar-custom-brand {
  padding: 0 20px;
  line-height: 80px;
  height: 80px;
  background: url("../images/base/logos/Logo.png") no-repeat 15px 50%;
  width: 280px;
  background-size: 250px;
}
.navbar-custom-photo {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  display: block;
  background: url("../images/base/profile-sm.jpg") no-repeat 0 0;
  margin-right: 15px;
}
.navbar-custom-home {
  background-color: transparent;
  border-bottom: solid 1px transparent;
}
@media (max-width: 768px) {
  .navbar-custom-home {
    background: #fff;
  }
}
.navbar-custom-home .navbar-nav > li > a {
  color: #fff;
}
@media (max-width: 768px) {
  .navbar-custom-home .navbar-nav > li > a {
    color: #000;
  }
}
.navbar-custom-home .navbar-custom-brand {
  color: #fff;
}

@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a:not(.no-style) {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }

  div.no-padding {
    display: none !important;
  }
}
.no-style:hover, .no-style:active, .no-style:focus {
  background-color: transparent !important;
  color: #888888;
}

.footer__content {
  background: #92011e;
  padding: 50px 0;
}
.footer__list-title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.footer__list {
  padding: 0;
  list-style: none;
  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}
.footer__list li a {
  color: #999;
}
.footer__social {
  padding: 10px 0;
}
.footer__social a {
  margin: 5px;
}
.footer__credits {
  background: #ffffff;
  padding: 40px 25px;
  text-align: center;
}

.page {
  padding-top: 80px;
  min-height: 90vh;
  background-color: #fff;
}
@media (max-width: 768px) {
  .page {
    padding-top: 0;
  }
}
.page--home {
  margin-top: -80px;
  background: #fff;
}
.page__header {
  padding: 40px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/bg/Section.jpg") 50% 75% no-repeat;
  background-size: cover;
}
.page__breadcrumbs {
  line-height: 20px;
  padding-top: 14px;
}
.page__title {
  font-size: 34px;
  line-height: 34px;
}

.section--sm {
  padding: 10px 0;
}
.section--md {
  padding: 20px 0;
}
.section--lg {
  padding: 40px 0;
}
.section--xl {
  padding: 60px 0;
}
.section--xxl {
  padding: 80px 0;
}
.section--dark {
  background: #172025;
}
.section__title {
  font-size: 28px;
  text-transform: uppercase;
}
.section__separator {
  height: 100px;
  background: url("../images/base/Wave.png") 50% 50% no-repeat;
}
.section__separator--sm {
  height: 60px;
}

.vision__text {
  color: #fff;
  font-size: 24px;
  margin: 100px 0 20px 0;
}
@media (max-width: 768px) {
  .vision__text {
    margin: 60px 0 20px 0;
  }
}
.vision__label {
  color: #fff;
  text-transform: uppercase;
}

.sidebar.affix {
  top: 160px;
}
.sidebar.affix-bottom {
  position: absolute;
}
.sidebar__box {
  margin-bottom: 25px;
}
.sidebar__title {
  position: relative;
  overflow: hidden;
  text-align: left;
  color: #043043;
  margin-bottom: 15px;
}
.sidebar__title span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 10px 0 0;
}
.sidebar__title span:before, .sidebar__title span:after {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.73em;
  border-top: 1px solid #E2E7E8;
}
.sidebar__title span:before {
  right: 100%;
}
.sidebar__title span:after {
  left: 100%;
}
.sidebar__label {
  margin-top: 10px;
  line-height: 26px;
}

.post {
  position: relative;
}
.post__title {
  margin: 0 0 10px 0;
}
.post__title--item {
  height: 50px;
  overflow: hidden;
  font-size: 20px;
  line-height: 25px;
}
.post__date {
  color: #92011e;
  padding-bottom: 10px;
}
.post__body {
  font-size: 14px;
  line-height: 24px;
}
.post__more {
  margin-top: 25px;
}
.post__image--lg {
  margin-bottom: 15px;
}
.post__box {
  height: 290px;
}

.box {
  border: solid 1px #e2e7e8;
  background: #F5F5F5;
  padding: 35px;
  margin-bottom: 20px;
}
.box--no-bottom-margin {
  margin-bottom: 0;
  border-bottom: 0;
}
.box--no-top-border {
  border-top: 0;
}
.box--base {
  border: 0;
  background: transparent;
}
.box--plain {
  padding: 0;
}
.box--slim {
  padding: 10px;
}
.box--sm {
  padding: 15px;
}
.box--md {
  padding: 20px;
}
.box--lg {
  padding: 50px;
}
.box--grey {
  background: #ededed;
}
.box__title {
  line-height: 40px;
  padding-left: 10px;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.box__content {
  padding-top: 20px;
}
.box__action {
  line-height: 40px;
  padding-right: 10px;
  cursor: pointer;
}

.box-mod {
  border: solid 1px #e2e7e8;
  background: #F5F5F5;
}
@media (max-width: 992px) {
  .box-mod__pad {
    padding-left: 25%;
    padding-right: 25%;
  }
}
@media (max-width: 768px) {
  .box-mod__pad {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.btn:active, .btn:focus, .btn:focus:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-lg {
  font-size: 13px;
  line-height: 26px;
  padding-right: 40px;
  padding-left: 40px;
}
.btn--primary {
  color: #fff;
  background-color: #92011e;
  border: 0;
}
.btn--primary:hover {
  color: #fff;
  background-color: #690116;
  transition: all 0.3s ease;
}
.btn--primary:focus, .btn--primary.focus {
  color: #fff;
  background-color: #690116;
}
.btn--primary:active {
  color: #fff;
  background-color: #46000e;
}
.btn--success {
  color: #fff;
  background-color: #22b573;
  border: 0;
}
.btn--success:hover {
  color: #fff;
  background-color: #1c935d;
  transition: all 0.3s ease;
}
.btn--success:focus, .btn--success.focus {
  color: #fff;
  background-color: #1c935d;
}
.btn--success:active {
  color: #fff;
  background-color: #16754a;
}
.btn--danger {
  color: #fff;
  background-color: #F74653;
  border: 0;
}
.btn--danger:hover {
  color: #fff;
  background-color: #f51f2f;
  transition: all 0.3s ease;
}
.btn--danger:focus, .btn--danger.focus {
  color: #fff;
  background-color: #f51f2f;
}
.btn--danger:active {
  color: #fff;
  background-color: #e70a1a;
}
.btn--play {
  color: #fff;
  background-color: #92011e;
  border: 0;
  background-image: url("../images/icons/PlayWhite.png");
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
.btn--play:hover {
  color: #fff;
  background-color: #690116;
  transition: all 0.3s ease;
}
.btn--play:focus, .btn--play.focus {
  color: #fff;
  background-color: #690116;
}
.btn--play:active {
  color: #fff;
  background-color: #46000e;
}

.line-divider {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  line-height: 0.1em;
  margin: 10px 0 20px;
  padding-top: 10px;
}
.line-divider__label {
  background: #fff;
  padding: 0 10px;
  color: #999;
}

.flag {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.flag__image, .flag__body {
  display: table-cell;
  vertical-align: middle;
}
.flag--top .flag__image, .flag--top .flag__body {
  vertical-align: top;
}
.flag--bottom .flag__image, .flag--bottom .flag__body {
  vertical-align: bottom;
}
.flag .flag__image {
  padding-right: 10px;
}
.flag .flag__image > img {
  display: block;
  max-width: none;
}
.flag--rev .flag .flag__image {
  padding-right: 0;
  padding-left: 10px;
}
.flag .flag__body {
  width: 100%;
}

.form .row {
  padding-bottom: 25px;
}
.form .row:last-child {
  padding-bottom: 0;
}
.form--compact .row {
  padding-bottom: 15px;
}
.form--compact .row:last-child {
  padding-bottom: 0;
}
.form-label {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  padding-left: 16px;
}
.form-label-list {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.form-control {
  font-size: 14px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.form-control:active, .form-control:focus, .form-control:focus:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #92011e;
}
.ng-submitted .form-control.ng-invalid {
  border-color: red;
}
.form__title {
  font-size: 24px;
  line-height: 60px;
  color: #043043;
}
.form__subtitle {
  font-size: 16px;
  line-height: 40px;
  color: #92011e;
  text-transform: uppercase;
}
.form__action {
  line-height: 46px;
  padding-top: 24px;
}
.form__instruction {
  padding-left: 16px;
  padding-bottom: 5px;
  font-size: 12px;
}

.errorlist {
  list-style: none;
  padding-left: 0;
  color: red;
}

.gallery__row {
  margin: 0;
}
.gallery__col {
  padding: 0;
  position: relative;
}
.gallery__more {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
.gallery__more-box {
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.gallery__more-num {
  font-size: 30px;
  line-height: 40px;
}
.gallery__more-label {
  text-transform: uppercase;
  line-height: 20px;
}

.icon-lg {
  margin: 20px auto;
  background-position: 50% 50%;
  background-size: cover;
  height: 150px;
  width: 150px;
}
.icon-modal-cancel {
  background-image: url("../images/modal/icon_error.png") !important;
}
.icon-modal-check {
  background-image: url("../images/modal/icon_success.png") !important;
}

.logo-log {
  background: url("../images/base/logos/Logo.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
}

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

.logo-apptoyou {
  background: url("../images/base/logos/logo_apptoyou_orizzontale_new.jpeg") no-repeat 5%;
  background-size: contain;
  width: 180px;
  height: 70px;
}

.no-padding {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}

.logo-nav-apptoyou {
  background: url("../images/base/logos/logo_apptoyou_quadrato_new.jpg") no-repeat center center;
  background-size: contain;
  width: 90px;
  height: 50px;
  margin: 15px 0px 15px;
}

.nav-text-logo {
  margin-left: 15px;
}

.item--inside {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.item__text {
  line-height: 26px;
}
.item__more {
  margin-top: 10px;
  color: #92011e;
  display: inline-block;
}
.item__more:hover {
  color: #888;
}

.heading--line-center:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 70px;
  height: 5px;
  background: #92011e;
}
.heading--line-left:after {
  content: "";
  display: block;
  margin: 20px 0;
  width: 70px;
  height: 5px;
  background: #92011e;
}
.heading--line-right:after {
  content: "";
  display: block;
  margin: 20px 100%;
  width: 70px;
  height: 5px;
  background: #92011e;
}

.list-info .item {
  position: relative;
  margin-bottom: 20px;
  line-height: 16px;
  height: 16px;
  font-size: 16px;
}
.list-info .item:last-child {
  margin-bottom: 0;
}
.list-info .item-label {
  font-weight: 500;
}
.list-users {
  padding: 10px 0;
}
.list-users .item {
  position: relative;
  padding-left: 65px;
  margin-bottom: 15px;
  height: 50px;
}
.list-users .item:last-child {
  margin-bottom: 0;
}
.list-users .item-thumb {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  background: url("../images/placeholders/user-sm.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list-users .item-name {
  font-size: 18px;
  font-weight: 500;
  color: #92011e;
  line-height: 20px;
  padding-top: 7px;
}
.list-users .item-info {
  font-size: 14px;
  font-weight: 500;
  color: #888;
  line-height: 16px;
}
.list-icon {
  padding: 10px 0;
}
.list-icon .i {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  height: 20px;
  text-align: left;
}
.list-icon .i:last-child {
  margin-bottom: 0;
}
.list-icon .i-icon {
  height: 20px;
  width: 20px;
  background: url("../images/icons/DownloadGrey.png") 50% 45% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list-icon .i-value {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #92011e;
  line-height: 20px;
}

.list-info__item {
  position: relative;
  margin-bottom: 20px;
  line-height: 16px;
  height: 16px;
  font-size: 14px;
  border: 0;
}
.list-info__item:last-child {
  margin-bottom: 0;
}

.list-menu {
  padding: 25px 0;
  margin-bottom: 20px;
  border: solid 1px #e2e7e8;
  background: #F5F5F5;
}
.list-menu__item {
  display: block;
  border-left: solid 4px #fff;
  padding: 0 30px;
  line-height: 40px;
  font-size: 14px;
  color: #E2E7E8;
}
.list-menu__item--active {
  border-left: solid 4px #92011e;
  color: #000;
}

.list-side__item {
  display: block;
  border-bottom: solid 1px #e2e7e8;
  line-height: 40px;
  font-size: 14px;
  color: #E2E7E8;
}

.list-quest {
  padding-left: 15px;
}
.list-quest .item {
  position: relative;
  margin-bottom: 8px;
  line-height: 16px;
  font-size: 16px;
  display: flex;
}
.list-quest .item:last-child {
  margin-bottom: 0;
}
.list-quest .item input {
  margin: 6px 4px 0 0;
  align-items: initial;
  width: 16px;
}
.list-quest .item label {
  line-height: 26px;
  cursor: pointer;
  font-weight: 400;
  color: #000;
  align-items: initial;
  width: calc(100% - 20px);
}

#edit-profile .nav-edit,
#edit-photo .nav-photo,
#edit-media .nav-media,
#edit-courses .nav-courses,
#edit-account .nav-account {
  border-left: solid 4px #92011e;
}

.modal-dialog {
  margin-top: 100px;
}
.modal-dialog--m20 {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .modal-dialog {
    margin-top: 40px;
  }
}
.modal-sm {
  width: 450px;
}
@media (max-width: 768px) {
  .modal-sm {
    width: auto;
  }
}
.modal-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.modal-content-reg {
  box-shadow: none !important;
}
.modal-body {
  padding: 30px;
}
.modal-panel .row + .row {
  padding-top: 10px;
}
.modal-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  position: relative;
  padding: 0 0 20px 0;
}
.modal-alert-msg {
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
  padding: 0 0 20px 0;
}

.close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 36px;
  font-weight: 400;
}

.services__item {
  padding-left: 25px;
  line-height: 32px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}
.services__item--active {
  color: #000;
}
.services__item--active .services__icon {
  display: none;
}
.services__item--active .services__icon--active {
  display: block;
}
.services .services__icon--active, .services .services__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.services__icon {
  background-image: url("../images/services/icon/default-off.png");
}
.services__icon--airport {
  background-image: url("../images/travel/TravelAirport.png");
}
.services__icon--calendar {
  background-image: url("../images/travel/TravelDate.png");
}
.services__icon--active {
  display: none;
  background-image: url("../images/services/icon/default.png");
}

.main-carousel .item {
  height: 550px;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)) 50% 50% no-repeat;
  background-size: cover;
}
.main-carousel .item .container {
  position: relative;
}
.main-carousel .item-box {
  padding-top: 140px;
}
.main-carousel .carousel-control.right {
  background: url("../images/base/arrows/ArrowSquareRight.png") 50% 50% no-repeat;
}
.main-carousel .carousel-control.left {
  background: url("../images/base/arrows/ArrowSquareLeft.png") 50% 50% no-repeat;
}
@media (max-width: 768px) {
  .main-carousel .carousel-control {
    display: none;
  }
}
.main-carousel__title {
  font-family: Gotham, Sans-Serif;
  font-style: italic;
  font-size: 42px;
  color: #fff;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main-carousel__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.main-carousel__subtitle {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 30px;
}

.info-carousel .item {
  height: 450px;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)) 50% 50% no-repeat;
  background-size: cover;
}
.info-carousel .item .container {
  position: relative;
}
.info-carousel .item-box {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .info-carousel .item-box {
    padding-top: 40px;
  }
}
.info-carousel .carousel-indicators {
  bottom: 80px;
}
.info-carousel .carousel-control.right {
  background: url("../images/base/arrows/ArrowSquareRight.png") 50% 50% no-repeat;
}
.info-carousel .carousel-control.left {
  background: url("../images/base/arrows/ArrowSquareLeft.png") 50% 50% no-repeat;
}
@media (max-width: 768px) {
  .info-carousel .carousel-control {
    display: none;
  }
}
.info-carousel__name {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.info-carousel__title {
  font-size: 34px;
  color: #fff;
  line-height: 42px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .info-carousel__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.info-carousel__subtitle {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 30px;
}

.quote-carousel .item {
  height: 650px;
}
.quote-carousel .item .container {
  position: relative;
}
.quote-carousel .item-box {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .quote-carousel .item-box {
    padding-top: 20px;
  }
}
.quote-carousel .carousel-indicators {
  bottom: 80px;
}
.quote-carousel .carousel-indicators li {
  border-color: #000;
}
.quote-carousel .carousel-indicators .active {
  background-color: #000;
}
.quote-carousel .carousel-control.right {
  background: url("../images/base/arrows/ArrowSquareBlackRight.png") 50% 50% no-repeat;
}
.quote-carousel .carousel-control.left {
  background: url("../images/base/arrows/ArrowSquareBlackLeft.png") 50% 50% no-repeat;
}
@media (max-width: 768px) {
  .quote-carousel .carousel-control {
    display: none;
  }
}
.quote-carousel__pic {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  margin: 15px auto;
  height: 120px;
  width: 120px;
}
.quote-carousel__sign {
  margin: 25px auto;
  font-size: 20px;
  color: #92011e;
}

.course__back {
  color: #fff;
  font-size: 16px;
}
.course__label {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}

.module__box {
  position: relative;
  padding-right: 50px;
}
.module__collapse {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -17px;
  border: 2px solid #e2e7e8;
  border-radius: 4px;
}
.module__collapse .plus {
  display: none;
}
.module__collapse .minus {
  display: block;
}
.module__collapse.collapsed .plus {
  display: block;
}
.module__collapse.collapsed .minus {
  display: none;
}
.module__info {
  line-height: 30px;
  font-size: 16px;
}
.module__info img {
  margin-top: -4px;
  margin-right: 8px;
}
.module__lesson {
  position: relative;
  padding-right: 50px;
}
.module__play {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -23px;
}

.course-list__image {
  position: relative;
  height: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/bg/course-list-placeholder.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.course-list__play {
  position: absolute;
  top: 50%;
  left: 100px;
  right: 100px;
  margin-top: -23px;
}
.course-list__box {
  height: 200px;
}
.course-list__label {
  color: #888;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}
.course-list__label--red {
  color: #F21659;
}
.course-list__title {
  max-height: 60px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.course-list__text {
  line-height: 26px;
}

.forum__label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.write__section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ededed;
  padding: 20px;
}

.message__box {
  padding: 20px;
  border-bottom: solid 1px #e2e7e8;
}
.message__date {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}
.message__name {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  line-height: 2em;
}
.message__text {
  white-space: pre-line;
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
}

.home {
  height: 100vh;
  min-height: 400px;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/bg/Home.jpg") 50% 75% no-repeat;
  background-size: cover;
}

.display-live {
  right: 0 !important;
}

.live-chat {
  position: absolute;
  z-index: 1;
  right: -250px;
  bottom: 50px;
  background: rgba(23, 35, 34, 0.75);
  height: calc(100% - 58px);
  width: 250px;
  transition: 0.3s linear;
}
.live-chat .live-chat-box {
  position: absolute;
  margin: 0;
  width: 100%;
  height: calc(100% - 60px);
  padding: 5px 15px 0px;
  overflow: auto;
  list-style-type: none;
}
.live-chat .live-chat-box::-webkit-scrollbar {
  width: 3px;
  padding: 5px 0;
}
.live-chat .live-chat-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #4e4949;
  border-radius: 5px;
}
.live-chat .live-chat-box::-webkit-scrollbar-thumb {
  background-color: #92011e;
  border: 1px solid #92011e;
  border-radius: 20px;
}
.live-chat .live-chat-box .live-section {
  padding-bottom: 50px;
}
.live-chat .live-chat-box .live-section li .message__date_live {
  color: #afadad;
}
.live-chat .live-chat-box .live-section li .message__text_live {
  padding: 10px 0px;
  color: #dfdfdf;
}
.live-chat form {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 3px;
}
.live-chat form .live-textarea {
  display: block;
  width: 70%;
  float: left;
  resize: none;
  height: 50px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.live-chat form .live-btn {
  display: block;
  width: 30%;
  float: left;
  height: 50px;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #92011e;
  color: #fff;
}
.live-chat .arrow-live {
  position: absolute;
  width: 30px;
  height: 80px;
  transform: translateY(-50%);
  left: -30px;
  top: 50%;
  color: #fff;
  background: rgba(23, 35, 34, 0.75);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.live-chat .arrow-live svg {
  fill: #fff;
}
.live-chat .arrow-live svg.rotate-live-arrow {
  transform: rotate(180deg);
}
.live-chat .notifiche-live {
  z-index: 2;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  border: 1px solid #92011e;
  left: -30px;
  top: 20px;
  background: rgba(16, 22, 21, 0.75);
  font-weight: bold;
  color: #92011e !important;
  text-align: center;
}

@media (max-width: 640px) {
  .live-chat {
    position: absolute;
    z-index: 1;
    right: -150px;
    bottom: 35px;
    background: rgba(23, 35, 34, 0.75);
    height: calc(100% - 27px);
    width: 150px;
    transition: 0.3s linear;
  }
  .live-chat .live-chat-box {
    position: absolute;
    margin: 0;
    width: 100%;
    height: calc(100% - 35px);
    padding: 5px 15px 0px;
    overflow: auto;
    list-style-type: none;
  }
  .live-chat .live-chat-box::-webkit-scrollbar {
    width: 3px;
    padding: 5px 0;
  }
  .live-chat .live-chat-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #4e4949;
    border-radius: 5px;
  }
  .live-chat .live-chat-box::-webkit-scrollbar-thumb {
    background-color: #92011e;
    border: 1px solid #92011e;
    border-radius: 20px;
  }
  .live-chat .live-chat-box .live-section {
    padding-bottom: 0px;
  }
  .live-chat .live-chat-box .live-section li .message__date_live {
    color: #afadad;
  }
  .live-chat .live-chat-box .live-section li .message__text_live {
    padding: 10px 0px;
    color: #dfdfdf;
  }
  .live-chat form {
    width: 100%;
    padding: 3px;
  }
  .live-chat form .live-textarea {
    width: 70%;
    height: 30px;
  }
  .live-chat form .live-btn {
    width: 30%;
    height: 30px;
  }
  .live-chat .arrow-live {
    height: 60px;
  }
}
.survey__box, .survey__wait {
  display: none;
}
.survey__result {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border: solid 1px #e2e7e8;
  border-radius: 50%;
  line-height: 200px;
  font-size: 60px;
  font-weight: 600;
}
.survey__percent {
  font-size: 24px;
}

.answer--correct {
  color: #22b573 !important;
  font-weight: 600 !important;
}
.answer--wrong {
  color: #F21659 !important;
  font-weight: 600 !important;
}

.teacher__box {
  height: 150px;
}
