/*Core variables and mixins*/
/**
* CUSTOM VARIABLES OVERRIDES
*
* There are variables that overrides default bootstrap variables.
*
*/
/*---------------------------------------------------------------------------*\
  #COLORS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #SCAFFOLDING
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TYPOGRAPHY
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #COMPONENTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #NAVBAR
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #MEDIA-QUERIES-BREAKPOINTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #BUTTONS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TABLES
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #CAROUSEL - MULTIBANNER
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #FORM ELEMENTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #WELLS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #CLOSE
\*---------------------------------------------------------------------------*/
/**
* CUSTOM VARIABLES
*
* Variables for custom modules, mixins, functions, placehodlers etc.
*
*/
/*---------------------------------------------------------------------------*\
  #COMMON
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #FONTS - SIZES & LINE HEIGHT
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TEXTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #BUTTONS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TRANSITIONS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #COMPONENTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #FORM ELEMENTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #CAPTION
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TILE
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #FOOTER
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #LOGO
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #NAVBAR
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #NAV
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #NAVBAR
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #MINICART
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TOGGLE
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #MULTIBANNER
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #NAVBAR & LOGO
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #ICONS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #BREADCRUMBS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #MEDIA-QUERIES-BREAKPOINTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #ALERTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #MODALS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #AJAX LOADER
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #DROPDOWNS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #SEARCH
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #DEVICE LISTING
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #EYECATCHERS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #SLICK / SWIPE
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #LISTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #BILLBOARD
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #ARTICLE
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #COLLAPSE
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TABS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #FILL-COLORS
\*---------------------------------------------------------------------------*/
/**
* MIXINS
*
* Custom mixins
*
*/
/*---------------------------------------------------------------------------*\
  #CSS GRID
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #MEDIA-QUERY
\*---------------------------------------------------------------------------*/
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px; }

[class*='col-'] {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media only screen and (min-width: 480px) {
  .first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 768px) {
  .container {
    width: 750px; }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 992px) {
  .container {
    width: 970px; }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px; }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/**
* Placeholders
*
* Custom placeholders for "DRY"
*
*/
.box-overlaid .loader, .box-btn-loading .loader {
  -webkit-animation: rotation 1.1s linear infinite;
  -o-animation: rotation 1.1s linear infinite;
  animation: rotation 1.1s linear infinite;
  position: absolute;
  z-index: 14;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwMjRweCIgaGVpZ2h0PSIxMDI0cHgiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPiAgPGRlZnM+ICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idDEiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMCIgeTE9IjAiIHgyPSIwLjU4OCIgeTI9IjEiPiAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIgc3RvcC1vcGFjaXR5PSIwIi8+ICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjAwNzQiIHN0b3Atb3BhY2l0eT0iMC4yIi8+ICAgICAgIDwvbGluZWFyR3JhZGllbnQ+ICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idDIiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+ICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTIwMDc0IiBzdG9wLW9wYWNpdHk9IjAuMiIvPiAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTIwMDc0IiBzdG9wLW9wYWNpdHk9IjAuNCIvPiAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgICA8bGluZWFyR3JhZGllbnQgaWQ9InQzIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNTg4IiB5MT0iMCIgeDI9IjAiIHkyPSIxIj4gICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMjAwNzQiIHN0b3Atb3BhY2l0eT0iMC40Ii8+ICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjAwNzQiIHN0b3Atb3BhY2l0eT0iMC42Ii8+ICAgICAgIDwvbGluZWFyR3JhZGllbnQ+ICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idDQiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMSIgeTE9IjEiIHgyPSIwLjQxMiIgeTI9IjAiPiAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+ICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+ICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idDUiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMCIgeTE9IjEiIHgyPSIwIiB5Mj0iMCI+ICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTIwMDc0IiBzdG9wLW9wYWNpdHk9IjAuOCIvPiAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIgc3RvcC1vcGFjaXR5PSIxIi8+ICAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgICA8bGluZWFyR3JhZGllbnQgaWQ9InQ2IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNDEyIiB5MT0iMSIgeDI9IjEiIHkyPSIwIj4gICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMjAwNzQiLz4gICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDA3NCIvPiAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgPC9kZWZzPiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwLDEwMCkiPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3QxKSIgZD0iTTc2OC44LDIwNkM2OTUuNCw3OC45LDU1OC43LDAsNDEyLDBsMC0xMDBjODkuOCwwLDE3OC4zLDIzLjcsMjU2LDY4LjYgQzc0NS43LDEzLjUsODEwLjUsNzguMyw4NTUuNCwxNTZMNzY4LjgsMjA2eiIvPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3QyKSIgZD0iTTg1NS40LDY2OGwtODYuNi01MGM3My40LTEyNy4xLDczLjQtMjg0LjksMC00MTJsODYuNi01MGM0NC45LDc3LjcsNjguNiwxNjYuMyw2OC42LDI1NiBDOTI0LDUwMS44LDkwMC4zLDU5MC4zLDg1NS40LDY2OHoiLz4gICAgPHBhdGggZmlsbD0idXJsKCN0MykiIGQ9Ik00MTIsOTI0bDAtMTAwYzE0Ni43LDAsMjgzLjQtNzguOSwzNTYuOC0yMDZsODYuNiw1MEM4MTAuNSw3NDUuNyw3NDUuNyw4MTAuNSw2NjgsODU1LjQgQzU5MC4zLDkwMC4zLDUwMS44LDkyNCw0MTIsOTI0eiIvPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3Q0KSIgZD0iTTQxMiw5MjRjLTg5LjgsMC0xNzguMy0yMy43LTI1Ni02OC42Qzc4LjMsODEwLjUsMTMuNSw3NDUuNy0zMS40LDY2OGw4Ni42LTUwIEMxMjguNiw3NDUuMSwyNjUuMyw4MjQsNDEyLDgyNEw0MTIsOTI0eiIvPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3Q1KSIgZD0iTS0zMS40LDY2OEMtNzYuMyw1OTAuMy0xMDAsNTAxLjgtMTAwLDQxMnMyMy43LTE3OC4zLDY4LjYtMjU2bDg2LjYsNTAgYy03My40LDEyNy4xLTczLjQsMjg0LjksMCw0MTJMLTMxLjQsNjY4eiIvPiAgICA8cGF0aCBmaWxsPSJ1cmwoI3Q2KSIgZD0iTTU1LjIsMjA2bC04Ni42LTUwQzEzLjUsNzguMyw3OC4zLDEzLjUsMTU2LTMxLjRDMjMzLjctNzYuMywzMjIuMi0xMDAsNDEyLTEwMGwwLDEwMCBDMjY1LjMsMCwxMjguNiw3OC45LDU1LjIsMjA2eiIvPiAgPC9nPiAgPGNpcmNsZSBmaWxsPSIjRTIwMDc0IiBjeD0iNTEyIiBjeT0iNTAiIHI9IjUwIi8+PC9zdmc+);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center; }

.js .input-prefix-label label, .js .select-prefix-label label {
  display: block;
  color: #999;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  cursor: text;
  z-index: 3;
  transition-property: font-size, transform;
  transition-duration: 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.js .input-prefix-label.focused label, .js .input-prefix-label.input-prefix-text label, .js .select-prefix-label label {
  font-size: 14px;
  transform: translateY(-130%); }

.device-detail .carousel-color-variants, .color-variants {
  display: flex;
  margin-bottom: 0;
  position: absolute;
  bottom: -80.5px;
  padding-left: 0;
  width: 100%;
  left: 0;
  align-items: flex-start;
  justify-content: center; }
  .device-detail .carousel-color-variants > li, .color-variants > li {
    list-style-type: none;
    margin: 0;
    margin-left: 30px;
    text-align: center; }
    .device-detail .carousel-color-variants > li:first-child, .color-variants > li:first-child {
      margin-left: 0; }
    .device-detail .carousel-color-variants > li a, .color-variants > li a {
      display: flex;
      font-size: 12px;
      color: #000;
      flex-direction: column;
      align-items: center; }
      .device-detail .carousel-color-variants > li a span, .color-variants > li a span {
        border-radius: 50%;
        background-size: 30px;
        margin-bottom: 11px;
        border: 1px solid #bfbfbf;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        display: block; }
        @media screen and (max-width: 991px) {
          .device-detail .carousel-color-variants > li a span, .color-variants > li a span {
            width: 18px;
            height: 18px; } }
    .device-detail .carousel-color-variants > li.active span, .color-variants > li.active span {
      position: relative; }
      .device-detail .carousel-color-variants > li.active span:before, .color-variants > li.active span:before {
        content: '';
        position: absolute;
        border-radius: 50%;
        top: -6px;
        left: -6px;
        width: 34px;
        height: 34px;
        border: 2px solid #64b9e4; }
        @media screen and (max-width: 991px) {
          .device-detail .carousel-color-variants > li.active span:before, .color-variants > li.active span:before {
            top: -6px;
            left: -6px;
            width: 28px;
            height: 28px; } }
  @media screen and (max-width: 991px) {
    .device-detail .carousel-color-variants, .color-variants {
      position: relative;
      width: calc(100% + 60px);
      height: 100px;
      display: flex;
      margin: 0 -30px;
      padding-top: 22px;
      bottom: 0;
      background: #efefef; } }

.carousel .left.carousel-control, .device-detail .left.carousel-control, .carousel .right.carousel-control, .device-detail .right.carousel-control {
  width: auto;
  padding: 0 15px;
  background-image: none; }
  .carousel .left.carousel-control .icon, .device-detail .left.carousel-control .icon, .carousel .right.carousel-control .icon, .device-detail .right.carousel-control .icon {
    fill: #e20074; }

.dropdown-menu-brand:before, .dropup .dropdown-menu-brand:before, .datepicker-dropdown:before, .dropdown-menu-brand:after, .dropup .dropdown-menu-brand:after, .datepicker-dropdown:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: dashed solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: 0; }
.dropdown-menu-brand:before, .dropup .dropdown-menu-brand:before, .datepicker-dropdown:before {
  border-left-width: 12px;
  border-right-width: 12px;
  border-bottom-width: 12px;
  border-bottom-color: #e5e5e5; }
.dropdown-menu-brand:after, .dropup .dropdown-menu-brand:after, .datepicker-dropdown:after {
  border-left-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-bottom-color: #fff; }

.dropdown-menu-brand:before, .datepicker-dropdown.datepicker-orient-top:before {
  top: -12px;
  border-bottom-width: 12px;
  border-bottom-color: #e5e5e5; }
.dropdown-menu-brand:after, .datepicker-dropdown.datepicker-orient-top:after {
  top: -10px;
  border-bottom-width: 10px;
  border-bottom-color: #fff; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 11px; }
.datepicker-dropdown.datepicker-orient-right:after {
  right: 13px; }

.dropdown-menu-brand:before, .dropup .dropdown-menu-brand:before, .dropdown-menu-brand:after, .dropup .dropdown-menu-brand:after {
  left: 50%;
  transform: translateX(-50%); }

.dropup .dropdown-menu-brand:before, .dropup .dropdown-menu-brand:after {
  border-style: dashed solid;
  border-bottom: 0;
  top: auto; }
.dropup .dropdown-menu-brand:before {
  bottom: -12px;
  border-top-width: 12px;
  border-top-color: #e5e5e5; }
.dropup .dropdown-menu-brand:after {
  bottom: -10px;
  border-top-width: 10px;
  border-top-color: #fff; }

/*Reset and dependencies*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
/*Core CSS*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #e20074;
  text-decoration: none; }
  a:hover, a:focus {
    color: #b0005a;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #efefef; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #e5e5e5; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 62px; }

h2, .h2 {
  font-size: 44px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

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

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

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

.text-muted {
  color: #e5e5e5; }

.text-primary {
  color: #e20074; }

a.text-primary:hover {
  color: #af005a; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #e20000; }

a.text-danger:hover {
  color: #af0000; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #e20074; }

a.bg-primary:hover {
  background-color: #af005a; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #efefef; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #efefef; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #e5e5e5; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #efefef;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #999;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/*@import "custom/vendor/bootstrap/grid";*/
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e5e5e5;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #efefef; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #efefef; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #efefef; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #efefef; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #efefef; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #efefef; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #efefef; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #999;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #000; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #64b9e4;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 185, 228, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 185, 228, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f6f6f6;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
    input[type="month"] {
      line-height: 33px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
    input[type="month"] {
      line-height: 50px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 36px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 50px;
  line-height: 50px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 50px;
  line-height: 50px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 40px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #e20000; }
.has-error .form-control {
  border-color: #e20000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #af0000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff4949;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff4949; }
.has-error .input-group-addon {
  color: #e20000;
  border-color: #e20000;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #e20000; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #e20074;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #e20074;
  background-color: #fff;
  border-color: #e20074; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #e20074;
    background-color: #e6e6e6;
    border-color: #a50055; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #e20074; }
  .btn-default .badge {
    color: #fff;
    background-color: #e20074; }

.btn-primary {
  color: #fff;
  background-color: #e20074;
  border-color: #e20074; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #af005a;
    border-color: #a50055; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #e20074;
    border-color: #e20074; }
  .btn-primary .badge {
    color: #e20074;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #6db131;
  border-color: #6db131; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #548926;
    border-color: #4f8124; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #6db131;
    border-color: #6db131; }
  .btn-success .badge {
    color: #6db131;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #64b9e4;
  border-color: #64b9e4; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39a5dc;
    border-color: #30a1db; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #64b9e4;
    border-color: #64b9e4; }
  .btn-info .badge {
    color: #64b9e4;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #eda95a;
  border-color: #eda95a; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e8912c;
    border-color: #e78c23; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #eda95a;
    border-color: #eda95a; }
  .btn-warning .badge {
    color: #eda95a;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e20000;
  border-color: #e20000; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #af0000;
    border-color: #a50000; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #e20000;
    border-color: #e20000; }
  .btn-danger .badge {
    color: #e20000;
    background-color: #fff; }

.btn-link {
  color: #e20074;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #b0005a;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #e5e5e5;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn {
  font-size: 18px;
  padding-left: 35px;
  padding-right: 35px;
  white-space: normal;
  border-width: 2px;
  transition-property: color, border-color, background;
  transition-duration: 0.5s; }
  .btn.active, .btn:active, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-sm, .btn-group-sm > .btn, .btn-xs, .btn-group-xs > .btn {
    font-weight: 600; }
  .btn + .btn {
    margin-left: 15px; }
  .btn[disabled], .btn.disabled {
    opacity: 1;
    border-color: #bfbfbf; }
    .btn[disabled].btn-primary, .btn.disabled.btn-primary {
      background: #bfbfbf; }
    .btn[disabled].btn-default, .btn.disabled.btn-default {
      color: #bfbfbf; }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .btn-block-xs {
    display: block;
    width: 100%; } }
@media screen and (max-width: 479px) {
  .btn-block-xxs {
    display: block;
    width: 100%; }
    .btn-block-xxs + .btn-block-xxs {
      margin-top: 15px;
      margin-left: 0; } }

.btn-block-group .btn-block + .btn-block {
  margin-top: 11px;
  margin-left: 0; }

.btn-lg, .btn-group-lg > .btn {
  font-size: 20px;
  border-radius: 3px; }

.btn-sm, .btn-group-sm > .btn {
  font-size: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.4; }

.btn-xs, .btn-group-xs > .btn {
  padding-left: 5px;
  padding-right: 5px; }

.btn-small-padding {
  padding-left: 16px;
  padding-right: 16px; }

.btn-medium-padding {
  padding-left: 22px;
  padding-right: 22px; }

.btn-secondary {
  color: #e20074;
  background-color: #fff;
  border-color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #e20074;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
    background-color: #fff;
    border-color: #fff; }
  .btn-secondary .badge {
    color: #fff;
    background-color: #e20074; }

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #b0005a;
  border-color: #b0005a;
  background-color: #fff; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #b0005a;
  background-color: #b0005a; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #b0005a;
  border-color: #fff;
  background-color: #fff; }

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #5094b6;
  background-color: #5094b6; }

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #578d27;
  background-color: #578d27; }

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  border-color: #bd8748;
  background-color: #bd8748; }

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: #b40000;
  background-color: #b40000; }

.btn-form-control {
  color: #e20074;
  background-color: #fff;
  border-color: #999; }
  .btn-form-control:hover, .btn-form-control:focus, .btn-form-control.focus, .btn-form-control:active, .btn-form-control.active, .open > .btn-form-control.dropdown-toggle {
    color: #e20074;
    background-color: #e6e6e6;
    border-color: #7a7a7a; }
  .btn-form-control:active, .btn-form-control.active, .open > .btn-form-control.dropdown-toggle {
    background-image: none; }
  .btn-form-control.disabled, .btn-form-control.disabled:hover, .btn-form-control.disabled:focus, .btn-form-control.disabled.focus, .btn-form-control.disabled:active, .btn-form-control.disabled.active, .btn-form-control[disabled], .btn-form-control[disabled]:hover, .btn-form-control[disabled]:focus, .btn-form-control[disabled].focus, .btn-form-control[disabled]:active, .btn-form-control[disabled].active, fieldset[disabled] .btn-form-control, fieldset[disabled] .btn-form-control:hover, fieldset[disabled] .btn-form-control:focus, fieldset[disabled] .btn-form-control.focus, fieldset[disabled] .btn-form-control:active, fieldset[disabled] .btn-form-control.active {
    background-color: #fff;
    border-color: #999; }
  .btn-form-control .badge {
    color: #fff;
    background-color: #e20074; }

.btn-like-tag {
  color: #4a4a4a;
  background-color: #fff;
  border-color: #999;
  border-width: 1px; }
  .btn-like-tag:hover, .btn-like-tag:focus, .btn-like-tag.focus, .btn-like-tag:active, .btn-like-tag.active, .open > .btn-like-tag.dropdown-toggle {
    color: #4a4a4a;
    background-color: #e6e6e6;
    border-color: #7a7a7a; }
  .btn-like-tag:active, .btn-like-tag.active, .open > .btn-like-tag.dropdown-toggle {
    background-image: none; }
  .btn-like-tag.disabled, .btn-like-tag.disabled:hover, .btn-like-tag.disabled:focus, .btn-like-tag.disabled.focus, .btn-like-tag.disabled:active, .btn-like-tag.disabled.active, .btn-like-tag[disabled], .btn-like-tag[disabled]:hover, .btn-like-tag[disabled]:focus, .btn-like-tag[disabled].focus, .btn-like-tag[disabled]:active, .btn-like-tag[disabled].active, fieldset[disabled] .btn-like-tag, fieldset[disabled] .btn-like-tag:hover, fieldset[disabled] .btn-like-tag:focus, fieldset[disabled] .btn-like-tag.focus, fieldset[disabled] .btn-like-tag:active, fieldset[disabled] .btn-like-tag.active {
    background-color: #fff;
    border-color: #999; }
  .btn-like-tag .badge {
    color: #fff;
    background-color: #4a4a4a; }
  .btn-like-tag:hover, .btn-like-tag:focus, .btn-like-tag.focus, .btn-like-tag:active, .btn-like-tag.active, .open > .btn-like-tag.dropdown-toggle {
    color: #fff;
    border-color: #64b9e4;
    background-color: #64b9e4; }
  .btn-like-tag.active:focus {
    outline: 0; }
  .btn-like-tag:active:focus {
    outline: 0; }

.btn-settings {
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 1px; }
  .btn-settings i[class*="ico-"] {
    margin-right: 15px; }
    .btn-settings i[class*="ico-"] svg {
      width: 20px;
      height: 16px; }

.btn-form-control {
  border-width: 1px; }

/**
* FORMS
*
* Forms common styles.
*
*/
/*---------------------------------------------------------------------------*\
  #COMMON STYLES
\*---------------------------------------------------------------------------*/
.form-control {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-appearance: none; }
  .form-control[type=number]::-webkit-inner-spin-button, .form-control[type=number]::-webkit-outer-spin-button, .form-control[type=date]::-webkit-inner-spin-button, .form-control[type=date]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none; }
  .form-control[type=number] {
    -moz-appearance: textfield; }
  .form-control[type=date] {
    line-height: 1.42857; }
  .form-control::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #bfbfbf; }
  .form-control::-webkit-input-placeholder {
    color: #bfbfbf; }
  .form-control, .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control:focus {
    -webkit-box-shadow: 0 0 0 1px #64b9e4;
    box-shadow: 0 0 0 1px #64b9e4; }
  .has-error .form-control, .has-error .form-control:focus {
    -webkit-box-shadow: 0 0 0 1px #e20000;
    box-shadow: 0 0 0 1px #e20000;
    border-color: #e20000; }
  .with-tooltip .form-control {
    padding-right: 48px; }
  .form-control[disabled] {
    border-color: #f6f6f6; }

.form-control::-ms-clear {
  display: none; }

label,
.like-label {
  font-weight: normal; }

.like-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  line-height: 1.42857; }

.form-group:before, .form-group:after {
  content: " ";
  display: table; }
.form-group:after {
  clear: both; }

.with-tooltip {
  position: relative; }

.form-control-secondary {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }

.no-js select,
.no-js-select {
  -webkit-appearance: menulist; }

.form-error {
  font-size: 14px;
  color: #e20000;
  margin: 5px 0 0; }

.fonts-loaded input[type="password"] {
  font-family: sans-serif; }

/*---------------------------------------------------------------------------*\
  #RADIO BUTTONS + CHECKBOXES
\*---------------------------------------------------------------------------*/
.radio.disabled label,
.radio.disabled label [class*="text-gray"],
.checkbox.disabled label,
.checkbox.disabled label [class*="text-gray"] {
  color: #bfbfbf; }
.radio label,
.checkbox label {
  position: relative;
  padding-left: 30px; }
.panel-body .radio:only-child, .panel-body
.checkbox:only-child {
  margin-top: 0;
  margin-bottom: 0; }
.list-group-item .radio:first-of-type, .list-group-item
.checkbox:first-of-type {
  margin-top: 0; }
.list-group-item .radio:last-of-type, .list-group-item
.checkbox:last-of-type {
  margin-bottom: 0; }
.list-group-item .radio label, .list-group-item
.checkbox label {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0; }

.js .checkbox label input[type="checkbox"],
.js .radio label input[type="radio"] {
  left: -9999px; }

.has-error .checkbox label, .has-error
.radio label {
  color: #000; }

.checkbox label .like-checkbox {
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  transition-property: background, border;
  transition-duration: 0.25s;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 3px; }
  .checkbox label .like-checkbox.active {
    border-color: #64b9e4; }
  .checkbox label .like-checkbox.like-checkbox-disabled {
    border-color: #e5e5e5;
    background: #fff; }
  .checkbox label .like-checkbox svg {
    width: 12px;
    height: 12px;
    fill: #fff;
    position: relative;
    top: 3px;
    left: 3px;
    opacity: 0;
    transform: scale(0.5);
    transition-property: opacity, transform;
    transition-duration: 0.25s; }
  .checkbox label .like-checkbox.active {
    background: #64b9e4; }
    .checkbox label .like-checkbox.active svg {
      opacity: 1;
      transform: scale(1); }
  .checkbox label .like-checkbox.like-checkbox-disabled {
    background: #fff; }
    .checkbox label .like-checkbox.like-checkbox-disabled svg {
      fill: #e5e5e5; }
.checkbox.checkbox-vcenter .like-checkbox, .checkbox.checkbox-v-center .like-checkbox {
  top: 50%;
  margin-top: -10px; }

.radio label .like-radio {
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  transition-property: background, border;
  transition-duration: 0.25s;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  transition-property: background;
  transition-duration: 0.25s; }
  .radio label .like-radio.active {
    border-color: #64b9e4; }
  .radio label .like-radio.like-checkbox-disabled {
    border-color: #e5e5e5;
    background: #fff; }
  .radio label .like-radio:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 6px;
    opacity: 0;
    transform: scale(0.2);
    transition-property: opacity, transform;
    transition-duration: 0.25s; }
  .radio label .like-radio.active {
    background: #64b9e4; }
    .radio label .like-radio.active:before {
      opacity: 1;
      transform: scale(1); }
  .radio label .like-radio.like-radio-disabled {
    border-color: #e5e5e5; }
    .radio label .like-radio.like-radio-disabled.active {
      background: #e5e5e5; }
      .radio label .like-radio.like-radio-disabled.active:before {
        background: #fff; }
.radio.radio-vcenter .like-radio, .radio.radio-v-center .like-radio {
  top: 50%;
  margin-top: -10px; }

.radio-inline,
.checkbox-inline {
  padding-left: 0;
  margin-top: 0;
  margin-right: 7.33333px; }

.help-block {
  color: currentColor;
  margin-top: -5px;
  margin-bottom: 15px; }
  .radio .help-block, .checkbox .help-block {
    font-size: 12px;
    margin: 2px 0 0 30px; }
    @media screen and (min-width: 480px) {
      .radio .help-block, .checkbox .help-block {
        font-size: 14px; } }

.label-inline {
  margin-bottom: 0;
  vertical-align: middle; }
  @media screen and (min-width: 992px) {
    .label-inline {
      margin-right: 30px;
      margin-bottom: 3px;
      vertical-align: text-bottom; } }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 20px;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px; }

.input-prefix-text {
  position: relative; }
  .input-prefix-text input {
    padding-left: 48px; }
  .input-prefix-text > span {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    display: block;
    z-index: 1; }
  .input-prefix-text-lg > span {
    font-size: 20px;
    left: 16px; }
  .input-prefix-text-lg.input-prefix-label > span {
    font-size: 16px;
    line-height: 1;
    top: 24px;
    transform: none; }
  .input-prefix-text-lg .input-lg, .input-prefix-text-lg .input-group-lg > .form-control,
  .input-prefix-text-lg .input-group-lg > .input-group-addon,
  .input-prefix-text-lg .input-group-lg > .input-group-btn > .btn {
    padding-left: 60px; }

.js .input-prefix-label {
  position: relative; }
  .js .input-prefix-label.focused .form-control, .js .input-prefix-label.input-prefix-text .form-control {
    font-size: 16px;
    padding-top: 24px;
    line-height: 0; }
  .js .input-prefix-label.input-prefix-text .form-control {
    padding-left: 52px; }

/**
* SCAFFOLDING
*
* Base styling of elements.
*
*/
::selection {
  color: #fff;
  background: #000;
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: #000;
  text-shadow: none; }

html {
  background: #000; }

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .fonts-loaded body {
    font-family: "TeleGroteskScreen", sans-serif; }
  @media (max-width: 992px) {
    body.search-active {
      width: 100%;
      position: fixed; } }
  body.menu-opened {
    width: 100%;
    position: fixed;
    overflow: hidden; }
  body.overlay-visible {
    overflow-x: hidden; }

a {
  -webkit-transition: color 0.5s, border-color 0.5s, background 0.5s;
  -o-transition: color 0.5s, border-color 0.5s, background 0.5s;
  transition: color 0.5s, border-color 0.5s, background 0.5s; }
  @media screen and (min-width: 480px) {
    a[href^="tel:"] {
      color: currentColor; } }

b,
strong {
  font-weight: 600; }

textarea {
  resize: vertical; }

select,
option {
  cursor: pointer; }

img[width="1"][height="1"] {
  position: absolute; }

dt {
  font-weight: 600; }

/**
* TYPOGRAPHY
*
* Typography related styles
*
*/
.h0 {
  font-size: 84px;
  line-height: 88px; }
  @media screen and (max-width: 479px) {
    .h0 {
      font-size: 38px;
      line-height: 38px; } }

h1,
.h1 {
  line-height: 62px; }
  @media screen and (max-width: 479px) {
    h1,
    .h1 {
      font-size: 38px;
      line-height: 38px; } }

h2,
.h2 {
  line-height: 48px; }

h3,
.h3 {
  line-height: 25px; }

h4,
.h4 {
  font-weight: 600;
  line-height: 22px; }

h5,
.h5 {
  font-weight: 600;
  line-height: 21px; }

p {
  line-height: 17px; }

html .text-xsmall {
  font-size: 12px; }

html .text-small {
  font-size: 14px; }

html .text-base {
  font-size: 16px; }

html .text-large {
  font-size: 18px; }

html .text-xlarge {
  font-size: 20px;
  line-height: 20px; }

html .text-xxlarge {
  font-size: 22px;
  line-height: 22px; }

html .strikethrough {
  text-decoration: line-through; }

/*---------------------------------------------------------------------------*\
  #FONT FACES
\*---------------------------------------------------------------------------*/
@font-face {
  font-family: "TeleGroteskScreen";
  src: url("../fonts/TeleGroteskScreen-Ultra.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "TeleGroteskScreen";
  src: url("../fonts/TeleGroteskScreen-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "TeleGroteskScreen";
  src: url("../fonts/TeleGroteskScreen-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
/*---------------------------------------------------------------------------*\
  #NO FONTS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TEXT ALIGNMENTS
\*---------------------------------------------------------------------------*/
@media screen and (max-width: 479px) {
  html .text-left-xxs {
    text-align: left; } }

@media screen and (max-width: 479px) {
  html .text-center-xxs {
    text-align: center; } }

@media screen and (max-width: 479px) {
  html .text-right-xxs {
    text-align: right; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  html .text-left-xs {
    text-align: left; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  html .text-center-xs {
    text-align: center; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  html .text-right-xs {
    text-align: right; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  html .text-left-sm {
    text-align: left; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  html .text-center-sm {
    text-align: center; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  html .text-right-sm {
    text-align: right; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  html .text-left-md {
    text-align: left; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  html .text-center-md {
    text-align: center; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  html .text-right-md {
    text-align: right; } }

@media screen and (min-width: 1200px) {
  html .text-left-lg {
    text-align: left; } }

@media screen and (min-width: 1200px) {
  html .text-center-lg {
    text-align: center; } }

@media screen and (min-width: 1200px) {
  html .text-right-lg {
    text-align: right; } }

/*---------------------------------------------------------------------------*\
  #TEXT-COLORS
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #TEXT-COLOR-HELPERS
\*---------------------------------------------------------------------------*/
.text-black {
  color: #000; }

.text-white {
  color: #fff; }

.text-blue {
  color: #64b9e4; }

.text-magenta {
  color: #e20074; }

.text-gray {
  color: #bfbfbf; }

.text-gray-dark {
  color: #999; }

.text-gray-darker {
  color: #4a4a4a; }

.text-red {
  color: #e20000; }

.text-orange {
  color: #eda95a; }

.text-green {
  color: #6db131; }

/**
* ICONS
*
*
*/
/*---------------------------------------------------------------------------*\
  #ICONS
\*---------------------------------------------------------------------------*/
.icon {
  fill: #000; }

[class*="ico-"] {
  display: inline-block;
  position: relative; }
  .btn > [class*="ico-"] {
    top: 1px; }
  [class*="ico-"] svg {
    -webkit-transition: fill 0.5s;
    -o-transition: fill 0.5s;
    transition: fill 0.5s;
    display: block;
    pointer-events: none; }
    a > [class*="ico-"] svg {
      fill: #e20074; }
    a:hover > [class*="ico-"] svg {
      fill: #b0005a; }
      h2 a:hover > [class*="ico-"] svg {
        fill: #000; }
    .btn-primary > [class*="ico-"] svg, .btn-primary:hover > [class*="ico-"] svg {
      fill: #fff; }
    .btn [class*="ico-"] svg {
      width: 12px;
      height: 12px; }
    .btn-lg [class*="ico-"] svg, .btn-group-lg > .btn [class*="ico-"] svg {
      width: 15px;
      height: 15px; }
  [class*="ico-"].fill-black svg {
    fill: #000; }
  [class*="ico-"].fill-white svg {
    fill: #fff; }

.text-white svg {
  fill: #fff; }

/*---------------------------------------------------------------------------*\
  #ICO-FILL-HELPERS
\*---------------------------------------------------------------------------*/
.fill-black {
  fill: #000; }

.fill-white {
  fill: #fff; }

.fill-blue {
  fill: #64b9e4; }

.fill-magenta {
  fill: #e20074; }

.fill-gray-dark {
  fill: #999; }

.fill-red {
  fill: #e20000; }

.fill-green {
  fill: #6db131; }

/**
* CUSTOM GRID
*
* Grid related styles
*
*/
/*---------------------------------------------------------------------------*\
  #GRID
\*---------------------------------------------------------------------------*/
@media (min-width: 1366px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left; }

  .col-xlg-1 {
    width: 8.33333%; }

  .col-xlg-2 {
    width: 16.66667%; }

  .col-xlg-3 {
    width: 25%; }

  .col-xlg-4 {
    width: 33.33333%; }

  .col-xlg-5 {
    width: 41.66667%; }

  .col-xlg-6 {
    width: 50%; }

  .col-xlg-7 {
    width: 58.33333%; }

  .col-xlg-8 {
    width: 66.66667%; }

  .col-xlg-9 {
    width: 75%; }

  .col-xlg-10 {
    width: 83.33333%; }

  .col-xlg-11 {
    width: 91.66667%; }

  .col-xlg-12 {
    width: 100%; }

  .col-xlg-pull-0 {
    right: auto; }

  .col-xlg-pull-1 {
    right: 8.33333%; }

  .col-xlg-pull-2 {
    right: 16.66667%; }

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

  .col-xlg-pull-4 {
    right: 33.33333%; }

  .col-xlg-pull-5 {
    right: 41.66667%; }

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

  .col-xlg-pull-7 {
    right: 58.33333%; }

  .col-xlg-pull-8 {
    right: 66.66667%; }

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

  .col-xlg-pull-10 {
    right: 83.33333%; }

  .col-xlg-pull-11 {
    right: 91.66667%; }

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

  .col-xlg-push-0 {
    left: auto; }

  .col-xlg-push-1 {
    left: 8.33333%; }

  .col-xlg-push-2 {
    left: 16.66667%; }

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

  .col-xlg-push-4 {
    left: 33.33333%; }

  .col-xlg-push-5 {
    left: 41.66667%; }

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

  .col-xlg-push-7 {
    left: 58.33333%; }

  .col-xlg-push-8 {
    left: 66.66667%; }

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

  .col-xlg-push-10 {
    left: 83.33333%; }

  .col-xlg-push-11 {
    left: 91.66667%; }

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

  .col-xlg-offset-0 {
    margin-left: 0%; }

  .col-xlg-offset-1 {
    margin-left: 8.33333%; }

  .col-xlg-offset-2 {
    margin-left: 16.66667%; }

  .col-xlg-offset-3 {
    margin-left: 25%; }

  .col-xlg-offset-4 {
    margin-left: 33.33333%; }

  .col-xlg-offset-5 {
    margin-left: 41.66667%; }

  .col-xlg-offset-6 {
    margin-left: 50%; }

  .col-xlg-offset-7 {
    margin-left: 58.33333%; }

  .col-xlg-offset-8 {
    margin-left: 66.66667%; }

  .col-xlg-offset-9 {
    margin-left: 75%; }

  .col-xlg-offset-10 {
    margin-left: 83.33333%; }

  .col-xlg-offset-11 {
    margin-left: 91.66667%; }

  .col-xlg-offset-12 {
    margin-left: 100%; } }
@media screen and (max-width: 479px) {
  .hidden-xxs {
    display: none !important; }

  .col-xxs-12 {
    flex-basis: 100%;
    max-width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px; }

  .col-xxs-offset-0 {
    margin-left: 0; } }
.container-fluid {
  max-width: 2500px; }

.portlet-flex-layout {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 479px) {
    .portlet-flex-layout .portlet-column-first {
      order: 1; }
    .portlet-flex-layout .portlet-column-second {
      order: 3; }
    .portlet-flex-layout .portlet-column-third {
      order: 2; }
    .portlet-flex-layout .portlet-column-fourth {
      order: 4; } }

ul li,
ol li {
  margin: 11px 0; }

.list-custom-bullets {
  padding-left: 0;
  list-style: none; }
  .list-custom-bullets li {
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px; }
    .list-custom-bullets li .bullet-icon {
      display: block;
      position: absolute;
      top: 4px;
      left: 0; }
      .list-custom-bullets li .bullet-icon svg {
        width: 15px;
        height: 15px; }
  .list-custom-bullets.text-white .bullet-icon svg, .text-white .list-custom-bullets .bullet-icon svg {
    fill: #fff; }

.list-steps > li {
  display: flex;
  margin: 0;
  padding: 22px 10px;
  border-bottom: 1px solid #e5e5e5; }
  .list-steps > li:before {
    display: none; }
  .list-steps > li:first-child {
    border-top: 1px solid #e5e5e5; }
  @media screen and (min-width: 992px) {
    .list-steps > li {
      align-items: center;
      padding-left: 30px;
      padding-right: 30px; } }
  .list-steps > li .list-step-icon {
    margin-right: 20px;
    line-height: 0; }
    @media screen and (max-width: 991px) {
      .list-steps > li .list-step-icon {
        margin-top: 5px; } }
    @media screen and (min-width: 992px) {
      .list-steps > li .list-step-icon {
        margin-right: 30px; } }
  .list-steps > li .list-step-description {
    flex-grow: 1; }
  @media screen and (max-width: 479px) {
    .list-steps > li .list-step-short-info {
      margin-bottom: 11px; } }
  @media screen and (max-width: 991px) {
    .list-steps > li .list-step-long-info {
      margin-bottom: 11px; } }

ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 0; }
  ol li {
    position: relative;
    padding-left: 25px; }
    ol li:before {
      content: counter(item) ")";
      counter-increment: item;
      font-weight: 600;
      color: #64b9e4;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }

th {
  font-weight: 600; }

.panel .table {
  margin-bottom: 0; }
.table .table {
  background: transparent; }

.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > tfoot > tr > td {
  border: 0; }

.table-auto-width {
  width: auto; }

@media screen and (max-width: 991px) {
  .table-adaptive > thead,
  .table-adaptive > tbody {
    display: flex;
    flex-grow: 1;
    flex-direction: column; }
    .table-adaptive > thead > tr,
    .table-adaptive > tbody > tr {
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      .table-adaptive > thead > tr > th,
      .table-adaptive > thead > tr > td,
      .table-adaptive > tbody > tr > th,
      .table-adaptive > tbody > tr > td {
        display: block; }
        .table-adaptive > thead > tr > th.visible-xs,
        .table-adaptive > thead > tr > td.visible-xs,
        .table-adaptive > tbody > tr > th.visible-xs,
        .table-adaptive > tbody > tr > td.visible-xs {
          display: block !important; } }

.table-striped > tbody > tr > th {
  font-weight: 600; }
.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td {
  border-top: 0;
  padding-left: 30px;
  padding-right: 30px; }

.table-specs > tbody > tr > th {
  width: 30%; }
  @media screen and (max-width: 991px) {
    .table-specs > tbody > tr > th {
      width: 50%; } }

.like-table {
  margin-bottom: 22px; }

.like-table-row {
  border-top: 1px solid #bfbfbf;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  transition-property: background;
  transition-duration: 0.25s; }
  .like-table-row:last-child {
    border-bottom: 1px solid #bfbfbf; }
  .like-table-row.js-hover {
    background: #f6f6f6; }
  @media screen and (max-width: 479px) {
    .like-table-row h4,
    .like-table-row .h4 {
      font-size: 16px; } }

.like-table-signpost {
  background: #fff;
  border-radius: 3px;
  position: relative; }
  .like-table-signpost:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 6px solid #efefef;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .like-table-signpost .like-table-row {
    border-top-color: #e5e5e5;
    padding-top: 19px;
    padding-bottom: 19px; }
    .like-table-signpost .like-table-row:first-child {
      border-top: 0; }
    .like-table-signpost .like-table-row:last-child {
      border-bottom: 0; }

table.text-middle > thead > tr > th,
table.text-middle > thead > tr > td,
table.text-middle > tbody > tr > th,
table.text-middle > tbody > tr > td {
  vertical-align: middle; }

.table-box-content-wrapper {
  margin-left: -24px;
  margin-right: -24px;
  border-bottom: 1px solid #efefef; }
  .box-content > .table-box-content-wrapper:last-child, .box-content > .table-box-content-wrapper:first-child:last-child {
    border-bottom: 0; }
  .box-content > .table-box-content-wrapper + .box-action-zone {
    border-top: 0; }
  @media screen and (max-width: 767px) {
    .table-box-content-wrapper > .table-responsive {
      border: 0; } }

.table-box-content {
  margin-bottom: 0; }
  .table-box-content > tbody > tr > th,
  .table-box-content > tbody > tr > td,
  .table-box-content > thead > tr > th,
  .table-box-content > thead > tr > td {
    padding: 20px 24px; }
    .table-box-content > tbody > tr > th[scope="rowgroup"],
    .table-box-content > tbody > tr > td[scope="rowgroup"],
    .table-box-content > thead > tr > th[scope="rowgroup"],
    .table-box-content > thead > tr > td[scope="rowgroup"] {
      padding-top: 10px;
      padding-bottom: 10px; }
    @media screen and (max-width: 479px) {
      .table-box-content > tbody > tr > th,
      .table-box-content > tbody > tr > td,
      .table-box-content > thead > tr > th,
      .table-box-content > thead > tr > td {
        padding-left: 12px;
        padding-right: 12px; } }
  .box-content > .table-box-content-wrapper:first-child > .table-box-content, .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content {
    margin-top: -22px; }
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > tbody > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > tbody > tr:first-child td,
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > thead > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > thead > tr:first-child td, .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > tbody > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > tbody > tr:first-child td,
    .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > thead > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > thead > tr:first-child td {
      border-top-width: 0; }
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > tbody > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > thead > tr:first-child th, .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > tbody > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > thead > tr:first-child th {
      border-bottom-width: 0; }
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > thead + tbody > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-box-content > thead + tbody > tr:first-child td, .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > thead + tbody > tr:first-child th,
    .box-content > .table-box-content-wrapper:first-child > .table-responsive > .table-box-content > thead + tbody > tr:first-child td {
      border-top-width: 1px; }

/*Components*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #000;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #e20074;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e20074; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e5e5e5; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #4a4a4a;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #efefef;
  border: 1px solid #999;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:first-child {
  border-right: 0; }

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

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #e5e5e5; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #e5e5e5;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #e20074; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #efefef #efefef #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #bfbfbf;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #e20074; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 92px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 3px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
  height: 92px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 29px;
  margin-bottom: 29px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 28px;
  margin-bottom: 28px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 28px;
  margin-bottom: 28px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 29.5px;
    margin-bottom: 29.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 35px;
    margin-bottom: 35px; }

.navbar-text {
  margin-top: 35px;
  margin-bottom: 35px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

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

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #fff;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #4a4a4a; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #e20074;
      background-color: #fff; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #e20074;
    background-color: #fff; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #e20074; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #4a4a4a; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e20074;
        background-color: #fff; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #e20074;
      background-color: #fff; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #4a4a4a; }
    .navbar-default .navbar-link:hover {
      color: #e20074; }
  .navbar-default .btn-link {
    color: #4a4a4a; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #e20074; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #000;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #e20074;
      background-color: #fff; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #e20074;
    background-color: #fff; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: black; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #e20074; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e20074;
        background-color: #fff; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #e20074;
      background-color: #fff; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #fff; }
    .navbar-inverse .navbar-link:hover {
      color: #e20074; }
  .navbar-inverse .btn-link {
    color: #fff; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #e20074; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 0 0;
  margin-bottom: 22px;
  list-style: none;
  background-color: transparent;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #999; }
  .breadcrumb > .active {
    color: #999; }
  .breadcrumb.breadcrumb-white li a, .breadcrumb.breadcrumb-white li.active {
    color: #fff; }
    .breadcrumb.breadcrumb-white li a:hover, .breadcrumb.breadcrumb-white li a:focus, .breadcrumb.breadcrumb-white li.active:hover, .breadcrumb.breadcrumb-white li.active:focus {
      border-bottom-color: #fff; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #e20074;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #b0005a;
    background-color: #efefef;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #e20074;
    border-color: #e20074;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #e5e5e5;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #efefef; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #e5e5e5;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #e5e5e5; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #cccccc; }

.label-primary {
  background-color: #e20074; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #af005a; }

.label-success {
  background-color: #6db131; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #548926; }

.label-info {
  background-color: #64b9e4; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #39a5dc; }

.label-warning {
  background-color: #eda95a; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #e8912c; }

.label-danger {
  background-color: #e20000; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #af0000; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #e20074;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/*@import "custom/vendor/bootstrap/jumbotron";*/
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #000; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #e20074; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #fff;
  border-color: #6db131;
  color: #000; }
  .alert-success hr {
    border-top-color: #619d2b; }
  .alert-success .alert-link {
    color: black; }

.alert-info {
  background-color: #fff;
  border-color: #64b9e4;
  color: #000; }
  .alert-info hr {
    border-top-color: #4eafe0; }
  .alert-info .alert-link {
    color: black; }

.alert-warning {
  background-color: #fff;
  border-color: #eda95a;
  color: #000; }
  .alert-warning hr {
    border-top-color: #ea9d43; }
  .alert-warning .alert-link {
    color: black; }

.alert-danger {
  background-color: #fff;
  border-color: #e20000;
  color: #000; }
  .alert-danger hr {
    border-top-color: #c90000; }
  .alert-danger .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #e20074;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

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

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #6db131; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #64b9e4; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #eda95a; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #e20000; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/*@import "custom/vendor/bootstrap/media";*/
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #999; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #efefef;
  color: #e5e5e5;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #e5e5e5; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e20074;
  border-color: #e20074; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #ffafd8; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #e20000;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #e20000; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #e20000;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #e20000;
    border-color: #e20000; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 2px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 2px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #efefef; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #999;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #999; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #e20074; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #e20074;
    border-color: #e20074; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e20074; }
    .panel-primary > .panel-heading .badge {
      color: #e20074;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e20074; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #bfbfbf;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #bfbfbf;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.search-collapse {
  width: calc(100% - 276px);
  position: absolute;
  top: 100px;
  left: 76px;
  z-index: 2; }
  .search-collapse .search-close {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: -35px;
    z-index: 2; }
    .search-collapse .search-close:hover svg {
      opacity: 0.7; }
    .search-collapse .search-close svg {
      opacity: 0;
      fill: #fff;
      width: 20px;
      height: 20px;
      transition-property: opacity;
      transition-duration: 0.25s; }
      .navbar-default .search-collapse .search-close svg {
        fill: #4a4a4a; }
  .search-collapse.in .search-close:hover svg {
    opacity: 0.7; }
  .search-collapse.in .search-close svg {
    opacity: 1; }
  .search-collapse .form-control,
  .search-collapse .btn {
    height: 52px; }
  .search-collapse .form-group {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .search-collapse {
      width: 100%;
      height: 100vh;
      background: #fff;
      position: fixed;
      top: -52px;
      left: 0; }
      .search-collapse .searchbox {
        border-bottom: 1px solid #bfbfbf; }
        .search-collapse .searchbox .form-control {
          border-radius: 0;
          border: 0;
          padding: 10px 105px 10px 44px; }
        .search-collapse .searchbox .search-icon {
          left: 15px; }
        .search-collapse .searchbox .btn {
          font-size: 16px;
          padding-left: 0;
          padding-right: 0;
          right: 45px; }
      .search-collapse .search-close {
        top: 0;
        padding: 16px 15px 16px 0;
        right: 0; }
        .search-collapse .search-close svg {
          fill: #4a4a4a;
          width: 20px;
          height: 20px; }
      .search-collapse .twitter-typeahead .tt-dropdown-menu .tt-suggestion {
        padding-left: 44px;
        border-top: 0; } }

.caption {
  background: #000;
  color: #fff;
  padding: 32px 0 22px;
  text-align: center;
  position: relative;
  margin-bottom: 66px; }
  .caption:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 18px solid #000;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -22px; }
  .caption h1,
  .caption .h1 {
    margin: 0; }
  .caption svg {
    fill: currentColor; }
  .caption-inverse {
    background: #fff;
    color: #000; }
    .caption-inverse:after {
      border-top-color: #fff; }
  @media screen and (max-width: 767px) {
    .caption-mobile:after {
      display: none; } }
  .caption-no-arrow:after {
    display: none; }

.arrow:before {
  content: '';
  display: block; }

.media {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-bottom: 22px;
  position: relative; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .media {
      display: block;
      flex-direction: column; }
      .table .media {
        display: flex;
        flex-direction: row; } }
  @media screen and (min-width: 480px) {
    .media {
      justify-content: center; } }
  .media-figure {
    display: flex;
    margin-right: 30px; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .media-figure {
        margin-right: 0;
        justify-content: center; } }
    @media screen and (max-width: 479px) {
      .table .media-figure {
        margin-right: 15px; } }
  .media-body {
    margin: 0;
    flex: 1;
    font-weight: 600; }
  @media screen and (max-width: 479px) {
    .media-body {
      flex-grow: 1; } }
  .media-center {
    display: flex;
    align-items: center; }
  .media .collapse-link {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .media .collapse-link {
        flex-direction: column;
        text-align: center; } }
    .media .collapse-link:focus, .media .collapse-link:hover {
      text-decoration: none; }
    .media .collapse-link:hover .collapse-icon {
      background: #e20074; }
      .media .collapse-link:hover .collapse-icon svg {
        fill: #fff; }
      .background-black .media .collapse-link:hover .collapse-icon, .caption .media .collapse-link:hover .collapse-icon {
        background: #fff; }
        .background-black .media .collapse-link:hover .collapse-icon svg, .caption .media .collapse-link:hover .collapse-icon svg {
          fill: #e20074; }
    .media .collapse-link:active {
      outline: 0; }
    .media .collapse-link > span {
      margin-right: 15px; }
      @media screen and (max-width: 479px) {
        .media .collapse-link > span {
          flex-basis: 85%; } }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        .media .collapse-link > span {
          margin: 5px 0; } }
    .caption .media .collapse-link {
      color: currentColor; }
    @media screen and (min-width: 480px) {
      .media .collapse-link svg {
        margin: 0 auto; } }
    .media .collapse-link .collapse-icon {
      display: block;
      padding: 5px;
      border-radius: 3px;
      transition-property: background;
      transition-duration: 0.25s; }
  .media:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -22px;
    left: 10px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 0 solid transparent;
    transition-property: border;
    transition-duration: 0.25s;
    border-bottom-color: #efefef; }
    .caption .media:before {
      border-bottom-color: currentColor; }
    .caption-inverse .media:before {
      border-bottom-color: #bfbfbf; }
    @media screen and (min-width: 480px) {
      .media:before {
        left: 50%;
        transform: translateX(-50%); } }
  .media.active:before {
    display: block;
    border-bottom-width: 10px; }

.media-group {
  text-align: left; }
  .media-group > div:not(.collapse) {
    display: flex; }
  .media-group .media + .media {
    margin-left: 30px; }
  @media screen and (max-width: 479px) {
    .media-group .media + .media {
      margin-top: 11px;
      margin-left: 0; } }
  .caption .media-group {
    margin-top: 32px; }
  .media-group-vertical .media {
    flex-direction: column; }
    .media-group-vertical .media.active:before {
      left: 50%;
      transform: translateX(-50%); }
    .media-group-vertical .media .collapse-link {
      justify-content: center;
      flex-direction: column;
      text-align: center; }
      .media-group-vertical .media .collapse-link > span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 11px; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .media-group-vertical .media {
        /* IE10+ specific styles go here */
        display: block;
        text-align: center; }
        .media-group-vertical .media .media-body,
        .media-group-vertical .media .collapse-link {
          display: block; }
        .media-group-vertical .media .collapse-link > span {
          display: block; }
        .media-group-vertical .media .collapse-link .collapse-icon {
          display: inline-block; }
          .media-group-vertical .media .collapse-link .collapse-icon svg {
            display: block;
            margin-left: auto;
            margin-right: auto; } }
  .media-group-vertical .media-figure {
    margin-right: 0;
    margin-bottom: 15px; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .media-group-vertical .media-figure {
        /* IE10+ specific styles go here */
        display: block; } }
  .media-group-vertical .media-body {
    display: flex;
    justify-content: center; }

@media screen and (max-width: 479px) {
  .media-accordion-3 > div:nth-child(2) {
    order: 3; }
  .media-accordion-3 > div:nth-child(3) {
    order: 5; }
  .media-accordion-3 > div:nth-child(4) {
    order: 2; }
  .media-accordion-3 > div:nth-child(5) {
    order: 4; }
  .media-accordion-3 > div:nth-child(6) {
    order: 6; } }

@media screen and (max-width: 479px) {
  .media-accordion-4 > div:nth-child(2) {
    order: 3; }
  .media-accordion-4 > div:nth-child(3) {
    order: 5; }
  .media-accordion-4 > div:nth-child(4) {
    order: 7; }
  .media-accordion-4 > div:nth-child(5) {
    order: 2; }
  .media-accordion-4 > div:nth-child(6) {
    order: 4; }
  .media-accordion-4 > div:nth-child(7) {
    order: 6; }
  .media-accordion-4 > div:nth-child(8) {
    order: 8; } }

@media screen and (max-width: 991px) {
  .media-accordion-6 > div:nth-child(1) {
    order: 1; }
  .media-accordion-6 > div:nth-child(2) {
    order: 2; }
  .media-accordion-6 > div:nth-child(7) {
    order: 3; }
  .media-accordion-6 > div:nth-child(8) {
    order: 3; }
  .media-accordion-6 > div:nth-child(3) {
    order: 4; }
  .media-accordion-6 > div:nth-child(4) {
    order: 5; }
  .media-accordion-6 > div:nth-child(9) {
    order: 6; }
  .media-accordion-6 > div:nth-child(10) {
    order: 6; }
  .media-accordion-6 > div:nth-child(5) {
    order: 7; }
  .media-accordion-6 > div:nth-child(6) {
    order: 8; }
  .media-accordion-6 > div:nth-child(11) {
    order: 9; }
  .media-accordion-6 > div:nth-child(12) {
    order: 9; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .media-accordion-6 > div:nth-child(1) {
    order: 1; }
  .media-accordion-6 > div:nth-child(2) {
    order: 2; }
  .media-accordion-6 > div:nth-child(3) {
    order: 3; }
  .media-accordion-6 > div:nth-child(7) {
    order: 4; }
  .media-accordion-6 > div:nth-child(8) {
    order: 4; }
  .media-accordion-6 > div:nth-child(9) {
    order: 4; }
  .media-accordion-6 > div:nth-child(4) {
    order: 5; }
  .media-accordion-6 > div:nth-child(5) {
    order: 6; }
  .media-accordion-6 > div:nth-child(6) {
    order: 7; }
  .media-accordion-6 > div:nth-child(10) {
    order: 8; }
  .media-accordion-6 > div:nth-child(11) {
    order: 8; }
  .media-accordion-6 > div:nth-child(12) {
    order: 8; } }

.tiles {
  margin: 22px 0; }
  .tiles > .row > div {
    display: flex; }
    @media screen and (max-width: 1199px) {
      .tiles > .row > div {
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media screen and (max-width: 479px) {
      .tiles > .row > div.col-xs-6:not(.col-xxs-12) {
        padding-bottom: 0; }
        .tiles > .row > div.col-xs-6:not(.col-xxs-12):nth-child(1), .tiles > .row > div.col-xs-6:not(.col-xxs-12):nth-child(2) {
          padding-top: 0; }
        .tiles > .row > div.col-xs-6:not(.col-xxs-12):nth-child(odd) {
          padding-right: 8px; }
        .tiles > .row > div.col-xs-6:not(.col-xxs-12):nth-child(even) {
          padding-left: 8px; } }
    .tiles > .row > div > a.tile {
      color: currentColor; }
      .tiles > .row > div > a.tile:hover {
        border-color: #bfbfbf; }
      .tiles > .row > div > a.tile:hover, .tiles > .row > div > a.tile:focus {
        text-decoration: none; }
  .tiles > .row > .active > a.tile, .tiles > .row > .active > a.tile:hover {
    border-color: #e20074; }
  .tiles-large {
    margin: 25px 0; }
  .tiles-strip {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 479px) {
      .tiles-strip {
        flex-direction: column; } }
  @media screen and (max-width: 479px) and (-ms-high-contrast: active), screen and (max-width: 479px) and (-ms-high-contrast: none) {
    .tiles-strip {
      /* IE10+ specific styles go here */
      flex-direction: row; } }

  @media screen and (min-width: 1200px) {
    .tiles-flex {
      flex-wrap: nowrap; } }
  @media screen and (max-width: 479px) {
    .tiles-flex {
      flex-direction: row; } }

.tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  padding: 22px 15px;
  border: 2px solid #efefef;
  border-radius: 3px;
  background-color: #fff;
  transition-property: border;
  transition-duration: 0.25s; }
  .tile.text-left {
    text-align: left; }
  .tile svg {
    width: 50px;
    height: 50px; }
  @media screen and (min-width: 480px) {
    .tile {
      min-height: 140px; } }
  @media screen and (max-width: 479px) {
    .tile {
      padding-left: 15px;
      padding-right: 15px; }
      .tiles:not(.tiles-slim):not(.tiles-default) .tile {
        padding: 11px 8px; }
      .tile svg {
        width: 40px;
        height: 40px; } }
  .tiles-slim .tile {
    border-width: 1px; }
    .tiles-slim .tile img {
      margin-bottom: 16px; }
  .tile a {
    margin-top: 11px; }
  .tile > a:not(.btn) {
    font-size: 20px;
    font-weight: 600; }
    @media screen and (max-width: 479px) {
      .tile > a:not(.btn) {
        font-size: 16px; } }
    @media screen and (min-width: 480px) {
      .tile > a:not(.btn).text-large {
        font-size: 18px;
        line-height: 19px; } }
  .tile.js-hover {
    border-color: #bfbfbf; }
    .tile.js-hover a:not(.btn) {
      color: #b0005a;
      text-decoration: none; }
  .tile h2,
  .tile h3 {
    flex-grow: 1; }
    .tile h2:first-child,
    .tile h3:first-child {
      margin-top: 0; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .tile span {
      /* IE10+ specific styles go here */
      max-width: 100%; } }
  .tile-desc {
    display: block;
    line-height: 17px;
    margin-top: 11px;
    flex-basis: 50%;
    max-width: 100%; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .tile-desc {
        /* IE10+ specific styles go here */
        flex-basis: auto; } }
  .tiles-large .tile {
    border-radius: 6px; }
    .tiles-large .tile .tile-link {
      margin-top: 25px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-basis: 50%;
      max-width: 100%; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .tiles-large .tile .tile-link {
          /* IE10+ specific styles go here */
          flex-basis: auto;
          flex-grow: 1; } }
    .tiles-large .tile svg {
      width: 60px;
      height: 60px;
      margin-top: 8px; }
    @media screen and (max-width: 479px) {
      .tiles-large .tile .tile-link {
        margin-top: 16.5px; }
      .tiles-large .tile svg {
        width: 40px;
        height: 40px; } }
  .tiles-default .tile {
    display: block;
    min-height: 0;
    text-align: left;
    border-color: #fff;
    padding-left: 30px;
    padding-right: 30px; }
  .tiles-default.bordered .tile {
    border-color: #efefef; }
  .tile.flex {
    display: flex; }
  .tiles-strip .tile {
    position: relative;
    overflow: hidden;
    background-color: #000;
    flex-basis: 100%;
    justify-content: center;
    height: 300px;
    border: 0;
    border-radius: 0;
    transition-property: background-size;
    transition-duration: 0.25s; }
    @media screen and (max-width: 767px) {
      .tiles-strip .tile + .tile {
        border-top: 1px solid #fff; } }
    .tiles-strip .tile > *:not(.tile-img) {
      position: relative; }
    .tiles-strip .tile h2,
    .tiles-strip .tile h3 {
      flex-grow: 0; }
    .tiles-strip .tile p {
      max-width: 100%; }
    .tiles-strip .tile.js-hover .btn-link {
      text-decoration: underline; }
    .tiles-strip .tile.js-hover .tile-img img {
      transform: scale(1.1); }
    .tiles-strip .tile .tile-img {
      height: auto;
      overflow: visible;
      position: static; }
      .tiles-strip .tile .tile-img img {
        margin: auto;
        position: absolute;
        top: -9999px;
        left: -9999px;
        bottom: -9999px;
        right: -9999px;
        transition-property: transform;
        transition-duration: 0.5s; }
  .tiles-strip-small .tile {
    height: 168px; }
  .tiles-strip-4 .tile {
    flex-basis: 25%;
    max-width: 25%; }
    @media screen and (max-width: 991px) {
      .tiles-strip-4 .tile {
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 767px) {
      .tiles-strip-4 .tile {
        flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .tiles-strip-4 .tile {
        border-top: 1px solid #fff; }
        .tiles-strip-4 .tile:nth-child(even) {
          border-left: 1px solid #fff; }
        .tiles-strip-4 .tile:nth-child(1)
        .tiles-strip-4 .tile:nth-child(2) {
          border-top: 0; } }
    @media screen and (min-width: 992px) {
      .tiles-strip-4 .tile + .tile {
        border-left: 1px solid #fff; } }
  .tiles-flex .tile {
    border: 1px solid #fff; }
    @media screen and (max-width: 1199px) {
      .tiles-flex .tile {
        flex-basis: 25%;
        max-width: 25%; } }
    @media screen and (max-width: 767px) {
      .tiles-flex .tile {
        flex-basis: 50%;
        max-width: 50%; } }

@media screen and (min-width: 992px) {
  .background-tiles {
    background-image: -webkit-linear-gradient(top, #fff 100px, #e20074 100px);
    background-image: linear-gradient(to bottom, #fff 100px, #e20074 100px); } }

.navbar {
  border: 0;
  border-radius: 0;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 1000; }
  .navbar > .container {
    height: 92px; }
  .navbar:before, .navbar:after,
  .navbar .nav-group {
    transition-property: none;
    transition-delay: 0s; }
  @media screen and (max-width: 991px) {
    .navbar {
      min-height: 52px; }
      .navbar:before, .navbar:after {
        content: '';
        z-index: -1;
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        top: 0;
        left: 0; }
      .navbar:before {
        max-height: 52px; }
      .navbar:after {
        background: #fff; }
      .navbar > .container {
        height: auto;
        width: auto; } }
  .navbar li {
    margin: 0; }

.navbar-transparent .navbar-nav > li > a {
  color: #fff; }
  .navbar-transparent .navbar-nav > li > a:hover, .navbar-transparent .navbar-nav > li > a:focus {
    color: #e20074;
    background-color: #fff; }

.navbar-default .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a {
  background: transparent; }
.navbar-default .navbar-nav > .active > a {
  color: #4a4a4a; }
.navbar-inverse .navbar-nav > .active > a {
  color: #fff; }
.navbar-inverse.open .navbar-nav > .active > a {
  color: #4a4a4a; }

.navbar-absolute {
  position: absolute; }

.navbar-header {
  float: left;
  display: flex;
  align-items: center;
  height: 100%; }
  @media screen and (max-width: 991px) {
    .navbar-header {
      height: 52px;
      display: block;
      float: none;
      padding: 0 15px; }
      .navbar-header:after {
        content: '';
        display: block;
        width: calc(100% - 50px);
        height: 1px;
        background: #fff;
        position: fixed;
        top: 52px;
        right: 35px;
        transition-property: width;
        transition-duration: 0.5s; }
        .navbar-default .navbar-header:after {
          background: #bfbfbf; }
        .open .navbar-header:after {
          display: none; }
      .navbar-header.animate:after {
        width: 0; } }

.navbar-nav {
  margin: 0;
  transition-property: opacity;
  transition-duration: 0.25s; }
  @media screen and (min-width: 768px) {
    .navbar-nav,
    .navbar-nav li {
      float: none; } }
  .navbar-nav li {
    position: static; }
    @media screen and (min-width: 992px) {
      .navbar-nav li {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; } }
    .navbar-nav li a {
      transition-property: background, color;
      transition-duration: 0.25s; }
      .navbar-nav li a.dropdown-toggle i {
        display: none;
        transform: rotateZ(0);
        transition-property: transform;
        transition-duration: 0.25s; }
        @media screen and (max-width: 991px) {
          .navbar.open .navbar-nav li a.dropdown-toggle i {
            display: block; } }
      .navbar-nav li a.dropdown-toggle svg {
        margin-right: 0;
        fill: #e20074; }
    .navbar-nav li.open a.dropdown-toggle i {
      transform: rotateZ(-180deg); }
  .navbar-nav .open .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0; }
    .navbar-nav .open .dropdown-menu > li > a {
      font-size: 16px;
      padding: 10px 15px 10px 15px; }
      .navbar-nav .open .dropdown-menu > li > a i {
        display: none; }
    .navbar-nav .open .dropdown-menu > li.custom-item {
      color: #000; }
      .navbar-nav .open .dropdown-menu > li.custom-item .tile {
        justify-content: center; }
      .navbar-nav .open .dropdown-menu > li.custom-item .btn {
        font-size: 20px;
        margin-top: 11px; }
      .navbar-nav .open .dropdown-menu > li.custom-item .btn-primary {
        color: #fff; }
  .navbar-default .navbar-nav .open,
  .navbar-default .navbar-nav .open > a,
  .navbar-default .navbar-nav .open > a:focus,
  .navbar-default .navbar-nav .open > a:hover, .navbar-transparent .navbar-nav .open,
  .navbar-transparent .navbar-nav .open > a,
  .navbar-transparent .navbar-nav .open > a:focus,
  .navbar-transparent .navbar-nav .open > a:hover, .navbar-inverse .navbar-nav .open,
  .navbar-inverse .navbar-nav .open > a,
  .navbar-inverse .navbar-nav .open > a:focus,
  .navbar-inverse .navbar-nav .open > a:hover {
    border: 0;
    color: #e20074;
    background: #fff; }
    @media screen and (max-width: 991px) {
      .navbar-default .navbar-nav .open,
      .navbar-default .navbar-nav .open > a,
      .navbar-default .navbar-nav .open > a:focus,
      .navbar-default .navbar-nav .open > a:hover, .navbar-transparent .navbar-nav .open,
      .navbar-transparent .navbar-nav .open > a,
      .navbar-transparent .navbar-nav .open > a:focus,
      .navbar-transparent .navbar-nav .open > a:hover, .navbar-inverse .navbar-nav .open,
      .navbar-inverse .navbar-nav .open > a,
      .navbar-inverse .navbar-nav .open > a:focus,
      .navbar-inverse .navbar-nav .open > a:hover {
        background: #efefef; } }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-transparent .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #4a4a4a; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-transparent .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-transparent .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background: #fff; } }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      display: none; }
      .navbar.open .navbar-nav .open .dropdown-menu {
        display: block; }
      .navbar-nav .open .dropdown-menu > li > a img {
        display: block;
        max-width: 100%;
        height: auto; }
      .navbar-nav .open .dropdown-menu > li.custom-item .btn {
        font-weight: 700;
        font-size: 14px; } }
  @media (min-width: 992px) {
    .navbar-nav .open .dropdown-menu {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 11px 0;
      width: calc(100% - -124px);
      left: -124px;
      min-height: 182px; }
      .navbar-nav .open .dropdown-menu:before {
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: -1;
        transform: translateX(-50vw); }
      .navbar-nav .open .dropdown-menu > li {
        flex-basis: 16.66666667%; }
        .navbar-nav .open .dropdown-menu > li.promo-item {
          flex: 1; }
          .navbar-nav .open .dropdown-menu > li.promo-item a {
            display: flex;
            flex-direction: row;
            justify-content: flex-end; }
          .navbar-nav .open .dropdown-menu > li.promo-item img {
            max-width: 260px; }
        .navbar-nav .open .dropdown-menu > li.custom-item {
          display: flex;
          flex-grow: 1;
          justify-content: flex-end;
          padding: 10px 15px 10px 15px; }
          .navbar-nav .open .dropdown-menu > li.custom-item .tile {
            flex-basis: 290px;
            min-width: 290px;
            max-width: 290px; }
      .navbar-nav .open .dropdown-menu > li > a {
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 22px;
        white-space: normal;
        color: #000; }
        .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
          color: #e20074;
          background: transparent; }
          .navbar-nav .open .dropdown-menu > li > a:focus svg, .navbar-nav .open .dropdown-menu > li > a:hover svg {
            fill: #e20074; }
        .navbar-nav .open .dropdown-menu > li > a i {
          display: block;
          margin-bottom: 12px; }
          .navbar-nav .open .dropdown-menu > li > a i svg {
            display: block;
            margin-left: auto;
            margin-right: auto;
            fill: #000;
            width: 54px;
            height: 54px;
            transition-property: fill;
            transition-duration: 0.25s; } }
  @media (min-width: 1200px) {
    .navbar-nav .open .dropdown-menu > li.promo-item img {
      max-width: none; } }

.navbar-nav {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -26px;
  width: 100%; }
  .navbar-nav > li > a {
    font-weight: 700;
    font-size: 22px;
    padding: 6px 13px 18px; }
    .no-fonts .navbar-nav > li > a {
      font-size: 19px; }
    @media screen and (min-width: 992px) {
      .navbar-nav > li > a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; } }
  .navbar-nav > li:nth-child(6) {
    margin-left: auto; }
  @media screen and (max-width: 991px) {
    .navbar-nav-shorten {
      text-transform: capitalize; }
      .navbar-nav-shorten span {
        display: none; } }
  @media screen and (max-width: 991px) {
    .navbar-nav {
      position: static;
      width: auto; }
      .navbar-nav:before, .navbar-nav:after {
        display: none; }
      .navbar-nav > li {
        text-align: center; }
        .navbar-nav > li:nth-child(5) {
          display: none; }
        .navbar-nav > li:nth-child(6) {
          display: none; }
        .navbar-nav > li:last-child {
          position: absolute;
          top: 4px;
          right: 62px; }
          .navbar-nav > li:last-child > a {
            font-weight: 500; }
        .navbar-nav > li > a {
          padding: 11px 0;
          font-size: 18px;
          height: 100%; }
          .no-fonts .navbar-nav > li > a {
            font-size: 15px; }
      .open .navbar-nav {
        display: block;
        padding: 0;
        border-top: 0; }
        .open .navbar-nav > li > a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          color: #4a4a4a;
          height: 55px;
          line-height: 55px;
          border-bottom: 1px solid #bfbfbf;
          padding: 0 15px;
          text-align: left; }
          .open .navbar-nav > li > a:hover, .open .navbar-nav > li > a:active, .open .navbar-nav > li > a:focus {
            background: #fff; }
        .open .navbar-nav > li:nth-child(5), .open .navbar-nav > li:nth-child(6), .open .navbar-nav > li:last-child {
          display: block;
          position: static; }
          .open .navbar-nav > li:nth-child(5) > a, .open .navbar-nav > li:nth-child(6) > a, .open .navbar-nav > li:last-child > a {
            font-weight: 700; }
        .open .navbar-nav > li.open > a:focus {
          border-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 991px) {
    .navbar-nav > li > a {
      padding-left: 15px;
      padding-right: 15px; } }

.nav-wrapper {
  height: 52px;
  margin-left: 124px;
  top: 14px;
  position: relative;
  transition-property: transform;
  transition-duration: 0.25s; }
  @media screen and (max-width: 991px) {
    .nav-wrapper {
      position: static;
      height: auto;
      margin-left: 0; }
      .open .nav-wrapper {
        margin-left: -15px;
        margin-right: -15px; } }
  .search-active .nav-wrapper {
    transform: translateY(-92px); }
  @media (max-width: 992px) {
    .search-active .open .nav-wrapper {
      transform: translateY(0); } }

.nav-group a {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  transition: none; }
  .no-fonts .nav-group a {
    font-size: 12px; }
  .navbar-default .nav-group a {
    color: #4a4a4a; }
  .nav-group a svg {
    width: 11px;
    height: 11px;
    fill: #fff;
    transition: none; }
    .navbar-default .nav-group a svg {
      fill: #4a4a4a; }
  .nav-group a.sms, .nav-group a.search-toggle, .nav-group a.language, .nav-group a.cart, .nav-group a.user-info {
    position: absolute;
    top: 0;
    right: 0; }
  .nav-group a.search-toggle {
    right: 240px; }
    .signed-in .nav-group a.search-toggle {
      right: 265px; }
    @media (min-width: 992px) {
      .navbar-transparent .nav-group a.search-toggle:hover svg, .navbar-inverse .nav-group a.search-toggle:hover svg {
        fill: #fff; } }
    .nav-group a.search-toggle svg {
      margin-right: 4px; }
  .nav-group a.language {
    right: 315px; }
    .signed-in .nav-group a.language {
      right: 335px; }
    @media screen and (min-width: 992px) {
      .nav-group a.language i {
        display: none; } }
  .nav-group a.sms {
    right: 380px; }
    .signed-in .nav-group a.sms {
      right: 400px; }
  .nav-group a.user-info {
    right: 140px;
    line-height: 16px; }
    @media (min-width: 992px) {
      .navbar-transparent .nav-group a.user-info:hover svg, .navbar-inverse .nav-group a.user-info:hover svg {
        fill: #fff; } }
  .nav-group a.cart {
    right: 15px;
    display: flex;
    align-items: center; }
    .nav-group a.cart svg {
      width: 14px;
      height: 14px;
      margin-right: 10px; }
    @media (min-width: 992px) {
      .navbar-transparent .nav-group a.cart:hover svg, .navbar-inverse .nav-group a.cart:hover svg {
        fill: #fff; } }
    .nav-group a.cart .count {
      font-size: 10px;
      display: block;
      line-height: 14px;
      color: #fff;
      background: #64b9e4;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      top: -5px;
      left: 10px; }
.nav-group .user-info {
  position: absolute;
  top: 0;
  right: 135px;
  line-height: 15px; }
  .nav-group .user-info.open .like-caret svg {
    transform: rotateZ(-180deg); }
  .nav-group .user-info button {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    background: none;
    border: 0;
    color: #fff; }
    .navbar-default .nav-group .user-info button {
      color: #4a4a4a; }
    .nav-group .user-info button:focus, .nav-group .user-info button:hover {
      text-decoration: underline; }
  .nav-group .user-info svg {
    fill: #fff;
    height: 11px;
    width: 11px; }
    .navbar-default .nav-group .user-info svg {
      fill: #4a4a4a; }
  .nav-group .user-info .like-caret svg {
    transform: rotateZ(0);
    transition-property: transform;
    transition-duration: 0.25s; }
  @media (min-width: 992px) {
    .signed-in .nav-group .user-info span {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 95px;
      margin-left: 4px;
      margin-right: 4px; }
    .nav-group .user-info .dropdown-menu > li > a {
      font-size: 16px;
      font-weight: 600; } }
@media screen and (max-width: 991px) {
  .navbar-default .nav-group a, .nav-group a {
    color: #fff; }
  .nav-group a.sms, .nav-group a.language, .nav-group a.search-toggle, .nav-group a.cart, .nav-group a.user-info {
    padding: 0 15px;
    line-height: 55px;
    display: none;
    position: relative; }
    .signed-in .nav-group a.sms, .signed-out .nav-group a.sms, .signed-in .nav-group a.language, .signed-out .nav-group a.language, .signed-in .nav-group a.search-toggle, .signed-out .nav-group a.search-toggle, .signed-in .nav-group a.cart, .signed-out .nav-group a.cart, .signed-in .nav-group a.user-info, .signed-out .nav-group a.user-info {
      right: auto; }
    .nav-group a.sms svg, .nav-group a.language svg, .nav-group a.search-toggle svg, .nav-group a.cart svg, .nav-group a.user-info svg {
      fill: #4a4a4a; }
  .nav-group a.sms, .nav-group a.user-info {
    background: #fff;
    color: #4a4a4a;
    height: 55px;
    font-size: 18px;
    border-bottom: 1px solid #bfbfbf;
    font-weight: 700; }
    .nav-group a.sms:hover, .nav-group a.sms:focus, .nav-group a.sms:active, .nav-group a.user-info:hover, .nav-group a.user-info:focus, .nav-group a.user-info:active {
      text-decoration: none; }
  .nav-group a.user-info {
    font-weight: 500; }
    .signed-out .nav-group a.user-info {
      justify-content: space-between; }
      .signed-out .nav-group a.user-info i {
        display: flex;
        align-items: center; }
        .signed-out .nav-group a.user-info i:after {
          content: attr(data-mtm);
          font-style: normal;
          line-height: 22px; }
    .nav-group a.user-info svg {
      height: 23px;
      width: 23px;
      margin-right: 10px; }
    .signed-out .nav-group a.user-info span {
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      color: #fff;
      background: #e20074;
      border-radius: 3px;
      padding: 6px 15px;
      white-space: nowrap; }
  .open .nav-group a.sms, .open .nav-group a.language, .open .nav-group a.search-toggle, .open .nav-group a.cart, .open .nav-group a.user-info {
    display: flex;
    align-items: center;
    color: #4a4a4a; }
  .open .nav-group a.cart .count {
    font-size: 14px;
    position: static;
    line-height: 18px;
    width: 20px;
    height: 20px;
    margin-left: 5px; }
  .open .nav-group a svg {
    margin-right: 10px; }
  .open .nav-group .user-info {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    position: relative;
    right: auto;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf; }
    .signed-in .open .nav-group .user-info span {
      margin-right: 4px; }
    .open .nav-group .user-info.open {
      background: #efefef; }
      .open .nav-group .user-info.open > .dropdown-menu {
        position: static;
        float: none;
        flex-grow: 1;
        margin: 0 -15px;
        padding: 0;
        border: 0;
        background: transparent;
        border-radius: 0; }
        .open .nav-group .user-info.open > .dropdown-menu > li > a {
          font-size: 16px;
          padding: 10px 15px 10px 15px;
          color: #4a4a4a; }
          .open .nav-group .user-info.open > .dropdown-menu > li > a:focus, .open .nav-group .user-info.open > .dropdown-menu > li > a:hover {
            color: #e20074;
            background: #fff; }
    .open .nav-group .user-info button {
      background: #fff;
      color: #4a4a4a;
      height: 55px;
      font-size: 18px;
      border-bottom: 1px solid #bfbfbf;
      font-weight: 700;
      background: transparent;
      font-weight: 500;
      display: flex;
      align-items: center;
      border: 0; }
      .open .nav-group .user-info button:hover, .open .nav-group .user-info button:focus, .open .nav-group .user-info button:active {
        text-decoration: none; }
      .open .nav-group .user-info button > * {
        display: flex;
        align-items: center; }
    .open .nav-group .user-info svg {
      fill: #808080;
      width: 23px;
      height: 23px;
      margin-right: 10px; }
    .open .nav-group .user-info .like-caret svg {
      fill: #e20074;
      width: 11px;
      height: 11px;
      margin-right: 0; }
    .open .nav-group .user-info .btn {
      padding: 6px 15px; }
  .nav-group .user-info {
    display: none; } }

.nav-segments {
  padding-left: 0;
  list-style: none;
  margin-left: 8px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  transition-property: opacity;
  transition-duration: 0.25s; }
  .nav-segments li {
    display: inline-block; }
    .nav-segments li a {
      display: block;
      font-size: 14px;
      color: #fff;
      padding: 3px 9px;
      background: transparent;
      border-radius: 3px;
      transition-property: background, color;
      transition-duration: 0.25s; }
      .nav-segments li a:focus, .nav-segments li a:hover {
        color: #e20074;
        background: #fff;
        text-decoration: none; }
      .navbar-default .nav-segments li a {
        color: #4a4a4a; }
        .navbar-default .nav-segments li a:focus, .navbar-default .nav-segments li a:hover {
          color: #e20074; }
      .no-fonts .nav-segments li a {
        font-size: 12px; }
    .nav-segments li + li {
      margin-left: 15px; }
    .nav-segments li.active a {
      font-weight: 700; }
  @media screen and (max-width: 991px) {
    .nav-segments {
      border-bottom: 1px solid #bfbfbf;
      padding: 11px 0;
      position: relative;
      display: none;
      align-items: center;
      margin-left: 0;
      height: auto; }
      .nav-segments li {
        flex-basis: 50%; }
        .nav-segments li + li {
          border-left: 1px solid #bfbfbf; }
        .nav-segments li a {
          line-height: 33px;
          color: #4a4a4a;
          display: block;
          height: 100%;
          text-align: center;
          padding: 0; }
      .open .nav-segments {
        display: flex; } }

.logo .icon {
  fill: #fff;
  width: 94px;
  height: 46px; }
  .navbar-default .logo .icon {
    fill: #e20074; }
.logo-magenta .icon {
  fill: #e20074; }
.no-js .logo .icon {
  display: none; }
.open .logo .logo-white {
  display: none; }
.open .logo .logo-magenta {
  display: block; }
@media screen and (max-width: 991px) {
  .logo {
    line-height: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center; }
    .logo .icon,
    .logo img {
      width: 53px;
      height: 26px; } }

.nav-tools {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  line-height: 16px; }
  .nav-tools a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin-right: 0; }
    .nav-tools a:first-child {
      margin-right: 15px; }
  @media screen and (max-width: 991px) {
    .nav-tools {
      display: none; } }

@media screen and (max-width: 991px) {
  .navbar {
    transition-property: min-height;
    transition-duration: 0s;
    transition-delay: 0.25s; }
    .navbar:after {
      transition-property: opacity;
      transition-duration: 0.125s;
      opacity: 0; }
    .navbar .toggle {
      transition-property: color, background, border;
      transition-duration: 0.125s;
      transition-delay: 0.0625s; }
    .navbar .logo .icon {
      transition-property: fill;
      transition-duration: 0.125s; }
    .navbar.open {
      transition-delay: 0s;
      height: 100vh;
      overflow: auto;
      background: #fff; }
      .navbar.open:after {
        opacity: 1; }
      .navbar.open .logo .icon {
        fill: #e20074;
        transition-property: fill;
        transition-duration: 0.125s; }
      .navbar.open .toggle {
        color: #4a4a4a; }
      .navbar.open .nav-group {
        opacity: 0;
        transform: translateY(5.5px); }
      .navbar.open.in .nav-group {
        transition-property: transform, opacity;
        transition-delay: 0s;
        transition-duration: 0.125s;
        transform: translateY(0);
        opacity: 1; }
      .navbar.open.out .nav-group {
        transition-property: transform, opacity;
        transition-delay: 0s;
        transition-duration: 0.125s;
        transform: translateY(5.5px);
        opacity: 0; } }
@media screen and (max-width: 991px) and (orientation: portrait) {
  .ios.safari .menu-opened .navbar {
    padding-bottom: 75px; } }
.carousel-inner > .item.next > img, .carousel-inner > .item.left > img, .carousel-inner > .item.prev > img, .carousel-inner > .item.right > img, .carousel-inner > .item.active > img {
  margin: 0 auto; }
.carousel .carousel-control {
  display: flex;
  align-items: center; }

.multibanner {
  height: 420px;
  overflow: hidden; }
  @media screen and (min-width: 1200px) {
    .multibanner {
      height: 480px; } }
  .multibanner .carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px; }
  .multibanner .carousel-indicators {
    width: auto;
    position: static;
    color: #fff;
    margin: 0; }
    .multibanner .carousel-indicators li {
      margin: 5px;
      position: relative;
      background: #fff;
      text-indent: -9999px; }
      .multibanner .carousel-indicators li:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid transparent;
        position: absolute;
        top: -4px;
        left: -4px;
        transition-property: border;
        transition-duration: 0.25s; }
      .multibanner .carousel-indicators li.active {
        width: 10px;
        height: 10px; }
        .multibanner .carousel-indicators li.active:before {
          border-color: #fff; }
      @media screen and (min-width: 992px) {
        .multibanner .carousel-indicators li {
          font-weight: 600;
          padding: 5px 10px;
          border-color: transparent;
          border-radius: 3px;
          background: transparent;
          text-indent: 0;
          transition-property: border;
          transition-duration: 0.25s; }
          .multibanner .carousel-indicators li, .multibanner .carousel-indicators li.active {
            width: auto;
            height: auto; }
          .multibanner .carousel-indicators li.active {
            border-color: #fff; }
          .multibanner .carousel-indicators li:before {
            display: none; }
          .multibanner .carousel-indicators li:hover {
            border-color: rgba(255, 255, 255, 0.5); } }
  .multibanner .carousel-control {
    display: none;
    width: auto;
    position: static;
    padding: 5px;
    z-index: 1;
    line-height: 1; }
    @media screen and (min-width: 992px) {
      .multibanner .carousel-control {
        display: block; } }
    .multibanner .carousel-control svg {
      fill: #fff;
      width: 20px;
      height: 20px; }
    .multibanner .carousel-control.left, .multibanner .carousel-control.right {
      background: none; }
  .multibanner .carousel-inner .item .image {
    width: 100%;
    height: 420px; }
    @media screen and (min-width: 1200px) {
      .multibanner .carousel-inner .item .image {
        height: 480px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .multibanner .carousel-inner .container {
      width: auto; } }
  .multibanner .carousel-caption {
    width: 100%;
    text-align: left;
    padding: 0;
    right: auto;
    bottom: 60px;
    left: 0; }
    @media screen and (min-width: 992px) {
      .multibanner .carousel-caption {
        bottom: 100px; } }
    @media screen and (min-width: 1200px) {
      .multibanner .carousel-caption {
        bottom: 120px; } }
    .multibanner .carousel-caption h1,
    .multibanner .carousel-caption p {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .multibanner .carousel-caption h1 {
        font-size: 42px;
        line-height: 42px; } }
    @media screen and (min-width: 992px) {
      .multibanner .carousel-caption h1 {
        margin-bottom: 22px; } }
    @media screen and (min-width: 1200px) {
      .multibanner .carousel-caption h1 {
        font-size: 84px;
        line-height: 88px; } }
    .multibanner .carousel-caption p {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 22px; }
      @media screen and (max-width: 767px) {
        .multibanner .carousel-caption p {
          font-size: 22px; } }
      @media screen and (min-width: 992px) {
        .multibanner .carousel-caption p {
          margin-bottom: 33px; } }
    .multibanner .carousel-caption .btn i {
      margin-left: 6px; }

/**
* LOADER
*
* Loader related styles
*/
/*---------------------------------------------------------------------------*\
  #LOADER
\*---------------------------------------------------------------------------*/
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.box-overlaid {
  position: relative;
  min-height: 60px; }
  .box-overlaid .box-overlay-loading {
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14;
    background-color: #fff; }

.box-btn-loading {
  position: relative; }

.toggle {
  position: fixed;
  top: 9px;
  right: 15px;
  padding: 10px 8px 9px;
  background: none;
  border: none;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  z-index: 1070; }
  .navbar-default .toggle {
    color: #4a4a4a; }
  .animate .toggle {
    background: rgba(0, 0, 0, 0.4); }
    .navbar-default .animate .toggle {
      color: #fff; }
    .open .animate .toggle {
      background: transparent; }
  .toggle:hover, .toggle:focus, .toggle:active {
    outline: none;
    text-decoration: none; }
  .open.in .toggle {
    position: static;
    height: 100%;
    padding-top: 16px; }
  .toggle span {
    transition-property: opacity, transform;
    transition-duration: 0.25s;
    display: block;
    width: 24px;
    height: 3px;
    background: currentColor; }
    .toggle span + span {
      margin-top: 3px; }
    .toggle span:last-of-type {
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 0.5px;
      height: auto;
      text-transform: uppercase;
      background: none;
      margin-top: 3px;
      line-height: 1; }
  .toggle svg {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 56px;
    height: 56px; }
    .toggle svg circle {
      fill: none;
      stroke: #fff;
      stroke-width: 0.4;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 39 39;
      stroke-dashoffset: -39;
      transition: stroke-dashoffset 0.5s; }
      .navbar-default .toggle svg circle {
        stroke: #bfbfbf; }
      .animate .toggle svg circle {
        stroke-dashoffset: 0; }
    .open .toggle svg {
      display: none; }
  .open:not(.out) .toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg); }
  .open:not(.out) .toggle span:nth-child(2) {
    transform: translateY(0) rotate(-45deg); }
  .open:not(.out) .toggle span:nth-child(3) {
    opacity: 0; }
  @media screen and (min-width: 992px) {
    .toggle {
      display: none; } }

.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%; }
  .dropdown-menu > li {
    margin: 0; }
    .dropdown-menu > li > a {
      white-space: normal; }
      .dropdown-menu > li > a:hover {
        cursor: pointer; }

.like-dropdown-wrapper {
  position: relative; }
  .like-dropdown-wrapper .dropdown-menu {
    max-height: 184px;
    overflow-y: auto; }
    .like-dropdown-wrapper .dropdown-menu > li > a {
      display: flex;
      align-items: center;
      padding-top: 6px;
      padding-bottom: 6px; }
      .like-dropdown-wrapper .dropdown-menu > li > a:focus svg, .like-dropdown-wrapper .dropdown-menu > li > a:hover svg {
        fill: #e20074; }
    .like-dropdown-wrapper .dropdown-menu [class*="ico-"] {
      margin-right: 10px; }
      .like-dropdown-wrapper .dropdown-menu [class*="ico-"] svg {
        fill: #000;
        width: 20px;
        height: 24px; }

.dropdown-menu-brand {
  min-width: 0;
  text-align: center;
  border-color: #e20074;
  border-width: 2px;
  padding: 0;
  margin: 17px 0 0; }
  .dropdown-menu-brand:before {
    border-bottom-color: #e20074; }
  .dropdown-menu-brand > li > a {
    font-weight: 700;
    font-size: 18px;
    color: #e20074;
    padding: 8px 10px; }
    .dropdown-menu-brand > li > a:hover, .dropdown-menu-brand > li > a:focus {
      color: #b0005a; }
  .dropup .dropdown-menu-brand {
    margin: 0 0 17px; }
    .dropup .dropdown-menu-brand:before {
      border-top-color: #e20074; }

/**
* TYPEAHEAD
*
*
*/
/*---------------------------------------------------------------------------*\
  #TYPEAHEAD
\*---------------------------------------------------------------------------*/
.twitter-typeahead {
  display: block;
  width: 100%; }
  .twitter-typeahead .tt-dropdown-menu {
    width: 100%;
    margin-top: 6px;
    border: 0;
    background: #fff;
    border-radius: 3px;
    overflow: hidden; }
    .twitter-typeahead .tt-dropdown-menu .tt-suggestion {
      color: #000;
      text-align: left;
      border-top: 1px solid #e5e5e5;
      padding: 5px 12px;
      -webkit-transition: background-color 0.5s;
      -o-transition: background-color 0.5s;
      transition: background-color 0.5s; }
      .twitter-typeahead .tt-dropdown-menu .tt-suggestion:hover {
        background: #efefef;
        cursor: pointer; }
      .twitter-typeahead .tt-dropdown-menu .tt-suggestion:active, .twitter-typeahead .tt-dropdown-menu .tt-suggestion:focus {
        outline: 0; }
      .twitter-typeahead .tt-dropdown-menu .tt-suggestion:first-child {
        border-top: none; }
      .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor {
        background: #efefef; }
      .twitter-typeahead .tt-dropdown-menu .tt-suggestion p {
        margin: 5px 0; }

.searchbox {
  position: relative; }
  .searchbox .search-icon {
    margin-top: -12px;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2; }
    .searchbox .search-icon svg {
      fill: #999;
      width: 24px;
      height: 24px; }
  .searchbox [type="submit"] {
    color: #e20074;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
  .searchbox .form-control {
    padding: 10px 105px 10px 62px; }

.footer {
  color: #bfbfbf;
  padding-top: 33px;
  padding-bottom: 11px;
  background: #000; }
  @media (min-width: 992px) {
    .footer {
      padding-top: 40px; } }
  @media screen and (max-width: 479px) {
    .footer .container,
    .footer [class*="col-"] {
      padding-left: 25px;
      padding-right: 25px; }
    .footer .row {
      margin-left: -25px;
      margin-right: -25px; } }
  .footer a {
    color: #fff; }
  .footer .logo {
    display: block;
    height: auto; }
    @media (max-width: 991px) {
      .footer .logo {
        margin: 0 auto 30px; } }
    @media screen and (min-width: 480px) {
      .footer .logo {
        margin-top: 7px; } }
    .footer .logo,
    .footer .logo svg {
      width: 77px;
      height: 38px; }
      @media (min-width: 992px) {
        .footer .logo,
        .footer .logo svg {
          width: 114px;
          height: 56px; } }
    .footer .logo svg {
      fill: #e20074; }
  @media (max-width: 767px) {
    .footer .copyright,
    .footer .legal-statement {
      text-align: center; } }
  .footer .copyright {
    font-size: 14px; }
  .footer .legal-statement {
    font-size: 10px; }
  .footer h6 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-top: 0; }
    .footer h6 .collapse-link {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .footer h6 .collapse-link:active {
        outline: 0; }
    @media screen and (max-width: 479px) {
      .footer h6 {
        border-top: 1px solid rgba(191, 191, 191, 0.5);
        margin: 0; }
        .footer h6 a {
          display: block;
          padding: 17px 5px; }
          .footer h6 a svg {
            display: block;
            width: 11px;
            height: 11px;
            transform: rotateZ(-180deg);
            transition-property: transform;
            transition-duration: 0.25s; }
          .footer h6 a.collapsed svg {
            transform: rotateZ(0); } }
    @media screen and (min-width: 480px) {
      .footer h6 {
        margin-bottom: 20px; }
        .footer h6 .collapse-link,
        .footer h6 a svg {
          display: none; } }
  .footer ul {
    padding-left: 0;
    list-style: none;
    margin: 0; }
    @media screen and (min-width: 480px) {
      .footer ul.collapse {
        display: block;
        height: auto !important; } }
    .footer ul li {
      margin: 0; }
      .footer ul li a {
        color: #bfbfbf; }
        @media screen and (max-width: 479px) {
          .footer ul li a {
            display: block;
            padding: 6px 5px; } }
  .footer .footer-divider {
    border-top: 1px solid rgba(191, 191, 191, 0.5);
    margin-bottom: 11px; }
    @media screen and (min-width: 480px) {
      .footer .footer-divider {
        margin: 30px 0; } }
  .footer .social-links ul {
    text-align: center;
    margin-bottom: 11px; }
    @media (min-width: 768px) {
      .footer .social-links ul {
        text-align: right; } }
    .footer .social-links ul li a:focus svg, .footer .social-links ul li a:hover svg {
      opacity: 0.7; }
    .footer .social-links ul li a svg {
      fill: #fff;
      width: 26px;
      height: 26px;
      transition-property: opacity;
      transition-duration: 0.25s; }

.device-listing,
.device-listing-promo {
  padding-left: 0;
  list-style: none;
  display: flex; }
  .device-listing .device,
  .device-listing-promo .device {
    margin: 0;
    text-align: center; }
    .device-listing .device.js-hover .device-name,
    .device-listing-promo .device.js-hover .device-name {
      text-decoration: none; }
  .device-listing .device-name,
  .device-listing-promo .device-name {
    display: block; }
  .device-listing .device-original-price,
  .device-listing-promo .device-original-price {
    color: #999; }

.device-listing-promo {
  justify-content: center;
  margin: 44px 0; }
  .device-listing-promo .device {
    flex-basis: 100%;
    padding: 11px;
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden;
    transition: border-color 0.25s;
    position: relative; }
    @media screen and (min-width: 992px) {
      .device-listing-promo .device.js-hover {
        border-color: #bfbfbf; } }
    .device-listing-promo .device.js-hover .device-name {
      color: #e20074; }
  .device-listing-promo img {
    margin-bottom: 11px; }
  .device-listing-promo .device-price,
  .device-listing-promo .device-original-price {
    display: block; }
  .device-listing-promo .device-name {
    font-weight: 600;
    color: #000;
    transition: color 0.25s; }
    @media screen and (min-width: 768px) {
      .device-listing-promo .device-name {
        font-size: 18px; } }
  .device-listing-promo .device-original-price {
    color: #999; }
  .device-listing-promo .device-price {
    font-weight: 700;
    font-size: 20px;
    color: #e20074; }
    @media screen and (min-width: 768px) {
      .device-listing-promo .device-price {
        font-size: 22px; } }
    .device-listing-promo .device-price span {
      font-weight: 600;
      font-size: 16px; }

.device-listing {
  flex-wrap: wrap;
  margin-top: -15px; }
  @media screen and (max-width: 767px) {
    .device-listing {
      margin-left: -15px;
      margin-right: -15px; } }
  .device-listing .device {
    display: flex;
    flex-basis: 50%;
    max-width: 50%;
    padding: 15px; }
    @media screen and (max-width: 479px) {
      .device-listing .device {
        padding-bottom: 0; }
        .device-listing .device:nth-child(odd) {
          padding-right: 8px; }
        .device-listing .device:nth-child(even) {
          padding-left: 8px; } }
    @media screen and (min-width: 992px) {
      .device-listing .device {
        max-width: 33.33333333%;
        flex-basis: 33.33333333%; } }
    @media screen and (min-width: 768px) {
      .device-listing-full-size .device-listing .device {
        max-width: 33.33333333%;
        flex-basis: 33.33333333%; } }
    @media screen and (min-width: 992px) {
      .device-listing-full-size .device-listing .device {
        max-width: 25%;
        flex-basis: 25%; } }
    .device-listing .device-inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 20px 15px 16px;
      background: #fff;
      border-radius: 3px;
      position: relative;
      transition-property: transform, box-shadow, border;
      transition-duration: 0.5s;
      z-index: 1; }
      .device-listing .device-inner.js-hover {
        transform: scale(1.1);
        box-shadow: 0 0 15px 0px rgba(74, 74, 74, 0.4);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 2; }
        @media screen and (min-width: 992px) {
          .device-listing .device-inner.js-hover {
            transform: scale(1.25); } }
        .device-listing .device-inner.js-hover .device-name {
          text-decoration: none; }
        .device-listing .device-inner.js-hover .device-params {
          transform: translateY(56px);
          opacity: 1;
          box-shadow: 0 6px 6px 0px rgba(74, 74, 74, 0.3); }
      @media screen and (min-width: 1200px) {
        .device-listing .device-inner {
          padding: 20px 25px 16px; } }
  .device-listing img {
    margin-bottom: 11px; }
  .device-listing .device-name {
    flex-grow: 1;
    color: #000;
    font-weight: 600;
    font-size: 14px; }
    @media screen and (min-width: 480px) {
      .device-listing .device-name {
        font-size: 18px; } }
  .device-listing .device-image {
    flex-shrink: 0; }
  .device-listing .device-price {
    font-weight: 700;
    font-size: 14px;
    color: #e20074; }
    @media screen and (min-width: 480px) {
      .device-listing .device-price {
        font-size: 22px; }
        .device-listing .device-price .no-bold {
          font-weight: 500; } }
    .device-listing .device-price span {
      font-weight: 600;
      font-size: 12px; }
      @media screen and (min-width: 480px) {
        .device-listing .device-price span {
          font-size: 16px; } }
  .device-listing .device-original-price {
    font-weight: 600;
    font-size: 10px; }
    @media screen and (min-width: 480px) {
      .device-listing .device-original-price {
        font-size: 16px; } }
  .device-listing .device-prices {
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .device-listing .device-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 0; }
  .device-listing .device-params {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin: 0;
    width: 100%;
    height: 61px;
    padding: 0 15px 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    transform: translateY(0);
    transition-property: transform, opacity, box-shadow;
    transition-duration: 0.5s; }
    @media screen and (max-width: 479px) {
      .device-listing .device-params {
        display: none; } }
    @media screen and (min-width: 1200px) {
      .device-listing .device-params {
        padding-left: 30px;
        padding-right: 30px; } }
    .device-listing .device-params li {
      display: flex;
      align-items: center;
      flex-direction: column;
      flex-basis: 100%;
      font-weight: 600;
      font-size: 10px;
      color: #999;
      margin: 0; }
      .device-listing .device-params li i {
        display: block;
        margin-bottom: 6px; }
      .device-listing .device-params li svg {
        fill: #000;
        width: 25px;
        height: 25px; }
  .device-listing .device-installments,
  .device-listing .device-vat {
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #999; }
    @media screen and (min-width: 480px) {
      .device-listing .device-installments,
      .device-listing .device-vat {
        font-size: 14px; } }
  @media screen and (min-width: 768px) {
    .device-listing-wrapper {
      margin-top: 22px; } }
  .no-js .device-listing-wrapper .top .btn-settings {
    display: none; }
  @media screen and (min-width: 768px) {
    .device-listing-wrapper .side,
    .device-listing-wrapper .main {
      margin-top: 17px;
      margin-bottom: 17px;
      position: relative;
      left: 15px; } }
  .device-listing-wrapper .side {
    background: #f6f6f6;
    border-radius: 3px; }
    @media screen and (max-width: 767px) {
      .device-listing-wrapper .side {
        order: -1; } }
    @media screen and (min-width: 768px) {
      .device-listing-wrapper .side .first-sm.background-white {
        padding: 6px 20px; } }
    @media screen and (max-width: 767px) {
      .device-listing-wrapper .side .overlay-link {
        font-size: 16px;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 17px;
        padding-bottom: 17px; } }
    @media screen and (min-width: 768px) {
      .device-listing-wrapper .side .overlay-link {
        justify-content: center; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .device-listing-wrapper .main {
      padding-right: 0; } }
  .device-listing-wrapper .select-like-tabs .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 160px; }
  .device-listing-full-size .top .btn-settings {
    white-space: nowrap; }
  .device-listing-full-size .side,
  .device-listing-full-size .main {
    left: 0; }
  @media screen and (min-width: 768px) {
    .device-listing-full-size .side {
      display: none; } }
  @media screen and (min-width: 768px) {
    .device-listing-full-size .main {
      flex-basis: 100%;
      max-width: 100%;
      padding-left: 0; } }
  .device-listing-filters {
    margin-left: -15px;
    margin-right: -15px; }
  .device-listing-filter {
    border-bottom: 1px solid #e5e5e5; }
    .device-listing-filter:first-child {
      border-top: 1px solid #e5e5e5; }
    .device-listing-filter:last-child {
      border-bottom: 0; }
    .device-listing-filter .filter-link,
    .device-listing-filter .collapse-link,
    .device-listing-filter .collapse-content {
      padding-left: 20px;
      padding-right: 20px; }
      .device-listing-filter .filter-link .collapse-link,
      .device-listing-filter .filter-link .collapse-content,
      .device-listing-filter .collapse-link .collapse-link,
      .device-listing-filter .collapse-link .collapse-content,
      .device-listing-filter .collapse-content .collapse-link,
      .device-listing-filter .collapse-content .collapse-content {
        padding-left: 0;
        padding-right: 0; }
    .device-listing-filter .filter-link {
      display: flex;
      align-items: center;
      height: 55px;
      font-weight: 600; }
      .device-listing-filter .filter-link:not(.collapse-link) {
        padding-left: 0;
        padding-right: 0; }
        @media screen and (max-width: 767px) {
          .device-listing-filter .filter-link:not(.collapse-link) {
            justify-content: flex-end; } }
        .device-listing-filter .filter-link:not(.collapse-link) i {
          margin-right: 10px; }
    .device-listing-filter .collapse-link {
      justify-content: space-between;
      color: #000; }
      .device-listing-filter .collapse-link:active {
        outline: 0; }
      .device-listing-filter .collapse-link:focus {
        text-decoration: none; }
      .device-listing-filter .collapse-link:focus:hover {
        text-decoration: underline; }
    .device-listing-filter .collapse-content .checkbox:first-child, .device-listing-filter .collapse-content .checkbox:first-of-type {
      margin-top: 0; }
    .device-listing-filter .collapse-content .collapse-link {
      color: #e20074; }
    .device-listing-filter .ico-info-sign[data-toggle="tooltip"] svg {
      width: 16px;
      height: 16px; }
    .device-listing-filter > .row {
      margin-left: 0;
      margin-right: 0; }
    .device-listing-filter .input-group-sm > .form-control,
    .device-listing-filter .input-group-sm > .input-group-addon {
      padding-left: 7px;
      padding-right: 7px; }
    .device-listing-filter .input-group-sm > .form-control {
      text-align: right; }

.service-listing {
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  @media screen and (max-width: 991px) {
    .service-listing {
      background: #efefef; } }
  .service-listing-table-prices caption {
    padding: 0; }
  .service-listing-table-prices > thead > tr > th,
  .service-listing-table-prices > thead > tr > td,
  .service-listing-table-prices > tbody > tr > th,
  .service-listing-table-prices > tbody > tr > td {
    padding-top: 0;
    padding-bottom: 0; }
    .service-listing-table-prices > thead > tr > th:first-child,
    .service-listing-table-prices > thead > tr > td:first-child,
    .service-listing-table-prices > tbody > tr > th:first-child,
    .service-listing-table-prices > tbody > tr > td:first-child {
      padding-left: 0; }
    .service-listing-table-prices > thead > tr > th:last-child,
    .service-listing-table-prices > thead > tr > td:last-child,
    .service-listing-table-prices > tbody > tr > th:last-child,
    .service-listing-table-prices > tbody > tr > td:last-child {
      padding-right: 0; }
  .service-listing-table-prices > thead > tr > td,
  .service-listing-table-prices > tbody > tr > td {
    vertical-align: bottom; }
  .service-listing .service {
    position: relative; }
    @media screen and (max-width: 991px) {
      .service-listing .service {
        margin: 33px 0;
        padding-left: 10px;
        padding-right: 10px; }
        .service-listing .service:last-child {
          padding-right: 0; }
        .service-listing .service.slick-slide {
          display: flex;
          height: auto; } }
    @media screen and (max-width: 479px) {
      .service-listing .service.slick-slide {
        min-width: 170px; } }
    @media screen and (min-width: 992px) {
      .service-listing .service:first-child .service-top {
        top: calc(50% - -26px); }
      .service-listing .service:last-child .service-listing-table > thead > tr > th,
      .service-listing .service:last-child .service-listing-table > thead > tr > td,
      .service-listing .service:last-child .service-listing-table > tbody > tr > th,
      .service-listing .service:last-child .service-listing-table > tbody > tr > td {
        border-bottom: 1px solid #efefef; } }
    .service-listing .service .bootstrap-select .dropdown-toggle {
      font-size: 14px;
      padding-left: 10px;
      padding-right: 10px; }
      .service-listing .service .bootstrap-select .dropdown-toggle .ico-chevron-down {
        right: 10px;
        margin-top: -2px; }
        .service-listing .service .bootstrap-select .dropdown-toggle .ico-chevron-down svg {
          width: 8px;
          height: 4px; }
      .service-listing .service .bootstrap-select .dropdown-toggle .filter-option {
        width: 85%; }
      @media screen and (max-width: 479px) {
        .service-listing .service .bootstrap-select .dropdown-toggle {
          font-size: 12px; } }
    @media screen and (max-width: 991px) {
      .service-listing .service .bootstrap-select .dropdown-menu > li > a {
        font-size: 14px; } }
    .service-listing .service .service-border-top {
      margin-top: 17px;
      position: relative; }
      .service-listing .service .service-border-top:before {
        content: '';
        display: block;
        width: 25%;
        height: 1px;
        background: #bfbfbf;
        position: absolute;
        top: -9px;
        left: 50%;
        margin-left: -12.5%; }
    .service-listing .service .service-top {
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      margin: 0;
      padding: 4px 20px;
      background: #64b9e4;
      text-transform: uppercase;
      position: absolute;
      line-height: 1;
      left: -20px; }
      @media screen and (min-width: 992px) {
        .service-listing .service .service-top {
          top: 50%;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px;
          transform: rotateZ(-90deg) translateX(50%);
          transform-origin: bottom;
          padding-left: 10px;
          padding-right: 10px; } }
      @media screen and (max-width: 991px) {
        .service-listing .service .service-top {
          top: -20px;
          left: 50%;
          transform: translateX(-50%);
          border-top-left-radius: 3px;
          border-top-right-radius: 3px; } }
      @media screen and (min-width: 992px) {
        .modal-body .service-listing .service .service-top {
          left: 10px;
          border-radius: 3px; } }
    .service-listing .service-detail-content {
      border-top: 1px solid #bfbfbf;
      border-radius: 0;
      background: #f6f6f6; }
      @media screen and (max-width: 991px) {
        .service-listing .service-detail-content {
          display: none; } }
      @media screen and (min-width: 992px) {
        .service-listing .service-detail-content {
          position: relative; }
          .service-listing .service-detail-content:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-top: 12px solid #bfbfbf;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%); } }
  .service-listing-table {
    margin-bottom: 0; }
    @media screen and (min-width: 992px) {
      .service-listing-table {
        table-layout: fixed; } }
    @media screen and (max-width: 991px) {
      .service-listing-table {
        display: flex;
        background: #fff;
        border-radius: 6px; } }
    .service-listing-table > thead > tr > th,
    .service-listing-table > thead > tr > td,
    .service-listing-table > tbody > tr > th,
    .service-listing-table > tbody > tr > td {
      vertical-align: middle; }
      @media screen and (min-width: 992px) {
        .service-listing-table > thead > tr > th:first-child,
        .service-listing-table > thead > tr > td:first-child,
        .service-listing-table > tbody > tr > th:first-child,
        .service-listing-table > tbody > tr > td:first-child {
          width: 120px; }
        .service-listing-table > thead > tr > th:nth-child(2),
        .service-listing-table > thead > tr > td:nth-child(2),
        .service-listing-table > tbody > tr > th:nth-child(2),
        .service-listing-table > tbody > tr > td:nth-child(2) {
          width: 180px; }
        .service-listing-table > thead > tr > th:nth-child(3),
        .service-listing-table > thead > tr > td:nth-child(3),
        .service-listing-table > tbody > tr > th:nth-child(3),
        .service-listing-table > tbody > tr > td:nth-child(3) {
          width: 170px; }
        .service-listing-table > thead > tr > th:nth-child(4),
        .service-listing-table > thead > tr > td:nth-child(4),
        .service-listing-table > tbody > tr > th:nth-child(4),
        .service-listing-table > tbody > tr > td:nth-child(4) {
          width: 140px; }
        .service-listing-table > thead > tr > th:nth-child(5),
        .service-listing-table > thead > tr > td:nth-child(5),
        .service-listing-table > tbody > tr > th:nth-child(5),
        .service-listing-table > tbody > tr > td:nth-child(5) {
          width: 150px; }
        .modal-body .service-listing-table > thead > tr > th:first-child, .modal-body
        .service-listing-table > thead > tr > td:first-child, .modal-body
        .service-listing-table > tbody > tr > th:first-child, .modal-body
        .service-listing-table > tbody > tr > td:first-child {
          width: 110px; }
        .modal-body .service-listing-table > thead > tr > th:nth-child(2), .modal-body
        .service-listing-table > thead > tr > td:nth-child(2), .modal-body
        .service-listing-table > tbody > tr > th:nth-child(2), .modal-body
        .service-listing-table > tbody > tr > td:nth-child(2) {
          width: 150px; }
        .modal-body .service-listing-table > thead > tr > th:nth-child(4), .modal-body
        .service-listing-table > thead > tr > td:nth-child(4), .modal-body
        .service-listing-table > tbody > tr > th:nth-child(4), .modal-body
        .service-listing-table > tbody > tr > td:nth-child(4) {
          width: 130px; }
        .modal-body .service-listing-table > thead > tr > th:nth-child(5), .modal-body
        .service-listing-table > thead > tr > td:nth-child(5), .modal-body
        .service-listing-table > tbody > tr > th:nth-child(5), .modal-body
        .service-listing-table > tbody > tr > td:nth-child(5) {
          width: 140px; }
        .modal-body .service-listing-table > thead > tr > th, .modal-body .service-listing-table > thead > tr > th:nth-child(3), .modal-body .service-listing-table > thead > tr > th:nth-child(6)
        .modal-body .service-listing-table > thead > tr > th[colspan], .modal-body
        .service-listing-table > thead > tr > td, .modal-body
        .service-listing-table > thead > tr > td:nth-child(3), .modal-body
        .service-listing-table > thead > tr > td:nth-child(6)
        .modal-body .service-listing-table > thead > tr > th[colspan], .modal-body
        .service-listing-table > tbody > tr > th, .modal-body
        .service-listing-table > tbody > tr > th:nth-child(3), .modal-body
        .service-listing-table > tbody > tr > th:nth-child(6)
        .modal-body .service-listing-table > thead > tr > th[colspan], .modal-body
        .service-listing-table > tbody > tr > td, .modal-body
        .service-listing-table > tbody > tr > td:nth-child(3), .modal-body
        .service-listing-table > tbody > tr > td:nth-child(6)
        .modal-body .service-listing-table > thead > tr > th[colspan], .modal-body .service-listing-table > thead > tr > th:nth-child(6)
        .modal-body
        .service-listing-table > thead > tr > td[colspan], .modal-body
        .service-listing-table > thead > tr > td:nth-child(6)
        .modal-body
        .service-listing-table > thead > tr > td[colspan], .modal-body
        .service-listing-table > tbody > tr > th:nth-child(6)
        .modal-body
        .service-listing-table > thead > tr > td[colspan], .modal-body
        .service-listing-table > tbody > tr > td:nth-child(6)
        .modal-body
        .service-listing-table > thead > tr > td[colspan], .modal-body .service-listing-table > thead > tr > th:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > th[colspan], .modal-body
        .service-listing-table > thead > tr > td:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > th[colspan], .modal-body
        .service-listing-table > tbody > tr > th:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > th[colspan], .modal-body
        .service-listing-table > tbody > tr > td:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > th[colspan], .modal-body .service-listing-table > thead > tr > th:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > td[colspan], .modal-body
        .service-listing-table > thead > tr > td:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > td[colspan], .modal-body
        .service-listing-table > tbody > tr > th:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > td[colspan], .modal-body
        .service-listing-table > tbody > tr > td:nth-child(6)
        .modal-body
        .service-listing-table > tbody > tr > td[colspan] {
          width: 150px; } }
      @media screen and (min-width: 1200px) {
        .service-listing-table > thead > tr > th:nth-child(2),
        .service-listing-table > thead > tr > td:nth-child(2),
        .service-listing-table > tbody > tr > th:nth-child(2),
        .service-listing-table > tbody > tr > td:nth-child(2) {
          width: 190px; }
        .service-listing-table > thead > tr > th:nth-child(3),
        .service-listing-table > thead > tr > td:nth-child(3),
        .service-listing-table > tbody > tr > th:nth-child(3),
        .service-listing-table > tbody > tr > td:nth-child(3) {
          width: 190px; }
        .service-listing-table > thead > tr > th:nth-child(4),
        .service-listing-table > thead > tr > td:nth-child(4),
        .service-listing-table > tbody > tr > th:nth-child(4),
        .service-listing-table > tbody > tr > td:nth-child(4) {
          width: 190px; }
        .service-listing-table > thead > tr > th:nth-child(5),
        .service-listing-table > thead > tr > td:nth-child(5),
        .service-listing-table > tbody > tr > th:nth-child(5),
        .service-listing-table > tbody > tr > td:nth-child(5) {
          width: 190px; } }
      @media screen and (min-width: 992px) {
        .service-listing-table > thead > tr > th,
        .service-listing-table > thead > tr > td,
        .service-listing-table > tbody > tr > th,
        .service-listing-table > tbody > tr > td {
          padding-left: 14px;
          padding-right: 14px; }
          .modal-body .service-listing-table > thead > tr > th:first-child, .modal-body
          .service-listing-table > thead > tr > td:first-child, .modal-body
          .service-listing-table > tbody > tr > th:first-child, .modal-body
          .service-listing-table > tbody > tr > td:first-child {
            padding-left: 40px; }
          .service-listing-table > thead > tr > th a:not(.btn),
          .service-listing-table > thead > tr > td a:not(.btn),
          .service-listing-table > tbody > tr > th a:not(.btn),
          .service-listing-table > tbody > tr > td a:not(.btn) {
            line-height: 16px; } }
    .service-listing-table > thead:first-child > tr:first-child > th {
      border-top: 1px solid #efefef; }
      .modal-body .service-listing-table > thead:first-child > tr:first-child > th {
        border-top: 0; }
    .service-listing-table > thead > tr > th {
      font-weight: 600;
      font-size: 14px;
      color: #999;
      border-bottom-width: 1px;
      vertical-align: bottom;
      padding-top: 18px;
      padding-bottom: 10px;
      line-height: 16px; }
    .service-listing-table > tbody > tr {
      transition-property: background;
      transition-duration: 350ms; }
      @media screen and (min-width: 992px) {
        .service-listing-table > tbody > tr:hover {
          background: #f6f6f6; } }
      @media screen and (min-width: 992px) {
        .service-listing-table > tbody > tr > th,
        .service-listing-table > tbody > tr > td {
          padding-top: 18px;
          padding-bottom: 18px; } }
      @media screen and (max-width: 991px) {
        .service-listing-table > tbody > tr > th,
        .service-listing-table > tbody > tr > td {
          padding: 11px 15px; }
          .service-listing-table > tbody > tr > th:nth-child(2),
          .service-listing-table > tbody > tr > td:nth-child(2) {
            flex-basis: 25%; }
          .modal-body .service-listing-table > tbody > tr > th:nth-child(2), .modal-body
          .service-listing-table > tbody > tr > td:nth-child(2) {
            flex-basis: auto; }
          .modal-body .service-listing-table > tbody > tr > th:nth-child(3), .modal-body
          .service-listing-table > tbody > tr > td:nth-child(3) {
            flex-basis: 28%; } }
      @media screen and (min-width: 992px) {
        .service-listing-table > tbody > tr.open {
          background: #f6f6f6; } }
    .service-listing-table .service-listing-table-prices {
      margin-bottom: 11px;
      border-bottom: 1px solid #bfbfbf; }
  .service-listing .service-name {
    font-size: 14px;
    color: #999;
    line-height: 1; }
    @media screen and (min-width: 992px) {
      .service-listing .service-name {
        text-align: left; } }
    .service-listing .service-name,
    .service-listing .service-name p {
      line-height: 1; }
    .service-listing .service-name p {
      margin-bottom: 0; }
    .service-listing .service-name span {
      font-weight: 700;
      font-size: 28px;
      color: #000;
      display: block; }
      @media screen and (max-width: 991px) {
        .service-listing .service-name span {
          font-size: 34px; } }
    .service-listing .service-name .radio {
      margin: 0;
      line-height: 0; }
    @media screen and (max-width: 991px) {
      .service-listing .service-name .radio label {
        padding-left: 0; }
      .service-listing .service-name .radio .like-radio {
        display: none; } }
  .service-listing .service-param {
    margin-bottom: 5px; }
  @media screen and (min-width: 992px) {
    .service-listing .service-promo-item {
      padding-bottom: 30px; }
      .service-listing .service-promo-item .service-top {
        transform: rotateZ(-90deg) translateX(calc(50% - -8px)); }
        .modal-body .service-listing .service-promo-item .service-top {
          top: calc(50% - 7px); }
      .service-listing .service-promo-item:first-child .service-top {
        top: calc(50% - -14px); } }
  .service-listing .service-promo {
    font-weight: 600; }
    @media screen and (max-width: 991px) {
      .service-listing .service-promo {
        display: inline-flex;
        margin-top: 5px;
        font-size: 12px;
        color: #4a4a4a; } }
    @media screen and (min-width: 992px) {
      .service-listing .service-promo {
        display: block;
        font-size: 14px;
        color: #fff;
        background: #64b9e4;
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        text-align: left;
        line-height: 1;
        padding: 8px 0;
        padding-left: 14px; }
        .modal-body .service-listing .service-promo {
          padding-left: 40px; }
        .service-listing .service-promo:before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 8px solid #64b9e4;
          position: absolute;
          top: -8px;
          left: 14px; }
          .modal-body .service-listing .service-promo:before {
            left: 40px; } }
    @media screen and (max-width: 991px) {
      .service-listing .service-promo .service-promo-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100px; } }
    @media screen and (min-width: 992px) {
      .service-listing .service-promo .service-promo-text {
        margin: 0; } }
    @media screen and (min-width: 992px) {
      .service-listing .service-promo-gray {
        color: #000;
        background: #bfbfbf; }
        .service-listing .service-promo-gray:before {
          border-bottom-color: #bfbfbf; } }
  @media screen and (max-width: 1199px) {
    .service-listing .btn-service-submit {
      margin-bottom: 11px; } }
  .service-listing .service-link {
    display: inline-block;
    margin-top: 11px; }
  .service-listing .slick-track {
    display: flex; }

.modal-body .service-detail-content {
  height: auto !important;
  display: block; }
  .modal-body .service-detail-content .well-lg {
    padding: 0; }

.eyecatchers {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 3px;
  overflow: hidden; }
  .eyecatchers-without-radius {
    border-top-left-radius: 0; }
  .eyecatchers-right {
    right: 0;
    left: auto; }

.eyecatcher {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
  position: absolute; }
  .eyecatchers .eyecatcher {
    position: static; }
  .device-listing-promo .eyecatcher, .device-listing .eyecatcher {
    width: 82px;
    padding: 10px;
    top: 0;
    left: 0; }
  .device-listing .eyecatcher {
    padding-top: 5px;
    padding-bottom: 5px; }
  .eyecatcher em {
    font-style: normal; }
  .eyecatcher-blue {
    background: #64b9e4; }
  .eyecatcher-gray-darker {
    background: #4a4a4a; }
  .eyecatcher-magenta {
    background: #e20074; }
  .eyecatcher-orange {
    background: #eda95a; }

/* 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-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 {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex !important;
  justify-content: center; }
  .slick-dots li {
    font-size: 0;
    line-height: 1;
    margin: 5px; }
    .slick-dots li:focus {
      outline: 0; }
    .slick-dots li button {
      border: 0;
      padding: 0;
      position: relative;
      background: #999;
      text-indent: -9999px;
      width: 8px;
      height: 8px;
      border-radius: 50%; }
      .slick-dots li button:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid transparent;
        position: absolute;
        top: -4px;
        left: -4px;
        transition-property: border;
        transition-duration: 0.25s; }
    .slick-dots li.slick-active button:before {
      border-color: #999; }

.slick-slide.slick-active {
  margin-bottom: 11px; }

.slick-arrow {
  line-height: 1;
  font-size: 0;
  padding: 5px;
  margin: 0;
  border: 0;
  background: none;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1; }
  .slick-arrow.slick-disabled {
    display: none !important; }
  .slick-arrow svg {
    fill: #e20074;
    width: 20px;
    height: 20px; }
    .background-black .slick-arrow svg {
      fill: #fff; }
  .slick-arrow:focus, .slick-arrow:hover {
    outline: 0; }
    .slick-arrow:focus svg, .slick-arrow:hover svg {
      fill: #b0005a; }

.slick-prev {
  left: -10px; }

.slick-next {
  right: -10px; }

.billboard {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 768px) {
    .billboard {
      height: 500px; } }
  @media screen and (min-width: 1200px) {
    .billboard {
      height: 580px; } }
  .billboard-text {
    flex-grow: 1;
    position: relative;
    z-index: 1; }

.articles {
  margin: 22px 0; }
  @media screen and (min-width: 992px) {
    .articles {
      margin-top: 60px; } }
  .articles > .row > div {
    margin-bottom: 22px; }
    .articles > .row > div.slick-list {
      margin: 0; }

.article {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  color: #000;
  background-color: #efefef;
  padding: 0 25px 14px;
  border-radius: 3px;
  transform-style: preserve-3d; }
  @media screen and (max-width: 479px) {
    .article {
      padding-left: 15px;
      padding-right: 15px; } }
  .article h2,
  .article h3 {
    margin: 15px 0 11px; }
    .article h2 a,
    .article h3 a {
      color: #000; }
  .article .perex {
    flex-grow: 1;
    margin-bottom: 22px; }
  .article .meta {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    margin-top: -5px; }
    .article .meta .date {
      margin-right: 10px; }
  .article-img {
    height: 180px;
    position: relative;
    overflow: hidden;
    margin: 0 -25px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    @media screen and (max-width: 479px) {
      .article-img {
        margin-left: -15px;
        margin-right: -15px; } }
    .article-img img {
      margin: auto;
      position: absolute;
      top: -9999px;
      left: -9999px;
      bottom: -9999px;
      right: -9999px;
      transition-duration: 0.5s;
      transition-property: transform; }
  .article .btn i {
    margin-left: 6px; }
  .article.js-hover .article-img img {
    transform: scale(1.1); }
  .article-large {
    color: #fff;
    min-height: 365px;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .article-large {
        padding-top: 50px;
        padding-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .article-large {
        justify-content: center; } }
    .article-large h2 a,
    .article-large h3 a {
      color: #fff; }
    .article-large .perex {
      font-weight: 600;
      font-size: 20px;
      line-height: 20px; }
      @media screen and (max-width: 767px) {
        .article-large .perex {
          flex-grow: 0; } }
    .article-large .article-img {
      height: auto;
      overflow: visible;
      position: static; }
    .article-large > *:not(.article-img) {
      position: relative; }

.panel {
  box-shadow: none; }
  .caption .panel {
    border-color: currentColor; }
  .panel-transparent {
    background: transparent; }
  @media screen and (max-width: 991px) {
    .panel-contact-form {
      background: #efefef;
      margin-bottom: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .panel-contact-form .panel-body {
        padding-top: 6px;
        padding-bottom: 6px; } }
  .panel-contact-form .contact-form-heading {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 8px 0; }
    .panel-contact-form .contact-form-heading-icon {
      margin-right: 15px; }
  .panel-faq {
    margin-bottom: 0;
    border-top: 1px solid #bfbfbf;
    border-radius: 0; }
    .panel-faq:last-child {
      border-bottom: 1px solid #bfbfbf;
      margin-bottom: 22px; }
    .panel-faq .panel-body {
      padding-top: 0;
      padding-bottom: 0; }

.collapse-close {
  border: 0;
  margin: 0;
  background: none; }
  .well .collapse-close {
    position: absolute;
    top: 11px;
    right: 5px; }
    .well .collapse-close svg {
      fill: #bfbfbf; }
.collapse-content .well {
  position: relative;
  padding-right: 45px; }
.collapse-link .collapse-icon {
  transform: rotateZ(-180deg);
  transition-property: transform;
  transition-duration: 0.25s; }
  .collapse-link .collapse-icon svg {
    width: 12px;
    height: 12px; }
.collapse-link.collapsed .collapsed-text {
  display: block; }
.collapse-link.collapsed .not-collapsed-text {
  display: none; }
.collapse-link.collapsed .collapse-icon {
  transform: rotateZ(0deg); }
.collapse-link .collapsed-text {
  display: none; }
.collapse-link .not-collapsed-text {
  display: block; }

.modal #gang-login h3 {
  margin-top: 11px; }
@media screen and (max-width: 991px) {
  .modal #gang-login [class*="col-sm-"] {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0; } }
@media screen and (max-width: 479px) {
  .modal #gang-login [class*="col-xs-"] {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0; } }
.modal #gang-login .btn-group .btn {
  color: #999; }
  .modal #gang-login .btn-group .btn:hover, .modal #gang-login .btn-group .btn.active {
    color: #fff;
    background: #64b9e4; }
    .modal #gang-login .btn-group .btn:hover svg, .modal #gang-login .btn-group .btn.active svg {
      fill: #fff; }
.modal #gang-login .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
.modal #gang-login .margin-large,
.modal #gang-login .margin-base {
  margin-top: 11px;
  margin-bottom: 11px; }
.modal #gang-login .padding-xxlarge {
  padding-top: 33px;
  padding-bottom: 33px; }
.modal #gang-login .margin-xlarge {
  margin: 22px 0; }
.modal #gang-login .background-blue-lighter {
  background: #efefef; }
@media screen and (min-width: 480px) {
  .modal #gang-login .btn-link-xxs {
    display: inline;
    font-weight: 600;
    padding: 0;
    border: 0;
    vertical-align: inherit; } }
.modal #gang-login .tab-content {
  margin-bottom: 0; }
.modal #gang-login .tab-pane {
  margin-left: -15px;
  margin-right: -15px; }
.modal #gang-login label {
  font-weight: 500;
  font-size: 18px;
  display: block;
  text-align: left; }
.modal #gang-login .form-control {
  height: 50px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 3px; }
.modal #gang-login select.form-control {
  height: 50px;
  line-height: 50px; }
.modal #gang-login textarea.form-control,
.modal #gang-login select[multiple].form-control {
  height: auto; }
.modal #gang-login .btn-block:not(.btn-link) {
  padding: 10px 32px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 3px; }

.nav-image-tabs,
.nav-material-tabs {
  display: flex; }
  .nav-image-tabs li,
  .nav-material-tabs li {
    display: flex;
    margin: 0;
    position: relative; }
    .nav-image-tabs li:before,
    .nav-material-tabs li:before {
      content: '';
      display: block;
      width: 0;
      background: #e20074;
      position: absolute;
      left: 0;
      transition-property: width;
      transition-duration: 0.5s; }
    .nav-image-tabs li.active:before,
    .nav-material-tabs li.active:before {
      width: 100%; }

.nav-image-tabs {
  border-bottom-color: #bfbfbf; }
  .nav-image-tabs.slick-slider {
    border-bottom: 0; }
  .nav-image-tabs li:before {
    height: 4px;
    bottom: -2px; }
  .nav-image-tabs li.slick-slide {
    display: flex;
    height: auto;
    margin-top: 0;
    margin-bottom: 22px; }
    .nav-image-tabs li.slick-slide:before {
      bottom: -24px; }
    .nav-image-tabs li.slick-slide a {
      flex-grow: 1;
      align-items: center;
      padding-left: 20px;
      padding-right: 20px; }
  .nav-image-tabs li.active img {
    opacity: 1; }
  .nav-image-tabs li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px; }
    .nav-image-tabs li a img {
      display: block;
      max-width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      opacity: 0.6;
      transition-property: opacity;
      transition-duration: 0.5s; }
  .nav-image-tabs > li {
    flex: 1; }
    .nav-image-tabs > li > a {
      margin: 0;
      border: 0;
      border-radius: 0;
      flex: 1; }
      .nav-image-tabs > li > a:focus, .nav-image-tabs > li > a:active, .nav-image-tabs > li > a:hover {
        outline: 0; }
        .nav-image-tabs > li > a:focus img, .nav-image-tabs > li > a:active img, .nav-image-tabs > li > a:hover img {
          opacity: 1; }
    .nav-image-tabs > li.active > a, .nav-image-tabs > li.active > a:hover, .nav-image-tabs > li.active > a:focus {
      border: 0;
      background: transparent; }
  .nav-image-tabs .slick-track {
    display: flex;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 1px; }
  @media screen and (min-width: 992px) {
    .nav-image-tabs + .tab-content .panel-body {
      padding-top: 66px; } }

.nav-material-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #efefef;
  background: #fff; }
  @media screen and (max-width: 479px) {
    .nav-material-tabs {
      font-size: 14px; } }
  .nav-material-tabs.center {
    justify-content: center; }
  .nav-material-tabs > li {
    text-align: center; }
    @media screen and (min-width: 480px) {
      .nav-material-tabs > li {
        margin-right: 20px; } }
    .nav-material-tabs > li:before {
      height: 3px;
      bottom: -1px; }
    @media screen and (min-width: 480px) {
      .nav-material-tabs > li:last-child {
        margin-right: 0; } }
    .nav-material-tabs > li > a {
      color: #999;
      padding: 15px 10px; }
      @media screen and (max-width: 479px) {
        .nav-material-tabs > li > a {
          padding-top: 13px;
          padding-bottom: 13px; } }
      .nav-material-tabs > li > a.v-center {
        display: flex; }
      .nav-material-tabs > li > a svg {
        fill: #999; }
    .nav-material-tabs > li.active > a {
      font-weight: 600;
      color: #000; }
      .nav-material-tabs > li.active > a svg {
        fill: #000; }

/*---------------------------------------------------------------------------*\
  #CART VARIABLES
\*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*\
  #CART
\*---------------------------------------------------------------------------*/
.cart-wrapper {
  margin-bottom: 44px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .cart-wrapper {
      margin-bottom: 55px; } }

.cart-panel {
  position: relative;
  background: #efefef; }
  @media screen and (max-width: 767px) {
    .cart-panel {
      margin-top: 11px; } }
  .cart-panel:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #efefef;
    position: absolute;
    top: -12px;
    left: calc(12% - 15px); }
    @media screen and (min-width: 768px) {
      .cart-panel:before {
        left: 15px; } }
  .cart-panel-overview .panel-body {
    padding: 0;
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap; }
  .cart-panel-overview .img-thumbnail {
    width: 64px;
    height: 64px;
    padding: 2px;
    vertical-align: middle;
    margin: 8px;
    border-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0;
    transition: none; }
    .cart-panel-overview .img-thumbnail img {
      height: 100%; }
    .cart-panel-overview .img-thumbnail svg {
      max-width: 35px;
      max-height: 35px; }
    .cart-panel-overview .img-thumbnail .cart-item-status {
      position: absolute;
      right: 5px;
      bottom: 5px; }
      .cart-panel-overview .img-thumbnail .cart-item-status svg {
        width: 16px;
        height: 16px; }
  .cart-panel-overview .thumbnail-msg {
    display: flex;
    flex-direction: column;
    margin: 8px;
    font-size: 20px; }
    .cart-panel-overview .thumbnail-msg span + span {
      margin-top: 5px; }
.cart-item {
  padding-top: 11px;
  padding-bottom: 11px; }
  .cart-item.border-top:first-child, .cart-item.border-top:first-of-type {
    border-top: 0; }
  .cart-item-thumbnail {
    position: relative; }
    .cart-item-thumbnail .img-thumbnail {
      padding: 0;
      border-width: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: none; }
      @media screen and (min-width: 768px) {
        .cart-item-thumbnail .img-thumbnail {
          position: absolute;
          width: 100px;
          height: 100px;
          top: -22px;
          left: 50%;
          margin-left: -50px; } }
      .cart-item-thumbnail .img-thumbnail svg {
        width: 35px;
        height: 35px; }
        @media screen and (min-width: 768px) {
          .cart-item-thumbnail .img-thumbnail svg {
            width: 56px;
            height: 56px; } }
  .cart-item.border-top {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 40px; }
  .cart-item .currency {
    font-weight: 600;
    font-size: 16px; }
.cart-remove-ico {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .cart-remove-ico [class*="ico-"] svg {
    fill: #999;
    max-width: 27px;
    max-height: 27px; }
@media screen and (min-width: 480px) {
  .cart-item-name {
    font-size: 20px;
    line-height: 20px; } }
.cart-item-price {
  font-size: 18px;
  float: right; }
  @media screen and (min-width: 480px) {
    .cart-item-price {
      font-size: 20px;
      line-height: 20px; } }
  .cart-item-price strong {
    font-weight: 700; }
.cart-item-price-frequency {
  font-weight: 600;
  font-size: 16px;
  color: #999; }
.cart-item-info {
  margin: 0; }
.cart-banner .well {
  margin: 0;
  border: 0;
  border-radius: 0; }
.cart-banner-bg {
  background: rgba(226, 0, 116, 0.8); }

.well {
  box-shadow: none; }
  .caption .well {
    color: #000;
    border-color: #fff; }
  .caption-inverse .well {
    border-color: #bfbfbf; }

.well-like-btn {
  display: block;
  border-color: #999;
  font-weight: 600;
  margin-top: 6px; }
  .well-like-btn:hover, .well-like-btn:focus {
    text-decoration: none;
    border-color: #4a4a4a; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .well-like-btn {
      /* IE10+ specific styles go here */ }
      .well-like-btn > .v-center > span {
        max-width: 90%; } }

.well-xsm {
  padding: 4px 9px;
  border-radius: 3px;
  min-height: 50px; }

.alert-error {
  background-color: #fff;
  border-color: #e20000;
  color: #000; }
  .alert-error hr {
    border-top-color: #c90000; }
  .alert-error .alert-link {
    color: black; }

.alert-brand {
  background-color: #fff;
  border-color: #e20074;
  color: #000; }
  .alert-brand hr {
    border-top-color: #c90067; }
  .alert-brand .alert-link {
    color: black; }

.popup-alert-warning,
.popup-alert-notice {
  margin: 0; }

.popup-alert-notice {
  background-color: #fff;
  border-color: #eda95a;
  color: #000; }
  .popup-alert-notice hr {
    border-top-color: #ea9d43; }
  .popup-alert-notice .alert-link {
    color: black; }

html .popup-alert-warning {
  font-weight: 600;
  color: #fff;
  padding: 5px;
  border-color: #eda95a;
  background: #eda95a;
  border-radius: 0;
  justify-content: center; }

.btn.popup-alert-close {
  color: #e20074;
  border-color: #e20074;
  background: #fff; }
  .btn.popup-alert-close:hover, .btn.popup-alert-close:focus, .btn.popup-alert-close.focus, .btn.popup-alert-close:active, .btn.popup-alert-close.active, .open > .btn.popup-alert-close.dropdown-toggle {
    color: #b0005a;
    border-color: #b0005a;
    background-color: #fff; }

.alert {
  border-width: 2px; }
  .alert-flex {
    display: flex; }
    @media screen and (min-width: 480px) {
      .alert-flex {
        padding: 25px; } }
    @media screen and (min-width: 992px) {
      .alert-flex {
        align-items: center; } }
    @media screen and (max-width: 479px) {
      .alert-flex strong {
        font-weight: 700; } }
  .alert h3,
  .alert .h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 6px; }
  .alert-icon {
    margin-right: 15px; }
    @media screen and (min-width: 480px) {
      .alert-icon {
        margin-right: 30px; } }
    .alert-icon svg {
      width: 40px;
      height: 40px; }
  .alert-content {
    flex-grow: 1; }
    @media screen and (max-width: 479px) {
      .alert-content {
        font-size: 16px; } }
    .alert-content > p {
      margin-bottom: 0; }
      .alert-content > p + p {
        margin-top: 11px; }
  .alert.text-xlarge p {
    line-height: 20px; }

.metro {
  padding-left: 0;
  list-style: none;
  counter-reset: item;
  margin: 11px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .metro li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    margin: 11px 15px 11px 0;
    position: relative;
    padding-left: 0; }
    @media screen and (min-width: 992px) {
      .metro li {
        font-size: 16px; } }
    .metro li em {
      font-style: normal; }
    .metro li.active, .metro li.active:before {
      font-weight: 700;
      color: #000; }
    .metro li:before {
      content: counter(item);
      counter-increment: item;
      display: block;
      position: static;
      font-weight: 500;
      color: #999;
      font-size: 16px;
      width: 24px;
      height: 24px;
      margin-right: 10px;
      text-align: center;
      border: 1px solid currentColor;
      border-radius: 50%; }
    .metro li i {
      margin-left: 15px;
      top: 1px; }
      .metro li i svg {
        fill: #999;
        width: 10px;
        height: 10px; }
        @media screen and (min-width: 992px) {
          .metro li i svg {
            width: 12px;
            height: 12px; } }
  @media screen and (max-width: 991px) {
    .metro-top-right {
      height: 52px;
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1001; }
      .metro-top-right li {
        margin-top: 0;
        margin-bottom: 0; } }

@media screen and (min-width: 992px) {
  .checkout-page {
    background-image: -webkit-linear-gradient(left, #fff 50%, #efefef 50%);
    background-image: linear-gradient(to right, #fff 50%, #efefef 50%); } }
.checkout-page .navbar {
  background: transparent; }
@media screen and (max-width: 991px) {
  .checkout-page .navbar-header:after {
    width: 100%;
    right: 0;
    position: absolute; } }
@media screen and (min-width: 992px) {
  .checkout-page .row-checkout {
    display: block; }
    .checkout-page .row-checkout:before, .checkout-page .row-checkout:after {
      content: " ";
      display: table; }
    .checkout-page .row-checkout:after {
      clear: both; } }
@media screen and (min-width: 992px) {
  .checkout-page .row-checkout .left-part,
  .checkout-page .row-checkout .right-part,
  .checkout-page .row-checkout .bottom-part {
    position: relative;
    width: 50%;
    float: left; }
  .checkout-page .row-checkout .left-part {
    right: 50%;
    float: right; }
  .checkout-page .row-checkout .right-part {
    left: 50%; }
  .checkout-page .row-checkout .bottom-part {
    left: 50%; } }
@media screen and (min-width: 992px) {
  .checkout-page .left-part {
    padding-right: 30px; } }
@media screen and (min-width: 1200px) {
  .checkout-page .left-part {
    padding-right: 45px; } }
.checkout-page .right-part {
  position: relative;
  background: #efefef; }
  @media screen and (min-width: 992px) {
    .checkout-page .right-part {
      padding-left: 30px; } }
  @media screen and (min-width: 1200px) {
    .checkout-page .right-part {
      padding-left: 45px; } }
.checkout-page .panel-contact-form {
  background: #efefef; }

@media screen and (min-width: 480px) {
  .table-cart-summary > tbody > tr > td {
    padding-top: 17px;
    padding-bottom: 17px; } }
.table-cart-summary > tbody > tr > td:first-child {
  width: 52px; }
  .right-part .table-cart-summary > tbody > tr > td:first-child {
    padding-left: 0; }
  @media screen and (min-width: 480px) {
    .table-cart-summary > tbody > tr > td:first-child {
      width: 64px; } }
.table-cart-summary .cart-item-type,
.table-cart-summary .cart-item-name {
  font-weight: 600; }
.table-cart-summary .cart-item-type {
  font-size: 12px;
  color: #999;
  display: block; }
  @media screen and (min-width: 480px) {
    .table-cart-summary .cart-item-type {
      font-size: 14px; } }
.table-cart-summary .cart-item-name,
.table-cart-summary .cart-item-price,
.table-cart-summary .cart-item-price-frequency,
.table-cart-summary .cart-item-payment {
  font-size: 14px; }
  @media screen and (min-width: 480px) {
    .table-cart-summary .cart-item-name,
    .table-cart-summary .cart-item-price,
    .table-cart-summary .cart-item-price-frequency,
    .table-cart-summary .cart-item-payment {
      font-size: 16px;
      line-height: 17px; } }
.table-cart-summary .cart-item-name,
.table-cart-summary .cart-item-payment {
  display: block; }
.table-cart-summary .cart-item-name {
  margin-top: 5px; }
.table-cart-summary .cart-item-price {
  font-weight: 700; }
.table-cart-summary .img-thumbnail {
  display: block;
  position: relative;
  border-radius: 0;
  border: 0;
  width: 52px;
  height: 52px;
  transition: none; }
  @media screen and (min-width: 480px) {
    .table-cart-summary .img-thumbnail {
      width: 64px;
      height: 64px; } }
  .table-cart-summary .img-thumbnail i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .table-cart-summary .img-thumbnail svg {
    width: 30px;
    height: 30px; }
  .table-cart-summary .img-thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%; }
.table-cart-summary .cart-item-payment {
  margin-top: 11px; }
  @media screen and (min-width: 480px) {
    .table-cart-summary .cart-item-payment {
      margin-top: 22px; } }
@media screen and (max-width: 991px) {
  .table-cart-summary-wrapper {
    max-height: none !important; } }
@media screen and (min-width: 992px) {
  .table-cart-summary-wrapper {
    overflow-y: auto;
    min-height: 100px;
    transition-property: max-height;
    transition-duration: 0.25s; }
    .table-cart-summary-wrapper.collapse-content {
      display: block;
      height: auto !important; } }

.table-payment-summary {
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #bfbfbf; }
  .table-payment-summary .h2,
  .table-payment-summary .h3 {
    font-size: 28px; }
  .table-payment-summary > tbody > tr th, .table-payment-summary > tbody > tr td {
    vertical-align: middle; }
  @media screen and (min-width: 992px) {
    .table-payment-summary > tbody > tr:first-child th, .table-payment-summary > tbody > tr:first-child td {
      padding-top: 44px; }
    .table-payment-summary > tbody > tr:last-child th, .table-payment-summary > tbody > tr:last-child td {
      padding-bottom: 44px; } }
  @media screen and (max-width: 991px) {
    .table-payment-summary {
      width: auto;
      margin: 7px 0;
      border: 0;
      float: right; }
      .table-payment-summary th,
      .table-payment-summary td,
      .table-payment-summary strong,
      .table-payment-summary span,
      .table-payment-summary .h2,
      .table-payment-summary .h3 {
        font-size: 13px;
        line-height: 16px; }
      .table-payment-summary th {
        color: #999; }
      .table-payment-summary strong:before {
        content: '\00a0'; }
      .table-payment-summary > tbody > tr th, .table-payment-summary > tbody > tr td {
        padding: 0;
        text-align: right;
        white-space: nowrap; } }

@media screen and (max-width: 991px) {
  .collapse-heading-cart-summary {
    margin: 0; } }

.collapse-link-cart-summary {
  transition: none; }
  .collapse-link-cart-summary, .collapse-link-cart-summary:active, .collapse-link-cart-summary:hover, .collapse-link-cart-summary:focus {
    color: #000; }
  @media screen and (min-width: 992px) {
    .collapse-link-cart-summary, .collapse-link-cart-summary:active, .collapse-link-cart-summary:hover, .collapse-link-cart-summary:focus {
      outline: 0;
      cursor: text;
      text-decoration: none; } }
  @media screen and (max-width: 991px) {
    .collapse-link-cart-summary {
      font-size: 14px;
      font-weight: 600;
      padding: 11px 0;
      white-space: nowrap; } }

.map-holder {
  border-top: 1px solid #999; }
  .no-js .map-holder {
    display: none; }

.list-group-item {
  padding-top: 13px;
  padding-bottom: 13px; }
  .list-group-item p:last-child {
    margin-bottom: 0; }
.list-group-modal {
  margin: -15px 0 -15px; }
  .list-group-modal .list-group-item {
    display: flex;
    align-items: center;
    min-height: 70px;
    border-width: 1px 0 0;
    border-color: #efefef;
    margin: 0; }
    .list-group-modal .list-group-item:first-child {
      border-radius: 0; }
    .list-group-modal .list-group-item:first-child {
      border-top: 0; }
    .list-group-modal .list-group-item .radio label,
    .list-group-modal .list-group-item .checkbox label {
      display: block; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-group:not(.bootstrap-select) .btn {
  font-weight: 600;
  color: #4a4a4a; }
  @media screen and (max-width: 479px) {
    .btn-group:not(.bootstrap-select) .btn {
      display: block;
      width: 100%; }
      .btn-group:not(.bootstrap-select) .btn:first-child {
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0; }
      .btn-group:not(.bootstrap-select) .btn:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 3px; }
      .btn-group:not(.bootstrap-select) .btn + .btn {
        margin-left: 0; } }
  .btn-group:not(.bootstrap-select) .btn:hover, .btn-group:not(.bootstrap-select) .btn.active {
    color: #fff;
    background: #64b9e4; }
    .btn-group:not(.bootstrap-select) .btn:hover svg, .btn-group:not(.bootstrap-select) .btn.active svg {
      fill: #fff; }
  .btn-group:not(.bootstrap-select) .btn svg {
    fill: #999;
    width: 22px;
    height: 22px; }
.btn-group:not(.bootstrap-select) .btn-default {
  border-width: 1px;
  border-color: #999; }
.btn-group:not(.bootstrap-select) .btn-lg, .btn-group:not(.bootstrap-select) .btn-group-lg > .btn {
  padding-top: 11px;
  padding-bottom: 11px; }
.btn-group:not(.bootstrap-select) i:not(.caret) {
  vertical-align: text-bottom;
  margin-right: 5px; }

.btn-group-like-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .btn-group-like-tags .btn-like-tag {
    margin: 6px; }

.bs-select-hidden, .input-group .bs-select-hidden {
  display: none; }

.bootstrap-select {
  display: block;
  height: auto;
  border: 0;
  padding: 0; }
  .bootstrap-select.open .dropdown-toggle .ico-chevron-down {
    transform: rotate(-180deg); }
  .bootstrap-select .dropdown-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border-width: 1px;
    border-color: #999;
    float: none;
    padding-left: 16px;
    padding-right: 42px;
    white-space: nowrap; }
    .bootstrap-select .dropdown-toggle.btn-default {
      color: #000; }
      .bootstrap-select .dropdown-toggle.btn-default, .bootstrap-select .dropdown-toggle.btn-default:hover {
        border-color: #999; }
      .bootstrap-select .dropdown-toggle.btn-default:focus:hover {
        border-color: #64b9e4; }
    .bootstrap-select .dropdown-toggle.btn-lg, .bootstrap-select .btn-group-lg > .dropdown-toggle.btn {
      height: 50px;
      padding-left: 20px; }
    .has-error .bootstrap-select .dropdown-toggle {
      border-color: #e20000; }
      .has-error .bootstrap-select .dropdown-toggle:hover {
        border-color: #e20000; }
    .bootstrap-select .dropdown-toggle.disabled {
      opacity: 1;
      color: #bfbfbf;
      border-color: #f6f6f6; }
      .bootstrap-select .dropdown-toggle.disabled .ico-chevron-down svg {
        fill: #bfbfbf; }
    .bootstrap-select .dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 1px #64b9e4;
      box-shadow: 0 0 0 1px #64b9e4;
      border-color: #64b9e4; }
    .bootstrap-select .dropdown-toggle .ico-chevron-down {
      border: 0;
      margin-top: -4px;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: rotate(0);
      transition-property: transform;
      transition-duration: 0.25s; }
      .bootstrap-select .dropdown-toggle .ico-chevron-down svg {
        display: block;
        width: 14px;
        height: 8px;
        fill: #e20074; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    border: 0;
    margin: 0; }
  .bootstrap-select .dropdown-menu > li {
    margin: 0; }
    .bootstrap-select .dropdown-menu > li.divider {
      margin: 6px 0; }
    .bootstrap-select .dropdown-menu > li > a {
      padding: 6px 12px; }
      .bootstrap-select .dropdown-menu > li > a:active, .bootstrap-select .dropdown-menu > li > a:focus {
        outline: 0; }
  .bootstrap-select.input-lg .dropdown-menu > li > a, .input-group-lg > .bootstrap-select.form-control .dropdown-menu > li > a,
  .input-group-lg > .bootstrap-select.input-group-addon .dropdown-menu > li > a,
  .input-group-lg > .input-group-btn > .bootstrap-select.btn .dropdown-menu > li > a {
    padding-left: 16px;
    padding-right: 16px; }
  .bootstrap-select .dropdown-toggle .filter-option {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left; }
  .bootstrap-select.text-small .dropdown-toggle {
    font-size: 14px; }
  .bootstrap-select.select-like-tabs {
    background: transparent; }
    .bootstrap-select.select-like-tabs .dropdown-toggle {
      font-size: 14px;
      font-weight: 600;
      border: 0;
      background: transparent;
      padding-left: 0;
      padding-right: 16px; }
      .bootstrap-select.select-like-tabs .dropdown-toggle .ico-chevron-down {
        right: 3px; }
        .bootstrap-select.select-like-tabs .dropdown-toggle .ico-chevron-down svg {
          width: 10px;
          height: 6px; }
    .bootstrap-select.select-like-tabs .dropdown-menu {
      max-height: none !important;
      min-height: 0 !important; }
    @media screen and (min-width: 992px) {
      .bootstrap-select.select-like-tabs .dropdown-toggle {
        display: none; }
      .bootstrap-select.select-like-tabs .dropdown-menu {
        overflow: visible !important;
        float: none;
        background: transparent;
        padding: 0; }
        .bootstrap-select.select-like-tabs .dropdown-menu > li {
          margin-right: 20px;
          min-height: 44px; }
          .bootstrap-select.select-like-tabs .dropdown-menu > li > a {
            color: #999;
            text-align: center;
            position: relative;
            padding-left: 11px;
            padding-right: 11px; }
            .bootstrap-select.select-like-tabs .dropdown-menu > li > a:hover, .bootstrap-select.select-like-tabs .dropdown-menu > li > a:focus {
              color: #000;
              background: none; }
            .bootstrap-select.select-like-tabs .dropdown-menu > li > a:before {
              content: '';
              display: block;
              height: 3px;
              width: 0;
              background: #e20074;
              position: absolute;
              left: 0;
              bottom: -9px;
              transition-property: width;
              transition-duration: 0.5s; }
          .bootstrap-select.select-like-tabs .dropdown-menu > li:last-child {
            margin-right: 0; }
          .bootstrap-select.select-like-tabs .dropdown-menu > li.selected > a {
            font-weight: 600;
            color: #000; }
            .bootstrap-select.select-like-tabs .dropdown-menu > li.selected > a:before {
              width: 100%; }
      .bootstrap-select.select-like-tabs > .dropdown-menu {
        display: block;
        position: static;
        margin: 0;
        border: 0; }
        .bootstrap-select.select-like-tabs > .dropdown-menu .dropdown-menu {
          display: flex;
          align-items: center; } }
  .bootstrap-select.select-inline {
    display: inline-block;
    width: auto; }

.js .select-prefix-label {
  position: relative; }
  .js .select-prefix-label .filter-option {
    transform: translateY(7px); }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 0; }
  .breadcrumb > li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-left: 0; }
    .breadcrumb > li:before {
      display: none; }
    .breadcrumb > li a {
      color: #999; }
    .breadcrumb > li i {
      margin-left: 10px; }
      .breadcrumb > li i svg {
        fill: #999;
        width: 10px;
        height: 10px; }

.datepicker-wrapper {
  position: relative; }
  .datepicker-wrapper.disabled .ico-calendar {
    cursor: not-allowed; }
    .datepicker-wrapper.disabled .ico-calendar svg {
      fill: #bfbfbf; }
  .datepicker-wrapper input {
    padding-right: 42px; }
  .datepicker-wrapper .ico-calendar {
    cursor: pointer;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 15px; }
    .datepicker-wrapper .ico-calendar svg {
      fill: #999;
      width: 16px;
      height: 16px; }

.datepicker-dropdown {
  -webkit-box-shadow: 0 0 10px 0 #e5e5e5;
  box-shadow: 0 0 10px 0 #e5e5e5;
  border-color: #e5e5e5; }
  .datepicker-dropdown > div {
    display: none;
    padding: 0;
    margin: 0 0 6px; }
  .datepicker-dropdown table {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0 1px; }
    .datepicker-dropdown table > tbody > tr > th,
    .datepicker-dropdown table > tbody > tr > td {
      padding: 0; }
      .datepicker-dropdown table > tbody > tr > th[colspan],
      .datepicker-dropdown table > tbody > tr > td[colspan] {
        width: auto; }
    .datepicker-dropdown table .datepicker-switch,
    .datepicker-dropdown table tfoot tr th {
      -webkit-transition: background-color 0.5s;
      -o-transition: background-color 0.5s;
      transition: background-color 0.5s;
      font-weight: normal;
      cursor: pointer; }
      .datepicker-dropdown table .datepicker-switch:hover,
      .datepicker-dropdown table tfoot tr th:hover {
        background-color: #e5e5e5; }
    .datepicker-dropdown table .datepicker-switch {
      font-weight: 600;
      border-radius: 3px; }
    .datepicker-dropdown table thead .prev,
    .datepicker-dropdown table thead .next,
    .datepicker-dropdown table thead .switch {
      height: 41px; }
    .datepicker-dropdown table thead .prev,
    .datepicker-dropdown table thead .next {
      cursor: pointer;
      line-height: 0; }
      .datepicker-dropdown table thead .prev:hover svg,
      .datepicker-dropdown table thead .next:hover svg {
        fill: #b0005a; }
      .datepicker-dropdown table thead .prev svg,
      .datepicker-dropdown table thead .next svg {
        fill: #e20074;
        width: 18px;
        height: 18px; }
    .datepicker-dropdown table thead .prev {
      text-align: right; }
    .datepicker-dropdown table thead .next {
      text-align: left; }
    .datepicker-dropdown table tr th,
    .datepicker-dropdown table tr td {
      width: 35px;
      line-height: 25px;
      border: 0;
      text-align: center; }
    .datepicker-dropdown table tr .dow {
      font-size: 14px;
      font-weight: 600;
      border-top: 1px solid #e5e5e5;
      padding-top: 15px; }
    .datepicker-dropdown table tr td {
      transition-property: background, color;
      transition-duration: 0.25s; }
      .datepicker-dropdown table tr td.old, .datepicker-dropdown table tr td.new {
        color: #bfbfbf; }
      .datepicker-dropdown table tr td.today {
        color: #fff;
        background-color: #64b9e4; }
      .datepicker-dropdown table tr td.day {
        cursor: pointer;
        border-radius: 3px; }
        .datepicker-dropdown table tr td.day:hover {
          background-color: #e5e5e5; }
        .datepicker-dropdown table tr td.day.disabled {
          position: relative;
          color: #bfbfbf; }
          .datepicker-dropdown table tr td.day.disabled:hover {
            background-color: transparent; }
          .datepicker-dropdown table tr td.day.disabled:before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            border-bottom: 1px solid;
            width: 70%;
            left: 15%;
            right: 15%; }
      .datepicker-dropdown table tr td.active {
        font-weight: 600;
        color: #fff;
        background-color: #e20074; }
        .datepicker-dropdown table tr td.active:hover {
          color: currentColor;
          background-color: #e5e5e5; }
      .datepicker-dropdown table tr td span {
        -webkit-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        transition: background-color 0.5s;
        display: block;
        width: 23%;
        float: left;
        line-height: 40px;
        margin: 1%;
        cursor: pointer;
        border-radius: 3px; }
        .datepicker-dropdown table tr td span:hover {
          background-color: #e5e5e5; }
        .datepicker-dropdown table tr td span.old, .datepicker-dropdown table tr td span.new {
          color: #bfbfbf; }

.datepicker-dropdown {
  width: auto; }
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px; }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 8px; }
  .datepicker-dropdown.datepicker-orient-top {
    margin-top: 12px; }
  .datepicker-dropdown.datepicker-orient-bottom {
    margin-top: -12px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      bottom: -12px;
      border-bottom: 0;
      border-top: 12px solid #e5e5e5; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      bottom: -10px;
      border-bottom: 0;
      border-top: 10px solid #fff; }

.datepicker-selection[readonly] {
  border-color: #999;
  background: #fff; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  font-weight: 600; }

.has-error .input-group-addon {
  -webkit-box-shadow: 0 0 0 1px #e20000;
  box-shadow: 0 0 0 1px #e20000;
  color: #000;
  background-color: #efefef; }

@media screen and (max-width: 767px) {
  .js .overlay-link {
    cursor: pointer; } }
@media screen and (max-width: 767px) {
  .js .overlay-content {
    display: none; } }
.js .overlay-content.open {
  display: block;
  margin: 0; }
.js .overlay-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 1061;
  overflow: auto;
  background: #fff;
  opacity: 0;
  transform: translateX(100%);
  transition-duration: 0.25s;
  transition-property: opacity, transform; }
  .js .overlay-wrapper.in {
    opacity: 1;
    transform: translateX(0); }
.js .overlay-header {
  display: flex;
  align-items: center;
  min-height: 52px;
  position: relative; }
.js .overlay-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  flex-grow: 1; }
.js .overlay-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%); }
  .js .overlay-close svg {
    fill: #4a4a4a;
    width: 20px;
    height: 20px; }

.star-rating svg {
  fill: #e5e5e5;
  width: 12px;
  height: 12px; }
.star-rating .active svg {
  fill: #64b9e4; }
.star-rating-percents {
  margin-right: 7.5px; }
  .ico-star + .star-rating-percents {
    margin-left: 7.5px;
    margin-right: 0; }
.star-rating-description {
  margin-left: 7.5px;
  color: #999; }
  .star-rating-percents + .star-rating-description {
    display: block;
    margin-left: 0; }

.rating-group {
  display: flex;
  align-items: center; }
.rating-bar {
  flex-grow: 1;
  background: #efefef;
  height: 15px;
  margin-right: 45px;
  position: relative; }
  .rating-bar span {
    height: 100%;
    position: absolute;
    background: #64b9e4; }
  .rating-bar:before {
    line-height: 1;
    content: attr(data-rating) "x";
    position: absolute;
    font-size: 14px;
    right: -45px;
    color: #999; }
.star-rating + .rating-bar {
  margin-left: 30px; }

.boxes .box + .box {
  border-top: 1px solid #efefef; }
@media screen and (max-width: 767px) {
  .boxes-sm .row-box {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 767px) {
  .boxes-sm.well {
    padding-top: 0;
    padding-bottom: 0; } }
@media screen and (min-width: 768px) {
  .boxes-sm .box + .box {
    border-top: 0;
    border-left: 1px solid #efefef; } }
@media screen and (max-width: 991px) {
  .boxes-md .row-box {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 991px) {
  .boxes-md.well {
    padding-top: 0;
    padding-bottom: 0; } }
@media screen and (min-width: 992px) {
  .boxes-md .box + .box {
    border-top: 0;
    border-left: 1px solid #efefef; } }
@media screen and (max-width: 1199px) {
  .boxes-lg .row-box {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 1199px) {
  .boxes-lg.well {
    padding-top: 0;
    padding-bottom: 0; } }
@media screen and (min-width: 1200px) {
  .boxes-lg .box + .box {
    border-top: 0;
    border-left: 1px solid #efefef; } }

.box-wrapper {
  background: #fff;
  border-radius: 3px;
  padding: 1px 24px;
  margin: 30px 0; }
  [class*="col-"] > .box-wrapper {
    margin-top: 15px;
    margin-bottom: 15px; }

.row-boxes > [class*="col-"] {
  display: flex; }
  .row-boxes > [class*="col-"] > .box-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1; }
    .row-boxes > [class*="col-"] > .box-wrapper .box-content {
      flex-grow: 1; }
      .row-boxes > [class*="col-"] > .box-wrapper .box-content.flex-column {
        padding-top: 0; }

.box-heading {
  text-align: center;
  padding: 20px 0; }
  .box-heading h2,
  .box-heading h3,
  .box-heading .h2,
  .box-heading .h3 {
    margin-top: 0;
    margin-bottom: 0; }
    .box-heading h2 a,
    .box-heading h3 a,
    .box-heading .h2 a,
    .box-heading .h3 a {
      color: currentColor; }
  .box-heading [data-toggle="tooltip"] {
    vertical-align: middle; }
  .box-wrapper > .box-heading:not(:first-child) {
    border-top: 1px solid #e5e5e5;
    margin-left: -24px;
    margin-right: -24px; }

.box-content {
  margin: 0 -24px 0;
  padding: 22px 24px 0;
  border-top: 1px solid #e5e5e5; }
  .box-content > .alert:first-child {
    margin-top: 0; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .box-content .media-figure {
      margin-right: 30px; } }
  .box-content.no-border {
    border-top: 0; }

.box-action-zone {
  margin: 0 -24px 22px;
  padding: 22px 24px 0;
  border-top: 1px solid #e5e5e5; }
  .box-action-zone-message {
    margin-bottom: 22px; }

.device-detail {
  display: -ms-grid;
  -ms-grid-columns: 58% 1fr;
  -ms-grid-rows: auto auto;
  grid-column-gap: 30px;
  display: grid;
  grid-template-columns: 58% 1fr;
  grid-template-rows: auto auto;
  padding: 22px 0; }
  @media screen and (max-width: 991px) {
    .device-detail {
      display: block; } }
  .device-detail-with-color-variants {
    margin-bottom: 88px; }
    @media screen and (max-width: 991px) {
      .device-detail-with-color-variants {
        margin-bottom: 0; } }
    .no-grid .device-detail-with-color-variants {
      margin-bottom: 0; }
  .device-detail-preview, .device-detail-title, .device-detail-description {
    padding: 22px 30px;
    background: #fff; }
  .device-detail-preview {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column-start: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .device-detail-preview .eyecatchers {
      z-index: 1;
      margin-top: 22px; }
      .device-detail-preview .eyecatchers .eyecatcher {
        width: 82px;
        padding: 10px; }
    .device-detail-preview.device-detail-with-thumbnails {
      margin-left: 115px; }
      @media screen and (max-width: 991px) {
        .device-detail-preview.device-detail-with-thumbnails {
          flex-direction: column;
          margin-left: 0; } }
    .no-grid .device-detail-preview {
      margin-bottom: 99px; }
      @media screen and (max-width: 991px) {
        .no-grid .device-detail-preview {
          margin-bottom: 0; } }
    .device-detail-preview .carousel-inner > .item.next, .device-detail-preview .carousel-inner > .item.left, .device-detail-preview .carousel-inner > .item.prev, .device-detail-preview .carousel-inner > .item.right {
      display: flex;
      align-items: center; }
      .device-detail-preview .carousel-inner > .item.next img, .device-detail-preview .carousel-inner > .item.left img, .device-detail-preview .carousel-inner > .item.prev img, .device-detail-preview .carousel-inner > .item.right img {
        margin: 0 auto; }
    .device-detail-preview .carousel-inner > .item.active {
      display: flex;
      align-items: center; }
      .device-detail-preview .carousel-inner > .item.active img {
        margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .device-detail-preview .carousel-inner > .item img {
        max-width: 90%; } }
    @media screen and (max-width: 991px) {
      .device-detail-preview {
        padding-bottom: 0; } }
  .device-detail .carousel-indicators {
    padding-left: 0;
    list-style: none;
    position: absolute;
    left: -115px;
    margin-left: 0;
    top: 0;
    width: auto; }
    .device-detail .carousel-indicators li {
      margin: 0 0 15px 0;
      width: auto;
      height: auto;
      display: block;
      border-radius: 0;
      border: none;
      position: relative;
      text-indent: 0; }
      .device-detail .carousel-indicators li:last-child {
        margin-bottom: 0; }
      .device-detail .carousel-indicators li.active:before {
        display: none; }
      .device-detail .carousel-indicators li a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        width: 85px;
        height: 85px;
        background: #fff; }
        .device-detail .carousel-indicators li a img {
          max-height: 90%; }
    @media screen and (max-width: 991px) {
      .device-detail .carousel-indicators {
        left: 0;
        display: flex;
        position: relative;
        margin-left: 0;
        margin-top: 22px; }
        .device-detail .carousel-indicators li {
          width: 10px;
          height: 10px;
          background: #999;
          margin-left: 15px;
          border-radius: 50%; }
          .device-detail .carousel-indicators li:first-child {
            margin-left: 0; }
          .device-detail .carousel-indicators li.active:before {
            content: '';
            display: block;
            position: absolute;
            border-radius: 50%;
            background: transparent;
            width: 20px;
            height: 20px;
            top: -5px;
            left: -5px;
            border: 2px solid #999; }
          .device-detail .carousel-indicators li a {
            display: none; } }
  .device-detail .carousel-control {
    display: none;
    bottom: 100px; }
    @media screen and (max-width: 991px) {
      .device-detail .carousel-control {
        display: flex;
        align-items: center; } }
  .device-detail-title {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-column-start: 2;
    grid-row-start: 1; }
    .device-detail-title h1 {
      font-size: 44px;
      line-height: 48px;
      margin-top: 0; }
    .no-grid .device-detail-title {
      background: transparent; }
    @media screen and (max-width: 991px) {
      .device-detail-title {
        background: transparent;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0; }
        .device-detail-title h1 {
          font-size: 22px;
          line-height: 22px; } }
  .device-detail-description {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column-start: 2;
    grid-row-start: 2; }
  .device-detail-prices {
    width: 100%;
    margin: 44px 0; }
    .device-detail-prices tbody {
      display: flex;
      flex-direction: column; }
      .device-detail-prices tbody tr {
        display: flex;
        width: 100%;
        justify-content: space-between; }
        .device-detail-prices tbody tr td {
          display: flex;
          align-items: center; }
  .device-detail-price {
    font-size: 24px;
    font-weight: 700; }
    .device-detail-price td {
      padding: 11px 0 0; }
    .device-detail-price-amount {
      font-size: 28px;
      font-weight: 700; }
    .device-detail-price-currency {
      font-size: 22px;
      font-weight: 600; }
    .device-detail-price-gray {
      color: #999; }
  .device-detail-small {
    display: -ms-grid;
    -ms-grid-columns: 1fr 2fr;
    -ms-grid-rows: auto auto;
    grid-column-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto; }
    .no-grid .device-detail-small .device-detail-preview {
      margin-bottom: 0; }
    .device-detail-small .device-detail-preview img {
      max-width: 50%; }
    @media screen and (max-width: 991px) {
      .device-detail-small {
        display: block; } }

.color-variants {
  position: static; }
  @media screen and (max-width: 991px) {
    .color-variants {
      background: transparent;
      padding-top: 0;
      height: auto; } }

.specs {
  display: flex;
  margin: 22px 0; }
  .specs i {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-right: 15px; }
  .specs-content {
    display: flex;
    flex-direction: column; }
  .specs-title {
    font-weight: 600; }
  .specs-description {
    color: #999; }
  .specs-title, .specs-description {
    line-height: 1; }

.dimensions {
  position: relative;
  min-width: 60px;
  padding-top: 22px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px; }
  .dimensions-group {
    display: flex; }
    @media screen and (max-width: 1199px) {
      .dimensions-group .icon.front {
        width: 107px;
        height: 200px; }
      .dimensions-group .icon.side {
        width: 19px;
        height: 200px; } }
  .dimensions-right,
  .dimensions-right .dimensions-horizontal-label {
    padding-right: 50.001px; }
  .dimensions-horizontal-label {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center; }
  .dimensions-vertical-label {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 50.001px; }

.comment {
  margin: 22px 0; }
  .comment .star-rating {
    margin-bottom: 11px; }

.faq-link {
  padding-top: 22px;
  padding-bottom: 22px; }
  @media screen and (max-width: 479px) {
    .faq-link {
      font-size: 16px;
      padding-top: 17px;
      padding-bottom: 17px; } }
  .faq-link:hover, .faq-link:focus {
    text-decoration: none; }
.faq-heading {
  margin: 0; }
.faq-message {
  margin-top: 22px; }

.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  height: 295px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 992px) {
    .banner {
      height: 223px; } }
  .banner h1,
  .banner .h1 {
    margin: 0; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.pie {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 22px; }
  .no-js .pie {
    height: auto; }
  .pie:after {
    content: '';
    display: block;
    background: #fff;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    position: absolute;
    border-radius: 50%; }
    .no-js .pie:after {
      display: none; }
  @media screen and (max-width: 479px) {
    .pie {
      width: 100px;
      height: 100px; } }
  .pie svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 180px;
    height: 180px; }
    @media screen and (max-width: 479px) {
      .pie svg {
        width: 100px;
        height: 100px; } }
    .pie svg circle.pie-background {
      stroke: #e5e5e5;
      fill: none;
      stroke-width: 10;
      transition: stroke-dashoffset 1s; }
    .pie svg circle.pie-fill {
      stroke: #e20074;
      fill: none;
      stroke-width: 10;
      stroke-dasharray: 534px;
      stroke-dashoffset: 1068px;
      transition: stroke-dashoffset 1s; }
      @media screen and (max-width: 479px) {
        .pie svg circle.pie-fill {
          stroke-dasharray: 283px;
          stroke-dashoffset: 566px; } }
      .pie-disabled .pie svg circle.pie-fill {
        display: none; }
    .no-js .pie svg {
      display: none; }
  .no-js .pie-disabled {
    border: none; }
  .pie-disabled svg circle.pie-background {
    stroke-width: 8;
    stroke: #bfbfbf; }
  .pie-disabled svg circle.pie-fill {
    display: none; }
  .pie-disabled .pie-title {
    color: #bfbfbf; }
    .pie-disabled .pie-title i svg {
      fill: #bfbfbf; }
  .pie-title {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    .pie-title i {
      width: 50px;
      height: 50px;
      margin-top: 22px; }
      .pie-title i svg {
        width: 100%;
        height: 100%;
        background: none;
        border-radius: 0;
        margin: 0;
        transform: none; }
      .no-js .pie-title i:before {
        font-size: 50px; }
    .no-js .pie-title {
      position: static; }
  .pie-value {
    display: block;
    font-weight: 700;
    font-size: 54px;
    line-height: 62px; }
    @media screen and (max-width: 479px) {
      .pie-value {
        font-size: 24px;
        line-height: 25px; } }
  .pie-units {
    display: block;
    font-size: 20px; }
    @media screen and (max-width: 479px) {
      .pie-units {
        font-size: 14px;
        line-height: 16px; } }

/*Components w/ JavaScript*/
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 370px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 0;
  color: #fff;
  text-align: center;
  text-shadow: none; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none; }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.modal .container {
  width: auto; }

.modal-body .container {
  padding-left: 0;
  padding-right: 0; }
.modal-body.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0; }

.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }

.modal-title {
  font-size: 24px;
  line-height: 1.1; }

.modal-header .close,
.bootbox-close-button {
  font-size: 34px;
  margin-top: -5px;
  text-shadow: none;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.25s; }
  .modal-header .close:hover, .modal-header .close:focus,
  .bootbox-close-button:hover,
  .bootbox-close-button:focus {
    opacity: 0.7; }

.modal-footer {
  text-align: left;
  border-top: 0;
  background: #efefef;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0 -15px -15px; }

@media (min-width: 768px) {
  .modal-lg {
    width: 720px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
[data-toggle="tooltip"] {
  cursor: help; }
  [data-toggle="tooltip"].ico-info-sign {
    background: #bfbfbf;
    border-radius: 50%;
    transition-property: background;
    transition-duration: 0.5s; }
    [data-toggle="tooltip"].ico-info-sign svg {
      fill: #fff;
      width: 20px;
      height: 20px; }
    .with-tooltip [data-toggle="tooltip"].ico-info-sign {
      display: block;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      right: 16px;
      z-index: 1; }
    [data-toggle="tooltip"].ico-info-sign.tooltip-light {
      background: #e5e5e5; }
      [data-toggle="tooltip"].ico-info-sign.tooltip-light svg {
        fill: #999; }
  .v-center [data-toggle="tooltip"]:nth-last-child(2) {
    margin-right: 0; }
  [data-toggle="tooltip"]:hover.ico-info-sign {
    background: #64b9e4; }
    [data-toggle="tooltip"]:hover.ico-info-sign svg {
      fill: #fff; }
  [data-toggle="tooltip"]:hover.ico-question-sign svg {
    fill: #5094b6; }
  [data-toggle="tooltip"].ico-question-sign svg {
    fill: #64b9e4;
    width: 16px;
    height: 16px; }

.nowrap .tooltip {
  white-space: normal; }

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

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

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*Load helpers*/
/**
* CUSTOM HELPERS
*
* Set of custom helpers.
*
*/
.page-overlay {
  display: none;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  background-color: #000; }
  .overlay-visible .page-overlay {
    display: block; }
  @media screen and (max-width: 991px) {
    .page-overlay {
      height: calc(100% - 52px);
      top: 52px; } }
  @media screen and (min-width: 992px) {
    .page-overlay {
      height: calc(100% - 92px);
      top: 92px; } }

.margin-base {
  margin-top: 22px;
  margin-bottom: 22px; }

.margin-small {
  margin-top: 11px;
  margin-bottom: 11px; }

.margin-large {
  margin-top: 44px;
  margin-bottom: 44px; }

.margin-0 {
  margin-top: 0;
  margin-bottom: 0; }

.inner {
  padding-top: 1px;
  padding-bottom: 1px; }

html .mt-base {
  margin-top: 22px; }

html .mt-small {
  margin-top: 11px; }

html .mt-large {
  margin-top: 44px; }

html .mb-base {
  margin-bottom: 22px; }

html .mb-small {
  margin-bottom: 11px; }

html .mb-large {
  margin-bottom: 44px; }

html .block {
  display: block; }

/*---------------------------------------------------------------------------*\
  #POST CRITICAL CSS STYLES
\*---------------------------------------------------------------------------*/
.js body:before, .js body:after {
  display: none !important; }

/*---------------------------------------------------------------------------*\
  #FLOATS
\*---------------------------------------------------------------------------*/
@media screen and (max-width: 479px) {
  html .pull-left-xxs {
    float: left; } }

@media screen and (max-width: 479px) {
  html .pull-right-xxs {
    float: right; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  html .pull-left-xs {
    float: left; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  html .pull-right-xs {
    float: right; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  html .pull-left-sm {
    float: left; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  html .pull-right-sm {
    float: right; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  html .pull-left-md {
    float: left; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  html .pull-right-md {
    float: right; } }

@media screen and (min-width: 1200px) {
  html .pull-left-lg {
    float: left; } }

@media screen and (min-width: 1200px) {
  html .pull-right-lg {
    float: right; } }

/*---------------------------------------------------------------------------*\
  #JS RELATED STYLES
\*---------------------------------------------------------------------------*/
.js-clickable h2 a,
.js-clickable h3 a {
  border-bottom: 1px solid transparent; }

.js-hover,
.js-hover img {
  cursor: pointer; }
.js-hover a:not(.btn) {
  text-decoration: underline; }
.js-hover h2 a:not(.btn),
.js-hover h3 a:not(.btn) {
  text-decoration: none;
  border-bottom-color: currentColor; }
.js-hover .btn svg {
  fill: #b0005a; }
.js-hover .btn-default {
  color: #b0005a;
  border-color: #b0005a; }
.js-hover .btn-primary {
  border-color: #b0005a;
  background: #b0005a; }
.js-hover .btn-secondary {
  color: #b0005a; }

.js .js-hidden {
  display: none; }

/*---------------------------------------------------------------------------*\
  #BACKGROUNDS
\*---------------------------------------------------------------------------*/
html .background-black {
  background: #000; }

html .background-magenta {
  background: #e20074; }

html .background-gray-lighter {
  background: #efefef; }

html .background-blue {
  background: #64b9e4; }

html .background-white {
  background: #fff; }

html .background-gray-lightest {
  background: #f6f6f6; }

html .background-green {
  background: #6db131; }

html .no-bold {
  font-weight: 500; }

html .bold {
  font-weight: 600; }

html .ultra-bold {
  font-weight: 700; }

html .v-center,
html .v-center-large {
  display: flex;
  align-items: center; }
  html .v-center > *:last-child,
  html .v-center-large > *:last-child {
    margin-right: 0; }
  html .v-center > .right,
  html .v-center-large > .right {
    margin-left: auto; }

html .v-center > * {
  margin-right: 5px; }

html .v-center-large > * {
  margin-right: 15px; }

.grow {
  flex-grow: 1; }

.nowrap {
  white-space: nowrap; }

.wrap {
  overflow: hidden;
  white-space: inherit;
  word-wrap: break-word;
  word-break: break-all; }

@media screen and (max-width: 479px) {
  .indent-left-xxs {
    padding-left: 30px; } }
@media screen and (max-width: 479px) {
  .indent-right-xxs {
    padding-right: 30px; } }
@media screen and (min-width: 480px) {
  .indent-left-xs {
    padding-left: 30px; } }
@media screen and (min-width: 480px) {
  .indent-right-xs {
    padding-right: 30px; } }
@media screen and (min-width: 768px) {
  .indent-left-sm {
    padding-left: 30px; } }
@media screen and (min-width: 768px) {
  .indent-right-sm {
    padding-right: 30px; } }
@media screen and (min-width: 992px) {
  .indent-left-md {
    padding-left: 30px; } }
@media screen and (min-width: 992px) {
  .indent-right-md {
    padding-right: 30px; } }
@media screen and (min-width: 1200px) {
  .indent-left-lg {
    padding-left: 30px; } }
@media screen and (min-width: 1200px) {
  .indent-right-lg {
    padding-right: 30px; } }
html .rounded {
  border-radius: 3px; }

html .rounded-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

html .rounded-bottom {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

html .flex-column {
  display: flex;
  flex-direction: column; }

html .border-brand {
  border: 1px solid #e20074; }

html .flex {
  display: flex; }

html .inline-flex {
  display: inline-flex; }

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

.img-responsive-wrapper {
  flex-shrink: 0;
  max-width: 100%; }

html .top-50 {
  position: relative;
  transform: translate(0, -50%); }

html .border-top {
  border-top: 1px solid #efefef;
  padding-top: 15px; }

/*Liferay related styles*/
.portlet-borderless-container {
  position: static;
  min-height: 0; }
  .dockbar-ready .portlet-borderless-container, .staging-ready .portlet-borderless-container {
    position: relative;
    min-height: 2.5em; }

/*For hacks and ugly code that makes you ashamed*/
/**
* SHAME
*
*/