/*Processed : 06-11-2020 9:44:32*/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg); }

  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg); } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3em;
  text-transform: none; }
  h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    color: #fff; }

header.standard-box {
  background-color: transparent;
  /*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */ }

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, .2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey; }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666 \9; }

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #04c; }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #04c; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039 \9; }

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
  /*# sourceMappingURL=bootstrap-datepicker.min.css.map */
  /*************************************************************************************
BASCIC BOX SETTINGS
*************************************************************************************/ }

.standard-box {
  background-color: #fff; }
  .standard-box h1, .standard-box h2, .standard-box h3, .standard-box h4, .standard-box h5, .standard-box h6, .standard-box small {
    color: #000;
    font-weight: 400; }
    .standard-box h1 b, .standard-box h2 b, .standard-box h3 b, .standard-box h4 b, .standard-box h5 b, .standard-box h6 b, .standard-box small b {
      font-weight: 700; }
  .standard-box p, .standard-box li, .standard-box label {
    color: #000;
    font-weight: 400; }
  .standard-box a:not(.btn) {
    color: #de0442;
    font-family: 'Open Sans', sans-serif; }
  .standard-box .opt-box-one {
    background-color: #707070; }
    .standard-box .opt-box-one h1, .standard-box .opt-box-one h2, .standard-box .opt-box-one h3, .standard-box .opt-box-one h4, .standard-box .opt-box-one h5, .standard-box .opt-box-one h6, .standard-box .opt-box-one small {
      color: #000;
      font-weight: 400; }
      .standard-box .opt-box-one h1 b, .standard-box .opt-box-one h2 b, .standard-box .opt-box-one h3 b, .standard-box .opt-box-one h4 b, .standard-box .opt-box-one h5 b, .standard-box .opt-box-one h6 b, .standard-box .opt-box-one small b {
        font-weight: 700; }
    .standard-box .opt-box-one p, .standard-box .opt-box-one li, .standard-box .opt-box-one label {
      color: #000;
      font-weight: 400; }
    .standard-box .opt-box-one a:not(.btn) {
      color: #de0442;
      font-family: 'Open Sans', sans-serif; }
  .standard-box .opt-box-two {
    background-color: #de0442; }
    .standard-box .opt-box-two h1, .standard-box .opt-box-two h2, .standard-box .opt-box-two h3, .standard-box .opt-box-two h4, .standard-box .opt-box-two h5, .standard-box .opt-box-two h6, .standard-box .opt-box-two small {
      color: #fff;
      font-weight: 400; }
      .standard-box .opt-box-two h1 b, .standard-box .opt-box-two h2 b, .standard-box .opt-box-two h3 b, .standard-box .opt-box-two h4 b, .standard-box .opt-box-two h5 b, .standard-box .opt-box-two h6 b, .standard-box .opt-box-two small b {
        font-weight: 700; }
    .standard-box .opt-box-two p, .standard-box .opt-box-two li, .standard-box .opt-box-two label {
      color: #fff;
      font-weight: 400; }
    .standard-box .opt-box-two a:not(.btn) {
      color: #000;
      font-family: 'Open Sans', sans-serif; }

.opt-box-one {
  background-color: #707070; }
  .opt-box-one h1, .opt-box-one h2, .opt-box-one h3, .opt-box-one h4, .opt-box-one h5, .opt-box-one h6, .opt-box-one small {
    color: #000;
    font-weight: 400; }
    .opt-box-one h1 b, .opt-box-one h2 b, .opt-box-one h3 b, .opt-box-one h4 b, .opt-box-one h5 b, .opt-box-one h6 b, .opt-box-one small b {
      font-weight: 700; }
  .opt-box-one p, .opt-box-one li, .opt-box-one label {
    color: #000;
    font-weight: 400; }
  .opt-box-one a:not(.btn) {
    color: #de0442;
    font-family: 'Open Sans', sans-serif; }
  .opt-box-one .standard-box {
    background-color: #fff; }
    .opt-box-one .standard-box h1, .opt-box-one .standard-box h2, .opt-box-one .standard-box h3, .opt-box-one .standard-box h4, .opt-box-one .standard-box h5, .opt-box-one .standard-box h6, .opt-box-one .standard-box small {
      color: #000;
      font-weight: 400; }
      .opt-box-one .standard-box h1 b, .opt-box-one .standard-box h2 b, .opt-box-one .standard-box h3 b, .opt-box-one .standard-box h4 b, .opt-box-one .standard-box h5 b, .opt-box-one .standard-box h6 b, .opt-box-one .standard-box small b {
        font-weight: 700; }
    .opt-box-one .standard-box p, .opt-box-one .standard-box li, .opt-box-one .standard-box label {
      color: #000;
      font-weight: 400; }
    .opt-box-one .standard-box a:not(.btn) {
      color: #de0442;
      font-family: 'Open Sans', sans-serif; }
  .opt-box-one .opt-box-two {
    background-color: #de0442; }
    .opt-box-one .opt-box-two h1, .opt-box-one .opt-box-two h2, .opt-box-one .opt-box-two h3, .opt-box-one .opt-box-two h4, .opt-box-one .opt-box-two h5, .opt-box-one .opt-box-two h6, .opt-box-one .opt-box-two small {
      color: #fff;
      font-weight: 400; }
      .opt-box-one .opt-box-two h1 b, .opt-box-one .opt-box-two h2 b, .opt-box-one .opt-box-two h3 b, .opt-box-one .opt-box-two h4 b, .opt-box-one .opt-box-two h5 b, .opt-box-one .opt-box-two h6 b, .opt-box-one .opt-box-two small b {
        font-weight: 700; }
    .opt-box-one .opt-box-two p, .opt-box-one .opt-box-two li, .opt-box-one .opt-box-two label {
      color: #fff;
      font-weight: 400; }
    .opt-box-one .opt-box-two a:not(.btn) {
      color: #000;
      font-family: 'Open Sans', sans-serif; }

.opt-box-two {
  background-color: #de0442; }
  .opt-box-two h1, .opt-box-two h2, .opt-box-two h3, .opt-box-two h4, .opt-box-two h5, .opt-box-two h6, .opt-box-two small {
    color: #fff;
    font-weight: 400; }
    .opt-box-two h1 b, .opt-box-two h2 b, .opt-box-two h3 b, .opt-box-two h4 b, .opt-box-two h5 b, .opt-box-two h6 b, .opt-box-two small b {
      font-weight: 700; }
  .opt-box-two p, .opt-box-two li, .opt-box-two label {
    color: #fff;
    font-weight: 400; }
  .opt-box-two a:not(.btn) {
    color: #000;
    font-family: 'Open Sans', sans-serif; }
  .opt-box-two .standard-box {
    background-color: #fff; }
    .opt-box-two .standard-box h1, .opt-box-two .standard-box h2, .opt-box-two .standard-box h3, .opt-box-two .standard-box h4, .opt-box-two .standard-box h5, .opt-box-two .standard-box h6, .opt-box-two .standard-box small {
      color: #000;
      font-weight: 400; }
      .opt-box-two .standard-box h1 b, .opt-box-two .standard-box h2 b, .opt-box-two .standard-box h3 b, .opt-box-two .standard-box h4 b, .opt-box-two .standard-box h5 b, .opt-box-two .standard-box h6 b, .opt-box-two .standard-box small b {
        font-weight: 700; }
    .opt-box-two .standard-box p, .opt-box-two .standard-box li, .opt-box-two .standard-box label {
      color: #000;
      font-weight: 400; }
    .opt-box-two .standard-box a:not(.btn) {
      color: #de0442;
      font-family: 'Open Sans', sans-serif; }
  .opt-box-two .opt-box-one {
    background-color: #707070; }
    .opt-box-two .opt-box-one h1, .opt-box-two .opt-box-one h2, .opt-box-two .opt-box-one h3, .opt-box-two .opt-box-one h4, .opt-box-two .opt-box-one h5, .opt-box-two .opt-box-one h6, .opt-box-two .opt-box-one small {
      color: #000;
      font-weight: 400; }
      .opt-box-two .opt-box-one h1 b, .opt-box-two .opt-box-one h2 b, .opt-box-two .opt-box-one h3 b, .opt-box-two .opt-box-one h4 b, .opt-box-two .opt-box-one h5 b, .opt-box-two .opt-box-one h6 b, .opt-box-two .opt-box-one small b {
        font-weight: 700; }
    .opt-box-two .opt-box-one p, .opt-box-two .opt-box-one li, .opt-box-two .opt-box-one label {
      color: #000;
      font-weight: 400; }
    .opt-box-two .opt-box-one a:not(.btn) {
      color: #de0442;
      font-family: 'Open Sans', sans-serif; }

body {
  background-color: #fff;
  overflow-x: hidden;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  letter-spacing: -0.01em; }
  body *::-ms-backdrop, body p, body li, body a {
    max-width: 100%;
    /* IE11 */ }
  body a, body button {
    color: #de0442;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    body a:link, body button:link, body a:hover, body button:hover, body a:visited, body button:visited, body a:active, body button:active, body a:focus, body button:focus {
      color: #de0442;
      text-decoration: none; }
    body a:hover, body button:hover {
      color: #fb336c;
      text-decoration: none; }
  body .smaller {
    font-size: 0.8em;
    line-height: 1.55em; }
  body .lead {
    line-height: 1.6em;
    font-size: 1.15em; }
    body .lead .lead {
      line-height: inherit;
      font-size: inherit; }
  body p b, body a b, body li b, body dt b {
    font-weight: 700; }
  @media (min-width: 0px) and (max-width: 1024px) {
  body {
    font-size: 0.82em;
    line-height: 1.65em; }
    body .smaller {
      line-height: 1.55em; }

    body .lead {
      line-height: 1.6em; } }
  body .credit {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 36px; }
    @media (min-width: 0px) and (max-width: 374px) {
  body .credit {
    font-size: 30px;
    line-height: 30px; } }

body {
  opacity: 1;
  transition: 1s opacity; }

body.fader {
  opacity: 0;
  transition: none; }

hr {
  border: 0;
  border-top: 1px solid #ddd; }

main.main-content {
  display: block;
  position: relative; }

.standard-box, .opt-box-one, .opt-box-two, .scale-container, .half-scale-container, .container, .container-fluid, footer#main-footer {
  position: relative; }

h1, .h1 {
  font-size: 1.25em; }

h2, .h2 {
  font-size: 1.25em; }

h3, .h3 {
  font-size: 1.25em; }

h4, .h4 {
  font-size: 1.25em; }

h5, .h5 {
  font-size: 1.25em; }

h6, .h6 {
  font-size: 1.25em; }

.main-header {
  position: relative;
  /*************************************************************************************
PRELOADER (see also above mixin "spinner")
*************************************************************************************/ }

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20000;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  text-align: center; }
  #preloader::before {
    position: absolute;
    font-family: FontAwesome;
    animation: spinner 0.7s linear 0s infinite;
    -webkit-animation: spinner 0.7s linear 0s infinite;
    background-image: url(loader.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    content: "";
    color: red;
    top: 47%;
    margin: 0 auto;
    left: 0px;
    right: 0px; }

.preloader-ajax {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center; }
  .preloader-ajax::before {
    position: absolute;
    font-family: FontAwesome;
    animation: spinner 0.7s linear 0s infinite;
    -webkit-animation: spinner 0.7s linear 0s infinite;
    background-image: url(loader.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    content: "";
    color: red;
    top: 40px;
    margin: 0 auto;
    left: 0;
    right: 0; }

.standard-box .preloader_ajax {
  background-color: rgba(255, 255, 255, 0.8); }

.opt-box-one .preloader_ajax {
  background-color: rgba(112, 112, 112, 0.8); }

.opt-box-two .preloader_ajax {
  background-color: rgba(0, 112, 201, 0.8); }

.freeze * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.lazy-background {
  background-size: 47px 8px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: top 15px left 15px;
  /*************************************************************************************
TOP MENU BAR
*************************************************************************************/ }

nav.main-navigation {
  z-index: 9997;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  z-index: 3;
  top: 0px;
  position: fixed;
  height: 80px;
  width: 100%;
  display: block;
  box-shadow: none;
  transition: 0.2s ease-out;
  /*************************************************************************************
OVERLAY MENU
*************************************************************************************/ }
  nav.main-navigation.altered {
    background-color: #fff; }
    nav.main-navigation.altered .fixed-main-menu.on-image ul li.mobile-menu-open a.fullscreen-menu-button-container {
      background-image: url(menu.svg); }
      nav.main-navigation.altered .fixed-main-menu.on-image ul li.mobile-menu-open a.cart-button {
        color: #000; }
  nav.main-navigation .fixed-main-menu {
    position: relative;
    max-width: 993px;
    margin: 0 auto;
    height: 80px; }
    nav.main-navigation .fixed-main-menu.on-image ul li.mobile-menu-open a.cart-button {
      color: #fff; }
    nav.main-navigation .fixed-main-menu ul {
      padding-left: 0;
      display: inline-block;
      list-style-type: none;
      width: 100%;
      font-size: 0;
      padding-top: 30px;
      padding-left: 20px; }
      nav.main-navigation .fixed-main-menu ul li {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        text-align: center;
        position: relative; }
      @media (min-width: 0px) and (max-width: 1365px) {
    nav.main-navigation .fixed-main-menu ul li.no-minor-lg {
      display: none; } }
      nav.main-navigation .fixed-main-menu ul li.mobile-menu-open {
        float: right; }
      nav.main-navigation .fixed-main-menu ul li.mobile-menu-open a.cart-button {
        position: absolute;
        right: 65px;
        font-size: 19px;
        top: -12px;
        color: #000; }
        nav.main-navigation .fixed-main-menu ul li.mobile-menu-open a.cart-button span.in-cart {
          position: absolute;
          top: -2px;
          right: 3px;
          font-size: 12px;
          color: #ff457a; }
      nav.main-navigation .fixed-main-menu ul li.mobile-menu-open a.fullscreen-menu-button-container {
        display: block;
        margin: 14px 15px 0 0;
        right: 0;
        top: 0;
        z-index: 3;
        cursor: pointer;
        margin-left: 0;
        transform: translateY(-28px);
        left: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
        background-image: url(menu.svg);
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 10001;
        transition: opacity 0.25s ease;
        border-radius: 0;
        box-sizing: border-box;
        color: #de0442 !important;
        /* older webkit */
        -webkit-transition: all 500ms cubic-bezier(0, 1, 0.05, 0.78);
        -webkit-transition: all 500ms cubic-bezier(0, 1.05, 0.05, 0.78);
        -moz-transition: all 500ms cubic-bezier(0, 1.05, 0.05, 0.78);
        -o-transition: all 500ms cubic-bezier(0, 1.05, 0.05, 0.78);
        /* custom */
        transition: all 500ms cubic-bezier(0, 1.05, 0.05, 0.78); }
      nav.main-navigation .fixed-main-menu ul li.active a {
        color: #de0442 !important; }
      nav.main-navigation .fixed-main-menu ul li a {
        text-transform: uppercase;
        height: 30px;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -ms-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        font-size: 12px;
        font-weight: 400;
        color: #707070;
        line-height: normal;
        vertical-align: middle;
        padding: 10px 15px 10px 0;
        position: relative;
        cursor: pointer; }
      nav.main-navigation .fixed-main-menu ul li a:hover {
        color: #de0442; }
      nav.main-navigation .fixed-main-menu ul li a.active {
        color: #000; }
        nav.main-navigation .fixed-main-menu ul li a.active:hover {
          color: #000; }

.fullscreen-menu-container {
  -ms-overflow-style: none;
  position: fixed;
  background: #fff;
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  max-width: 414px;
  bottom: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  /* custom */
  transition: all 400ms cubic-bezier(0.895, 0.195, 0.225, 0.845);
  overflow-x: hidden;
  overflow-y: auto;
  /* IE 9 */
  -ms-transform: translate(100%, 0);
  /* Safari */
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0); }
  .fullscreen-menu-container::-webkit-scrollbar {
    display: none !important; }
  @media (min-width: 0px) and (max-width: 1024px) {
  .fullscreen-menu-container {
    overflow-x: hidden;
    /* has to be scroll, not auto for momentum scrolling */
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }
  .fullscreen-menu-container nav.fullscreen-menu {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1200px !important;
    position: relative;
    transition: all 400ms cubic-bezier(0.895, 0.195, 0.225, 0.845);
    text-align: left;
    opacity: 0;
    margin-top: 70px; }
  .fullscreen-menu-container.open {
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    background: #fff;
    /* IE 9 */
    -ms-transform: translate(0, 0);
    /* Safari */
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: -25px 0px 42px 0px rgba(0, 0, 0, 0.05); }
    .fullscreen-menu-container.open nav.fullscreen-menu {
      opacity: 1;
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      transition-delay: 0.4s; }
  .fullscreen-menu-container ul.fullscreen-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    height: auto;
    margin-bottom: 30px; }
    .fullscreen-menu-container ul.fullscreen-list li {
      display: block;
      padding: 0 !important;
      margin: 0 !important;
      position: relative; }
      .fullscreen-menu-container ul.fullscreen-list li.divider {
        border-top: 1px solid #f0f0f0; }
      .fullscreen-menu-container ul.fullscreen-list li a {
        font-size: 16px;
        display: block;
        position: relative;
        text-decoration: none;
        overflow: hidden;
        font-weight: 600;
        line-height: 24px;
        padding: 18px 45px;
        font-family: 'Open Sans', sans-serif;
        color: #000; }
      .fullscreen-menu-container ul.fullscreen-list li a span {
        display: block;
        font-size: 12px;
        line-height: 16px;
        padding-top: 5px;
        color: #707070;
        font-weight: 400; }
      .fullscreen-menu-container ul.fullscreen-list li a:hover {
        color: #de0442;
        background: none;
        background-color: #f8f8f8; }

.close-menu {
  position: fixed;
  right: 15px;
  top: 15px;
  display: block;
  cursor: pointer;
  z-index: 1;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 14px;
  width: 50px;
  height: 50px;
  /*************************************************************************************
BUTTONS
*************************************************************************************/ }

a.btn, button.btn, .fake-btn, label.btn {
  padding: 12px 30px;
  border: none;
  outline: 0px;
  -webkit-appearance: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: none;
  transition: 0.18s;
  -webkit-transition: 0.18s;
  font-family: 'Open Sans', sans-serif;
  white-space: normal;
  font-size: 13px;
  font-weight: 700; }
  a.btn.btn-lg, button.btn.btn-lg, .fake-btn.btn-lg, label.btn.btn-lg {
    padding: 20px 30px;
    font-size: 13px; }
  a.btn.btn-sm, button.btn.btn-sm, .fake-btn.btn-sm, label.btn.btn-sm {
    padding: 7px 15px;
    font-size: 13px; }
  a.btn.btn-xs, button.btn.btn-xs, .fake-btn.btn-xs, label.btn.btn-xs {
    padding: 0px 5px;
    font-size: 10px; }
  a.btn.btn-default, button.btn.btn-default, .fake-btn.btn-default, label.btn.btn-default {
    background-color: #de0442;
    color: #fff; }
    a.btn.btn-default:hover, button.btn.btn-default:hover, .fake-btn.btn-default:hover, label.btn.btn-default:hover, a.btn.btn-default:focus, button.btn.btn-default:focus, .fake-btn.btn-default:focus, label.btn.btn-default:focus, a.btn.btn-default:active, button.btn.btn-default:active, .fake-btn.btn-default:active, label.btn.btn-default:active, a.btn.btn-default.active, button.btn.btn-default.active, .fake-btn.btn-default.active, label.btn.btn-default.active {
      color: #fff;
      background-color: #fb1a5a; }
    a.btn.btn-default:focus, button.btn.btn-default:focus, .fake-btn.btn-default:focus, label.btn.btn-default:focus {
      box-shadow: none; }
  a.btn.btn-secondary, button.btn.btn-secondary, .fake-btn.btn-secondary, label.btn.btn-secondary {
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1.5px #ddd;
    color: #de0442; }
    a.btn.btn-secondary:hover, button.btn.btn-secondary:hover, .fake-btn.btn-secondary:hover, label.btn.btn-secondary:hover, a.btn.btn-secondary:focus, button.btn.btn-secondary:focus, .fake-btn.btn-secondary:focus, label.btn.btn-secondary:focus, a.btn.btn-secondary:active, button.btn.btn-secondary:active, .fake-btn.btn-secondary:active, label.btn.btn-secondary:active, a.btn.btn-secondary.active, button.btn.btn-secondary.active, .fake-btn.btn-secondary.active, label.btn.btn-secondary.active {
      color: #de0442;
      box-shadow: inset 0px 0px 0px 1.5px #de0442; }
    a.btn.btn-secondary:focus, button.btn.btn-secondary:focus, .fake-btn.btn-secondary:focus, label.btn.btn-secondary:focus {
      box-shadow: none; }
  a.btn.btn-check, button.btn.btn-check, .fake-btn.btn-check, label.btn.btn-check {
    background-color: #e8e8e8;
    color: #707070;
    margin-right: 5px;
    margin-bottom: 7px !important;
    display: inline-block;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 400; }
    a.btn.btn-check:hover, button.btn.btn-check:hover, .fake-btn.btn-check:hover, label.btn.btn-check:hover, a.btn.btn-check:focus, button.btn.btn-check:focus, .fake-btn.btn-check:focus, label.btn.btn-check:focus, a.btn.btn-check:active, button.btn.btn-check:active, .fake-btn.btn-check:active, label.btn.btn-check:active, a.btn.btn-check.active, button.btn.btn-check.active, .fake-btn.btn-check.active, label.btn.btn-check.active {
      color: #707070; }
    a.btn.btn-check:focus, button.btn.btn-check:focus, .fake-btn.btn-check:focus, label.btn.btn-check:focus, a.btn.btn-check.focus, button.btn.btn-check.focus, .fake-btn.btn-check.focus, label.btn.btn-check.focus {
      box-shadow: none;
      background-color: #e8e8e8;
      color: #707070; }
    a.btn.btn-check.active, button.btn.btn-check.active, .fake-btn.btn-check.active, label.btn.btn-check.active {
      color: #fff !important;
      background-color: #de0442;
      box-shadow: inset 0px 0px 0px 1.5px #de0442; }
  a.btn.btn-check-second, button.btn.btn-check-second, .fake-btn.btn-check-second, label.btn.btn-check-second {
    background-color: #e8e8e8;
    color: #707070;
    margin-right: 5px;
    margin-bottom: 7px !important;
    display: inline-block;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 400; }
    a.btn.btn-check-second:hover, button.btn.btn-check-second:hover, .fake-btn.btn-check-second:hover, label.btn.btn-check-second:hover, a.btn.btn-check-second:focus, button.btn.btn-check-second:focus, .fake-btn.btn-check-second:focus, label.btn.btn-check-second:focus, a.btn.btn-check-second:active, button.btn.btn-check-second:active, .fake-btn.btn-check-second:active, label.btn.btn-check-second:active, a.btn.btn-check-second.active, button.btn.btn-check-second.active, .fake-btn.btn-check-second.active, label.btn.btn-check-second.active {
      color: #707070; }
    a.btn.btn-check-second:focus, button.btn.btn-check-second:focus, .fake-btn.btn-check-second:focus, label.btn.btn-check-second:focus, a.btn.btn-check-second.focus, button.btn.btn-check-second.focus, .fake-btn.btn-check-second.focus, label.btn.btn-check-second.focus {
      box-shadow: none;
      background-color: #e8e8e8;
      color: #707070; }
    a.btn.btn-check-second.active, button.btn.btn-check-second.active, .fake-btn.btn-check-second.active, label.btn.btn-check-second.active {
      color: #fff;
      background-color: #ff457a;
      box-shadow: inset 0px 0px 0px 1.5px #ff457a; }
  a.btn.btn-icon-check, button.btn.btn-icon-check, .fake-btn.btn-icon-check, label.btn.btn-icon-check {
    background-color: transparent;
    color: #707070;
    margin-right: 5px;
    margin-bottom: 0px !important;
    display: inline-block;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 400;
    background-image: url(icon-circle.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 40px;
    text-align: left; }
    a.btn.btn-icon-check:hover, button.btn.btn-icon-check:hover, .fake-btn.btn-icon-check:hover, label.btn.btn-icon-check:hover, a.btn.btn-icon-check:focus, button.btn.btn-icon-check:focus, .fake-btn.btn-icon-check:focus, label.btn.btn-icon-check:focus, a.btn.btn-icon-check:active, button.btn.btn-icon-check:active, .fake-btn.btn-icon-check:active, label.btn.btn-icon-check:active, a.btn.btn-icon-check.active, button.btn.btn-icon-check.active, .fake-btn.btn-icon-check.active, label.btn.btn-icon-check.active {
      color: #707070; }
    a.btn.btn-icon-check:focus, button.btn.btn-icon-check:focus, .fake-btn.btn-icon-check:focus, label.btn.btn-icon-check:focus, a.btn.btn-icon-check.focus, button.btn.btn-icon-check.focus, .fake-btn.btn-icon-check.focus, label.btn.btn-icon-check.focus {
      box-shadow: none;
      background-color: #e8e8e8;
      color: #707070; }
    a.btn.btn-icon-check.active, button.btn.btn-icon-check.active, .fake-btn.btn-icon-check.active, label.btn.btn-icon-check.active {
      color: #000;
      background-color: #de0442;
      box-shadow: inset 0px 0px 0px 1.5px #de0442;
      background-image: url(icon-circle-ok.svg); }

.add-button {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
  /*************************************************************************************
BIG AND SMALL CONTENT OVERLAYERS
*************************************************************************************/ }

.showContentWindow {
  cursor: pointer; }

.close-icon {
  position: absolute;
  right: 21px;
  top: 17px;
  z-index: 2;
  left: auto; }
  .close-icon.set-left {
    right: auto;
    left: 0; }
  .close-icon.set-fixed {
    position: fixed;
    right: 30px;
    top: 30px; }

.hideContentWindow {
  display: block; }

.contentWindow {
  width: 100%;
  background: rgba(0, 0, 0, .95);
  position: fixed !important;
  height: 100%;
  bottom: 0px;
  z-index: 10002;
  box-sizing: border-box;
  color: white;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  display: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto; }
  .contentWindow::-webkit-scrollbar {
    display: none !important; }
  @media (min-width: 0px) and (max-width: 1024px) {
  .contentWindow {
    overflow-x: hidden;
    /* has to be scroll, not auto for momentum scrolling */
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }

.contentWindow.smallContent {
  background: rgba(0, 0, 0, .60);
  padding: 0 10px; }
  .contentWindow.smallContent > .container-fluid {
    width: auto;
    padding: 20px;
    max-width: 600px;
    margin-top: 10%;
    margin-bottom: 30px;
    height: auto;
    min-height: 100px;
    background: #fff;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2); }
  .contentWindow.smallContent p {
    margin-bottom: 0; }
  .contentWindow.smallContent .img-rect {
    border-radius: 8px;
    margin-bottom: 30px; }
  .contentWindow.smallContent .product-detail h2 {
    font-weight: 600;
    color: #000; }
    .contentWindow.smallContent .product-detail p {
      color: #707070; }
    .contentWindow.smallContent .product-detail span {
      display: block;
      padding: 10px 0; }
      .contentWindow.smallContent .product-detail span.price-detail {
        font-size: 18px;
        color: #de0442;
        font-weight: 700; }
      .contentWindow.smallContent .product-detail span.qta {
        color: #707070;
        font-size: 13px; }
      .contentWindow.smallContent .product-detail span.allergeni, .contentWindow.smallContent .product-detail span.tipologie {
        color: #000;
        font-size: 13px;
        font-weight: 700; }
      .contentWindow.smallContent .product-detail span.allergeni dl, .contentWindow.smallContent .product-detail span.tipologie dl {
        list-style-type: circle !important;
        margin: 0; }
      .contentWindow.smallContent .product-detail span.allergeni dl dt, .contentWindow.smallContent .product-detail span.tipologie dl dt {
        display: inline-block;
        padding: 5px;
        color: #ff457a;
        font-weight: 400; }
      .contentWindow.smallContent .product-detail span.tipologie dt {
        color: #707070 !important; }

.more-less {
  margin-bottom: 20px;
  text-align: center; }
  .more-less a, .more-less span {
    display: inline-block;
    vertical-align: middle;
    padding: 10px; }
  .more-less span {
    color: #de0442;
    font-size: 40px;
    font-weight: 400; }

.btn-modal-buy {
  text-align: left;
  border-radius: 4px !important; }
  .btn-modal-buy i {
    margin-right: 10px; }
  .btn-modal-buy span {
    display: inline-block;
    float: right; }

.setOverflow {
  overflow: hidden;
  max-height: 100vh; }
  @media (max-width: 1024px) {
  .setOverflow {
    position: fixed; } }

.overlayIn {
  -webkit-animation-name: overlayIn;
  animation-name: overlayIn;
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes overlayIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes overlayIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.overlayOut {
  -webkit-animation-name: overlayOut;
  animation-name: overlayOut;
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes overlayOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes overlayOut {
  /*************************************************************************************
COOKIEWARNING & PRIVACY
*************************************************************************************/
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.content_cookies {
  background: #fff;
  width: 100%; }
  .content_cookies .container_cookies {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    padding: 70px 0;
    color: #707070; }
    .content_cookies .container_cookies p {
      color: #707070; }

#cookie-bar {
  background: rgba(112, 112, 112, 0.9) !important;
  height: auto !important;
  line-height: 100% !important;
  text-align: center !important;
  padding: 70px 15px 70px 15px !important;
  position: fixed !important;
  bottom: 0px !important;
  z-index: 10003 !important;
  width: 100%; }
  @media (min-width: 993px) {
  #cookie-bar {
    width: 300px !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    margin-left: 10px !important; } }
  #cookie-bar p {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important; }
  #cookie-bar .cb-enable {
    display: block !important;
    width: 200px;
    background: #de0442 !important;
    text-decoration: none !important;
    color: #fff !important;
    margin: 0 auto !important;
    margin-top: 10px !important;
    padding: 7px 15px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }
    #cookie-bar .cb-enable:hover {
      background-color: #ac0333 !important; }
  #cookie-bar a {
    color: #fff !important;
    font-weight: 700 !important;
    display: inline-block !important;
    text-decoration: underline !important; }

.cookie-box, .coverbox {
  z-index: 10003 !important;
  position: fixed;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background-color: #707070;
  overflow: hidden;
  height: auto;
  border-top: 1px solid rgba(245, 245, 245, 0.1);
  /*************************************************************************************
AURORA DROPDOWN MENU WITH COOKIES
*************************************************************************************/ }
  .cookie-box p, .coverbox p {
    color: #f5f5f5;
    margin: 0; }
    .cookie-box p.visible-part, .coverbox p.visible-part {
      padding: 20px; }
  .cookie-box.cookie-closed .cookie-text, .coverbox.cookie-closed .cookie-text, .cookie-box.coverbox-closed .cookie-text, .coverbox.coverbox-closed .cookie-text, .cookie-box.cookie-closed .coverbox-text, .coverbox.cookie-closed .coverbox-text, .cookie-box.coverbox-closed .coverbox-text, .coverbox.coverbox-closed .coverbox-text {
    display: none; }
  .cookie-box.cookie-open, .coverbox.cookie-open, .cookie-box.coverbox-open, .coverbox.coverbox-open {
    overflow: auto; }
  .cookie-box .cookie-text, .coverbox .cookie-text, .cookie-box .coverbox-text, .coverbox .coverbox-text {
    max-width: 945px;
    padding: 30px;
    margin-top: 30px;
    border: 1px solid rgba(245, 245, 245, 0.05);
    background-color: rgba(245, 245, 245, 0.05); }
    .cookie-box .cookie-text h3, .coverbox .cookie-text h3, .cookie-box .coverbox-text h3, .coverbox .coverbox-text h3 {
      color: #f5f5f5;
      font-weight: 700;
      margin: 0;
      margin-bottom: 30px; }

.auroramenu li > ul {
  display: none; }

.auroramenu-styles, .auroramenu-styles ul {
  padding: 0;
  list-style-type: none; }

.auroramenu-styles > li > a {
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid; }

.auroramenu-styles > li > a.dropper:after {
  content: "\f107";
  float: right;
  font-size: 0.7em;
  font-family: FontAwesome; }

.auroramenu-styles > li > a.dropper.open:after {
  content: "\f106";
  font-family: FontAwesome; }

.auroramenu-styles a {
  color: #fff;
  background-color: #707070;
  display: block;
  padding: 8px;
  transition: background-color 0.5s ease;
  font-family: 'Open Sans', sans-serif; }

.auroramenu-styles a:hover, .auroramenu-styles a:focus {
  text-decoration: none; }

.auroramenu-styles a:hover {
  background-color: #de0442;
  color: #fff; }

.auroramenu-styles ul a {
  background-color: #0070c9;
  font-size: 0.9em;
  padding-left: 8px;
  /*************************************************************************************
IMAGE SIZERS
*************************************************************************************/ }

.img-rect {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .img-rect:before {
    content: "";
    display: block;
    padding-top: 60%; }
  .img-rect img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    height: 0;
    width: 0; }

.img-square {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-image: url(placeholder.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f5f5f5;
  border-radius: 4px;
  /*************************************************************************************
DATEPICKER
*************************************************************************************/ }
  .img-square:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .img-square img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    height: 0;
    width: 0; }

.datepicker.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(112, 112, 112, 0.20);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #000;
  font-size: 13px;
  line-height: 1.42857;
  padding: 15px; }

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background: #707070; }

.datepicker td, .datepicker th {
  text-align: center;
  width: 40px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background: #de0442;
  border-color: #de0442; }

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover .datepicker table tr td span.active.active:hover {
  color: #fff;
  background: #707070;
  border-color: #707070; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background: #de0442;
  border-color: #de0442; }

.datepicker table tr td span.active.active:hover {
  color: #fff;
  background: #707070;
  border-color: #707070; }

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background: #707070;
  border-color: #707070;
  border-radius: 0; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none !important;
  color: #707070 !important;
  cursor: not-allowed !important;
  opacity: 0.4; }

.input-group-addon, .form-control + .input-group-addon:not(:first-child), .form-control + .input-group-addon:not(:last-child) {
  border: none;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 10px;
  line-height: 2em;
  text-shadow: none;
  border-width: 0 0;
  margin-left: -5px;
  margin-right: -5px;
  color: #000; }

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-radius: 4px; }

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-radius: 4px; }

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 4px;
  /*************************************************************************************
FORMS
*************************************************************************************/ }

form .form-control {
  padding: 4px 12px;
  height: 50px; }
  form select.form-control, form input.form-control, form textarea.form-control {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    border-radius: 5px;
    font-size: 0.85em;
    color: #707070;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ddd; }
    form select.form-control::-webkit-input-placeholder, form input.form-control::-webkit-input-placeholder, form textarea.form-control::-webkit-input-placeholder {
      color: #707070; }
    form select.form-control:-moz-placeholder, form input.form-control:-moz-placeholder, form textarea.form-control:-moz-placeholder {
      color: #707070; }
    form select.form-control::-moz-placeholder, form input.form-control::-moz-placeholder, form textarea.form-control::-moz-placeholder {
      color: #707070; }
    form select.form-control:-ms-input-placeholder, form input.form-control:-ms-input-placeholder, form textarea.form-control:-ms-input-placeholder {
      color: #707070; }
    form select.form-control:focus, form input.form-control:focus, form textarea.form-control:focus {
      border: 1px solid #ddd;
      outline: 0;
      box-shadow: none;
      background-color: #f5f5f5; }
  form select.form-control:not([size]):not([multiple]) {
    height: 50px; }
  form textarea.form-control {
    min-height: 150px;
    padding: 15px; }
  form label {
    padding: 0;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 16px;
    color: #000 !important;
    font-weight:  !important; }
    form label.blocklabel {
      width: 100%;
      display: block;
      margin-top: 11px;
      margin-bottom: 3px; }

.search {
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  z-index: 1; }
  .search input.form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: block;
    /*max-width: 350px;*/
    width: 100%;
    height: 44px;
    font-size: 14px !important;
    font-weight: 700; }
    .search input.form-control:focus {
      background-color: transparent;
      border: none;
      box-shadow: none; }
  .search a {
    display: block;
    background-color: #de0442;
    color: #fff !important;
    text-align: center;
    line-height: 44px; }

.favs {
  color: #000 !important;
  font-size: 14px;
  display: inline-block;
  height: 36px;
  line-height: 36px; }
  .favs i {
    color: #ffc400 !important; }

.checkbox input {
  height: 16px;
  margin-right: 7px; }
  .checkbox input.error {
    outline: #ff457a solid 2px; }

label.error {
  display: none !important; }

label > input {
  margin-top: 6px !important; }

.privacy-footer label > input {
  margin-top: 1px !important; }

input, select, textarea {
  font-size: 16px !important;
  /*************************************************************************************
HELPERS, HACKS, FIXES
*************************************************************************************/ }
  input.error, select.error, textarea.error {
    border-color: #ff457a;
    outline: 0;
    box-shadow: 0 0 0 2px #ff457a !important; }

@media (max-width: 480px) {
    .back_to_menu {
      display: inline-block;
      max-width: 275px;
      text-align: left;
      overflow: hidden; } }

.extender {
  height: calc(100vh - 80px); }
  @media (min-width: 513px) and (max-width: 768px) {
  .extender {
    height: 500px; } }
  @media (min-width: 0px) and (max-width: 512px) {
  .extender {
    height: 300px; } }

.half-extender {
  min-height: 400px;
  height: 50vh; }

.box-clickable {
  cursor: pointer; }

.v-center {
  top: 50%;
  transform: translateY(-50%); }

.set-relative {
  position: relative; }

.set-absolute {
  position: absolute; }

.noverflow {
  overflow: hidden; }

.fa-margin-r {
  margin-right: 5px; }

.fa-margin-l {
  margin-left: 5px; }

img.widepic {
  width: 100%; }

img.desaturate {
  filter: saturate(0%);
  -webkit-filter: saturate(0%);
  -moz-filter: saturate(0%);
  -o-filter: saturate(0%);
  -ms-filter: saturate(0%); }

.mappa_sito {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff; }
  .mappa_sito .mappa_sito_wrapper {
    max-width: 993px;
    margin: 0 auto;
    padding: 0 20px; }
  .mappa_sito .mappa_sito_wrapper h1 {
    color: #707070;
    margin-bottom: 20px; }

:focus {
  outline: none !important; }

::-moz-focus-inner {
  border: 0 !important;
  /* bootstrap hack: fix content width inside hidden tabs (Otherwise slick slider won't work inside BS tabs!) */ }

.tab-content > .tab-pane, .pill-content > .pill-pane {
  /* undo display:none          */
  display: block;
  /* height:0 is also invisible */
  height: 0;
  /* no-overflow                */
  overflow-y: hidden; }

.tab-content > .active, .pill-content > .active {
  /* let the content decide it  */
  height: auto; }

.box-padding-perc {
  padding: 10%; }

.box-padding-xs {
  padding: 15px; }

.box-padding-s {
  padding: 20px; }

.box-padding-m {
  padding: 30px; }

.box-padding-l {
  padding: 50px; }

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

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

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

.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

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

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

.no-tb-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.t-padding-xs {
  padding-top: 10px; }

.t-padding-s {
  padding-top: 15px; }

.t-padding-m {
  padding-top: 30px; }

.t-padding-l {
  padding-top: 50px; }

.t-padding-xl {
  padding-top: 80px; }

.t-padding-xxl {
  padding-top: 100px; }

.b-padding-xs {
  padding-bottom: 10px; }

.b-padding-s {
  padding-bottom: 15px; }

.b-padding-m {
  padding-bottom: 30px; }

.b-padding-l {
  padding-bottom: 50px; }

.b-padding-xl {
  padding-bottom: 80px; }

.b-padding-xxl {
  padding-bottom: 100px; }

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

.no-t-margin {
  margin-top: 0 !important; }
  .no-t-margin h1, .no-t-margin h2, .no-t-margin h3, .no-t-margin h4, .no-t-margin h5, .no-t-margin h6 {
    margin-top: 0 !important; }

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

.no-side-margin {
  margin-left: 0;
  margin-right: 0; }

.box-padding-perc {
  padding: 5%; }

.box-padding-xs {
  padding: 5px; }

.box-padding-s {
  padding: 10px; }

.box-padding-m {
  padding: 20px; }

.box-padding-l {
  padding: 30px; }

.t-padding-xs {
  padding-top: 5px; }

.t-padding-s {
  padding-top: 10px; }

.t-padding-m {
  padding-top: 15px; }

.t-padding-l {
  padding-top: 20px; }

.t-padding-xl {
  padding-top: 30px; }

.t-padding-xxl {
  padding-top: 40px; }

.b-padding-xs {
  padding-bottom: 5px; }

.b-padding-s {
  padding-bottom: 10px; }

.b-padding-m {
  padding-bottom: 15px; }

.b-padding-l {
  padding-bottom: 20px; }

.b-padding-xl {
  padding-bottom: 30px; }

.b-padding-xxl {
  padding-bottom: 40px; }

.t-margin-xs {
  margin-top: 5px; }

.t-margin-s {
  margin-top: 10px; }

.t-margin-m {
  margin-top: 15px; }

.t-margin-l {
  margin-top: 20px; }

.t-margin-xl {
  margin-top: 30px; }

.t-margin-xxl {
  margin-top: 40px; }

.b-margin-xs {
  margin-bottom: 5px; }

.b-margin-s {
  margin-bottom: 10px; }

.b-margin-m {
  margin-bottom: 15px; }

.b-margin-l {
  margin-bottom: 20px; }

.b-margin-xl {
  margin-bottom: 30px; }

.b-margin-xxl {
  margin-bottom: 40px; }

.justify {
  text-align: justify;
  text-justify: newspaper; }

.centerize {
  margin: 0 auto; }

.overlayer:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .15);
  top: 0;
  bottom: 0; }

.rounded {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.scroll-position-hack {
  position: absolute;
  top: -59px;
  height: 59px;
  width: 0; }

.debug {
  display: none !important;
  outline: red dotted thick !important;
  /**Avoid textfield input zooming on IOS**/ }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, textarea, input {
    font-size: 16px; } }

.cookies_list {
  overflow-y: scroll; }
  .cookies_list table {
    width: 100%; }

textarea {
  resize: vertical; }

.dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.8rem 0;
  margin: 5px 0 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  will-change: transform;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.20); }
  .dropdown .dropdown-menu .dropdown-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px; }

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #de0442 !important;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: none !important;
  /*Privacy collapse*/ }

.checkbox.privacy-check {
  margin-bottom: 10px; }
  .checkbox.privacy-check label {
    margin-bottom: 0; }

.privacy-row {
  margin-bottom: 10px; }

.privacy-send-wrapper {
  border-top: 1px solid #f5f5f5;
  padding-top: 10px; }

.privacy-wrapper {
  position: relative;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  padding: 30px; }
  @media (min-width: 0px) and (max-width: 767px) {
  .privacy-wrapper {
    padding: 15px; } }
  .privacy-wrapper.privacy-mobile {
    padding: 15px;
    border: none;
    max-height: 100px;
    overflow-x: hidden;
    /* has to be scroll, not auto for momentum scrolling */
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .privacy-wrapper.privacy-mobile .privacy-footer {
    text-align: left; }
  .privacy-wrapper.privacy-mobile .privacy-content h1, .privacy-wrapper.privacy-mobile .privacy-content h2, .privacy-wrapper.privacy-mobile .privacy-content h3, .privacy-wrapper.privacy-mobile .privacy-content h4, .privacy-wrapper.privacy-mobile .privacy-content h5, .privacy-wrapper.privacy-mobile .privacy-content h6 {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 15px;
    font-weight: 700; }
  .privacy-wrapper .privacy-content h1, .privacy-wrapper .privacy-content h2, .privacy-wrapper .privacy-content h3, .privacy-wrapper .privacy-content h4, .privacy-wrapper .privacy-content h5, .privacy-wrapper .privacy-content h6 {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 20px; }
  .privacy-wrapper .privacy-content p, .privacy-wrapper .privacy-content li, .privacy-wrapper .privacy-content a {
    font-size: 15px;
    line-height: 22px; }
  .privacy-wrapper .privacy-content li {
    margin-left: -24px; }
  .privacy-wrapper .privacy-footer {
    text-align: right; }
  @media (min-width: 0px) and (max-width: 767px) {
    .privacy-wrapper .privacy-footer {
      text-align: left; } }
  .privacy-wrapper .privacy-footer .checkbox label {
    color: #de0442 !important;
    line-height: 1.2em; }

.slider-in-content {
  /* Slider */ }
  .slider-in-content .slick-arrow {
    top: 15px !important; }
  .slider-in-content .slick-arrow.slick-prev {
    right: 80px;
    left: auto; }
  .slider-in-content .slick-arrow.slick-next {
    right: 35px; }
  .slider-in-content figure {
    border-radius: 0; }
  .slider-in-content .slick-list {
    overflow: hidden;
    border-radius: 4px; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.fullscreen-slider {
  line-height: 0; }
  .fullscreen-slider .hero-bg {
    background-attachment: scroll; }
  .fullscreen-slider .hero-bg:before {
    background: none;
    background-color: rgba(0, 0, 0, .15);
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .fullscreen-slider .slick-arrow {
    width: 39px;
    height: 39px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    outline: none;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 39px 39px; }
  .fullscreen-slider .slick-arrow.slick-prev {
    right: 60px;
    left: auto;
    background-image: url(go-left.svg); }
  .fullscreen-slider .slick-arrow.slick-next {
    background-image: url(go-right.svg); }
  .fullscreen-slider ul.slick-dots {
    padding: 0px;
    top: -170px;
    position: relative;
    margin: 0;
    height: 0px; }
  @media (min-width: 0px) and (max-width: 767px) {
    .fullscreen-slider ul.slick-dots {
      display: none !important; } }
  .fullscreen-slider .fullscreen-slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0px;
    right: 0px; }

.hero-bg {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  /*************************************************************************************
CUSTOM CHECKBOXES AND RADIO BUTTONS
*************************************************************************************/
  /******* checkbox *********/ }

.check-icon {
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: top right;
  height: 35px;
  margin-bottom: 20px; }

.check-wrapper, .radio-wrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /******* radiobutton *********/ }
  .check-wrapper input, .radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    left: 0;
    top: 0; }
  .check-wrapper .label-text, .radio-wrapper .label-text {
    display: inline-block;
    padding-top: 4px;
    color: #707070;
    font-weight: 700;
    /* Create a custom checkbox */ }
  .check-wrapper .checkmark, .radio-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #0070c9;
    border-radius: 3px;
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease-in-out; }
  .check-wrapper .checkmark:after, .radio-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .check-wrapper:hover input ~ .checkmark, .radio-wrapper:hover input ~ .checkmark {
    background-color: #005faa; }
  .check-wrapper input:checked ~ .checkmark, .radio-wrapper input:checked ~ .checkmark {
    background-color: #707070; }
  .check-wrapper input:checked ~ .checkmark:after, .radio-wrapper input:checked ~ .checkmark:after {
    display: block; }
  .check-wrapper .checkmark:after, .radio-wrapper .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.radio-icon {
  background-repeat: no-repeat;
  background-position: center right; }

.radio-wrapper {
  /*************************************************************************************
BASIC CONTENT STYLES (USED ALSO FOR TINYMCE FORMATTING)
*************************************************************************************/ }
  .radio-wrapper .checkmark {
    height: 26px;
    width: 26px;
    border-radius: 50%; }
  .radio-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .radio-wrapper .checkmark:after {
    top: 8px;
    left: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.well {
  border-radius: 4px;
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  display: block; }

blockquote, .quote {
  font-style: italic;
  border-left: 10px solid #de0442;
  padding-left: 20px;
  margin: 20px 0;
  display: block; }

.paragrafo-su-due-colonne {
  display: block;
  -ms-column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -ms-column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  /*************************************************************************************
MAILING ("inoltra ad un amico" e "cancella iscrizione")
*************************************************************************************/ }
  @media (min-width: 0px) and (max-width: 767px) {
  .paragrafo-su-due-colonne {
    -ms-column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -ms-column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; } }

.messaggio_errore {
  text-align: center; }
  .messaggio_errore h1, .messaggio_errore p, .messaggio_errore .titolo_inoltra {
    margin-top: 100px;
    color: #000;
    font-size: 16px !important;
    font-weight: 700; }

.inoltra_newletter {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 50px; }
  .inoltra_newletter p {
    color: #0070c9;
    font-size: 16px !important;
    font-weight: 700; }

.div_disattiva {
  text-align: center;
  margin-bottom: 100px;
  margin-bottom: 50px;
  /*NEW STYLES FOR THIS THEME****************************************************************************************************************************/ }

.nessun_risultato {
  width: 100%;
  text-align: right;
  font-weight: bold !important;
  font-size: 16px; }

.bt-aggiungi {
  cursor: pointer; }

.menu-brand {
  margin: 0px 0px 30px 40px; }

.final-message {
  height: calc(100vh - 80px;); }
  .final-message h1 {
    font-size: 24px;
    line-height: 36px; }
  .final-message i {
    font-size: 80px;
    color: #de0442;
    margin-bottom: 20px; }

.rifiuto {
  color: #ff457a !important; }

.clear {
  clear: both; }

.fat p {
  font-size: 24px; }

.order-list {
  margin-bottom: 5px; }
  .order-list dt {
    font-weight: 400;
    padding: 6px 0;
    color: #de0442; }
  .order-list dt span {
    color: #707070;
    display: inline-block;
    width: 35px; }
  .order-list dt .note-in-cart {
    color: #707070; }
  .order-list dt span + span {
    color: #de0442;
    font-weight: 700;
    float: right;
    text-align: right;
    display: block;
    width: auto; }

.grey {
  color: #707070; }

.pos-link {
  font-size: 11px;
  float: right;
  color: #ff457a !important;
  padding-top: 3px; }

.select-date, .select-time, .select-tables, .select-persons, .select-caparra, .select-zones {
  position: relative; }
  .select-date input, .select-time input, .select-tables input, .select-persons input, .select-caparra input, .select-zones input, .select-date select, .select-time select, .select-tables select, .select-persons select, .select-caparra select, .select-zones select {
    background-position: right 15px center;
    background-repeat: no-repeat; }

.select-date input {
  background-image: url(icon-date.svg); }

.select-time select {
  background-image: url(icon-clock.svg); }

.select-tables {
  position: relative; }
  .select-tables select {
    background-image: url(icon-date.svg); }

.select-persons select {
  background-image: url(icon-clock.svg); }

.select-caparra select {
  background-image: url(icon-caparra.svg); }

.select-zones select {
  background-image: url(icon-tavoli.svg); }

.tp-checker {
  font-size: 0; }
  .tp-checker label.btn {
    width: 49%;
    display: block;
    float: left;
    margin: 0;
    margin-right: 1%; }
  .tp-checker label.btn:last-child {
    margin-right: 0%;
    margin-left: 1%; }

.standard-page-header {
  padding-top: 15px; }
  .standard-page-header h1 {
    text-transform: uppercase;
    font-weight: 700; }

.btn-max {
  max-width: 355px;
  margin: 0 auto; }

.cart-list dt {
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px; }
  .cart-list dt .product-title-in-cart {
    font-weight: 400;
    padding-top: 5px;
    display: block;
    line-height: 18px;
    color: #de0442; }
  .cart-list dt .product-pricing-in-cart {
    font-weight: 700;
    color: #000;
    padding-top: 5px;
    display: block; }

.list-add {
  padding-top: 10px; }
  .list-add a, .list-add span {
    display: inline-block; }
  .list-add a {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    line-height: 28px;
    color: #ff457a !important;
    text-align: center;
    border-radius: 100%;
    font-size: 15px; }
  .list-add a.delete {
    color: #707070 !important; }
  .list-add span {
    text-align: center;
    position: relative;
    line-height: 33px;
    font-size: 22px;
    width: 40px;
    font-weight: 700; }

.t-80 {
  margin-top: 80px; }

.info-intro-header {
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .info-intro-header h1 {
    font-size: 26px;
    margin-bottom: 15px; }
  .info-intro-header .subline {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 15px;
    display: inline-block; }

.big-icon {
  color: #de0442;
  font-size: 40px;
  margin-bottom: 15px;
  margin-top: 10px; }

.card-fav {
  cursor: grab;
  vertical-align: top;
  display: inline-block;
  text-align: left;
  color: #707070 !important; }
  .card-fav i {
    transition: 0.2s ease-out; }
  .card-fav:hover i {
    color: #707070 !important; }
  .card-fav.active i {
    color: #ffc400 !important; }

.item-card-wrapper {
  margin-bottom: 30px; }
  .item-card-wrapper .img-rect {
    border-radius: 15px;
    position: relative; }
  .item-card-wrapper figure {
    cursor: pointer;
    transition: 0.2s ease-out; }
  .item-card-wrapper figure:hover {
    opacity: 0.9; }
  .item-card-wrapper .item-desc {
    cursor: pointer;
    position: relative;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-top: -30px;
    z-index: 1;
    background-color: #fff;
    text-align: center; }
  .item-card-wrapper .item-desc.item-desc-no-image {
    margin-top: 0px !important; }
  .item-card-wrapper .item-desc .desc {
    cursor: pointer; }
  .item-card-wrapper .item-desc h3, .item-card-wrapper .item-desc h2 {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px; }
  .item-card-wrapper .item-desc p {
    font-size: 14px;
    line-height: 22px;
    color: #707070; }
  .item-card-wrapper .item-desc .price {
    display: block;
    text-align: right;
    font-size: 20px; }
  .item-card-wrapper .item-desc span {
    display: block;
    padding: 10px 0; }
    .item-card-wrapper .item-desc span.allergeni, .item-card-wrapper .item-desc span.tipologie {
      color: #000;
      font-size: 13px;
      font-weight: 700; }
    .item-card-wrapper .item-desc span.allergeni dl, .item-card-wrapper .item-desc span.tipologie dl {
      list-style-type: circle !important;
      margin: 0; }
    .item-card-wrapper .item-desc span.allergeni dl dt, .item-card-wrapper .item-desc span.tipologie dl dt {
      display: inline-block;
      padding: 5px;
      color: #ff457a;
      font-weight: 400; }
    .item-card-wrapper .item-desc span.tipologie dt {
      color: #707070 !important; }

.splash-screen {
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1000; }
  .splash-screen:after {
    background-color: rgba(0, 0, 0, .6);
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .splash-screen .splash-logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center; }
  .splash-screen .splash-logo img {
    max-width: 250px; }
  .splash-screen .splash-credit {
    position: absolute;
    bottom: 90px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff; }
  .splash-screen .splash-credit span {
    display: block; }

.socials {
  position: relative;
  padding: 0 45px 45px 45px; }
  .socials a {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    border: 1px solid #707070 !important;
    color: #707070 !important;
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    margin-right: 5px; }

.verticalize {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.filter-actions a {
  color: #de0442 !important;
  font-size: 13px;
  font-weight: 700; }

.standard-box dl.data-list {
  margin: 0; }
  .standard-box dl.data-list dt {
    display: block; }
    .standard-box dl.data-list dt:first-child a {
      border-top: 1px solid #f5f5f5; }
    .standard-box dl.data-list dt a {
      padding: 21px 0;
      padding-right: 40px;
      display: block;
      border-bottom: 1px solid #f5f5f5;
      color: #000;
      font-weight: 400;
      line-height: 22px;
      font-size: 16px;
      background-image: url(arrow-right.svg);
      background-size: 13px 13px;
      background-repeat: no-repeat;
      background-position: center right 30px; }
    .standard-box dl.data-list dt a:hover {
      color: #de0442;
      background-position: center right 20px; }
    @media (min-width: 0px) and (max-width: 767px) {
      .standard-box dl.data-list dt a {
        padding-left: 20px; } }

.bottom-spacing {
  padding-bottom: 80px; }

dl.filters {
  margin: 0;
  padding: 0; }
  dl.filters dt {
    display: inline-block;
    margin-left: 10px; }
  dl.filters dt a {
    display: block;
    border: 1px solid #ddd;
    height: 36px;
    line-height: 36px;
    color: #000 !important;
    border-radius: 36px;
    padding: 0 25px;
    font-weight: 400;
    font-size: 14px; }
    dl.filters dt a i {
      color: #de0442 !important; }
    dl.filters dt a span {
      color: #ff457a !important;
      font-weight: 700; }

.box-shadow {
  box-shadow: 0 1px 6px 0 rgba(112, 112, 112, 0.20); }

.info-action-wrapper {
  z-index: 1;
  display: block;
  position: relative;
  margin-top: 80px;
  width: 100%;
  transition: 0.3s ease-out; }
  .info-action-wrapper .info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .info-action-wrapper .info-wrapper .info-content {
    height: auto;
    text-align: center;
    padding: 40px;
    padding-top: 10px;
    transition: 0.3s; }
    .info-action-wrapper .info-wrapper .info-content p {
      line-height: 18px; }
  .info-action-wrapper.scrolled {
    transform: translateY(-50%); }
  .info-action-wrapper.scrolled .info-wrapper .info-content {
    opacity: 0; }

.filter-wrapper {
  margin-bottom: 30px; }

.content-wrapper {
  position: relative;
  max-width: 993px;
  margin: 0 auto; }
  @media (min-width: 768px) {
  .content-wrapper {
    padding: 20px; } }

.block-header {
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
  .block-header h1, .block-header h2 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background-color: #fff;
    padding: 0 10px;
    margin-top: 7px;
    z-index: 1;
    display: inline-block;
    position: relative; }
  .block-header:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: #000; }

.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr; }

.jq-ry-container[readonly="readonly"] {
  cursor: default; }

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
  padding: 5px; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

footer.main-footer {
  position: relative;
  height: 80px;
  padding-bottom: 50px;
  /*THE WALL OF SHAME***********************************************************************************************************************************/
  /*************************************************************************************
TO SET A WIDER BASE CONTAINER
*************************************************************************************/ }
  footer.main-footer .footer-actions {
    padding: 0 10px;
    text-align: center;
    height: 80px;
    position: fixed;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0; }
  footer.main-footer .footer-actions span {
    display: inline-block;
    margin-left: 20px; }
    footer.main-footer .footer-actions span a {
      display: inline-block;
      margin: 0 5px; }
  @media (min-height: 812px) and (max-height: 813px) and (orientation: portrait) {
  footer.main-footer {
    height: 95px; }
    footer.main-footer .footer-actions {
      height: 95px;
      padding-bottom: 20px; } }

@media (min-width: 0px) {
  /*************************************************************************************
FLUID CONTAINER SETTINGS & CLOSE MENU CONTAINER
*************************************************************************************/
    .container {
      width: 100%;
      max-width: 993px;
      padding-left: 50px;
      padding-right: 50px; } }

.container-fluid {
  max-width: 1600px;
  margin: 0 auto; }

.close-menu-container {
  position: relative;
  height: 100%;
  /*************************************************************************************
CHANGE GUTTER
*************************************************************************************/ }

.container {
  padding-right: 20px;
  padding-left: 20px; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 20px;
  padding-left: 20px;
  /*************************************************************************************
TINYMCE ONLY
*************************************************************************************/ }

#tinymce {
  background: #fff !important;
  background-color: #fff !important;
  color: #ddd;
  /*************************************************************************************
FCK ONLY
*************************************************************************************/ }
  #tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6, #tinymce p, #tinymce li, #tinymce dt {
    color: #000 !important; }

.mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 10px 0;
  padding: 0 0 0 0; }
  .mce-content-body a:not(.btn) {
    color: #de0442;
    text-decoration: none;
    font-weight: 700; }
  .mce-content-body a:not(.btn):hover {
    color: #fb336c;
    text-decoration: none; }
  .mce-content-body p, .mce-content-body ul, .mce-content-body ol {
    margin-bottom: 20px; }
  .mce-content-body a.btn {
    text-decoration: none !important; }
  .mce-content-body hr {
    border: 0;
    border-top: 1px solid #ddd; }
  .mce-content-body table {
    width: 100%;
    margin-bottom: 30px; }
  .mce-content-body table tr td, .mce-content-body table tr th, .mce-content-body table tr thead td {
    padding: 5px 10px; }
    .mce-content-body table tr td p, .mce-content-body table tr th p, .mce-content-body table tr thead td p, .mce-content-body table tr td li, .mce-content-body table tr th li, .mce-content-body table tr thead td li, .mce-content-body table tr td h1, .mce-content-body table tr th h1, .mce-content-body table tr thead td h1, .mce-content-body table tr td h2, .mce-content-body table tr th h2, .mce-content-body table tr thead td h2, .mce-content-body table tr td h3, .mce-content-body table tr th h3, .mce-content-body table tr thead td h3, .mce-content-body table tr td h4, .mce-content-body table tr th h4, .mce-content-body table tr thead td h4, .mce-content-body table tr td h5, .mce-content-body table tr th h5, .mce-content-body table tr thead td h5, .mce-content-body table tr td h6, .mce-content-body table tr th h6, .mce-content-body table tr thead td h6 {
      padding: 0;
      margin: 0; }
    .mce-content-body table tr:nth-child(odd) {
      background: #f5f5f5; }
    .mce-content-body table tr:nth-child(even) {
      background: #ededed; }
  .mce-content-body ul, .mce-content-body ol {
    list-style-position: outside;
    padding: 0;
    margin-left: 20px; }
