/* ------------------------ Common ------------------------ */
@import url(app/vendor/bootstrap.css);
@import url(app/vendor/ion.rangeSlider.css);
@import url(app/vendor/ion.rangeSlider.skinHTML5.css);
.display-block {
  display: block; }

.display-inline {
  display: inline; }

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

.display-none {
  display: none; }

.display-block-xs {
  display: block; }

.display-inline-xs {
  display: inline; }

.display-inline-block-xs {
  display: inline-block; }

.display-none-xs {
  display: none; }

@media (min-width: 768px) {
  .display-block-sm {
    display: block; }

  .display-inline-sm {
    display: inline; }

  .display-inline-block-sm {
    display: inline-block; }

  .display-none-sm {
    display: none; } }
@media (min-width: 992px) {
  .display-block-md {
    display: block; }

  .display-inline-md {
    display: inline; }

  .display-inline-block-md {
    display: inline-block; }

  .display-none-md {
    display: none; } }
@media (min-width: 1200px) {
  .display-block-lg {
    display: block; }

  .display-inline-lg {
    display: inline; }

  .display-inline-block-lg {
    display: inline-block; }

  .display-none-lg {
    display: none; } }
.fixed {
  position: fixed; }

.word-break {
  word-break: break-all; }

.position-inherit {
  position: inherit !important; }

.shadow-none {
  box-shadow: none !important;
  text-shadow: none !important; }

.clearfix {
  clear: both; }

.clearfix:after {
  content: " ";
  clear: both; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.overflow-hidden {
  overflow: hidden; }

.align-center {
  margin: 0 auto; }

.absolute-left {
  bottom: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0; }

.absolute-center {
  bottom: 0;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0; }

.absolute-right {
  bottom: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0; }

.width100 {
  width: 100%;
  height: auto; }

.width50 {
  width: 50%;
  height: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.form-control.height-auto {
  height: auto !important; }

@media (min-width: 768px) {
  .pull-sm-right {
    float: right !important; }

  .pull-sm-left {
    float: left !important; } }
/* ---------------        Colors        --------------- */
.icon-blue {
  color: #0000CC; }

.icon-green {
  color: green; }

.icon-gray {
  color: #f3f3f4; }

.fa-check.success {
  color: #1ab394; }

.fa-check.failure {
  color: #E6E6E6; }

.fa-info-circle.success {
  color: #1ab394; }

.fa-info-circle.failure {
  color: #E6E6E6; }

.color-red {
  color: #CC0000; }

.color-white {
  color: #FFF; }

.color-black {
  color: #000; }

.background-red {
  background: #CC0000;
  color: #fff; }

.background-green {
  background: #009900;
  color: #fff; }

.scroll-vertical {
  overflow-x: hidden;
  overflow-y: auto; }

.list-none li {
  list-style: none; }

.text-underline-none {
  text-decoration: none; }

.cursor-pointer {
  cursor: pointer; }

.text-underline {
  text-decoration: underline; }

.rotate-45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.vertical-align-parent {
  position: relative; }

.vertical-align-parent .vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.word-wrap {
  word-wrap: break-word; }

code {
  padding: 0; }

.navbar {
  border-radius: 0; }

.responsive-classes {
  position: fixed;
  right: 0;
  top: 0;
  padding: 5px;
  background-color: #eee; }

/* ------------------------ / Common ------------------------ */
.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

.text-xs-justify {
  text-align: justify !important; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; }

  .text-sm-justify {
    text-align: justify !important; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; }

  .text-md-justify {
    text-align: justify !important; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; }

  .text-lg-justify {
    text-align: justify !important; } }
/* --------------- Margin and Padding --------------- */
/* all */
.ma0 {
  margin: 0 !important; }

.ma5 {
  margin: 5px !important; }

.ma10 {
  margin: 10px !important; }

.ma15 {
  margin: 15px !important; }

.pa0 {
  padding: 0 !important; }

.pa5 {
  padding: 5px !important; }

.pa10 {
  padding: 10px !important; }

.pa15 {
  padding: 15px !important; }

.pa20 {
  padding: 20px !important; }

.pa25 {
  padding: 25px !important; }

.pa30 {
  padding: 30px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt7 {
  margin-top: 7px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.pt0 {
  padding-top: 0 !important; }

.pt5 {
  padding-top: 5px !important; }

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

.pt15 {
  padding-top: 15px !important; }

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

.pt25 {
  padding-top: 25px !important; }

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

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

.pt50 {
  padding-top: 50px !important; }

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

.pt70 {
  padding-top: 70px !important; }

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

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.mr-5 {
  margin-right: -5px !important; }

.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr100 {
  margin-right: 100px !important; }

.pr0 {
  padding-right: 0 !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr100 {
  padding-right: 100px !important; }

/* bottom */
.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

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

.pb5 {
  padding-bottom: 5px !important; }

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

.pb15 {
  padding-bottom: 15px !important; }

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

.pb25 {
  padding-bottom: 25px !important; }

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

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

.pb50 {
  padding-bottom: 50px !important; }

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

.pb70 {
  padding-bottom: 70px !important; }

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

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.ml-5 {
  margin-left: -5px !important; }

.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml100 {
  margin-left: 100px !important; }

.ml105 {
  margin-left: 105px !important; }

.pl0 {
  padding-left: 0 !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl100 {
  padding-left: 100px !important; }

/* --------------- / Margin and Padding --------------- */
/* --------------- blocks ----------------------------- */
.fullscreen {
  height: 95vh;
  width: 100%;
  display: block;
  position: relative;
  background: center center;
  background-size: cover; }
  @media (max-width: 992px) {
    .fullscreen {
      transition: height 9999s; } }
  @media (min-width: 1200px) {
    .fullscreen {
      height: 90vh; } }
  .fullscreen.dark {
    box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.4); }

@media (max-width: 767px) {
  .dark-xs {
    box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.4); } }
.vertical-top {
  position: absolute;
  width: 100%;
  top: 0; }

.vertical-center {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 768px) {
  .sm-vertical-center {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.vertical-bottom {
  position: absolute !important;
  width: 100%;
  bottom: 0; }

.horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.horizontal-center.vertical-center {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.fullspace {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .fullspace.dark {
    box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.4); }
  .fullspace.ma15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px; }

.centered-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.dark-background {
  box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.5); }

.base-padding {
  padding: 70px 0 70px; }

.background-blue {
  background: #0000CC; }

.background-white {
  background: #FFF; }

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

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

/* --------------- / blocks --------------------------- */
.padding-squared {
  position: relative; }

.padding-squared > * {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.col-xs-1.padding-squared {
  padding-bottom: 8.3333333333%; }

.col-xs-10.padding-squared {
  padding-bottom: 83.3333333333%; }

.col-xs-11.padding-squared {
  padding-bottom: 91.6666666667%; }

.col-xs-12.padding-squared {
  padding-bottom: 100%; }

.col-xs-2.padding-squared {
  padding-bottom: 16.6666666667%; }

.col-xs-3.padding-squared {
  padding-bottom: 25%; }

.col-xs-4.padding-squared {
  padding-bottom: 33.3333333333%; }

.col-xs-5.padding-squared {
  padding-bottom: 41.6666666667%; }

.col-xs-6.padding-squared {
  padding-bottom: 50%; }

.col-xs-7.padding-squared {
  padding-bottom: 58.3333333333%; }

.col-xs-8.padding-squared {
  padding-bottom: 66.6666666667%; }

.col-xs-9.padding-squared {
  padding-bottom: 75%; }

@media (max-width: 767px) {
  .col-xs-1.padding-squared.padding-squared-half-xs {
    padding-bottom: 4.1666666667%; }

  .col-xs-10.padding-squared.padding-squared-half-xs {
    padding-bottom: 41.6666666667%; }

  .col-xs-11.padding-squared.padding-squared-half-xs {
    padding-bottom: 45.8333333333%; }

  .col-xs-12.padding-squared.padding-squared-half-xs {
    padding-bottom: 50%; }

  .col-xs-2.padding-squared.padding-squared-half-xs {
    padding-bottom: 8.3333333333%; }

  .col-xs-3.padding-squared.padding-squared-half-xs {
    padding-bottom: 12.5%; }

  .col-xs-4.padding-squared.padding-squared-half-xs {
    padding-bottom: 16.6666666667%; }

  .col-xs-5.padding-squared.padding-squared-half-xs {
    padding-bottom: 20.8333333333%; }

  .col-xs-6.padding-squared.padding-squared-half-xs {
    padding-bottom: 25%; }

  .col-xs-7.padding-squared.padding-squared-half-xs {
    padding-bottom: 29.1666666667%; }

  .col-xs-8.padding-squared.padding-squared-half-xs {
    padding-bottom: 33.3333333333%; }

  .col-xs-9.padding-squared.padding-squared-half-xs {
    padding-bottom: 37.5%; } }
@media (min-width: 768px) {
  .col-sm-1.padding-squared {
    padding-bottom: 8.3333333333%; }

  .col-sm-10.padding-squared {
    padding-bottom: 83.3333333333%; }

  .col-sm-12.padding-squared {
    padding-bottom: 91.6666666667%; }

  .col-sm-12.padding-squared {
    padding-bottom: 100%; }

  .col-sm-2.padding-squared {
    padding-bottom: 16.6666666667%; }

  .col-sm-3.padding-squared {
    padding-bottom: 25%; }

  .col-sm-4.padding-squared {
    padding-bottom: 33.3333333333%; }

  .col-sm-5.padding-squared {
    padding-bottom: 41.6666666667%; }

  .col-sm-6.padding-squared {
    padding-bottom: 50%; }

  .col-sm-7.padding-squared {
    padding-bottom: 58.3333333333%; }

  .col-sm-8.padding-squared {
    padding-bottom: 66.6666666667%; }

  .col-sm-9.padding-squared {
    padding-bottom: 75%; } }
@media (min-width: 992px) {
  .col-md-1.padding-squared {
    padding-bottom: 8.3333333333%; }

  .col-md-10.padding-squared {
    padding-bottom: 83.3333333333%; }

  .col-md-12.padding-squared {
    padding-bottom: 91.6666666667%; }

  .col-md-12.padding-squared {
    padding-bottom: 100%; }

  .col-md-2.padding-squared {
    padding-bottom: 16.6666666667%; }

  .col-md-3.padding-squared {
    padding-bottom: 25%; }

  .col-md-4.padding-squared {
    padding-bottom: 33.3333333333%; }

  .col-md-5.padding-squared {
    padding-bottom: 41.6666666667%; }

  .col-md-6.padding-squared {
    padding-bottom: 50%; }

  .col-md-7.padding-squared {
    padding-bottom: 58.3333333333%; }

  .col-md-8.padding-squared {
    padding-bottom: 66.6666666667%; }

  .col-md-9.padding-squared {
    padding-bottom: 75%; } }
@media (min-width: 1200px) {
  .col-lg-1.padding-squared {
    padding-bottom: 8.3333333333%; }

  .col-lg-10.padding-squared {
    padding-bottom: 83.3333333333%; }

  .col-lg-12.padding-squared {
    padding-bottom: 91.6666666667%; }

  .col-lg-12.padding-squared {
    padding-bottom: 100%; }

  .col-lg-2.padding-squared {
    padding-bottom: 16.6666666667%; }

  .col-lg-3.padding-squared {
    padding-bottom: 25%; }

  .col-lg-4.padding-squared {
    padding-bottom: 33.3333333333%; }

  .col-lg-5.padding-squared {
    padding-bottom: 41.6666666667%; }

  .col-lg-6.padding-squared {
    padding-bottom: 50%; }

  .col-lg-7.padding-squared {
    padding-bottom: 58.3333333333%; }

  .col-lg-8.padding-squared {
    padding-bottom: 66.6666666667%; }

  .col-lg-9.padding-squared {
    padding-bottom: 75%; } }
.col-xs-offset-1_5 {
  margin-left: 12.5%; }

@media (min-width: 768px) {
  .col-sm-offset-1_5 {
    margin-left: 12.5%; } }
@media (min-width: 992px) {
  .col-md-offset-1_5 {
    margin-left: 12.5%; } }
@media (min-width: 1200px) {
  .col-lg-offset-1_5 {
    margin-left: 12.5%; } }
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

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

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

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

  .col-xs-top {
    vertical-align: top; }

  .col-xs-middle {
    vertical-align: middle; }

  .col-xs-bottom {
    vertical-align: bottom; } }
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top; }

  .col-sm-top {
    vertical-align: top; }

  .col-sm-middle {
    vertical-align: middle; }

  .col-sm-bottom {
    vertical-align: bottom; } }
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

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

  .col-md-top {
    vertical-align: top; }

  .col-md-middle {
    vertical-align: middle; }

  .col-md-bottom {
    vertical-align: bottom; } }
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

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

  .col-lg-top {
    vertical-align: top; }

  .col-lg-middle {
    vertical-align: middle; }

  .col-lg-bottom {
    vertical-align: bottom; } }
.min-width-30 {
  min-width: 30px; }

.min-width-50 {
  min-width: 50px; }

.min-width-70 {
  min-width: 70px; }

.min-width-100 {
  min-width: 100px; }

.min-width-130 {
  min-width: 130px; }

.min-width1500 {
  min-width: 150px; }

.lh-2 {
  line-height: 2em; }

/* --------------- / ul --------------------------- */
ul.inline {
  list-style: none;
  padding: 0; }
  ul.inline > li {
    display: inline-block; }

/* --------------- / buttons --------------------------- */
/* --------------- / dropdowns --------------------------- */
.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown.opened > .dropdown-content {
    display: block;
    background-color: #fff; }
  .dropdown .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 100; }
  .dropdown.dropdown-block {
    display: block;
    width: 100%; }
  @media (max-width: 767px) {
    .dropdown.dropdown-block-xs {
      display: block;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .dropdown.dropdown-block-sm {
      display: block;
      width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .dropdown.dropdown-block-md {
      display: block;
      width: 100%; } }
  @media (min-width: 1200px) {
    .dropdown.dropdown-block-lg {
      display: block;
      width: 100%; } }

/* --------------- / accordion --------------------------- */
.accordion .accordion-container.active .accordion-content {
  max-height: 1000px; }
.accordion .accordion-container .accordion-toggle {
  cursor: pointer; }
.accordion .accordion-container .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.8s, padding 0.8s; }

/* --------------- / radio accordion --------------------------- */
.radio-accordion .radio-accordion-container.active .radio-accordion-content {
  max-height: 500px; }
.radio-accordion .radio-accordion-container .radio-accordion-toggle {
  cursor: pointer; }
.radio-accordion .radio-accordion-container .radio-accordion-content {
  clear: both;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.8s, padding 0.8s;
  margin-left: 27px; }

/* --------------- / checkbox accordion --------------------------- */
.checkbox-accordion-container.active .checkbox-accordion-content {
  max-height: 1000px; }
.checkbox-accordion-container .checkbox-accordion-toggle {
  cursor: pointer; }
.checkbox-accordion-container .checkbox-accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.8s, padding 0.8s; }

/* --------------- / tab --------------------------- */
.tab-container .tab-content {
  display: none; }
  .tab-container .tab-content.active {
    display: block; }

/* --------------- / modal --------------------------- */
.overlay-mask {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .overlay-mask .overlay-content {
    padding: 5px;
    min-height: 10px;
    min-width: 10px;
    /*margin-top: 100px;
    margin: auto;*/
    background-color: #fff;
    border: 1px solid #a5a5a5;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-content: center;
    align-content: center; }

/* ------------------------ / CSS Table ------------------------ */
.display-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  height: 100%; }
  .display-table .display-table-row {
    display: table-row;
    width: 100%;
    height: 100%; }
    .display-table .display-table-row .display-table-cell {
      display: table-cell;
      height: 100%; }
      .display-table .display-table-row .display-table-cell.display-table-vertical-top {
        vertical-align: top; }
      .display-table .display-table-row .display-table-cell.display-table-vertical-middle {
        vertical-align: middle; }
      .display-table .display-table-row .display-table-cell.display-table-vertical-bottom {
        vertical-align: bottom; }
      .display-table .display-table-row .display-table-cell.col-xs-1, .display-table .display-table-row .display-table-cell.col-xs-2, .display-table .display-table-row .display-table-cell.col-xs-3, .display-table .display-table-row .display-table-cell.col-xs-4, .display-table .display-table-row .display-table-cell.col-xs-5, .display-table .display-table-row .display-table-cell.col-xs-6, .display-table .display-table-row .display-table-cell.col-xs-7, .display-table .display-table-row .display-table-cell.col-xs-8, .display-table .display-table-row .display-table-cell.col-xs-9, .display-table .display-table-row .display-table-cell.col-xs-10, .display-table .display-table-row .display-table-cell.col-xs-11, .display-table .display-table-row .display-table-cell.col-sm-1, .display-table .display-table-row .display-table-cell.col-sm-2, .display-table .display-table-row .display-table-cell.col-sm-3, .display-table .display-table-row .display-table-cell.col-sm-4, .display-table .display-table-row .display-table-cell.col-sm-5, .display-table .display-table-row .display-table-cell.col-sm-6, .display-table .display-table-row .display-table-cell.col-sm-7, .display-table .display-table-row .display-table-cell.col-sm-8, .display-table .display-table-row .display-table-cell.col-sm-9, .display-table .display-table-row .display-table-cell.col-sm-10, .display-table .display-table-row .display-table-cell.col-sm-11, .display-table .display-table-row .display-table-cell.col-md-1, .display-table .display-table-row .display-table-cell.col-md-2, .display-table .display-table-row .display-table-cell.col-md-3, .display-table .display-table-row .display-table-cell.col-md-4, .display-table .display-table-row .display-table-cell.col-md-5, .display-table .display-table-row .display-table-cell.col-md-6, .display-table .display-table-row .display-table-cell.col-md-7, .display-table .display-table-row .display-table-cell.col-md-8, .display-table .display-table-row .display-table-cell.col-md-9, .display-table .display-table-row .display-table-cell.col-md-10, .display-table .display-table-row .display-table-cell.col-md-11
      .display-table .display-table-row .display-table-cell.col-lg-1, .display-table .display-table-row .display-table-cell.col-lg-2, .display-table .display-table-row .display-table-cell.col-lg-3, .display-table .display-table-row .display-table-cell.col-lg-4, .display-table .display-table-row .display-table-cell.col-lg-5, .display-table .display-table-row .display-table-cell.col-lg-6, .display-table .display-table-row .display-table-cell.col-lg-7, .display-table .display-table-row .display-table-cell.col-lg-8, .display-table .display-table-row .display-table-cell.col-lg-9, .display-table .display-table-row .display-table-cell.col-lg-10, .display-table .display-table-row .display-table-cell.col-lg-11 {
        float: none; }
    @media (max-width: 767px) {
      .display-table .display-table-row {
        height: auto; }
        .display-table .display-table-row .display-table-cell.col-xs-12 {
          display: block;
          height: auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .display-table .display-table-row {
        height: auto; }
        .display-table .display-table-row .display-table-cell.col-sm-12 {
          display: block;
          height: auto; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .display-table .display-table-row {
        height: auto; }
        .display-table .display-table-row .display-table-cell.col-md-12 {
          display: block;
          height: auto; } }
    @media (min-width: 1200px) {
      .display-table .display-table-row {
        height: auto; }
        .display-table .display-table-row .display-table-cell.col-lg-12 {
          display: block;
          height: auto; } }

.flex-table {
  display: flex;
  flex-flow: column nowrap;
  /*margin: 0.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #d0d0d0;*/
  flex: 1 1 auto; }
  .flex-table .flex-tr, .flex-table .flex-th {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
        /*&:nth-of-type(even) {
          background-color: #f2f2f2;
        }

        &:nth-of-type(odd) {
          background-color: #ffffff;
        }*/ }
    .flex-table .flex-tr:first-child .flex-td, .flex-table .flex-th:first-child .flex-td {
      border-top: 0; }
    .flex-table .flex-tr:last-child .flex-td, .flex-table .flex-th:last-child .flex-td {
      border-bottom: 1px solid #f5f5f5; }
    .flex-table .flex-tr .flex-td, .flex-table .flex-th .flex-td {
      display: flex;
      display: -ms-flexbox;
      flex-flow: row nowrap;
      flex-grow: 1;
      flex-basis: 0;
      padding: 0.5em;
      /*word-break: break-word;*/
      overflow: hidden;
      /*text-overflow: ellipsis;*/
      min-width: 0px;
      /*white-space: nowrap;*/
      border-top: 1px solid #f5f5f5; }
      .flex-table .flex-tr .flex-td > *, .flex-table .flex-th .flex-td > * {
        width: 100%; }
      .flex-table .flex-tr .flex-td.align-start, .flex-table .flex-th .flex-td.align-start {
        align-items: flex-start; }
      .flex-table .flex-tr .flex-td.align-center, .flex-table .flex-th .flex-td.align-center {
        align-items: center; }
      .flex-table .flex-tr .flex-td.align-end, .flex-table .flex-th .flex-td.align-end {
        align-items: flex-end; }
      .flex-table .flex-tr .flex-td.flex-grow3, .flex-table .flex-th .flex-td.flex-grow3 {
        flex-grow: 3; }
      .flex-table .flex-tr .flex-td.flex-grow2, .flex-table .flex-th .flex-td.flex-grow2 {
        flex-grow: 2; }
      .flex-table .flex-tr .flex-td.flex-grow1, .flex-table .flex-th .flex-td.flex-grow1 {
        flex-grow: 1; }
      .flex-table .flex-tr .flex-td.flex-grow05, .flex-table .flex-th .flex-td.flex-grow05 {
        flex-grow: 0.5; }
      .flex-table .flex-tr .flex-td.flex-grow03, .flex-table .flex-th .flex-td.flex-grow03 {
        flex-grow: 0.3; }

.img-responsive-forced {
  display: block;
  max-width: 100%;
  height: 100%; }

.full-height {
  height: 100%; }

hr.hr-light-gray {
  border-top: solid 1px #f5f5f5; }
hr.hr-light {
  border-top: solid 1px #777; }
hr.hr-black {
  border-top: solid 1px #333333; }

/****** Mixin placeholder ***********/
/****** Mixin flexbox ***********/
/* spinner */
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
.svg-vertical-center span, .svg-vertical-center svg {
  vertical-align: middle; }
.svg-vertical-center svg {
  padding-left: 5px; }

.transparent {
  opacity: 0; }

.opaque {
  opacity: 1; }

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

*, *:hover, *:active, *:focus, *:visited {
  outline: none; }

a, a:hover, a:active, a:focus, a:visited {
  outline: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:active {
    text-decoration: underline; }

@media (min-width: 1450px) {
  .container {
    width: 1420px; } }

.form-horizontal .form-group {
  margin: 0; }

.grid-system-spacing .row {
  margin-left: -8px;
  margin-right: -8px; }
.grid-system-spacing .col-xs-1, .grid-system-spacing .col-sm-1, .grid-system-spacing .col-md-1, .grid-system-spacing .col-lg-1, .grid-system-spacing .col-xs-2, .grid-system-spacing .col-sm-2, .grid-system-spacing .col-md-2, .grid-system-spacing .col-lg-2, .grid-system-spacing .col-xs-3, .grid-system-spacing .col-sm-3, .grid-system-spacing .col-md-3, .grid-system-spacing .col-lg-3, .grid-system-spacing .col-xs-4, .grid-system-spacing .col-sm-4, .grid-system-spacing .col-md-4, .grid-system-spacing .col-lg-4, .grid-system-spacing .col-xs-5, .grid-system-spacing .col-sm-5, .grid-system-spacing .col-md-5, .grid-system-spacing .col-lg-5, .grid-system-spacing .col-xs-6, .grid-system-spacing .col-sm-6, .grid-system-spacing .col-md-6, .grid-system-spacing .col-lg-6, .grid-system-spacing .col-xs-7, .grid-system-spacing .col-sm-7, .grid-system-spacing .col-md-7, .grid-system-spacing .col-lg-7, .grid-system-spacing .col-xs-8, .grid-system-spacing .col-sm-8, .grid-system-spacing .col-md-8, .grid-system-spacing .col-lg-8, .grid-system-spacing .col-xs-9, .grid-system-spacing .col-sm-9, .grid-system-spacing .col-md-9, .grid-system-spacing .col-lg-9, .grid-system-spacing .col-xs-10, .grid-system-spacing .col-sm-10, .grid-system-spacing .col-md-10, .grid-system-spacing .col-lg-10, .grid-system-spacing .col-xs-11, .grid-system-spacing .col-sm-11, .grid-system-spacing .col-md-11, .grid-system-spacing .col-lg-11, .grid-system-spacing .col-xs-12, .grid-system-spacing .col-sm-12, .grid-system-spacing .col-md-12, .grid-system-spacing .col-lg-12 {
  padding-left: 8px;
  padding-right: 8px; }
.grid-system-spacing .ma8 {
  margin: 8px !important; }
.grid-system-spacing .mb16 {
  margin-bottom: 16px !important; }

ol, li, ul, dd, dt, dl {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

label {
  margin-bottom: 0; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.slick-dots {
  position: absolute;
  bottom: 22px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }
  .slick-dots li.slick-active button {
    background: #fff; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, 0.4); }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.slick-slider-container.slick-initialized .banner {
  display: table !important; }
.slick-slider-container a:first-child .banner, .slick-slider-container span:first-child .banner {
  display: table !important; }
.slick-slider-container .banner {
  display: none !important; }

/*.slick-slider-container{
    max-height: 0;
    overflow: hidden;
    &.slick-initialized {
        max-height: none;
    }
}*/
/*.slick-slider .banner{
    position:absolute;
}
.slick-slider .banner:first-child{
    position:relative;
}
.slick-initialized.slick-slider .banner,
.slick-initialized.slick-slider .banner:first-child{
    position:relative;
}*/
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 20px 30px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

/* --------------- / variables   --------------------------- */
/* --------------- / input --------------------------- */
.form-text, .form-select {
  position: relative;
  /*input{
    border-color: #a94442;
  }*/ }
  .form-text.required:after, .form-select.required:after {
    content: '*';
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 20px; }
  .form-text.has-error .error, .form-select.has-error .error {
    color: #a94442;
    font-weight: bold;
    margin: 0 0 .875em; }

.form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.1em;
  color: #333; }
  .form-label.form-label-small {
    font-size: 0.9em; }
  .form-label._extended {
    font-size: 1em;
    padding: 0.5em 1em;
    color: gray; }

.form-error {
  color: #a94442;
  margin: -.4em 0 1em;
  display: block; }

.form-input {
  position: relative;
  font-size: 13px;
  height: 43px;
  width: 100%;
  margin: 0 0 .875em;
  padding: 0.7em 0.8em;
  color: #2b2b2b;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  border-bottom: 1px solid #2b2b2b;
  background: transparent;
  transition: all .2s;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  resize: vertical; }
  .form-input:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 102, 102, 0.6);
    /*box-shadow: inset 0 -10px 8px -12 rgba(0, 0, 0, .075), 0 0 8px rgba($input-border-focus-color, 0.6);*/
    box-shadow: inset 0 -15px 10px -18px #000; }
  .form-input[disabled] {
    border-color: #383838;
    background-color: #f2f2f2;
    box-shadow: none;
    cursor: not-allowed; }
  .has-error .form-input {
    border-left: 3px solid #a94442; }
  .form-input.form-input-small {
    width: 5em; }
  .form-input::-moz-placeholder {
    color: #c4c4c4;
    opacity: 1; }
  .form-input:-ms-input-placeholder {
    color: #c4c4c4;
    opacity: 1; }
  .form-input::-webkit-input-placeholder {
    color: #c4c4c4;
    opacity: 1; }

select.form-input {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%232b2b2b%22%20d%3D%22M256%2C298.3L256%2C298.3L256%2C298.3l174.2-167.2c4.3-4.2%2C11.4-4.1%2C15.8%2C0.2l30.6%2C29.9c4.4%2C4.3%2C4.5%2C11.3%2C0.2%2C15.5L264.1%2C380.9c-2.2%2C2.2-5.2%2C3.2-8.1%2C3c-3%2C0.1-5.9-0.9-8.1-3L35.2%2C176.7c-4.3-4.2-4.2-11.2%2C0.2-15.5L66%2C131.3c4.4-4.3%2C11.5-4.4%2C15.8-0.2L256%2C298.3z%22/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) center;
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }
  select.form-input::-ms-expand {
    display: none; }

.form-control {
  display: inline-block;
  float: left;
  cursor: pointer;
  margin: 0 0 .875em;
  box-sizing: border-box; }
  .form-control input {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .form-control ._label {
    display: inline-block;
    position: relative;
    padding-left: calc(16px + 0.5em);
    will-change: transform;
    height: 16px;
    cursor: pointer; }
    .form-control ._label::before, .form-control ._label::after {
      content: '';
      position: absolute;
      top: calc(50% - 8px);
      left: 0;
      width: 16px;
      height: 16px;
      border: 1px solid transparent; }
    .form-control ._label::before {
      content: '';
      position: absolute;
      top: calc(50% - 8px);
      left: 0;
      width: 16px;
      height: 16px;
      border-color: #2b2b2b;
      background: #fff;
      background-size: 0;
      transition: border-color .2s ease; }
      .has-error .form-control ._label::before {
        border-color: #a94442; }
    .form-control ._label::after {
      background-size: 90%;
      background-repeat: no-repeat;
      background-position: center;
      transform: scale(0);
      transition: transform .2s ease;
      will-change: transform; }
  .form-control ._label-extended {
    text-transform: uppercase;
    background-color: #fff;
    margin-right: 0.5em;
    padding: 0.5em 1em;
    cursor: pointer;
    border-left: solid 3px #333333;
    font-weight: 400;
    min-width: 200px;
    transition: all 0.2s;
    font-size: 1.1em; }
  .form-control + .form-label {
    max-width: calc(100% - 24px - 0.5em); }
    .form-control + .form-label._extended {
      max-width: calc(100% - 236px - 0.5em); }
  .form-control input[type='radio'] + ._label::before {
    border-radius: 100%; }
  .form-control input[type='radio']:checked + ._label::after {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%231a73e8%22%20d%3D%22M256%2C464c114.9%2C0%2C208-93.1%2C208-208c0-114.9-93.1-208-208-208C141.1%2C48%2C48%2C141.1%2C48%2C256C48%2C370.9%2C141.1%2C464%2C256%2C464z%22/%3E%3C/svg%3E"); }
  .form-control input[type='checkbox']:checked + ._label::after {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%231a73e8%22%20d%3D%22M461.6%2C109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4%2C0-4.6%2C1-6.3%2C2.5L194.5%2C323c0%2C0-78.5-75.5-80.7-77.7c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4%2C0-6.4%2C3.1-8.7%2C5.4c-1.7%2C1.8-29.7%2C31.2-43.5%2C45.8c-0.8%2C0.9-1.3%2C1.4-2%2C2.1c-1.2%2C1.7-2%2C3.6-2%2C5.7c0%2C2.2%2C0.8%2C4%2C2%2C5.7l2.8%2C2.6c0%2C0%2C139.3%2C133.8%2C141.6%2C136.1c2.3%2C2.3%2C5.1%2C5.2%2C9.2%2C5.2c4%2C0%2C7.3-4.3%2C9.2-6.2L462%2C121.8c1.2-1.7%2C2-3.6%2C2-5.8C464%2C113.5%2C463%2C111.4%2C461.6%2C109.6z%22/%3E%3C/svg%3E"); }
  .form-control input[type='radio'][disabled] + ._label,
  .form-control input[type='checkbox'][disabled] + ._label {
    cursor: not-allowed; }
  .form-control input[type='radio'][disabled] + ._label::before,
  .form-control input[type='checkbox'][disabled] + ._label::before {
    border-color: #383838;
    background-color: #f2f2f2;
    box-shadow: none; }
  .form-control input:checked + ._label::after {
    transform: scale(1); }
  .form-control input:checked ~ ._label-extended {
    background-color: #1a73e8;
    border-color: #1a73e8;
    color: #FFF; }
  .form-control input:checked + ._label::before {
    border-color: #666; }

/******************** BUTTONS ************************************************/
.btn {
  display: inline-block;
  padding: 0.6em 0.8em 0.5em;
  border-radius: 23px;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  text-align: center;
  border: solid 1px;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1); }
  .btn:hover::before {
    -webkit-transform: scale3d(50, 9, 1);
    transform: scale3d(50, 9, 1);
    color: #fff; }
  .btn:hover, .btn:focus, .btn:active {
    text-decoration: none; }
  .btn.btn-xs {
    font-size: 11px; }
  .btn.btn-sm {
    font-size: 15px; }
  .btn.btn-md {
    font-size: 19px; }
  .btn.btn-lg {
    font-size: 32px; }
  .btn.btn-block {
    display: block;
    width: 100%; }
  @media (max-width: 767px) {
    .btn.btn-block-xs {
      display: block;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .btn.btn-block-sm {
      display: block;
      width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .btn.btn-block-md {
      display: block;
      width: 100%; } }
  @media (min-width: 1200px) {
    .btn.btn-block-lg {
      display: block;
      width: 100%; } }
  .btn.btn-primary {
    border-color: #1a73e8;
    color: #1a73e8;
    background: #FFF; }
    .btn.btn-primary::before {
      background: #1a73e8; }
    .btn.btn-primary:hover {
      color: #FFF; }
    .btn.btn-primary.btn-inverted {
      background: #1a73e8;
      color: #FFF; }
      .btn.btn-primary.btn-inverted::before {
        background: #FFF; }
      .btn.btn-primary.btn-inverted:hover {
        color: #1a73e8; }
  .btn.btn-secondary {
    border-color: #333;
    color: #333;
    background: #FFF; }
    .btn.btn-secondary::before {
      background: #333; }
    .btn.btn-secondary:hover {
      color: #FFF; }
    .btn.btn-secondary.btn-inverted {
      background: #333;
      color: #FFF; }
      .btn.btn-secondary.btn-inverted::before {
        background: #FFF; }
      .btn.btn-secondary.btn-inverted:hover {
        color: #333; }
  .btn.btn-tertiary {
    border-color: #777;
    color: #777;
    background: #FFF; }
    .btn.btn-tertiary::before {
      background: #777; }
    .btn.btn-tertiary:hover {
      color: #FFF; }
    .btn.btn-tertiary.btn-inverted {
      background: #777;
      color: #FFF; }
      .btn.btn-tertiary.btn-inverted::before {
        background: #FFF; }
      .btn.btn-tertiary.btn-inverted:hover {
        color: #777; }
  .btn.btn-link-primary {
    border: 0;
    color: #1a73e8;
    background: #FFF;
    padding-left: 0; }
  .btn.btn-icon {
    text-align: left;
    padding-right: 1.2em;
    vertical-align: middle; }
    .btn.btn-icon i, .btn.btn-icon svg {
      width: 1.28571429em;
      text-align: center;
      margin-right: 0.2em;
      vertical-align: middle; }
    .btn.btn-icon:hover {
      text-decoration: underline; }
  .btn.btn-no-border {
    border: 0; }
    .btn.btn-no-border::before {
      background: none; }
  .btn.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in; }
  .btn.btn-uppercase {
    text-transform: uppercase; }
  .btn .btn-pipe {
    font-size: 1.2em;
    margin-right: 10px; }
  .btn.btn-facebook {
    color: #3b5998;
    border-color: #3b5998; }
    .btn.btn-facebook::before {
      background: #3b5998; }
    .btn.btn-facebook:hover {
      color: #FFF; }
    #page-checkout .btn.btn-facebook {
      font-size: 16px;
      line-height: 2em; }
  .btn.btn-google-plus {
    color: #dd4b39;
    border-color: #dd4b39; }
    .btn.btn-google-plus::before {
      background: #dd4b39; }
    .btn.btn-google-plus:hover {
      color: #FFF; }
    #page-checkout .btn.btn-google-plus {
      font-size: 16px;
      line-height: 2em; }
  .btn.btn-detail {
    font-size: .8em;
    padding: 1em 3em; }

.notifications-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3000; }
  .notifications-container .container {
    position: relative; }
    .notifications-container .container .notification-track {
      position: absolute;
      right: 15px;
      top: 20px;
      width: 300px;
      z-index: 3100;
      transition: opacity 0.5s;
      opacity: 1; }
      .notifications-container .container .notification-track.hide {
        opacity: 0;
        display: block !important; }
      .notifications-container .container .notification-track .notification {
        opacity: 0;
        transition: opacity 0.3s, max-height 1s;
        overflow: hidden;
        max-height: 0;
        will-change: opacity; }
        .notifications-container .container .notification-track .notification .notification-content {
          padding: 15px;
          margin: 8px 8px 20px;
          background-color: rgba(26, 115, 232, 0.9);
          color: #FFF;
          -webkit-box-shadow: 0 0 12px #333;
          box-shadow: 0 0 12px #333; }
          .notifications-container .container .notification-track .notification .notification-content .notification-header {
            background-color: #FFF;
            width: auto;
            margin: -15px -15px 10px;
            padding: 15px;
            color: #000; }
            .notifications-container .container .notification-track .notification .notification-content .notification-header figure {
              margin-bottom: 10px; }
        .notifications-container .container .notification-track .notification.active {
          transition: opacity 0.5s;
          opacity: 1;
          max-height: 400px; }
      .notifications-container .container .notification-track #notification-template {
        display: none; }

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

p {
  margin: 0; }

.paragraph-1 {
  font-weight: 400;
  font-size: 20px; }

.paragraph-2 {
  font-weight: 400;
  font-size: 16px; }

.paragraph-3 {
  font-size: 18px;
  font-weight: 400; }

.paragraph-4 {
  font-size: 18px;
  font-weight: 400; }

.paragraph-5 {
  font-size: 16px;
  font-weight: 600; }

.paragraph-price, .paragraph-price-small, .paragraph-quantity, .paragraph-quantity-small {
  font-weight: 400;
  font-size: 45px; }

.paragraph-price-small, .paragraph-quantity-small {
  font-size: 1.3em;
  font-weight: 600; }

.heading-1 {
  font-weight: 600;
  font-size: 42px; }

.heading-2 {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase; }

.heading-3 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .heading-3 {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .heading-3 {
      font-size: 20px; } }

.heading-4 {
  font-weight: 600;
  font-size: 16px; }
  @media (min-width: 768px) {
    .heading-4 {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .heading-4 {
      font-size: 20px; } }

.heading-5 {
  font-weight: 100;
  font-size: 16px; }
  @media (min-width: 768px) {
    .heading-5 {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .heading-5 {
      font-size: 20px; } }

.heading-6 {
  font-weight: 600;
  font-size: 20px;
  margin: 30px 0 10px; }

.heading-7 {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .heading-7 {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .heading-7 {
      font-size: 24px; } }

.heading-8 {
  font-size: 16px;
  color: #f5f5f5; }

.heading-9 {
  font-weight: 600;
  font-size: 20px; }
  @media (min-width: 768px) {
    .heading-9 {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .heading-9 {
      font-size: 28px; } }

.menu-heading {
  font-size: 15px; }

.heading-cart {
  margin: 25px 0 30px; }

.color-dark-gray {
  color: #2b2b2b; }

.color-white {
  color: #FFF; }

.color-light-gray {
  color: #f5f5f5; }

.font-bold {
  font-weight: 600; }

.font-normal {
  font-weight: 400; }

.footer-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px; }

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

.text-uppercase {
  text-transform: uppercase; }

.product-available {
  color: #78da95;
  font-weight: 600; }

.product-not-available {
  color: #e8503f;
  font-weight: 600; }

.animate-1 {
  transition: max-height 0.7s 0.2s, opacity 0.7s;
  max-height: 0;
  opacity: 0;
  overflow: hidden; }
  .animate-1.show {
    transition: max-height 0.7s, opacity 0.7s 0.2s;
    max-height: 300px;
    opacity: 1; }

/* ------------------------ General Layout ------------------------ */
html, body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  position: relative;
  min-height: 100vh;
  color: #333333;
  background-color: #FFF; }

a {
  color: #333333; }
  a:hover, a:active {
    color: black;
    text-decoration: none; }

body {
  min-height: 100vh; }
  body .mobile .container-fluid {
    padding: 0; }

/******************************* Header ******************************/
header#app-header {
  background: #009eec;
  background: -webkit-linear-gradient(90deg, #009eec 0%, #773FE0 70%);
  background: -o-linear-gradient(90deg, #009eec 0%, #773FE0 70%);
  background: -moz-linear-gradient(90deg, #009eec 0%, #773FE0 70%);
  background: linear-gradient(90deg, #009eec 0%, #773FE0 70%);
  height: 60px; }
  header#app-header #app-header-desktop {
    font-size: 1rem;
    position: relative;
    z-index: 1; }
    body.mobile header#app-header #app-header-desktop {
      position: fixed;
      z-index: 150;
      width: 100%; }
    header#app-header #app-header-desktop #app-header-top {
      font-size: .725em;
      background-color: #FFF;
      color: #2b2b2b; }
      header#app-header #app-header-desktop #app-header-top #app-header-account .dropdown-content {
        background-color: #fff;
        left: auto;
        right: 0;
        text-align: left;
        white-space: nowrap;
        text-decoration: none;
        list-style: none; }
        header#app-header #app-header-desktop #app-header-top #app-header-account .dropdown-content li {
          /*&:hover {
              background-color: $light-blue;
              a {
                  text-decoration: none;
                  color: $white;
              }
          }*/ }
          header#app-header #app-header-desktop #app-header-top #app-header-account .dropdown-content li a {
            line-height: 2em !important;
            padding: 10px 15px !important; }
      header#app-header #app-header-desktop #app-header-top ul {
        padding: 0;
        margin: 0; }
        @media screen and (max-width: 480px) {
          header#app-header #app-header-desktop #app-header-top ul li {
            padding: 0; } }
        header#app-header #app-header-desktop #app-header-top ul li a {
          display: block;
          color: #2b2b2b;
          line-height: 3;
          padding: 0 1em;
          margin: 0; }
          header#app-header #app-header-desktop #app-header-top ul li a i {
            padding-left: .375em; }
        header#app-header #app-header-desktop #app-header-top ul li ul {
          color: #2b2b2b;
          background-color: #FFF;
          width: 150px;
          top: 102%;
          list-style-type: none; }
          @media screen and (max-width: 480px) {
            header#app-header #app-header-desktop #app-header-top ul li ul.inline li {
              border: none; } }
          header#app-header #app-header-desktop #app-header-top ul li ul li {
            border-bottom: none; }
            header#app-header #app-header-desktop #app-header-top ul li ul li:hover a {
              text-decoration: underline; }
            header#app-header #app-header-desktop #app-header-top ul li ul li a {
              padding: .25em 2em; }
      @media (max-width: 992px) {
        header#app-header #app-header-desktop #app-header-top .container {
          width: auto; } }
    header#app-header #app-header-desktop #app-header-bottom {
      position: relative;
      font-size: 1em;
      background-color: #0054ec;
      color: #FFF; }
      header#app-header #app-header-desktop #app-header-bottom a {
        color: #FFF; }
      header#app-header #app-header-desktop #app-header-bottom #app-header-logo {
        width: 150px;
        margin: 10px 0; }
      header#app-header #app-header-desktop #app-header-bottom #app-header-nav {
        -webkit-transition: width 3s linear;
        -moz-transition: width 3s linear;
        transition: width 3s linear;
        position: inherit; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav {
          display: inline-block;
          height: 100%;
          overflow: hidden;
          vertical-align: bottom; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav:hover > ul > li.menu-dropdown .menu-dropdown-content {
            /*display: none;*/
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: -webkit-transform 0.8s ease;
            -moz-transition: transform 0.8s ease;
            transition: transform 0.8s ease;
            z-index: -20; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul {
            display: inline-block;
            padding: 0;
            margin: 0;
            list-style: none; }
            header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li {
              display: inline-block;
              margin-left: -4px; }
              header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content {
                position: absolute;
                top: 100%;
                left: 0;
                z-index: -20;
                color: #2b2b2b;
                width: 100%;
                background-color: #fff;
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
                opacity: 0;
                min-height: 300px;
                -webkit-transform: translate(0, -100%);
                -ms-transform: translate(0, -100%);
                transform: translate(0, -100%);
                -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
                -webkit-transition: -webkit-transform 0.8s ease, opacity 0s linear 0.8s;
                -moz-transition: transform 0.8s ease, opacity 0s linear 0.8s;
                transition: transform 0.8s ease, opacity 0s linear 0.8s; }
                header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .menu-dropdown-content-inner {
                  visibility: hidden;
                  opacity: 0;
                  -webkit-transition: opacity .2s linear 0.2s, visibility .2s linear 0.2s;
                  -moz-transition: opacity .2s linear 0.2s, visibility .2s linear 0.2s;
                  transition: opacity .2s linear 0.2s, visibility .2s linear 0.2s; }
                header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container {
                  padding: 40px 0; }
                  header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container aside .area {
                    font-size: .825em;
                    margin: .5em 0;
                    text-transform: uppercase;
                    font-weight: bold; }
                  header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container aside .title {
                    font-family: 'Source Sans Pro', sans-serif;
                    font-size: 1.25em;
                    margin: .5em 0; }
                  header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list {
                    position: relative;
                    height: 100%;
                    border-left: 1px solid #2b2b2b;
                    padding-left: 10px; }
                    header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list:first-child {
                      border-left: 0;
                      padding-left: 30px; }
                    header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul {
                      margin: 0;
                      padding: 0; }
                      header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li {
                        display: block;
                        margin: 0;
                        padding: 0.32em 0; }
                        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li:hover .menu-dropdown-sub-menu {
                          display: block; }
                        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li:hover a {
                          padding-left: 10px; }
                        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li:hover.has-sub-menu a span {
                          padding-right: 35px; }
                        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li.has-sub-menu a span {
                          background: url("../../images/app/icons/arrow.svg") no-repeat center right;
                          padding-bottom: 2px;
                          padding-right: 25px;
                          -webkit-transition: padding .1s linear;
                          -moz-transition: padding .1s linear;
                          transition: padding .1s linear; }
                        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li .menu-dropdown-sub-menu {
                          display: none;
                          position: absolute;
                          top: 0;
                          left: 0; }
                        header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .container .menu-dropdown-list ul li a {
                          display: block;
                          margin: 0;
                          padding: 0;
                          line-height: 1.2;
                          font-size: .875em;
                          font-weight: bold;
                          -webkit-transition: padding .1s linear;
                          -moz-transition: padding .1s linear;
                          transition: padding .1s linear; }
                header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content a {
                  color: #2b2b2b; }
                header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .menu-dropdown-title {
                  font-family: 'Source Sans Pro', sans-serif;
                  font-size: 1.25em;
                  font-weight: bold;
                  line-height: 1.2; }
                header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.menu-dropdown .menu-dropdown-content .menu-dropdown-description {
                  font-size: .815em;
                  line-height: 1.5;
                  margin: 10px 0 40px 0; }
              header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li:hover.menu-dropdown .menu-dropdown-content {
                /*display: block;*/
                z-index: -1;
                opacity: 1;
                visibility: visible; }
                header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li:hover.menu-dropdown .menu-dropdown-content .menu-dropdown-content-inner {
                  visibility: visible;
                  opacity: 1; }
              header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li:hover > a {
                border-bottom: 5px solid #78da95; }
              header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li.active > a {
                border-bottom: 5px solid #78da95; }
              header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li > a, header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li > span {
                display: block;
                line-height: 60px;
                padding: 0 .725em;
                margin: 0 .275em;
                color: #FFF;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent; }
                @media (max-width: 992px) {
                  header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li > a, header#app-header #app-header-desktop #app-header-bottom #app-header-nav .mainNav > ul > li > span {
                    padding: 0 .325em;
                    margin: 0 .175em;
                    font-size: .825em; } }
      header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li {
        position: relative;
        margin: 0 1em; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li:first-child {
          margin-left: 0; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li:last-child {
          margin-right: 0; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li svg {
          height: 1.4em; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li a {
          display: block;
          text-decoration: none; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li a.open-search-button .close-ico {
            display: none; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li a.open-search-button.active .search-ico {
            display: none; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li a.open-search-button.active .close-ico {
            display: block; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li .open-side-cart-button {
          color: #fff; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-right-side-nav #partial-cart-header .app-header-list li .open-side-cart-button .open-side-cart-button-count {
            position: absolute;
            top: 0;
            right: -5px;
            background-color: #78da95;
            color: #2b2b2b;
            border-radius: 50%;
            font-size: 10px;
            min-width: 18px;
            height: 18px;
            text-align: center;
            padding: 2px;
            line-height: 14px; }
      @media (max-width: 992px) {
        header#app-header #app-header-desktop #app-header-bottom #app-header-search #app-header-left-side-nav #partial-cart-header .app-header-list li svg {
          height: 1.5em; } }
      header#app-header #app-header-desktop #app-header-bottom #app-header-search-input {
        position: absolute;
        top: 0;
        right: 16.66666667%;
        height: auto;
        width: 0;
        -webkit-transition: width .2s linear;
        -moz-transition: width .2s linear;
        transition: width .2s linear;
        overflow-x: hidden; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search-input.active {
          width: 58.66666667%;
          margin: 0 4%; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search-input input {
          margin: 0;
          height: 70px;
          background-color: #004bd3;
          color: #fff;
          font-size: 20px;
          border: 0; }
        header#app-header #app-header-desktop #app-header-bottom #app-header-search-input #search-result-block {
          background-color: #004bd3;
          padding: 30px; }
          header#app-header #app-header-desktop #app-header-bottom #app-header-search-input #search-result-block a {
            color: #fff;
            line-height: 2;
            /*&:first-child{
                margin-top: 30px;
            }
            &:last-child{
                margin-bottom: 30px;
            }*/ }
            header#app-header #app-header-desktop #app-header-bottom #app-header-search-input #search-result-block a:hover {
              color: #78da95; }
      @media (max-width: 992px) {
        header#app-header #app-header-desktop #app-header-bottom .container {
          width: auto; } }
  header#app-header #app-header-phone #app-header-top {
    background-color: #0054ec; }
    header#app-header #app-header-phone #app-header-top #app-header-phone-menu i {
      color: #fff; }
    header#app-header #app-header-phone #app-header-top #partial-menu-phone {
      position: fixed;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      pointer-events: none;
      z-index: 150;
      font-size: 1rem; }
      header#app-header #app-header-phone #app-header-top #partial-menu-phone .close-button-phone {
        background-image: url("../images/app/icons/close-mobile.svg");
        background-size: cover;
        background-position: center center;
        border: none;
        background-color: transparent;
        outline: none;
        -webkit-appearance: none;
        width: 0.7em;
        height: 0.7em; }
      header#app-header #app-header-phone #app-header-top #partial-menu-phone.menu-side-visible {
        pointer-events: auto; }
        header#app-header #app-header-phone #app-header-top #partial-menu-phone.menu-side-visible.menu-side-animatable #section-menu-side {
          transition: all 330ms ease-out; }
        header#app-header #app-header-phone #app-header-top #partial-menu-phone.menu-side-visible:after {
          opacity: 1;
          pointer-events: auto;
          width: 100%;
          height: 100%; }
        header#app-header #app-header-phone #app-header-top #partial-menu-phone.menu-side-visible #section-menu-side {
          -webkit-transform: none;
          transform: none; }
      header#app-header #app-header-phone #app-header-top #partial-menu-phone.menu-side-animatable #section-menu-side {
        transition: all 130ms ease-in; }
      header#app-header #app-header-phone #app-header-top #partial-menu-phone:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 1px;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        will-change: opacity;
        pointer-events: none;
        transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1); }
      header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side {
        color: #444;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 90vw;
        height: 100%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
        -webkit-transform: translateX(-103%);
        transform: translateX(-103%);
        display: flex;
        flex-direction: column;
        will-change: transform;
        z-index: 160;
        pointer-events: auto;
        font-size: 1em;
        margin: 0 0 30px; }
        @media (min-width: 400px) and (max-width: 767px) {
          header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side {
            width: 80vw; } }
        header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar {
          overflow-x: hidden;
          overflow-y: scroll;
          height: 100%; }
          header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul {
            background-color: transparent; }
            header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li {
              padding: 0;
              margin: .5em 0;
              border-bottom: 1px solid #ddd; }
              header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li a, header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li i {
                display: block;
                color: #000;
                font-size: 1.2em;
                line-height: 1;
                padding: .5em 0;
                margin: 0;
                text-transform: uppercase; }
              header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li .menu-dropdown-content {
                display: none; }
                header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li .menu-dropdown-content.show {
                  display: block; }
              header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li ul li {
                border: 0; }
                header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side #section-catalog-sidebar ul li ul li a {
                  font-size: .825em; }
        header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side .close-menu {
          font-size: 1em; }
          header#app-header #app-header-phone #app-header-top #partial-menu-phone #section-menu-side .close-menu i {
            font-size: 1em; }
    header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li {
      position: relative;
      margin: 0; }
      header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li:first-child {
        margin-left: 0; }
      header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li:last-child {
        margin-right: 0; }
      header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li svg {
        height: 2em; }
      header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li a {
        display: block;
        text-decoration: none; }
      header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li .open-search-button {
        display: none; }
      header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li .open-side-cart-button {
        color: #fff; }
        header#app-header #app-header-phone #app-header-top #app-header-right-side-nav .app-header-list li .open-side-cart-button .open-side-cart-button-count {
          position: absolute;
          top: 0;
          right: -5px;
          background-color: #78da95;
          color: #2b2b2b;
          border-radius: 50%;
          font-size: 10px;
          min-width: 18px;
          height: 18px;
          text-align: center;
          padding: 2px;
          line-height: 14px; }

/******************************* Page ******************************/
#app-content {
  position: relative;
  z-index: 0;
  #font-size: 1rem;
  /******************************* Common classes ******************************/
  /******************************* Home ******************************/
  /******************************* Find your plan ******************************/
  /******************************* Science Behind ******************************/
  /******************************* Catalog ******************************/
  /*#page-catalog {
      .search-selector {
          position: relative;
      }
      .search-selector:after {
          content: '\f107';
          font: normal normal normal 17px/1 FontAwesome;
          color: $black;
          margin-left: -10px;
          padding: 0;
          position: absolute;
          pointer-events: none;
          top: 25%;
      }
      select::-ms-expand {
          display: none;
      }
      label {
          float: left;
      }
      .search-selector select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 0;
          display: block;
          width: 50%;
          float: left;
          padding: 0;
          font-size: 16px;
          color: #333;
          background-image: none;
          -ms-word-break: normal;
          word-break: normal;
          background-color: $white;
          border: none;
          border-bottom: 1px solid $black;
          outline: none;
          margin-left: 5px;
      }
      #section-catalog-sidebar {
          width: 100%;
      }
  }*/
  /******************************* Company ******************************/
  /******************************* Cart ******************************/
  /******************************* Checkout summary ******************************/
  /******************************* Checkout ******************************/
  /******************************* Dashboard ******************************/
  /******************************* Product ******************************/ }
  #app-content .secondary-menu {
    font-size: 0.938em;
    border-bottom: 1px solid #2b2b2b;
    text-align: center; }
    #app-content .secondary-menu.border-top {
      border-top: 1px solid #2b2b2b; }
    #app-content .secondary-menu nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #app-content .secondary-menu nav ul li {
        display: inline-block;
        margin: 0 0 0 -4px;
        padding: 0; }
        #app-content .secondary-menu nav ul li:hover a, #app-content .secondary-menu nav ul li.active a {
          background-color: #2b2b2b;
          color: #fff;
          text-decoration: none; }
        #app-content .secondary-menu nav ul li.disabled a {
          background-color: #f5f5f5;
          color: #fff;
          cursor: default; }
        #app-content .secondary-menu nav ul li a {
          font-weight: bold;
          display: block;
          padding: .938em;
          -webkit-transition: background-color .1s linear, color .1s linear;
          -moz-transition: background-color .1s linear, color .1s linear;
          transition: background-color .1s linear, color .1s linear; }
        @media (max-width: 768px) {
          #app-content .secondary-menu nav ul li {
            display: block; } }
  #app-content p {
    font-size: 0.813em;
    margin: .75em 0; }
  #app-content .section-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.875em;
    margin: 1em 0; }
    #app-content .section-title img {
      height: 1em; }
  #app-content .section-sub-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    margin: 1em 0; }
  #app-content article.article-list-item {
    margin: 0 0 4rem 0;
    font-size: 1em; }
    #app-content article.article-list-item figure {
      position: relative;
      height: 0;
      padding-top: 66.6%;
      margin: 0 0 1em 0;
      overflow: hidden; }
      #app-content article.article-list-item figure > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        transition: all .2s ease-in-out; }
      #app-content article.article-list-item figure .figure-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(43, 43, 43, 0.6);
        opacity: 0;
        text-align: center; }
        #app-content article.article-list-item figure .figure-hover img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        #app-content article.article-list-item figure .figure-hover .text-hover {
          color: #eee;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 1em;
          line-height: 1.4;
          /*position: absolute;
          top: 0;
          left: 0;
          width:100%;
          height:100%;
          text-align: center;
          vertical-align: middle;*/
          /*background-color: rgba(43, 43, 43, 0.60);
          opacity: 0;*/ }
    #app-content article.article-list-item h1 {
      font-size: 1em;
      margin: .5em 0;
      text-transform: uppercase; }
    #app-content article.article-list-item p {
      font-size: .813em;
      margin: .5em 0;
      padding: 0;
      height: 100px;
      overflow: hidden; }
    #app-content article.article-list-item footer {
      font-size: 0.938em;
      font-weight: bold; }
      #app-content article.article-list-item footer i {
        display: inline-block;
        -webkit-transition: width .1s linear;
        -moz-transition: width .1s linear;
        transition: width .1s linear; }
    #app-content article.article-list-item a {
      display: block; }
      #app-content article.article-list-item a:hover {
        /*background-color: rgba(181, 181, 181, 0.4);*/ }
        #app-content article.article-list-item a:hover figure > img {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
        #app-content article.article-list-item a:hover figure .figure-hover {
          opacity: 1; }
        #app-content article.article-list-item a:hover footer i {
          width: 30px; }
  #app-content article.banner {
    margin: 0;
    position: relative;
    font-size: 1em;
    background-color: #fff;
    color: #2b2b2b;
    clear: both;
    display: table;
    width: 100%;
    min-height: 350px; }
    #app-content article.banner a {
      color: #fff; }
    #app-content article.banner:before {
      content: " ";
      display: table; }
    #app-content article.banner:after {
      content: " ";
      display: table;
      clear: both; }
    #app-content article.banner.banner-split.banner-figure-right {
      direction: rtl; }
      #app-content article.banner.banner-split.banner-figure-right figure {
        direction: ltr; }
      #app-content article.banner.banner-split.banner-figure-right .banner-content {
        direction: ltr; }
    #app-content article.banner.banner-split .banner-content {
      display: block;
      width: 100%;
      padding: 8% 8% 8% 8%; }
      #app-content article.banner.banner-split .banner-content h1 {
        font-size: 2em; }
    #app-content article.banner.banner-split figure {
      display: block;
      position: relative;
      top: none;
      left: none;
      width: 100%;
      /*height: 100%;
      display: table-cell;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;*/ }
      #app-content article.banner.banner-split figure:before {
        display: block;
        content: '';
        padding-top: 60%; }
    @media (min-width: 768px) {
      #app-content article.banner.banner-split .banner-content {
        display: table-cell;
        width: 50%; }
      #app-content article.banner.banner-split figure {
        display: table-cell;
        width: 50%; }
        #app-content article.banner.banner-split figure:before {
          display: none;
          padding: 0; } }
    #app-content article.banner.banner-color-black {
      background-color: #EFEFEF;
      color: #2b2b2b; }
    #app-content article.banner .banner-content {
      position: relative;
      padding: 7% 35% 7% 7%; }
      #app-content article.banner .banner-content h1 {
        font-size: 2.938em;
        margin: .2em 0;
        font-family: 'Source Sans Pro', sans-serif;
        letter-spacing: .06em; }
      #app-content article.banner .banner-content h2 {
        font-size: 1em;
        margin: .5em 0;
        text-transform: uppercase;
        letter-spacing: .1em; }
      #app-content article.banner .banner-content p {
        font-size: .875em;
        margin: .5em 0; }
      #app-content article.banner .banner-content footer {
        font-weight: bold;
        margin-top: 2em; }
    #app-content article.banner figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: table-cell;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  #app-content article.partial-product {
    margin: 1rem 0 3rem 0; }
    #app-content article.partial-product figure {
      position: relative;
      /*height: 0;
      padding-top: 66.6%;*/
      margin: .5em 0;
      overflow: hidden; }
      #app-content article.partial-product figure > img {
        /*position: absolute;
        top: 0;
        left: 0;*/
        width: 100%;
        height: auto;
        transition: all .2s ease-in-out; }
      #app-content article.partial-product figure .figure-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(43, 43, 43, 0.6);
        opacity: 0; }
        #app-content article.partial-product figure .figure-hover img {
          position: absolute;
          top: 35%;
          left: 35%;
          width: 30%; }
    #app-content article.partial-product .description-container h1 {
      font-size: 1em;
      margin: .5em 0;
      text-transform: uppercase; }
    #app-content article.partial-product .description-container p {
      font-size: .813em;
      margin: .5em 0;
      padding: 0;
      overflow: hidden; }
    #app-content article.partial-product aside {
      margin: .5em 0; }
      #app-content article.partial-product aside .price span {
        margin: 0 .25em;
        font-weight: bold;
        color: #EC1F34; }
        #app-content article.partial-product aside .price span.old-price {
          color: #000;
          text-decoration: line-through;
          opacity: .4; }
        #app-content article.partial-product aside .price span.perc-price {
          color: #777; }
      #app-content article.partial-product aside .quantity-selector {
        text-align: right; }
        #app-content article.partial-product aside .quantity-selector .quantity-selector-button {
          display: inline-block;
          width: 1em;
          height: 1em;
          background-color: #B0D236;
          border: 0;
          border-radius: 50%;
          text-align: center;
          line-height: 1em;
          cursor: pointer;
          padding: 0; }
        #app-content article.partial-product aside .quantity-selector .article-product-quantity {
          margin: 0 .25em;
          border: 0;
          width: 1.2em;
          height: 1em;
          line-height: 1em;
          text-align: center; }
    #app-content article.partial-product footer {
      font-size: 0.938em; }
      #app-content article.partial-product footer i {
        display: inline-block;
        -webkit-transition: width .1s linear;
        -moz-transition: width .1s linear;
        transition: width .1s linear; }
    #app-content article.partial-product a {
      display: block; }
      #app-content article.partial-product a:hover {
        /*background-color: rgba(181, 181, 181, 0.4);*/ }
        #app-content article.partial-product a:hover figure > img {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
        #app-content article.partial-product a:hover figure .figure-hover {
          opacity: 1; }
  #app-content aside {
    font-size: 1rem; }
    #app-content aside h1 {
      font-size: 1.188em;
      text-transform: uppercase;
      padding: 0 0 .75em 0; }
    #app-content aside nav.side-nav {
      font-size: 1em; }
      #app-content aside nav.side-nav ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #app-content aside nav.side-nav ul li {
          margin: 0; }
          #app-content aside nav.side-nav ul li:hover a span, #app-content aside nav.side-nav ul li.active a span {
            border-left: 5px solid #2b2b2b;
            padding-left: 1em;
            font-weight: bold; }
          #app-content aside nav.side-nav ul li a {
            display: block;
            font-size: 0.938em;
            line-height: 1.2;
            padding: .75em 0; }
            #app-content aside nav.side-nav ul li a span {
              -webkit-transition: padding .1s linear, border .1s linear;
              -moz-transition: padding .1s linear, border .1s linear;
              transition: padding .1s linear, border .1s linear; }
      #app-content aside nav.side-nav .dropdown {
        display: block;
        margin: 2em 0; }
        #app-content aside nav.side-nav .dropdown ul.dropdown-content {
          width: 100%; }
          #app-content aside nav.side-nav .dropdown ul.dropdown-content li {
            padding: .5em;
            border-bottom: 1px solid #2b2b2b; }
    #app-content aside nav.catalog-filters {
      font-size: 1em; }
      #app-content aside nav.catalog-filters .catalog-filter-reset {
        display: block;
        font-size: 0.813em;
        font-weight: bold;
        padding-bottom: 2em; }
      #app-content aside nav.catalog-filters ul.accordion {
        list-style: none;
        margin: 0;
        padding: 0; }
        #app-content aside nav.catalog-filters ul.accordion .form-control {
          width: 100%; }
        #app-content aside nav.catalog-filters ul.accordion li.accordion-container {
          margin: 0;
          padding: 0; }
          #app-content aside nav.catalog-filters ul.accordion li.accordion-container .accordion-toggle {
            padding: .7em .7em .35em 0;
            border-top: 1px solid #2b2b2b; }
            #app-content aside nav.catalog-filters ul.accordion li.accordion-container .accordion-toggle span {
              font-size: 1em;
              font-weight: bold; }
              #app-content aside nav.catalog-filters ul.accordion li.accordion-container .accordion-toggle span .fa-angle-up {
                display: none; }
          #app-content aside nav.catalog-filters ul.accordion li.accordion-container ul.accordion-content {
            margin-bottom: .35em; }
            #app-content aside nav.catalog-filters ul.accordion li.accordion-container ul.accordion-content li.form-control {
              margin-top: .3em;
              margin-bottom: .3em; }
              #app-content aside nav.catalog-filters ul.accordion li.accordion-container ul.accordion-content li.form-control label {
                font-size: 0.813em;
                font-weight: normal; }
          #app-content aside nav.catalog-filters ul.accordion li.accordion-container.active .accordion-toggle span .fa-angle-up {
            display: block; }
          #app-content aside nav.catalog-filters ul.accordion li.accordion-container.active .accordion-toggle span .fa-angle-down {
            display: none; }
  #app-content .text-2-cols {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px; }
    #app-content .text-2-cols p {
      margin: 0; }
  #app-content .text-3-cols {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px; }
    #app-content .text-3-cols p {
      margin: 0; }
  @media (min-width: 768px) {
    #app-content .has-left-column {
      border-left: 1px solid #2b2b2b;
      min-height: 500px; } }
  #app-content .section-2-cols {
    font-size: 1em; }
  #app-content .pagination {
    list-style-type: none;
    margin-top: 5px; }
    #app-content .pagination li {
      font-size: 18px;
      font-weight: 600;
      color: #cdcdcd;
      display: inline;
      padding: 15px; }
      #app-content .pagination li.active {
        color: #000; }
      #app-content .pagination li a {
        color: #cdcdcd; }
        #app-content .pagination li a:hover {
          color: #000;
          text-decoration: none; }
  #app-content .map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0; }
    #app-content .map-responsive iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute; }
  @media (min-width: 768px) {
    #app-content #page-home #social-wall .col-sm-4-smaller, #app-content #page-home #categories .col-sm-4-smaller, #app-content #page-home #showcases .col-sm-4-smaller {
      width: 28%; }
    #app-content #page-home #social-wall .col-sm-4-bigger, #app-content #page-home #categories .col-sm-4-bigger, #app-content #page-home #showcases .col-sm-4-bigger {
      width: 44%; } }
  #app-content #page-home #social-wall .social-banner, #app-content #page-home #categories .social-banner, #app-content #page-home #showcases .social-banner {
    margin: 1rem 0; }
    #app-content #page-home #social-wall .social-banner figure, #app-content #page-home #categories .social-banner figure, #app-content #page-home #showcases .social-banner figure {
      height: 400px;
      text-align: center;
      background: #78da95 center no-repeat;
      background-size: cover; }
      #app-content #page-home #social-wall .social-banner figure.half-height, #app-content #page-home #categories .social-banner figure.half-height, #app-content #page-home #showcases .social-banner figure.half-height {
        height: 200px; }
      #app-content #page-home #social-wall .social-banner figure figcaption, #app-content #page-home #categories .social-banner figure figcaption, #app-content #page-home #showcases .social-banner figure figcaption {
        color: #fff;
        background-color: #78da95;
        font-weight: bold;
        padding: .25em .5em;
        margin: 5%; }
        #app-content #page-home #social-wall .social-banner figure figcaption:first-child, #app-content #page-home #categories .social-banner figure figcaption:first-child, #app-content #page-home #showcases .social-banner figure figcaption:first-child {
          font-size: 16px; }
        #app-content #page-home #social-wall .social-banner figure figcaption:last-child, #app-content #page-home #categories .social-banner figure figcaption:last-child, #app-content #page-home #showcases .social-banner figure figcaption:last-child {
          font-size: 22px; }
  #app-content #page-find-your-plan {
    font-size: 1rem; }
    #app-content #page-find-your-plan #page-find-your-plan-disciplines {
      margin-top: 30px; }
    #app-content #page-find-your-plan .training-download-button {
      display: block;
      font-size: 1em;
      font-weight: bold;
      line-height: 2em;
      margin: 2.7em 0;
      vertical-align: middle; }
      #app-content #page-find-your-plan .training-download-button:hover {
        text-decoration: underline; }
      #app-content #page-find-your-plan .training-download-button svg {
        vertical-align: middle;
        margin-left: .5em; }
      @media (min-width: 769px) {
        #app-content #page-find-your-plan .training-download-button {
          margin-top: 0; } }
    #app-content #page-find-your-plan #page-find-your-plan-category article h1 {
      font-size: 0.938em;
      margin: .5em 0; }
    #app-content #page-find-your-plan #page-find-your-plan-category article p {
      font-size: 0.813em;
      margin: .5em 0; }
  #app-content #page-science-behind .section-title .section-title-icons {
    margin-left: 2em; }
    #app-content #page-science-behind .section-title .section-title-icons img {
      margin: 0 .1em; }
  #app-content #page-catalog {
    font-size: 1rem;
    position: relative; }
    #app-content #page-catalog #page-catalog-header {
      font-size: .725em; }
      #app-content #page-catalog #page-catalog-header p {
        line-height: 4em; }
        #app-content #page-catalog #page-catalog-header p a {
          display: block; }
    #app-content #page-catalog #section-catalog-sidebar {
      position: absolute;
      top: 0;
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      opacity: 1; }
      #app-content #page-catalog #section-catalog-sidebar.hidden {
        left: -100%;
        opacity: 0; }
    @media (max-width: 768px) {
      #app-content #page-catalog #section-catalog-products .mobile-filters {
        position: fixed;
        z-index: 100000;
        background: #FFF;
        bottom: 0; }
        #app-content #page-catalog #section-catalog-products .mobile-filters aside {
          display: none;
          height: 0; }
        #app-content #page-catalog #section-catalog-products .mobile-filters.active {
          min-height: 100vh;
          height: 100vh; }
          #app-content #page-catalog #section-catalog-products .mobile-filters.active aside {
            display: block; } }
    @media (min-width: 768px) {
      #app-content #page-catalog #section-catalog-products .product-grid-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        align-items: stretch;
        -webkit-align-items: stretch; } }
    #app-content #page-catalog #section-catalog-products .product-grid-row:before, #app-content #page-catalog #section-catalog-products .product-grid-row:after {
      width: 0; }
    #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product {
      margin-bottom: 30px !important;
      /*padding: 0 5px;
      width: 50%;
      flex-basis: 50%;*/
      /*@media (min-width: $screen-lg-min) {
          width: 25%;
          flex-basis: 25%;
      }*/
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      align-items: stretch;
      -webkit-align-items: stretch; }
      @media (min-width: 768px) {
        #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product {
          padding: 0 10px;
          width: 50%;
          flex-basis: 50%;
          margin-bottom: 80px !important; } }
      @media (min-width: 992px) {
        #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product {
          width: 33.3%;
          flex-basis: 33.3%; } }
      #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-image {
        flex-grow: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-basis: auto;
        -webkit-flex-basis: auto; }
      #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-category {
        margin-top: 20px;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-basis: auto;
        -webkit-flex-basis: auto; }
      #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-name {
        margin-bottom: 15px;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-basis: auto;
        -webkit-flex-basis: auto; }
      #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .product-availability {
        min-height: 80px;
        flex-grow: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-basis: auto;
        -webkit-flex-basis: auto; }
      #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-price {
        flex-grow: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-basis: auto;
        -webkit-flex-basis: auto; }
      #app-content #page-catalog #section-catalog-products .product-grid-row .partial-product.article-product .shop-product-btn {
        flex-grow: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-basis: auto;
        -webkit-flex-basis: auto; }
    #app-content #page-catalog #section-catalog-products .load-more {
      display: inline-block; }
      #app-content #page-catalog #section-catalog-products .load-more:hover {
        color: #78da95; }
        #app-content #page-catalog #section-catalog-products .load-more:hover span svg ellipse {
          fill: #78da95; }
      #app-content #page-catalog #section-catalog-products .load-more span {
        display: inline-block;
        vertical-align: middle; }
    #app-content #page-catalog #section-catalog-products .partial-product {
      /*margin: 20px;*/ }
      #app-content #page-catalog #section-catalog-products .partial-product article h1 {
        font-size: 1em; }
  #app-content #page-company-jobs-area .page-company-jobs-form {
    margin-top: 20px; }
    #app-content #page-company-jobs-area .page-company-jobs-form .form-label {
      font-size: 14px; }
    #app-content #page-company-jobs-area .page-company-jobs-form .btn {
      margin-top: 30px;
      margin-bottom: 30px; }
    #app-content #page-company-jobs-area .page-company-jobs-form input[type="file"] {
      display: none; }
    #app-content #page-company-jobs-area .page-company-jobs-form .file-upload-label {
      border-bottom: 1px solid #2b2b2b;
      display: inline-block;
      width: 100%;
      padding: 0 0 20px 0;
      cursor: pointer; }
  #app-content #page-company-jobs-area .open-position {
    padding: 40px 0;
    border-top: 1px solid #cccccc; }
    #app-content #page-company-jobs-area .open-position h4 {
      text-transform: uppercase; }
      #app-content #page-company-jobs-area .open-position h4 small {
        text-transform: none; }
        @media (max-width: 768px) {
          #app-content #page-company-jobs-area .open-position h4 small {
            display: block; } }
      #app-content #page-company-jobs-area .open-position h4 .separator {
        color: #cccccc;
        font-size: 14px;
        margin: 0 15px; }
        @media (max-width: 768px) {
          #app-content #page-company-jobs-area .open-position h4 .separator {
            display: none; } }
  #app-content #page-company-jobs-area .accordion-content .requisites-title {
    margin-bottom: 15px; }
  #app-content #page-cart {
    margin-top: 30px; }
    #app-content #page-cart #partial-cart #section-cart-side-details .article-product {
      position: relative; }
      #app-content #page-cart #partial-cart #section-cart-side-details .article-product.warning {
        background-color: #a94442;
        color: #fff; }
        #app-content #page-cart #partial-cart #section-cart-side-details .article-product.warning .flex-td {
          border-bottom: 0; }
      #app-content #page-cart #partial-cart #section-cart-side-details .article-product .display-table-cell {
        padding: 15px 5px; }
    #app-content #page-cart #partial-cart #section-cart-side-details .article-product-warning {
      background-color: #a94442;
      color: #fff;
      padding: 15px 5px; }
    #app-content #page-cart #partial-cart #section-cart-details a:hover, #app-content #page-cart #partial-cart #section-cart-details a:focus, #app-content #page-cart #partial-cart #section-cart-details a:active {
      text-decoration: none; }
    #app-content #page-cart #partial-cart #section-cart-details .cart-details-header .flex-td {
      border-bottom: 0;
      font-size: 1.2em; }
    #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .flex-td {
      padding-bottom: 30px;
      padding-top: 30px; }
      #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .flex-td figure {
        height: 100%;
        background-color: #efefef; }
      #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .flex-td h1 {
        font-size: 1em; }
      #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .flex-td h2 {
        font-size: .875em;
        font-weight: normal; }
    #app-content #page-cart #partial-cart #section-cart-details .cart-details-item .article-product-delete {
      text-align: right; }
  #app-content #partial-checkout-summary #section-checkout-summary, #app-content #partial-checkout-summary #section-checkout-summary-info, #app-content #partial-checkout-summary #section-checkout-summary-info-card {
    font-size: 1em;
    background-color: #eee;
    padding: 0 30px 30px;
    margin-bottom: 30px; }
    #app-content #partial-checkout-summary #section-checkout-summary hr, #app-content #partial-checkout-summary #section-checkout-summary-info hr, #app-content #partial-checkout-summary #section-checkout-summary-info-card hr {
      border-top: 1px solid #666; }
    #app-content #partial-checkout-summary #section-checkout-summary dl dt, #app-content #partial-checkout-summary #section-checkout-summary dl dd, #app-content #partial-checkout-summary #section-checkout-summary-info dl dt, #app-content #partial-checkout-summary #section-checkout-summary-info dl dd, #app-content #partial-checkout-summary #section-checkout-summary-info-card dl dt, #app-content #partial-checkout-summary #section-checkout-summary-info-card dl dd {
      display: block;
      margin: 0;
      padding: 0; }
    #app-content #partial-checkout-summary #section-checkout-summary dl dt, #app-content #partial-checkout-summary #section-checkout-summary-info dl dt, #app-content #partial-checkout-summary #section-checkout-summary-info-card dl dt {
      float: left;
      clear: left;
      font-weight: 600; }
    #app-content #partial-checkout-summary #section-checkout-summary dl dd, #app-content #partial-checkout-summary #section-checkout-summary-info dl dd, #app-content #partial-checkout-summary #section-checkout-summary-info-card dl dd {
      margin-bottom: 15px; }
  #app-content #partial-checkout-summary #section-checkout-summary-info-card {
    padding-top: 30px; }
    #app-content #partial-checkout-summary #section-checkout-summary-info-card .payments-method-icon {
      width: 2.9em; }
    #app-content #partial-checkout-summary #section-checkout-summary-info-card .secure-payments {
      background: #333333;
      color: #FFF;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      margin: 20px -30px -30px;
      padding: 1em; }
  #app-content #partial-checkout-summary #summary-discount-header {
    cursor: pointer; }
  #app-content #page-checkout {
    font-size: 1rem;
    margin-top: 30px; }
    #app-content #page-checkout #section-login {
      font-size: 1em; }
      #app-content #page-checkout #section-login .accordion {
        font-size: 1em; }
        #app-content #page-checkout #section-login .accordion .accordion-container {
          border-bottom: 1px solid #eee; }
          #app-content #page-checkout #section-login .accordion .accordion-container.active .accordion-toggle {
            font-weight: bold; }
          #app-content #page-checkout #section-login .accordion .accordion-container.active .accordion-content {
            padding: 1em 0 3em 0; }
          #app-content #page-checkout #section-login .accordion .accordion-container .accordion-toggle {
            font-size: 1.5em;
            padding: 1em 0; }
            #app-content #page-checkout #section-login .accordion .accordion-container .accordion-toggle:hover span {
              text-decoration: underline;
              font-weight: bold; }
  #app-content #page-dashboard {
    /******** Orders *******/ }
    #app-content #page-dashboard .lead {
      margin-top: 10px;
      font-size: 14px; }
    #app-content #page-dashboard ul {
      margin-bottom: 30px;
      list-style: none; }
      #app-content #page-dashboard ul li {
        padding: 10px; }
        #app-content #page-dashboard ul li a {
          color: #000;
          text-transform: uppercase; }
          #app-content #page-dashboard ul li a:hover, #app-content #page-dashboard ul li a:focus, #app-content #page-dashboard ul li a:active {
            border-radius: 0;
            text-decoration: none; }
    #app-content #page-dashboard .dashboard-img-link {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      /* IE 9 */
      -webkit-transform: translate(-50%, -50%);
      /* Safari */
      transform: translate(-50%, -50%);
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      font-size: 30px; }
    #app-content #page-dashboard .form-control-static {
      padding-top: 0; }
    #app-content #page-dashboard #dashboard-orders-list .orders-table {
      margin-top: 10px;
      width: 100%; }
      #app-content #page-dashboard #dashboard-orders-list .orders-table thead th {
        text-align: right; }
      #app-content #page-dashboard #dashboard-orders-list .orders-table tbody td {
        padding: 10px 0;
        text-align: right;
        border-bottom: 1px solid #eee; }
    #app-content #page-dashboard #order-title {
      border-bottom: 1px dashed #000; }
      #app-content #page-dashboard #order-title h3 {
        padding: 30px 15px;
        text-align: left; }
    #app-content #page-dashboard #order-information {
      margin-top: 50px;
      padding-bottom: 20px;
      border-bottom: 1px dashed #000; }
    #app-content #page-dashboard #order-invoice {
      margin-top: 50px; }
      #app-content #page-dashboard #order-invoice .invoice-table {
        width: 100%; }
        #app-content #page-dashboard #order-invoice .invoice-table thead tr {
          text-align: right; }
        #app-content #page-dashboard #order-invoice .invoice-table tbody tr {
          text-align: right;
          border-bottom: 1px solid #eeeeee; }
          #app-content #page-dashboard #order-invoice .invoice-table tbody tr td {
            padding: 10px 0; }
      #app-content #page-dashboard #order-invoice .invoice-total {
        margin-top: 40px;
        float: right;
        text-align: right; }
        #app-content #page-dashboard #order-invoice .invoice-total td {
          padding: 5px; }
  #app-content #page-product {
    font-size: 1rem; }
    #app-content #page-product .breadcrumb {
      font-size: 0.938em;
      padding: 2em 0; }
      #app-content #page-product .breadcrumb li {
        margin-left: 1em; }
        #app-content #page-product .breadcrumb li:first-child {
          margin-left: 0; }
        #app-content #page-product .breadcrumb li:last-child {
          font-weight: bold; }
    #app-content #page-product .page-divider {
      background-color: #2b2b2b;
      color: #fff;
      font-size: 1em;
      padding: 1em;
      margin: 30px 0;
      text-align: center; }
    #app-content #page-product #page-product-detail {
      font-size: 1rem; }
      #app-content #page-product #page-product-detail article.article-product .figure-container {
        background-color: #efefef; }
      #app-content #page-product #page-product-detail article.article-product h1 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 2em;
        margin: .5em 0; }
      #app-content #page-product #page-product-detail article.article-product h2 {
        font-size: 1em;
        text-transform: uppercase; }
      #app-content #page-product #page-product-detail article.article-product p {
        font-size: .813em;
        margin: .5em 0;
        padding: 0; }
      #app-content #page-product #page-product-detail article.article-product .price {
        font-family: 'Source Sans Pro', sans-serif;
        margin: .5em 0; }
        #app-content #page-product #page-product-detail article.article-product .price span {
          font-size: 2em;
          margin: 0 0 0 .5em;
          font-weight: bold;
          color: #EC1F34; }
          #app-content #page-product #page-product-detail article.article-product .price span.old-price {
            color: #000;
            font-weight: normal;
            text-decoration: line-through;
            opacity: .4; }
          #app-content #page-product #page-product-detail article.article-product .price span.perc-price {
            color: #777; }
          #app-content #page-product #page-product-detail article.article-product .price span:first-child {
            margin: 0; }
          #app-content #page-product #page-product-detail article.article-product .price span .algin-left {
            margin-left: -1em; }
      #app-content #page-product #page-product-detail article.article-product aside {
        margin-top: .5em; }
        #app-content #page-product #page-product-detail article.article-product aside .quantity-selectors {
          margin-top: 2em;
          font-weight: bold; }
          #app-content #page-product #page-product-detail article.article-product aside .quantity-selectors .quantity-selector {
            text-align: right; }
            #app-content #page-product #page-product-detail article.article-product aside .quantity-selectors .quantity-selector .quantity-selector-button {
              display: inline-block;
              width: 2em;
              height: 2em;
              background-color: #78da95;
              border: 0;
              border-radius: 50%;
              text-align: center;
              line-height: 1em;
              cursor: pointer;
              padding: 0; }
              #app-content #page-product #page-product-detail article.article-product aside .quantity-selectors .quantity-selector .quantity-selector-button .fa {
                color: #fff; }
            #app-content #page-product #page-product-detail article.article-product aside .quantity-selectors .quantity-selector .article-product-quantity {
              margin: 0 .25em;
              border: 0;
              width: 2em;
              height: 2em;
              line-height: 1em;
              text-align: center; }
      #app-content #page-product #page-product-detail article.article-product .add-to-cart-button {
        margin-top: 2em;
        text-transform: uppercase; }
        #app-content #page-product #page-product-detail article.article-product .add-to-cart-button.disabled {
          color: #ddd; }
    #app-content #page-product #page-product-specs .secondary-menu {
      margin-bottom: 30px; }
    #app-content #page-product #page-product-specs .product-specs-title {
      font-weight: bold;
      font-size: 1em; }
    #app-content #page-product #page-product-specs #tab-nutritional_info table {
      font-size: 0.813em; }
      #app-content #page-product #page-product-specs #tab-nutritional_info table tr td {
        padding: 10px 15px;
        border: 1px solid #999; }
    #app-content #page-product #page-product-footer {
      font-size: 1em;
      background-color: #2b2b2b;
      padding: 30px 0;
      margin: 30px 0;
      color: #fff; }
      #app-content #page-product #page-product-footer .container {
        padding: 0; }
        #app-content #page-product #page-product-footer .container article h1 {
          font-size: 1em; }
        #app-content #page-product #page-product-footer .container article p {
          font-size: .75em; }
      @media (max-width: 768px) {
        #app-content #page-product #page-product-footer .product-info-cols {
          padding: 0 70px; } }
    #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-description-title, #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-downloadable-title {
      width: 50%;
      text-align: center;
      border-bottom: 2px solid #777; }
      #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-description-title.open, #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-downloadable-title.open {
        border-color: #fd9600; }
        #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-description-title.open .heading-4, #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-downloadable-title.open .heading-4 {
          color: #fd9600; }
    #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-description, #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-downloadable {
      width: 100%;
      display: none; }
      #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-description.open, #app-content #page-product #page-product-details-bkp .product-page-tabs .tab-downloadable.open {
        display: block; }
    #app-content #page-product #page-product-details-bkp .options-selectors select {
      -webkit-appearance: none;
      border-radius: 0;
      padding-left: 15px;
      width: 5em;
      height: 3em;
      border: none;
      outline: none;
      -webkit-box-shadow: 2px 2px 2px #f5f5f5;
      -moz-box-shadow: 2px 2px 2px #f5f5f5;
      box-shadow: 2px 2px 2px #f5f5f5; }
    #app-content #page-product #page-product-details-bkp .product-page-price-availability p {
      float: none; }
      @media (min-width: 768px) {
        #app-content #page-product #page-product-details-bkp .product-page-price-availability p {
          float: right; } }
    #app-content #page-product #page-product-details-bkp .product-page-price-availability span {
      line-height: 0; }
    #app-content #page-product #page-product-related .related-list {
      border-right: 1px solid #f5f5f5; }
      #app-content #page-product #page-product-related .related-list .related-categories {
        border-bottom: 1px solid #f5f5f5; }
        #app-content #page-product #page-product-related .related-list .related-categories .related-categories-title .related-categories-chevron {
          float: right; }
          #app-content #page-product #page-product-related .related-list .related-categories .related-categories-title .related-categories-chevron.open {
            transform: rotate(-90deg); }
        #app-content #page-product #page-product-related .related-list .related-categories ul {
          list-style-type: none; }
      #app-content #page-product #page-product-related .related-list .related-brands {
        padding-top: 20px; }
        #app-content #page-product #page-product-related .related-list .related-brands .related-brands-title {
          width: 95%; }
          #app-content #page-product #page-product-related .related-list .related-brands .related-brands-title .related-brands-chevron {
            float: right; }
            #app-content #page-product #page-product-related .related-list .related-brands .related-brands-title .related-brands-chevron.open {
              transform: rotate(-90deg); }
        #app-content #page-product #page-product-related .related-list .related-brands ul {
          list-style-type: none;
          margin-top: 5px; }
    #app-content #page-product #page-product-specifications .technical-specification-text ul, #app-content #page-product #page-product-specifications .technical-specification-text ol {
      list-style-type: none; }
    #app-content #page-product #page-product-comments .review-list {
      display: block; }
      #app-content #page-product #page-product-comments .review-list.hide-block {
        display: none; }
    #app-content #page-product #page-product-comments .review-block {
      display: block; }
      #app-content #page-product #page-product-comments .review-block.hide-block {
        display: none; }
    #app-content #page-product #page-product-comments .reviews-vote .form-control {
      float: none; }
    #app-content #page-product #page-product-comments .review-textarea {
      width: 100%;
      border-color: #000;
      -webkit-appearance: none;
      outline: none;
      padding: 10px;
      font-weight: 400; }
      @media (min-width: 768px) {
        #app-content #page-product #page-product-comments .review-textarea {
          width: 80%;
          margin-right: 10%; } }
      #app-content #page-product #page-product-comments .review-textarea::-webkit-input-placeholder {
        font-weight: 400; }
      #app-content #page-product #page-product-comments .review-textarea:-moz-placeholder {
        font-weight: 400; }
      #app-content #page-product #page-product-comments .review-textarea::-moz-placeholder {
        font-weight: 400; }
      #app-content #page-product #page-product-comments .review-textarea:-ms-input-placeholder {
        font-weight: 400; }
    #app-content #page-product #page-product-comments ._label.star::before, #app-content #page-product #page-product-comments ._label.star::after {
      border: none;
      top: calc(50% - 14px); }
    #app-content #page-product #page-product-comments ._label.star::before {
      content: '\f006';
      font-family: FontAwesome;
      font-size: 18px;
      position: absolute;
      left: 0;
      background-size: 0;
      transition: none; }
    #app-content #page-product #page-product-comments ._label.star::after {
      background-size: 0;
      transform: none;
      transition: none;
      will-change: none; }
    #app-content #page-product #page-product-comments ._label.star.hovered::before {
      content: '\f005';
      font-family: FontAwesome; }
    #app-content #page-product #page-product-comments ._label.star.selected::before {
      content: '\f005';
      font-family: FontAwesome;
      color: #fd9600; }

#partial-cart-side {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 150;
  font-size: 1rem; }
  #partial-cart-side.cart-side-visible {
    pointer-events: auto; }
    #partial-cart-side.cart-side-visible.cart-side-animatable #section-cart-side {
      transition: all 330ms ease-out; }
    #partial-cart-side.cart-side-visible:after {
      opacity: 1;
      pointer-events: auto; }
    #partial-cart-side.cart-side-visible #section-cart-side {
      -webkit-transform: none;
      transform: none; }
  #partial-cart-side.cart-side-animatable #section-cart-side {
    transition: all 130ms ease-in; }
  #partial-cart-side:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    will-change: opacity;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1); }
  #partial-cart-side #section-cart-side {
    color: #444;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 40vw;
    /*width: 90%;*/
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(103%);
    transform: translateX(103%);
    display: flex;
    flex-direction: column;
    will-change: transform;
    z-index: 160;
    pointer-events: auto; }
    @media (max-width: 1199px) {
      #partial-cart-side #section-cart-side {
        width: 50vw; } }
    @media (max-width: 991px) {
      #partial-cart-side #section-cart-side {
        width: 60vw; } }
    @media (max-width: 767px) {
      #partial-cart-side #section-cart-side {
        width: 80vw; } }
    @media (max-width: 400px) {
      #partial-cart-side #section-cart-side {
        width: 90vw; } }
    #partial-cart-side #section-cart-side #section-cart-side-summary, #partial-cart-side #section-cart-side #section-cart-side-summary-bottom {
      padding: 15px 30px; }
    #partial-cart-side #section-cart-side #section-cart-side-summary {
      margin: 0 0 30px; }
      #partial-cart-side #section-cart-side #section-cart-side-summary h1 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1.5em; }
    #partial-cart-side #section-cart-side #section-cart-side-details {
      overflow-x: hidden;
      overflow-y: auto;
      height: 100%; }
      #partial-cart-side #section-cart-side #section-cart-side-details .article-product {
        padding: 15px 30px; }
        #partial-cart-side #section-cart-side #section-cart-side-details .article-product figure img {
          width: 100%;
          height: auto; }
        #partial-cart-side #section-cart-side #section-cart-side-details .article-product h1 {
          font-size: .913em; }
        #partial-cart-side #section-cart-side #section-cart-side-details .article-product p {
          font-size: .725em; }
          #partial-cart-side #section-cart-side #section-cart-side-details .article-product p.price {
            font-size: .913em; }
          #partial-cart-side #section-cart-side #section-cart-side-details .article-product p.actions {
            margin-top: -1.7em;
            font-size: 1.5em; }
        #partial-cart-side #section-cart-side #section-cart-side-details .article-product .quantity-selector .quantity-selector-button {
          display: inline-block;
          width: 1em;
          height: 1em;
          background-color: #78da95;
          border: 0;
          border-radius: 50%;
          text-align: center;
          line-height: 1em;
          cursor: pointer;
          padding: 0; }
        #partial-cart-side #section-cart-side #section-cart-side-details .article-product .quantity-selector .article-product-quantity {
          margin: 0 .25em;
          border: 0;
          width: 1.2em;
          height: 1em;
          line-height: 1em;
          text-align: center; }
        #partial-cart-side #section-cart-side #section-cart-side-details .article-product .article-product-warning {
          color: #EC1F34; }

/******************************* Footer ******************************/
footer#app-footer {
  font-size: 1rem;
  padding: 0;
  margin-top: 30px; }
  footer#app-footer #app-footer-top {
    background-color: #373737;
    color: #fff;
    padding: 20px 0; }
    footer#app-footer #app-footer-top h1 {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 0.938em;
      line-height: 1;
      margin: 2em 0; }
    footer#app-footer #app-footer-top p {
      font-size: 0.625em;
      line-height: 1.4;
      margin: 2em 0; }
    footer#app-footer #app-footer-top .app-footer-top-links a {
      display: block;
      font-size: 0.938em;
      line-height: 1.2;
      margin: 0 0 1em 0;
      color: #333; }
  footer#app-footer #app-footer-bottom .social-icons, footer#app-footer #app-footer-bottom .payment-icons {
    margin: 20px 0; }
    footer#app-footer #app-footer-bottom .social-icons a img, footer#app-footer #app-footer-bottom .payment-icons a img {
      max-height: 21px;
      min-height: 18px;
      padding-left: 8px;
      padding-right: 8px; }

/******************************* Servizio ******************************/
.ico.link-arrow {
  width: 19px;
  height: 12px;
  line-height: inherit;
  background: url("../../images/app/icons/arrow.svg") no-repeat center right;
  padding-bottom: 2px;
  padding-right: 25px; }

.svg-ico:hover path {
  fill: #78da95; }
.svg-ico path {
  fill: #fff;
  -moz-transition: fill .1s ease-in;
  -webkit-transition: fill .1s ease-in;
  -o-transition: fill .1s ease-in;
  transition: fill .1s ease-in; }

#app-modal {
  display: none;
  opacity: 0; }

.no-items .icon, .congratulation .icon {
  color: #78da95;
  border-radius: 50%;
  border: 3px solid #78da95;
  padding: 30px;
  height: 100px;
  width: 100px;
  margin: 30px 0;
  font-size: 2em;
  text-align: center; }

#spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.41);
  z-index: 170; }
  #spinner .sk-folding-cube {
    margin-top: 40vh; }

/**************** Product ************************/
.product-preview {
  width: 100%;
  text-align: center;
  position: relative; }
  .product-preview .preview-placeholder {
    width: 100%;
    height: auto; }
  .product-preview .product-preview-horizontal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%; }
  .product-preview .product-preview-vertical {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%; }

#checkout-step-list-container {
  margin: 20px -15px 40px; }
  #checkout-step-list-container ol {
    counter-reset: checkout-steps-counter; }
    #checkout-step-list-container ol li {
      list-style: none;
      color: #999;
      font-size: 15px;
      line-height: 1.1em; }
      #checkout-step-list-container ol li p {
        position: relative;
        padding-left: 28px;
        text-align: left;
        display: inline-block;
        font-weight: bold; }
        @media (max-width: 991px) {
          #checkout-step-list-container ol li p {
            font-size: 0.8em;
            padding-left: 23px; } }
        @media (min-width: 1200px) {
          #checkout-step-list-container ol li p {
            font-size: 1.1em;
            padding-left: 30px; } }
        #checkout-step-list-container ol li p:before {
          display: inline-block;
          content: counter(checkout-steps-counter);
          counter-increment: checkout-steps-counter;
          border: solid 1px #999;
          width: 20px;
          height: 20px;
          line-height: 20px;
          vertical-align: middle;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          text-align: center;
          background-color: #999;
          color: #fff;
          height: 20px;
          width: 20px;
          border-radius: 10px; }
          @media (max-width: 991px) {
            #checkout-step-list-container ol li p:before {
              width: 17px;
              height: 17px;
              line-height: 16px; } }
      #checkout-step-list-container ol li.active p {
        color: #1a73e8; }
        #checkout-step-list-container ol li.active p:before {
          background-color: #1a73e8;
          border-color: #1a73e8; }

/************************ Top Category **********/
/*#page-top-category {
    .related-list {
        border-right: 1px solid $light-gray;
        .related-categories {
            border-bottom: 1px solid $light-gray;
            ul {
                list-style-type: none;
            }
        }
        .related-brands {
            padding-top: 20px;
            .related-brands-title {
                width: 95%;
                .related-brands-chevron {
                    float: right;
                    &.open {
                        transform: rotate(-90deg);
                    }
                }
            }
            ul {
                list-style-type: none;
                margin-top: 5px;
            }
        }
    }
    .catalog-brand-logo {
        height: 100px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .top-category-brand-name {
        position: relative;
        i {
            position: absolute;
            top: 50%;
            right: 25%;
            @media (min-width: $screen-md-min) {
                right: 12%;
            }
            @media (min-width: $screen-lg-min) {
                right: 20%;
            }
            @media (min-width: 1450px) {
                right: 25%;
            }
        }
    }
}*/
/************************ Top Brand **********/
/*#page-top-brand {
    .related-list {
        border-right: 1px solid $light-gray;
        .related-categories {
            border-bottom: 1px solid $light-gray;
            ul {
                list-style-type: none;
            }
        }
        .related-brands {
            padding-top: 20px;
            .related-brands-title {
                width: 95%;
                .related-brands-chevron {
                    float: right;
                    &.open {
                        transform: rotate(-90deg);
                    }
                }
            }
            ul {
                list-style-type: none;
                margin-top: 5px;
            }
        }
    }
    .top-brand-history {
        p {
            font-size: $base;
            font-weight: 400;
            letter-spacing: normal;
        }
    }
    .top-brand-history-image {
        margin-bottom: 2em;
    }

    .cover-dark-background {
        box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.3);
    }

    .section-catalog-product-list-width {
        width: 100%;
    }

}*/
/*.cover-block {
    padding: 60px 40px;
    .paragraph-2 {
        width: 100%;
    }
    @media (min-width: $screen-sm-min) {
        padding: 80px 60px;
        .paragraph-2 {
            width: 50%;
        }
    }
    @media (min-width: $screen-md-min) {
        padding: 100px 80px;
        .paragraph-2 {
            width: 50%;
        }
    }
    @media (min-width: $screen-lg-min) {
        padding: 120px 100px;
        .paragraph-2 {
            width: 50%;
        }
    }
}*/
/********* Brands list ************/
/*#page-brand-list {
    .catalog-brand-logo {
        height: 100px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .cover-dark-background {
        box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.3);
    }

}*/
/************* SIDEBAR ************/
#section-catalog-sidebar {
    /*.fa-angle-down{
        &[class*="parent-"]{
            transition: transform 0.3s;
            &.show{
                transform: rotate(180deg);
            }

        }
    }*/ }
  #section-catalog-sidebar .fa-plus[class*="parent-"]:before {
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
  #section-catalog-sidebar .fa-plus[class*="parent-"].show:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  #section-catalog-sidebar ul {
    background-color: transparent;
    list-style-type: none; }
    #section-catalog-sidebar ul li {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      border: none; }
      #section-catalog-sidebar ul li a {
        display: inline;
        color: #000;
        line-height: 1;
        padding: 0;
        margin: 0;
        text-transform: uppercase; }
        #section-catalog-sidebar ul li a:hover {
          color: #fd9600; }
      #section-catalog-sidebar ul li i {
        color: #000; }
    #section-catalog-sidebar ul.child {
      list-style-type: none; }
      #section-catalog-sidebar ul.child li {
        font-size: 18px;
        font-weight: 400;
        text-transform: none;
        padding-left: 5%;
        width: 95%; }
  #section-catalog-sidebar .sidebar-category-info {
    padding: 0 10px;
    position: relative; }
    #section-catalog-sidebar .sidebar-category-info[class*='level-'] a {
      text-transform: none;
      font-weight: 200;
      letter-spacing: 1px; }
      #section-catalog-sidebar .sidebar-category-info[class*='level-'] a p {
        width: 75%;
        margin: 25px 0; }
        @media (min-width: 768px) {
          #section-catalog-sidebar .sidebar-category-info[class*='level-'] a p {
            margin: 15px 0; } }
      #section-catalog-sidebar .sidebar-category-info[class*='level-'] a.sidebar-category-highlight {
        font-weight: 400;
        border-bottom: 2px solid #fd9600; }
    #section-catalog-sidebar .sidebar-category-info[class*='level-'] i {
      position: absolute;
      right: 0;
      top: -25px;
      padding-left: 25%;
      padding-right: 5%;
      height: 68px; }
      @media (min-width: 768px) {
        #section-catalog-sidebar .sidebar-category-info[class*='level-'] i {
          height: 40px;
          top: -15px; } }
      #section-catalog-sidebar .sidebar-category-info[class*='level-'] i:before {
        margin-top: 25px; }
        @media (min-width: 768px) {
          #section-catalog-sidebar .sidebar-category-info[class*='level-'] i:before {
            margin: 15px 0; } }
    #section-catalog-sidebar .sidebar-category-info.level-0 a {
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
      #section-catalog-sidebar .sidebar-category-info.level-0 a p {
        width: 75%;
        margin: 10px 0; }
      #section-catalog-sidebar .sidebar-category-info.level-0 a.sidebar-category-highlight {
        font-weight: 600;
        border-bottom: 2px solid #fd9600; }

/************* MOBILE MENUS ************/
@media (min-width: 769px) {
  .secondary-menu .mobile-dropdown {
    display: none; } }

@media (max-width: 768px) {
  #app-content .secondary-menu nav ul.category-menu li {
    display: block;
    margin: 0; } }

@media (max-width: 768px) {
  .category-menu.collapsed-xs {
    display: none; } }

.display-none-xs {
  display: block; }
  @media (max-width: 768px) {
    .display-none-xs {
      display: none; } }

/************* MOBILE SLIDERS ************/
.fa.slick-arrow {
  position: absolute;
  top: 20%;
  z-index: 1000; }
  .fa.slick-arrow.fa-angle-right {
    right: 0; }
  .fa.slick-arrow.fa-angle-left {
    left: 0; }

/**login**/
.container-fluid.login {
  min-height: calc(100vh - 184px); }

#page-error {
  min-height: calc(100vh - 186px); }

/*# sourceMappingURL=app.css.map */
