@charset "UTF-8";
/**
* Template Style
*
* [Table of contents]
*   2 Bootstrap Toolkit Styles
*     2.13 Font Awesome
*     2.14 Flaticon
*     2.15 Material Design Icons
*/
/** 2 Bootstrap Toolkit Styles */
/** 2.1  Reset */
html *:first-child {
  margin-top: 0; }

html *:last-child {
  margin-bottom: 0; }

a:hover,
a:focus {
  text-decoration: none;
  outline: none; }

iframe {
  display: block; }

/** 2.2  Flex Grid System */
.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.shell,
.shell-wide {
  min-width: 300px;
  max-width: 480px; }
  @media (min-width: 768px) {
    .shell,
    .shell-wide {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .shell,
    .shell-wide {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .shell,
    .shell-wide {
      max-width: 1200px; } }

@media (min-width: 1800px) {
  .shell-wide {
    max-width: 1800px; } }

.range {
  margin-left: -15px;
  margin-right: -15px; }
  .range > .range {
    margin-left: 0;
    margin-right: 0; }

.range-spacer {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

[class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px; }

html.lt-ie-10 * + .range,
* + .range {
  margin-top: 50px; }

html.lt-ie-10 * + [class*='cell-'],
* + [class*='cell-'],
html.lt-ie-10 * + .range-sm,
* + .range-sm {
  margin-top: 30px; }

html.lt-ie-10 * + .range-lg,
* + .range-lg {
  margin-top: 66px; }

html.lt-ie-10 .range-condensed,
.range-condensed {
  margin-left: 0;
  margin-right: 0; }
  html.lt-ie-10 .range-condensed > [class*='cell'],
  .range-condensed > [class*='cell'] {
    padding-left: 0;
    padding-right: 0; }
  html.lt-ie-10 .range-condensed > * + [class*='cell'],
  .range-condensed > * + [class*='cell'] {
    margin-top: 0; }

html.lt-ie-10 .range-narrow,
.range-narrow {
  margin-left: -5px;
  margin-right: -5px; }
  html.lt-ie-10 .range-narrow > [class*='cell'],
  .range-narrow > [class*='cell'] {
    padding-left: 5px;
    padding-right: 5px; }
  html.lt-ie-10 .range-narrow > * + [class*='cell'],
  .range-narrow > * + [class*='cell'] {
    padding-left: 5px;
    padding-right: 5px; }

@media (min-width: 480px) {
  .range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .range > .range {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
  .range-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .range > [class*='cell'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 480px) {
  * + [class*='cell-xs-'] {
    margin-top: 0; }
  .range-xs-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .range-xs-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .range-xs-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .range-xs-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .range-xs-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .range-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .range-xs {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .range-xs-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .range-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .range-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .range-xs-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .cell-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .cell-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-xs-preffix-0 {
    margin-left: 0%; }
  .range > .cell-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-xs-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-xs-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range > .cell-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-xs-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-xs-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range > .cell-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-xs-preffix-3 {
    margin-left: 25%; }
  .range > .cell-xs-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range > .cell-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-xs-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-xs-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range > .cell-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-xs-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-xs-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range > .cell-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-xs-preffix-6 {
    margin-left: 50%; }
  .range > .cell-xs-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range > .cell-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-xs-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-xs-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range > .cell-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-xs-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-xs-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .range > .cell-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-xs-preffix-9 {
    margin-left: 75%; }
  .range > .cell-xs-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .range > .cell-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-xs-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-xs-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .range > .cell-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-xs-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-xs-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .range > .cell-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-xs-preffix-12 {
    margin-left: 100%; }
  .range > .cell-xs-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .range > .cell-xs-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  * + [class*='cell-sm-'] {
    margin-top: 0; }
  .range-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .range-sm-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .range-sm-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .range-sm-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .range-sm-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .range-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .range-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .range-sm-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .range-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .range-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .range-sm-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .cell-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .cell-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-sm-preffix-0 {
    margin-left: 0%; }
  .range > .cell-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-sm-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-sm-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range > .cell-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-sm-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-sm-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range > .cell-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-sm-preffix-3 {
    margin-left: 25%; }
  .range > .cell-sm-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range > .cell-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-sm-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-sm-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range > .cell-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-sm-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-sm-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range > .cell-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-sm-preffix-6 {
    margin-left: 50%; }
  .range > .cell-sm-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range > .cell-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-sm-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-sm-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range > .cell-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-sm-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-sm-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .range > .cell-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-sm-preffix-9 {
    margin-left: 75%; }
  .range > .cell-sm-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .range > .cell-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-sm-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-sm-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .range > .cell-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-sm-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-sm-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .range > .cell-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-sm-preffix-12 {
    margin-left: 100%; }
  .range > .cell-sm-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .range > .cell-sm-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  * + [class*='cell-md-'] {
    margin-top: 0; }
  .range-md-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .range-md-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .range-md-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .range-md-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .range-md-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .range-md-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .range-md {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .range-md-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .range-md-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .range-md-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .range-md-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .cell-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .cell-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-md-preffix-0 {
    margin-left: 0%; }
  .range > .cell-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-md-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-md-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range > .cell-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-md-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-md-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range > .cell-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-md-preffix-3 {
    margin-left: 25%; }
  .range > .cell-md-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range > .cell-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-md-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-md-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range > .cell-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-md-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-md-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range > .cell-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-md-preffix-6 {
    margin-left: 50%; }
  .range > .cell-md-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range > .cell-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-md-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-md-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range > .cell-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-md-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-md-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .range > .cell-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-md-preffix-9 {
    margin-left: 75%; }
  .range > .cell-md-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .range > .cell-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-md-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-md-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .range > .cell-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-md-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-md-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .range > .cell-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-md-preffix-12 {
    margin-left: 100%; }
  .range > .cell-md-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .range > .cell-md-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  * + [class*='cell-lg-'] {
    margin-top: 0; }
  .range-lg-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .range-lg-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .range-lg-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .range-lg-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .range-lg-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .range-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .range-lg {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .range-lg-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .range-lg-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .range-lg-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .range-lg-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .cell-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .cell-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-lg-preffix-0 {
    margin-left: 0%; }
  .range > .cell-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-lg-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-lg-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range > .cell-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-lg-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-lg-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range > .cell-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-lg-preffix-3 {
    margin-left: 25%; }
  .range > .cell-lg-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range > .cell-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-lg-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-lg-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range > .cell-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-lg-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-lg-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range > .cell-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-lg-preffix-6 {
    margin-left: 50%; }
  .range > .cell-lg-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range > .cell-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-lg-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-lg-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range > .cell-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-lg-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-lg-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .range > .cell-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-lg-preffix-9 {
    margin-left: 75%; }
  .range > .cell-lg-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .range > .cell-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-lg-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-lg-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .range > .cell-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-lg-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-lg-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .range > .cell-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-lg-preffix-12 {
    margin-left: 100%; }
  .range > .cell-lg-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .range > .cell-lg-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 1800px) {
  * + [class*='cell-xl-'] {
    margin-top: 0; }
  .range-xl-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .range-xl-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .range-xl-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .range-xl-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .range-xl-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .range-xl-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .range-xl {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .range-xl-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .range-xl-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .range-xl-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .range-xl-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .cell-xl-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-xl-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .cell-xl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-xl-preffix-0 {
    margin-left: 0%; }
  .range > .cell-xl-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-xl-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-xl-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range > .cell-xl-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-xl-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-xl-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range > .cell-xl-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-xl-preffix-3 {
    margin-left: 25%; }
  .range > .cell-xl-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range > .cell-xl-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-xl-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-xl-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range > .cell-xl-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-xl-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-xl-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range > .cell-xl-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-xl-preffix-6 {
    margin-left: 50%; }
  .range > .cell-xl-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range > .cell-xl-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-xl-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-xl-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range > .cell-xl-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-xl-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-xl-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .range > .cell-xl-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-xl-preffix-9 {
    margin-left: 75%; }
  .range > .cell-xl-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .range > .cell-xl-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-xl-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-xl-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .range > .cell-xl-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-xl-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-xl-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .range > .cell-xl-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-xl-preffix-12 {
    margin-left: 100%; }
  .range > .cell-xl-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .range > .cell-xl-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

html.lt-ie-10 .range > .cell-xs-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }

html.lt-ie-10 .range > .cell-xs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }

html.lt-ie-10 .range > .cell-xs-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }

html.lt-ie-10 .range > .cell-xs-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }

html.lt-ie-10 .range > .cell-xs-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }

html.lt-ie-10 .range > .cell-xs-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }

html.lt-ie-10 .range > .cell-xs-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }

html.lt-ie-10 .range > .cell-xs-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }

html.lt-ie-10 .range > .cell-xs-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }

html.lt-ie-10 .range > .cell-xs-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }

html.lt-ie-10 .range > .cell-xs-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }

html.lt-ie-10 .range > .cell-xs-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

html.lt-ie-10 .range > .cell-xs-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%; }

html.lt-ie-10 .range > .cell-sm-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }

html.lt-ie-10 .range > .cell-sm-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }

html.lt-ie-10 .range > .cell-sm-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }

html.lt-ie-10 .range > .cell-sm-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }

html.lt-ie-10 .range > .cell-sm-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }

html.lt-ie-10 .range > .cell-sm-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }

html.lt-ie-10 .range > .cell-sm-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }

html.lt-ie-10 .range > .cell-sm-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }

html.lt-ie-10 .range > .cell-sm-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }

html.lt-ie-10 .range > .cell-sm-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }

html.lt-ie-10 .range > .cell-sm-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }

html.lt-ie-10 .range > .cell-sm-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

html.lt-ie-10 .range > .cell-sm-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%; }

html.lt-ie-10 .range > .cell-md-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }

html.lt-ie-10 .range > .cell-md-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }

html.lt-ie-10 .range > .cell-md-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }

html.lt-ie-10 .range > .cell-md-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }

html.lt-ie-10 .range > .cell-md-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }

html.lt-ie-10 .range > .cell-md-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }

html.lt-ie-10 .range > .cell-md-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }

html.lt-ie-10 .range > .cell-md-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }

html.lt-ie-10 .range > .cell-md-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }

html.lt-ie-10 .range > .cell-md-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }

html.lt-ie-10 .range > .cell-md-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }

html.lt-ie-10 .range > .cell-md-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

html.lt-ie-10 .range > .cell-md-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%; }

html.lt-ie-10 .range > .cell-lg-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }

html.lt-ie-10 .range > .cell-lg-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }

html.lt-ie-10 .range > .cell-lg-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }

html.lt-ie-10 .range > .cell-lg-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }

html.lt-ie-10 .range > .cell-lg-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }

html.lt-ie-10 .range > .cell-lg-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }

html.lt-ie-10 .range > .cell-lg-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }

html.lt-ie-10 .range > .cell-lg-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }

html.lt-ie-10 .range > .cell-lg-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }

html.lt-ie-10 .range > .cell-lg-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }

html.lt-ie-10 .range > .cell-lg-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }

html.lt-ie-10 .range > .cell-lg-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

html.lt-ie-10 .range > .cell-lg-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%; }

html.lt-ie-10 .range > [class*="cell-xs-preffix-"],
html.lt-ie-10 .range > [class*="cell-sm-preffix-"],
html.lt-ie-10 .range > [class*="cell-md-preffix-"],
html.lt-ie-10 .range > [class*="cell-lg-preffix-"] {
  margin-left: auto; }

/** 2.3  Responsive Text System */
@media (min-width: 480px) {
  .text-xs-left {
    text-align: left; }
  .text-xs-center {
    text-align: center; }
  .text-xs-right {
    text-align: right; }
  .text-xs-justify {
    text-align: justify; }
  .text-xs-nowrap {
    white-space: nowrap; }
  .text-xs-normal {
    white-space: normal; } }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-center {
    text-align: center; }
  .text-sm-right {
    text-align: right; }
  .text-sm-justify {
    text-align: justify; }
  .text-sm-nowrap {
    white-space: nowrap; }
  .text-sm-normal {
    white-space: normal; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }
  .text-md-center {
    text-align: center; }
  .text-md-right {
    text-align: right; }
  .text-md-justify {
    text-align: justify; }
  .text-md-nowrap {
    white-space: nowrap; }
  .text-md-normal {
    white-space: normal; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-center {
    text-align: center; }
  .text-lg-right {
    text-align: right; }
  .text-lg-justify {
    text-align: justify; }
  .text-lg-nowrap {
    white-space: nowrap; }
  .text-lg-normal {
    white-space: normal; } }

@media (min-width: 1800px) {
  .text-xl-left {
    text-align: left; }
  .text-xl-center {
    text-align: center; }
  .text-xl-right {
    text-align: right; }
  .text-xl-justify {
    text-align: justify; }
  .text-xl-nowrap {
    white-space: nowrap; }
  .text-xl-normal {
    white-space: normal; } }

/** 2.4  Responsive Pulls System */
.pull-base {
  float: none; }

@media (min-width: 480px) {
  .pull-xs-left {
    float: left; }
  img.pull-xs-left {
    padding-right: 28px; }
  .pull-xs-base {
    float: none; }
  .pull-xs-right {
    float: right; }
  img.pull-xs-right {
    padding-left: 28px; } }

@media (min-width: 768px) {
  .pull-sm-left {
    float: left; }
  img.pull-sm-left {
    padding-right: 28px; }
  .pull-sm-base {
    float: none; }
  .pull-sm-right {
    float: right; }
  img.pull-sm-right {
    padding-left: 28px; } }

@media (min-width: 992px) {
  .pull-md-left {
    float: left; }
  img.pull-md-left {
    padding-right: 28px; }
  .pull-md-base {
    float: none; }
  .pull-md-right {
    float: right; }
  img.pull-md-right {
    padding-left: 28px; } }

@media (min-width: 1200px) {
  .pull-lg-left {
    float: left; }
  img.pull-lg-left {
    padding-right: 28px; }
  .pull-lg-base {
    float: none; }
  .pull-lg-right {
    float: right; }
  img.pull-lg-right {
    padding-left: 28px; } }

@media (min-width: 1800px) {
  .pull-xl-left {
    float: left; }
  img.pull-xl-left {
    padding-right: 28px; }
  .pull-xl-base {
    float: none; }
  .pull-xl-right {
    float: right; }
  img.pull-xl-right {
    padding-left: 28px; } }

/** 2.5  Responsive Visibility System */
.veil {
  display: none !important; }

.reveal-block {
  display: block !important; }

.reveal-flex {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }

.reveal-inline-block {
  display: inline-block !important; }

.reveal-inline {
  display: inline !important; }

@media (min-width: 480px) {
  .reveal-xs-block {
    display: block !important; }
  .reveal-xs-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .reveal-xs-inline-block {
    display: inline-block !important; }
  .reveal-xs-inline {
    display: inline !important; }
  .veil-xs {
    display: none !important; } }

@media (min-width: 768px) {
  .reveal-sm-block {
    display: block !important; }
  .reveal-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .reveal-sm-inline-block {
    display: inline-block !important; }
  .reveal-sm-inline {
    display: inline !important; }
  .veil-sm {
    display: none !important; } }

@media (min-width: 992px) {
  .reveal-md-block {
    display: block !important; }
  .reveal-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .reveal-md-inline-block {
    display: inline-block !important; }
  .reveal-md-inline {
    display: inline !important; }
  .veil-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .reveal-lg-block {
    display: block !important; }
  .reveal-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .reveal-lg-inline-block {
    display: inline-block !important; }
  .reveal-lg-inline {
    display: inline !important; }
  .veil-lg {
    display: none !important; } }

@media (min-width: 1800px) {
  .reveal-xl-block {
    display: block !important; }
  .reveal-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .reveal-xl-inline-block {
    display: inline-block !important; }
  .reveal-xl-inline {
    display: inline !important; }
  .veil-xl {
    display: none !important; } }

/** 2.6  Bootstrap Grid Addons */
.col-xs-1-5 {
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%; } }

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%; } }

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%; } }

.row-narrow {
  margin-left: -5px;
  margin-right: -5px; }
  .row-narrow > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px; }

.row-condensed {
  margin-left: 0;
  margin-right: 0; }
  .row-condensed > [class*="col"] {
    padding-left: 0;
    padding-right: 0; }

/** 2.7  Dividers*/
.hr {
  height: 1px;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f2f4f9;
  border: none; }

.hr-dashed {
  height: 0;
  border-bottom: 1px dashed #d3dbe8;
  background-color: transparent; }

.hr-gradient {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #d3dbe8 50%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #d3dbe8), color-stop(100%, white));
  background: -webkit-linear-gradient(left, white 0%, #d3dbe8 50%, white 100%);
  background: -o-linear-gradient(left, white 0%, #d3dbe8 50%, white 100%);
  background: -ms-linear-gradient(left, white 0%, #d3dbe8 50%, white 100%);
  background: linear-gradient(to right, white 0%, #d3dbe8 50%, white 100%); }

.text-subline {
  position: relative;
  height: 1px;
  padding: 0;
  background: #d3dbe8;
  border: none; }
  .text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #191919; }

.divider {
  width: 40px;
  height: 2px;
  padding: 0;
  margin: 27px auto 34px;
  background: #d3dbe8;
  border: none; }

.divider-vertical {
  width: 2px;
  height: 20px;
  background: #d3dbe8; }

.divider-sm {
  width: 30px; }

.divider-lg {
  width: 60px;
  height: 3px; }

.hr-auto {
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 480px) {
  .hr-xs-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 768px) {
  .hr-sm-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 992px) {
  .hr-md-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1200px) {
  .hr-lg-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1800px) {
  .hr-xl-auto {
    margin-left: auto;
    margin-right: auto; } }

.hr-left-0 {
  margin-left: 0; }

@media (min-width: 480px) {
  .hr-xs-left-0 {
    margin-left: 0; } }

@media (min-width: 768px) {
  .hr-sm-left-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .hr-md-left-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .hr-lg-left-0 {
    margin-left: 0; } }

@media (min-width: 1800px) {
  .hr-xl-left-0 {
    margin-left: 0; } }

.hr-right-0 {
  margin-right: 0; }

@media (min-width: 480px) {
  .hr-xs-right-0 {
    margin-right: 0; } }

@media (min-width: 768px) {
  .hr-sm-right-0 {
    margin-right: 0; } }

@media (min-width: 992px) {
  .hr-md-right-0 {
    margin-right: 0; } }

@media (min-width: 1200px) {
  .hr-lg-right-0 {
    margin-right: 0; } }

@media (min-width: 1800px) {
  .hr-xl-right-0 {
    margin-right: 0; } }

/** 2.8  Type Addons */
.page-header {
  padding-bottom: 14px; }

.font-default {
  font-family: "PT Sans", Helvetica, Arial, sans-serif; }

.font-accent {
  font-family: "Amatic SC", cursive; }

h1,
.h1 {
  margin-top: 26px;
  margin-bottom: 21px;
  font-size: 36px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      line-height: 1.2;
      font-size: 45px; } }

h2,
.h2 {
  margin-top: 42px;
  margin-bottom: 17px;
  font-size: 32px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      line-height: 1.18421;
      font-size: 38px; } }

h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      line-height: 1.2;
      font-size: 30px; } }

h4,
.h4 {
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.5; }
  h4 * + .icon,
  h4 .icon + *,
  .h4 * + .icon,
  .h4 .icon + * {
    padding-left: 8px; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      line-height: 1.25;
      font-size: 24px; } }

h5,
.h5 {
  margin-top: 29px;
  margin-bottom: 19px;
  font-size: 20px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    h5,
    .h5 {
      line-height: 1.22727;
      font-size: 22px; } }

h6,
.h6 {
  margin-top: 29px;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5; }
  h6 * + .icon,
  h6 .icon + *,
  .h6 * + .icon,
  .h6 .icon + * {
    padding-left: 8px; }
  @media (min-width: 768px) {
    h6,
    .h6 {
      line-height: 1.7;
      font-size: 18px; } }

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  transition: .3s all ease; }

h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover {
  color: #554e9f; }

h1 .small, .h1 .small,
h2 .small, .h2 .small,
h3 .small, .h3 .small,
h4 .small, .h4 .small,
h5 .small, .h5 .small,
h6 .small, .h6 .small {
  color: #9b9b9b; }

p,
.p,
.list {
  margin-top: 18px;
  margin-bottom: 18px; }
  p a:hover,
  .p a:hover,
  .list a:hover {
    text-decoration: underline; }

@media (min-width: 480px) {
  .big {
    font-size: 106.25%;
    line-height: 1.470588235294118; }
    h1 .big,
    .h1 .big {
      font-size: 137%;
      line-height: 1.125; }
    h2 .big,
    .h2 .big {
      font-size: 147.36%;
      line-height: 1.142857142857143; } }

@media (min-width: 992px) {
  .big {
    font-size: 106.25%;
    line-height: 1.470588235294118; }
    h1 .big,
    .h1 .big {
      font-size: 200%;
      line-height: 1.125; } }

blockquote small,
blockquote .small,
small,
.small {
  font-size: 93.75%; }
  blockquote small:before,
  blockquote .small:before,
  small:before,
  .small:before {
    display: none; }
  h1 blockquote small,
  .h1 blockquote small, h1
  blockquote .small,
  .h1
  blockquote .small, h1
  small,
  .h1
  small, h1
  .small,
  .h1
  .small {
    font-size: 62.22222222222222%; }
  h2 blockquote small,
  .h2 blockquote small, h2
  blockquote .small,
  .h2
  blockquote .small, h2
  small,
  .h2
  small, h2
  .small,
  .h2
  .small {
    font-size: 63.15789473684211%; }
  h3 blockquote small,
  .h3 blockquote small, h3
  blockquote .small,
  .h3
  blockquote .small, h3
  small,
  .h3
  small, h3
  .small,
  .h3
  .small {
    font-size: 73.33333333333333%; }
  h4 blockquote small,
  .h4 blockquote small, h4
  blockquote .small,
  .h4
  blockquote .small, h4
  small,
  .h4
  small, h4
  .small,
  .h4
  .small {
    font-size: 75%; }
  h5 blockquote small,
  .h5 blockquote small, h5
  blockquote .small,
  .h5
  blockquote .small, h5
  small,
  .h5
  small, h5
  .small,
  .h5
  .small {
    font-size: 72.72727272727273%; }
  h6 blockquote small,
  .h6 blockquote small, h6
  blockquote .small,
  .h6
  blockquote .small, h6
  small,
  .h6
  small, h6
  .small,
  .h6
  .small {
    font-size: 94.11764705882353%; }

sub {
  bottom: -0.5em; }

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

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

code {
  padding: 5px 7px;
  font-size: 75%;
  color: #E50A0A;
  background-color: #f7f7f7;
  border-radius: 2px; }

pre {
  padding: 16px 19px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.13;
  overflow-x: auto; }
  pre code {
    font-size: 75%;
    text-align: left; }

mark, .mark {
  background-color: #ABCC37;
  padding: .1em; }

.text-extra-small {
  font-size: 13px; }

.text-extra-big {
  font-size: 100px;
  line-height: .7; }
  @media (min-width: 768px) {
    .text-extra-big {
      font-size: 140px; } }
  @media (min-width: 992px) {
    .text-extra-big {
      font-size: 180px; } }
  @media (min-width: 1200px) {
    .text-extra-big {
      font-size: 220px; } }

.list > li + li {
  margin-top: 10px; }

.list-numbered {
  padding-left: 15px; }
  .list-numbered li {
    padding-left: 10px; }

.list-inline {
  margin-left: -5px;
  margin-right: -5px; }
  .list-inline > li {
    padding-left: 5px;
    padding-right: 5px; }

.list-inline-sm {
  margin-left: -10px;
  margin-right: -10px; }
  .list-inline-sm > li {
    padding-left: 10px;
    padding-right: 10px; }

.list-inline-md {
  margin-left: -15px;
  margin-right: -15px; }
  .list-inline-md > li {
    padding-left: 15px;
    padding-right: 15px; }

.list-inline-lg {
  margin-left: -30px;
  margin-right: -30px; }
  .list-inline-lg > li {
    padding-left: 30px;
    padding-right: 30px; }
    .list-inline-lg > li:first-child {
      padding-left: 0; }
    .list-inline-lg > li:before {
      color: #d3dbe8; }
    .list-inline-lg > li + li [class*='fa-']:before {
      margin-left: 15px; }
  @media (min-width: 768px) {
    .list-inline-lg li + li [class*='fa-']:before {
      margin-left: 0; }
    .list-inline-lg [class*='fa-']:before {
      padding-left: 15px;
      padding-right: 10px; } }

.list-inline-picton-blue > li > a {
  transition: .3s; }
  .list-inline-picton-blue > li > a:hover {
    color: #55bbeb; }

.list-inline-primary > li > a {
  transition: .3s; }
  .list-inline-primary > li > a:hover {
    color: #554e9f; }

.list-inline-white > li > a {
  transition: .3s; }
  .list-inline-white > li > a:hover {
    color: #fff; }

.list-inline-dashed > li {
  padding-right: 0; }
  .list-inline-dashed > li + li:before {
    content: '/';
    padding-right: 5px; }

.list-inline-dashed-wide > li {
  padding-right: 0; }
  .list-inline-dashed-wide > li + li:before {
    content: '/';
    padding-right: 20px; }

@media (min-width: 992px) {
  .list-inline-dashed-wide > li + li:before {
    padding-right: 5px; } }

.list-inline-squared > li {
  position: relative; }
  .list-inline-squared > li + li:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -7px;
    height: 6px;
    border-left: 6px solid; }

.list-inline-squared.list-inline-mg + li:before {
  left: -23px; }

.list-inline-squared.list-inline-lg + li:before {
  left: -33px; }

.list-marked {
  text-align: left;
  padding-left: 0;
  list-style: none; }
  .list-marked li {
    padding-left: 15px;
    position: relative; }
    .list-marked li:before {
      content: '';
      position: absolute;
      left: 2px;
      top: 13px;
      transform: translateY(-50%);
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #ed1b24; }

.list-index {
  padding-left: 0;
  list-style: none;
  counter-reset: li; }
  .list-index li .list-index-counter:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li; }

.list-separated li + li {
  border-top: 1px solid #f2f4f9;
  margin-top: 8px;
  padding-top: 7px; }

.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.bg-gray-base {
  background: #191919;
  fill: #191919; }

.bg-gray-darkest {
  background: #212121;
  fill: #212121; }

.bg-gray-darker {
  background: #434345;
  fill: #434345; }

.bg-gray {
  background: #d3dbe8;
  fill: #d3dbe8; }

.bg-gray-light {
  background: #f0f1f4;
  fill: #f0f1f4; }

.bg-lighter {
  background: #f2f4f9;
  fill: #f2f4f9; }

.bg-lightest {
  background: #f7f7f7;
  fill: #f7f7f7; }

.bg-deluge {
  background: #8668ad;
  fill: #8668ad; }

.bg-picton-blue {
  background: #55bbeb;
  fill: #55bbeb; }

.bg-primary {
  background: #0b395c;
  fill: #0b395c; }

.bg-safety-orange {
  background: #fe6500;
  fill: #fe6500; }

.bg-white {
  background: #fff;
  fill: #fff; }

.bg-black-haze {
  background: -moz-linear-gradient(0deg, #f7f7f7 0%, #fff 100%);
  background: -webkit-linear-gradient(0deg, #f7f7f7 0%, #fff 100%);
  background: -o-linear-gradient(0deg, #f7f7f7 0%, #fff 100%);
  background: -ms-linear-gradient(0deg, #f7f7f7 0%, #fff 100%);
  background: linear-gradient(0deg, #f7f7f7 0%, #fff 100%); }

.bg-acapulco {
  fill: #55bbeb;
  background: #55bbeb;
  background: -moz-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
  background: -webkit-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
  background: -o-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
  background: -ms-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
  background: linear-gradient(90deg, #55bbeb 0%, #84c450 100%); }

.bg-blue-gray {
  background: -moz-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
  background: -webkit-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
  background: -o-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
  background: -ms-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
  background: linear-gradient(90deg, #8668ad 0%, #55bbeb 100%); }

.bg-red {
  background: -moz-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);
  background: -webkit-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);
  background: -o-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);
  background: -ms-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);
  background: linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%); }

.bg-mantis, .scrollToNext {
  background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
  background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
  background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
  background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
  background: linear-gradient(90deg, #554e9f 0%, #84c450 100%); }

.bg-shark {
  background: -moz-linear-gradient(90deg, #191919 0%, #434345 100%);
  background: -webkit-linear-gradient(90deg, #191919 0%, #434345 100%);
  background: -o-linear-gradient(90deg, #191919 0%, #434345 100%);
  background: -ms-linear-gradient(90deg, #191919 0%, #434345 100%);
  background: linear-gradient(90deg, #191919 0%, #434345 100%); }

.bg-shark-radio {
  background: radial-gradient(ellipse at center, #212121 0%, #191919 100%);
  fill: radial-gradient(ellipse at center, #212121 0%, #191919 100%); }

.bg-deluge {
  background: -moz-linear-gradient(90deg, #8668ad 0%, #695999 100%);
  background: -webkit-linear-gradient(90deg, #8668ad 0%, #695999 100%);
  background: -o-linear-gradient(90deg, #8668ad 0%, #695999 100%);
  background: -ms-linear-gradient(90deg, #8668ad 0%, #695999 100%);
  background: linear-gradient(90deg, #8668ad 0%, #695999 100%); }

.bg-malibu {
  background: -moz-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
  background: -webkit-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
  background: -o-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
  background: -ms-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
  background: linear-gradient(90deg, #64aae1 0%, #79ccf2 100%); }

.bg-saffron {
  background: -moz-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
  background: -webkit-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
  background: -o-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
  background: -ms-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
  background: linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%); }

.bg-blue-gray-tilt {
  background: -moz-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: -webkit-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: -o-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: -ms-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: linear-gradient(45deg, #8668ad 0%, #55bbeb 100%); }

.bg-red-tilt {
  background: -moz-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
  background: -webkit-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
  background: -o-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
  background: -ms-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
  background: linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%); }

.bg-mantis-tilt {
  background: -moz-linear-gradient(45deg, #554e9f 0%, #84c450 100%);
  background: -webkit-linear-gradient(45deg, #554e9f 0%, #84c450 100%);
  background: -o-linear-gradient(45deg, #554e9f 0%, #84c450 100%);
  background: -ms-linear-gradient(45deg, #554e9f 0%, #84c450 100%);
  background: linear-gradient(45deg, #554e9f 0%, #84c450 100%); }

.bg-shark-tilt {
  background: -moz-linear-gradient(45deg, #191919 0%, #434345 100%);
  background: -webkit-linear-gradient(45deg, #191919 0%, #434345 100%);
  background: -o-linear-gradient(45deg, #191919 0%, #434345 100%);
  background: -ms-linear-gradient(45deg, #191919 0%, #434345 100%);
  background: linear-gradient(45deg, #191919 0%, #434345 100%); }

.bg-deluge-tilt {
  background: -moz-linear-gradient(45deg, #8668ad 0%, #695999 100%);
  background: -webkit-linear-gradient(45deg, #8668ad 0%, #695999 100%);
  background: -o-linear-gradient(45deg, #8668ad 0%, #695999 100%);
  background: -ms-linear-gradient(45deg, #8668ad 0%, #695999 100%);
  background: linear-gradient(45deg, #8668ad 0%, #695999 100%); }

.bg-malibu-tilt {
  background: -moz-linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);
  background: -webkit-linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);
  background: -o-linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);
  background: -ms-linear-gradient(45deg, #64aae1 0%, #79ccf2 100%);
  background: linear-gradient(45deg, #64aae1 0%, #79ccf2 100%); }

.bg-saffron-tilt {
  background: -moz-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
  background: -webkit-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
  background: -o-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
  background: -ms-linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%);
  background: linear-gradient(90deg, #f5bf2f 0%, #F3A43D 100%); }

.bg-overlay-white {
  background: rgba(255, 255, 255, 0.8); }

.bg-overlay-gray-darkest {
  background: rgba(33, 33, 33, 0.65); }

.page blockquote.quote .text-primary,
.page .text-primary {
  color: #0b395c; }

.page a.text-primary:hover,
.page a.text-primary:focus {
  color: #433d7d; }

.page blockquote.quote .text-gray,
.page .text-gray {
  color: #d3dbe8; }

.page a.text-gray:hover,
.page a.text-gray:focus {
  color: #b2c0d6; }

.page blockquote.quote .text-jungle-green,
.page .text-jungle-green {
  color: #212121; }

.page a.text-jungle-green:hover,
.page a.text-jungle-green:focus {
  color: #080808; }

.page blockquote.quote .text-deluge,
.page .text-deluge {
  color: #8668ad; }

.page a.text-deluge:hover,
.page a.text-deluge:focus {
  color: #6d5092; }

.page blockquote.quote .text-picton-blue,
.page .text-picton-blue {
  color: #55bbeb; }

.page a.text-picton-blue:hover,
.page a.text-picton-blue:focus {
  color: #27a9e6; }

.page blockquote.quote .text-dollar-bill,
.page .text-dollar-bill {
  color: #84c450; }

.page a.text-dollar-bill:hover,
.page a.text-dollar-bill:focus {
  color: #6ba839; }

.page blockquote.quote .text-iceberg,
.page .text-iceberg {
  color: #64aae1; }

.page a.text-iceberg:hover,
.page a.text-iceberg:focus {
  color: #3993d9; }

.page blockquote.quote .text-ku-crimson,
.page .text-ku-crimson {
  color: #e50a0a; }

.page a.text-ku-crimson:hover,
.page a.text-ku-crimson:focus {
  color: #b40808; }

.page blockquote.quote .text-neon-carrot,
.page .text-neon-carrot {
  color: #F3A43D; }

.page a.text-neon-carrot:hover,
.page a.text-neon-carrot:focus {
  color: #ee8d0f; }

.page blockquote.quote .text-darker,
.page .text-darker {
  color: #434345; }

.page a.text-darker:hover,
.page a.text-darker:focus {
  color: #2a2a2b; }

.page blockquote.quote .text-white,
.page .text-white {
  color: #fff; }

.page a.text-white:hover,
.page a.text-white:focus {
  color: #e6e6e6; }

.page blockquote.quote .text-dark,
.page .text-dark {
  color: #9b9b9b; }

.page a.text-dark:hover,
.page a.text-dark:focus {
  color: #828282; }

.page blockquote.quote .text-safety-orange,
.page .text-safety-orange {
  color: #ed1b24; }

.page a.text-safety-orange:hover,
.page a.text-safety-orange:focus {
  color: #cb5100; }

.page .text-mantis, .page .text-acapulco, .page .text-blue-gray, .page .text-malibu, .page .text-carrot, .page .text-red, .page .text-pink, .page .rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active, .rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active, .page .rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active, .rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active, .page .rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active, .rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active, .page .rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active, .rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active, .page .text-mantis:before, .page .text-acapulco:before, .page .text-blue-gray:before, .page .text-malibu:before, .page .text-carrot:before, .page .text-red:before, .page .text-pink:before, .page .rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before, .rd-navbar-default.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active:before, .page .rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before, .rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active:before, .page .rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before, .rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active:before, .page .rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before, .rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list .page li.resp-tab-active:before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.page .text-mantis, .page .text-mantis:before {
  color: #42B574;
  background-image: -webkit-linear-gradient(0deg, #554e9f 0%, #84c450 100%); }

.page .text-acapulco, .page .text-acapulco:before {
  color: #55bbeb;
  background-image: -webkit-linear-gradient(0deg, #55bbeb 0%, #84c450 100%); }

.page .text-blue-gray, .page .text-blue-gray:before {
  color: #8668ad;
  background-image: -webkit-linear-gradient(0deg, #8668ad 0%, #55bbeb 100%); }

.page .text-malibu, .page .text-malibu:before {
  color: #55bbeb;
  background-image: -webkit-linear-gradient(0deg, #55bbeb 0%, #79ccf2 100%); }

.page .text-carrot, .page .text-carrot:before {
  color: #f5bf2f;
  background-image: -webkit-linear-gradient(0deg, #f5bf2f 0%, #F3A43D 100%); }

.page .text-red, .page .text-red:before {
  color: #f54b0f;
  background-image: -webkit-linear-gradient(0deg, #f54b0f 0%, #e50a0a 100%); }

.page .text-pink, .page .text-pink:before {
  color: #8668ad;
  background-image: -webkit-linear-gradient(0deg, #8668ad 0%, #695999 100%); }

.shadow-drop-ambient {
  box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.15); }

.shadow-drop-xxs {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }

.shadow-drop-xs {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15); }

.shadow-drop-sm {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }

.shadow-drop,
.shadow-drop-md {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15); }

.shadow-drop-lg {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15); }

.shadow-drop-xl {
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.15); }

.shadow-variant-2 {
  box-shadow: 0 0px 20px 2px rgba(0, 0, 0, 0.1); }

.border-gray-light {
  border-color: #f0f1f4; }

.border-gainsboro {
  border-color: #d3dbe8; }

.contact-info p {
  font-size: 16px;
  margin-bottom: 0; }

.contact-info dl {
  margin-bottom: 0; }
  .contact-info dl dt, .contact-info dl dd {
    display: inline-block;
    font-weight: 400;
    font-size: 15px; }
  .contact-info dl dt, .contact-info dl dd a {
    color: #434345; }
  .contact-info dl dd a:hover {
    color: #55bbeb; }

/** 2.9  Buttons Addons */
.btn, .pagination-classic > li > a,
.pagination-classic > li > span {
  position: relative;
  padding: 9px 16px;
  font-size: 15px;
  line-height: 24px;
  border-radius: 3px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-width: 2px;
  transition: .3s;
  backface-visibility: hidden; }
  .btn:focus, .pagination-classic > li > a:focus,
  .pagination-classic > li > span:focus, .btn:active, .pagination-classic > li > a:active,
  .pagination-classic > li > span:active, .btn:active:focus, .pagination-classic > li > a:active:focus,
  .pagination-classic > li > span:active:focus {
    outline: none; }
  .btn .caret:last-child, .pagination-classic > li > a .caret:last-child,
  .pagination-classic > li > span .caret:last-child {
    margin-left: 5px; }

.btn-group .btn + .btn, .btn-group .pagination-classic > li > a + .btn, .btn-group
.pagination-classic > li > span + .btn, .btn-group .pagination-classic > li > .btn + a, .btn-group .pagination-classic > li > a + a, .btn-group
.pagination-classic > li > span + a, .btn-group
.pagination-classic > li > .btn + span, .btn-group .pagination-classic > li > a + span, .btn-group
.pagination-classic > li > span + span,
.btn-group-lg .btn + .btn,
.btn-group-lg .pagination-classic > li > a + .btn,
.btn-group-lg
.pagination-classic > li > span + .btn,
.btn-group-lg .pagination-classic > li > .btn + a,
.btn-group-lg .pagination-classic > li > a + a,
.btn-group-lg
.pagination-classic > li > span + a,
.btn-group-lg
.pagination-classic > li > .btn + span,
.btn-group-lg .pagination-classic > li > a + span,
.btn-group-lg
.pagination-classic > li > span + span {
  margin-left: -2px; }

.btn-group-sm .btn + .btn, .btn-group-sm .pagination-classic > li > a + .btn, .btn-group-sm
.pagination-classic > li > span + .btn, .btn-group-sm .pagination-classic > li > .btn + a, .btn-group-sm .pagination-classic > li > a + a, .btn-group-sm
.pagination-classic > li > span + a, .btn-group-sm
.pagination-classic > li > .btn + span, .btn-group-sm .pagination-classic > li > a + span, .btn-group-sm
.pagination-classic > li > span + span,
.btn-group-xs .btn + .btn,
.btn-group-xs .pagination-classic > li > a + .btn,
.btn-group-xs
.pagination-classic > li > span + .btn,
.btn-group-xs .pagination-classic > li > .btn + a,
.btn-group-xs .pagination-classic > li > a + a,
.btn-group-xs
.pagination-classic > li > span + a,
.btn-group-xs
.pagination-classic > li > .btn + span,
.btn-group-xs .pagination-classic > li > a + span,
.btn-group-xs
.pagination-classic > li > span + span {
  margin-left: -1px; }

.btn-group > .btn:hover, .pagination-classic > li.btn-group > a:hover,
.pagination-classic > li.btn-group > span:hover,
.btn-group > .btn:focus, .pagination-classic >
li.btn-group > a:focus,
.pagination-classic >
li.btn-group > span:focus,
.btn-group > .btn:active, .pagination-classic >
li.btn-group > a:active,
.pagination-classic >
li.btn-group > span:active,
.btn-group > .btn.active, .pagination-classic >
li.btn-group > a.active,
.pagination-classic >
li.btn-group > span.active,
.btn-group-vertical > .btn:hover, .pagination-classic >
li.btn-group-vertical > a:hover,
.pagination-classic >
li.btn-group-vertical > span:hover,
.btn-group-vertical > .btn:focus, .pagination-classic >
li.btn-group-vertical > a:focus,
.pagination-classic >
li.btn-group-vertical > span:focus,
.btn-group-vertical > .btn:active, .pagination-classic >
li.btn-group-vertical > a:active,
.pagination-classic >
li.btn-group-vertical > span:active,
.btn-group-vertical > .btn.active, .pagination-classic >
li.btn-group-vertical > a.active,
.pagination-classic >
li.btn-group-vertical > span.active {
  z-index: auto; }

.btn-default, .pagination-classic > li + li:not(:last-child) > a,
.pagination-classic > li + li:not(:last-child) > span {
  color: #434345;
  background-color: transparent;
  border-color: #d3dbe8; }
  .btn-default:focus, .pagination-classic > li + li:not(:last-child) > a:focus,
  .pagination-classic > li + li:not(:last-child) > span:focus, .btn-default.focus, .pagination-classic > li + li:not(:last-child) > a.focus,
  .pagination-classic > li + li:not(:last-child) > span.focus, .btn-default:hover, .pagination-classic > li + li:not(:last-child) > a:hover,
  .pagination-classic > li + li:not(:last-child) > span:hover, .btn-default:active, .pagination-classic > li + li:not(:last-child) > a:active,
  .pagination-classic > li + li:not(:last-child) > span:active, .btn-default.active, .pagination-classic > li + li:not(:last-child) > a.active,
  .pagination-classic > li + li:not(:last-child) > span.active,
  .open > .btn-default.dropdown-toggle, .pagination-classic > li +
  li.open:not(:last-child) > a.dropdown-toggle,
  .pagination-classic > li +
  li.open:not(:last-child) > span.dropdown-toggle {
    color: #fff;
    background-color: #434345;
    border-color: #434345; }
  .btn-default:active, .pagination-classic > li + li:not(:last-child) > a:active,
  .pagination-classic > li + li:not(:last-child) > span:active, .btn-default.active, .pagination-classic > li + li:not(:last-child) > a.active,
  .pagination-classic > li + li:not(:last-child) > span.active,
  .open > .btn-default.dropdown-toggle, .pagination-classic > li +
  li.open:not(:last-child) > a.dropdown-toggle,
  .pagination-classic > li +
  li.open:not(:last-child) > span.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-default:active:hover, .pagination-classic > li + li:not(:last-child) > a:active:hover,
    .pagination-classic > li + li:not(:last-child) > span:active:hover, .btn-default:active:focus, .pagination-classic > li + li:not(:last-child) > a:active:focus,
    .pagination-classic > li + li:not(:last-child) > span:active:focus, .btn-default:active.focus, .pagination-classic > li + li:not(:last-child) > a:active.focus,
    .pagination-classic > li + li:not(:last-child) > span:active.focus, .btn-default.active:hover, .pagination-classic > li + li:not(:last-child) > a.active:hover,
    .pagination-classic > li + li:not(:last-child) > span.active:hover, .btn-default.active:focus, .pagination-classic > li + li:not(:last-child) > a.active:focus,
    .pagination-classic > li + li:not(:last-child) > span.active:focus, .btn-default.active.focus, .pagination-classic > li + li:not(:last-child) > a.active.focus,
    .pagination-classic > li + li:not(:last-child) > span.active.focus,
    .open > .btn-default.dropdown-toggle:hover, .pagination-classic > li +
    li.open:not(:last-child) > a.dropdown-toggle:hover,
    .pagination-classic > li +
    li.open:not(:last-child) > span.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus, .pagination-classic > li +
    li.open:not(:last-child) > a.dropdown-toggle:focus,
    .pagination-classic > li +
    li.open:not(:last-child) > span.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus, .pagination-classic > li +
    li.open:not(:last-child) > a.dropdown-toggle.focus,
    .pagination-classic > li +
    li.open:not(:last-child) > span.dropdown-toggle.focus {
      color: #fff;
      background-color: #434345;
      border-color: #434345; }
  .btn-default.disabled, .pagination-classic > li + li:not(:last-child) > a.disabled,
  .pagination-classic > li + li:not(:last-child) > span.disabled, .btn-default[disabled], .pagination-classic > li + li:not(:last-child) > a[disabled],
  .pagination-classic > li + li:not(:last-child) > span[disabled],
  fieldset[disabled] .btn-default,
  fieldset[disabled] .pagination-classic > li + li:not(:last-child) > a,
  fieldset[disabled]
  .pagination-classic > li + li:not(:last-child) > span {
    pointer-events: none;
    opacity: .5; }
  .btn-default .badge, .pagination-classic > li + li:not(:last-child) > a .badge,
  .pagination-classic > li + li:not(:last-child) > span .badge {
    color: transparent;
    background-color: #434345; }

.btn-primary {
  color: #fff;
  background-color: #554e9f;
  border-color: #554e9f; }
  .btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #433d7d;
    border-color: #433d7d; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #433d7d;
      border-color: #433d7d; }
  .btn-primary.disabled, .btn-primary[disabled],
  fieldset[disabled] .btn-primary {
    pointer-events: none;
    opacity: .5; }
  .btn-primary .badge {
    color: #554e9f;
    background-color: #fff; }

.btn-deluge {
  color: #fff;
  background-color: #8668ad;
  border-color: #8668ad; }
  .btn-deluge:focus, .btn-deluge.focus, .btn-deluge:hover, .btn-deluge:active, .btn-deluge.active,
  .open > .btn-deluge.dropdown-toggle {
    color: #fff;
    background-color: #695999;
    border-color: #695999; }
  .btn-deluge:active, .btn-deluge.active,
  .open > .btn-deluge.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-deluge:active:hover, .btn-deluge:active:focus, .btn-deluge:active.focus, .btn-deluge.active:hover, .btn-deluge.active:focus, .btn-deluge.active.focus,
    .open > .btn-deluge.dropdown-toggle:hover,
    .open > .btn-deluge.dropdown-toggle:focus,
    .open > .btn-deluge.dropdown-toggle.focus {
      color: #fff;
      background-color: #695999;
      border-color: #695999; }
  .btn-deluge.disabled, .btn-deluge[disabled],
  fieldset[disabled] .btn-deluge {
    pointer-events: none;
    opacity: .5; }
  .btn-deluge .badge {
    color: #8668ad;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #abcc37;
  border-color: #abcc37; }
  .btn-success:focus, .btn-success.focus, .btn-success:hover, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #84c450;
    border-color: #84c450; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #84c450;
      border-color: #84c450; }
  .btn-success.disabled, .btn-success[disabled],
  fieldset[disabled] .btn-success {
    pointer-events: none;
    opacity: .5; }
  .btn-success .badge {
    color: #abcc37;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #79ccf2;
  border-color: #79ccf2; }
  .btn-info:focus, .btn-info.focus, .btn-info:hover, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #64aae1;
    border-color: #64aae1; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #64aae1;
      border-color: #64aae1; }
  .btn-info.disabled, .btn-info[disabled],
  fieldset[disabled] .btn-info {
    pointer-events: none;
    opacity: .5; }
  .btn-info .badge {
    color: #79ccf2;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f5bf2f;
  border-color: #f5bf2f; }
  .btn-warning:focus, .btn-warning.focus, .btn-warning:hover, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f3a43d;
    border-color: #f3a43d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #f3a43d;
      border-color: #f3a43d; }
  .btn-warning.disabled, .btn-warning[disabled],
  fieldset[disabled] .btn-warning {
    pointer-events: none;
    opacity: .5; }
  .btn-warning .badge {
    color: #f5bf2f;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #f54b0f;
  border-color: #f54b0f; }
  .btn-danger:focus, .btn-danger.focus, .btn-danger:hover, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e50a0a;
    border-color: #e50a0a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #e50a0a;
      border-color: #e50a0a; }
  .btn-danger.disabled, .btn-danger[disabled],
  fieldset[disabled] .btn-danger {
    pointer-events: none;
    opacity: .5; }
  .btn-danger .badge {
    color: #f54b0f;
    background-color: #fff; }

.btn-picton-blue {
  color: #fff;
  background-color: #55bbeb;
  border-color: #55bbeb; }
  .btn-picton-blue:focus, .btn-picton-blue.focus, .btn-picton-blue:hover, .btn-picton-blue:active, .btn-picton-blue.active,
  .open > .btn-picton-blue.dropdown-toggle {
    color: #fff;
    background-color: #43dfe8;
    border-color: #43dfe8; }
  .btn-picton-blue:active, .btn-picton-blue.active,
  .open > .btn-picton-blue.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-picton-blue:active:hover, .btn-picton-blue:active:focus, .btn-picton-blue:active.focus, .btn-picton-blue.active:hover, .btn-picton-blue.active:focus, .btn-picton-blue.active.focus,
    .open > .btn-picton-blue.dropdown-toggle:hover,
    .open > .btn-picton-blue.dropdown-toggle:focus,
    .open > .btn-picton-blue.dropdown-toggle.focus {
      color: #fff;
      background-color: #43dfe8;
      border-color: #43dfe8; }
  .btn-picton-blue.disabled, .btn-picton-blue[disabled],
  fieldset[disabled] .btn-picton-blue {
    pointer-events: none;
    opacity: .5; }
  .btn-picton-blue .badge {
    color: #55bbeb;
    background-color: #fff; }

.btn-sapphire {
  color: #fff;
  background-color: #0956b5;
  border-color: #0956b5; }
  .btn-sapphire:focus, .btn-sapphire.focus, .btn-sapphire:hover, .btn-sapphire:active, .btn-sapphire.active,
  .open > .btn-sapphire.dropdown-toggle {
    color: #fff;
    background-color: #084998;
    border-color: #084998; }
  .btn-sapphire:active, .btn-sapphire.active,
  .open > .btn-sapphire.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-sapphire:active:hover, .btn-sapphire:active:focus, .btn-sapphire:active.focus, .btn-sapphire.active:hover, .btn-sapphire.active:focus, .btn-sapphire.active.focus,
    .open > .btn-sapphire.dropdown-toggle:hover,
    .open > .btn-sapphire.dropdown-toggle:focus,
    .open > .btn-sapphire.dropdown-toggle.focus {
      color: #fff;
      background-color: #084998;
      border-color: #084998; }
  .btn-sapphire.disabled, .btn-sapphire[disabled],
  fieldset[disabled] .btn-sapphire {
    pointer-events: none;
    opacity: .5; }
  .btn-sapphire .badge {
    color: #0956b5;
    background-color: #fff; }

.btn-safety-orange {
  color: #fff;
  background-color: #ed1b24;
  border-color: #ed1b24; }
  .btn-safety-orange:focus, .btn-safety-orange.focus, .btn-safety-orange:hover, .btn-safety-orange:active, .btn-safety-orange.active,
  .open > .btn-safety-orange.dropdown-toggle {
    color: #fff;
    background-color: #b5141d;
    border-color: #b5141d; }
  .btn-safety-orange:active, .btn-safety-orange.active,
  .open > .btn-safety-orange.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-safety-orange:active:hover, .btn-safety-orange:active:focus, .btn-safety-orange:active.focus, .btn-safety-orange.active:hover, .btn-safety-orange.active:focus, .btn-safety-orange.active.focus,
    .open > .btn-safety-orange.dropdown-toggle:hover,
    .open > .btn-safety-orange.dropdown-toggle:focus,
    .open > .btn-safety-orange.dropdown-toggle.focus {
      color: #fff;
      background-color: #cc1414;
      border-color: #b5141d; }
  .btn-safety-orange.disabled, .btn-safety-orange[disabled],
  fieldset[disabled] .btn-safety-orange {
    pointer-events: none;
    opacity: .5; }
  .btn-safety-orange .badge {
    color: #ed1b24;
    background-color: #fff; }

.btn-darkest {
  color: #9b9b9b;
  background-color: #212121;
  border-color: #212121; }
  .btn-darkest:focus, .btn-darkest.focus, .btn-darkest:hover, .btn-darkest:active, .btn-darkest.active,
  .open > .btn-darkest.dropdown-toggle {
    color: #9b9b9b;
    background-color: #2e2e2e;
    border-color: #2e2e2e; }
  .btn-darkest:active, .btn-darkest.active,
  .open > .btn-darkest.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-darkest:active:hover, .btn-darkest:active:focus, .btn-darkest:active.focus, .btn-darkest.active:hover, .btn-darkest.active:focus, .btn-darkest.active.focus,
    .open > .btn-darkest.dropdown-toggle:hover,
    .open > .btn-darkest.dropdown-toggle:focus,
    .open > .btn-darkest.dropdown-toggle.focus {
      color: #9b9b9b;
      background-color: #2e2e2e;
      border-color: #2e2e2e; }
  .btn-darkest.disabled, .btn-darkest[disabled],
  fieldset[disabled] .btn-darkest {
    pointer-events: none;
    opacity: .5; }
  .btn-darkest .badge {
    color: #212121;
    background-color: #9b9b9b; }

.btn-red {
  background: -webkit-linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);
  background: linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);
  color: #fff;
  border: 0; }
  .btn-red .badge {
    color: #f54b0f; }

.btn-malibu {
  background: -webkit-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
  background: linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
  color: #fff; }
  .btn-malibu .badge {
    color: #79ccf2; }

.btn-xs, .btn-group-xs > .btn, .pagination-classic > li.btn-group-xs > a,
.pagination-classic > li.btn-group-xs > span {
  padding: 6px 16px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  border-width: 1px; }

.btn-sm, .btn-group-sm > .btn, .pagination-classic > li.btn-group-sm > a,
.pagination-classic > li.btn-group-sm > span, .pagination-classic > li > a,
.pagination-classic > li > span {
  padding: 7px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 3px;
  border-width: 1px; }

@media (min-width: 480px) {
  .btn-lg, .btn-group-lg > .btn, .pagination-classic > li.btn-group-lg > a,
  .pagination-classic > li.btn-group-lg > span {
    padding: 17px 24px;
    font-size: 17px;
    line-height: 32px;
    border-radius: 5px; } }

.btn-rect {
  border-radius: 0; }

.btn-ellipse.btn, .pagination-classic > li > a.btn-ellipse,
.pagination-classic > li > span.btn-ellipse {
  border-radius: 23px; }

.btn-ellipse.btn-xs, .btn-group-xs > .btn-ellipse.btn, .pagination-classic > li.btn-group-xs > a.btn-ellipse,
.pagination-classic > li.btn-group-xs > span.btn-ellipse {
  border-radius: 17px; }

.btn-ellipse.btn-sm, .btn-group-sm > .btn-ellipse.btn, .pagination-classic > li > a.btn-ellipse,
.pagination-classic > li > span.btn-ellipse {
  border-radius: 20px; }

.btn-ellipse.btn-lg, .btn-group-lg > .btn-ellipse.btn, .pagination-classic > li.btn-group-lg > a.btn-ellipse,
.pagination-classic > li.btn-group-lg > span.btn-ellipse {
  border-radius: 35px; }

.btn-link {
  position: relative;
  border: none;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
  font-weight: 900;
  color: #434345;
  line-height: 1.9; }
  .btn-link:after {
    content: '';
    height: 2px;
    position: absolute;
    width: 60px;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    transition: .3s; }
    .btn-link:after {
      background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: linear-gradient(90deg, #554e9f 0%, #84c450 100%); }
  .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:hover, .btn-link:focus {
    color: inherit;
    text-decoration: none;
    background-color: transparent; }
    .btn-link:hover:after, .btn-link:focus:after {
      width: 70px; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: inherit;
    text-decoration: none; }

.btn-more {
  font-size: 17px;
  font-weight: 700;
  line-height: 18px; }
  .btn-more .icon + *,
  .btn-more * + .icon {
    transition: .3s;
    display: inline-block;
    margin-left: 8px; }
  .btn-more .icon {
    color: #55bbeb; }
  .btn-more .icon-xxs {
    font-size: 18px;
    line-height: 18px; }
  .btn-more:hover .icon {
    color: #554e9f; }
  .btn-more:hover .icon + *,
  .btn-more:hover * + .icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

.btn.btn-icon, .pagination-classic > li > a.btn-icon,
.pagination-classic > li > span.btn-icon {
  padding-left: 17px;
  padding-right: 17px; }
  .btn.btn-icon .icon, .pagination-classic > li > a.btn-icon .icon,
  .pagination-classic > li > span.btn-icon .icon {
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    transition: 0s; }
  .btn.btn-icon-left .icon, .pagination-classic > li > a.btn-icon-left .icon,
  .pagination-classic > li > span.btn-icon-left .icon {
    float: left;
    padding-right: 10px; }
  .btn.btn-icon-right .icon, .pagination-classic > li > a.btn-icon-right .icon,
  .pagination-classic > li > span.btn-icon-right .icon {
    float: right;
    padding-left: 10px; }

.btn-xs.btn-icon .icon, .btn-group-xs > .btn-icon.btn .icon, .pagination-classic > li.btn-group-xs > a.btn-icon .icon,
.pagination-classic > li.btn-group-xs > span.btn-icon .icon {
  font-size: 20px;
  line-height: 20px; }

.btn-xs.btn-icon-left .icon, .btn-group-xs > .btn-icon-left.btn .icon, .pagination-classic > li.btn-group-xs > a.btn-icon-left .icon,
.pagination-classic > li.btn-group-xs > span.btn-icon-left .icon {
  padding-right: 10px; }

.btn-xs.btn-icon-right .icon, .btn-group-xs > .btn-icon-right.btn .icon, .pagination-classic > li.btn-group-xs > a.btn-icon-right .icon,
.pagination-classic > li.btn-group-xs > span.btn-icon-right .icon {
  padding-left: 10px; }

.btn-sm.btn-icon, .btn-group-sm > .btn-icon.btn, .pagination-classic > li > a.btn-icon,
.pagination-classic > li > span.btn-icon {
  padding-left: 10px;
  padding-right: 10px; }
  .btn-sm.btn-icon .icon, .btn-group-sm > .btn-icon.btn .icon, .pagination-classic > li > a.btn-icon .icon,
  .pagination-classic > li > span.btn-icon .icon {
    font-size: 24px;
    line-height: 24px; }
  .btn-sm.btn-icon-left .icon, .btn-group-sm > .btn-icon-left.btn .icon, .pagination-classic > li > a.btn-icon-left .icon,
  .pagination-classic > li > span.btn-icon-left .icon {
    padding-right: 8px; }
  .btn-sm.btn-icon-right .icon, .btn-group-sm > .btn-icon-right.btn .icon, .pagination-classic > li > a.btn-icon-right .icon,
  .pagination-classic > li > span.btn-icon-right .icon {
    padding-left: 8px; }

.btn-lg.btn-icon, .btn-group-lg > .btn-icon.btn, .pagination-classic > li.btn-group-lg > a.btn-icon,
.pagination-classic > li.btn-group-lg > span.btn-icon {
  padding-left: 30px;
  padding-right: 30px; }
  .btn-lg.btn-icon .icon, .btn-group-lg > .btn-icon.btn .icon, .pagination-classic > li.btn-group-lg > a.btn-icon .icon,
  .pagination-classic > li.btn-group-lg > span.btn-icon .icon {
    font-size: 32px;
    line-height: 32px; }
  .btn-lg.btn-icon-left .icon, .btn-group-lg > .btn-icon-left.btn .icon, .pagination-classic > li.btn-group-lg > a.btn-icon-left .icon,
  .pagination-classic > li.btn-group-lg > span.btn-icon-left .icon {
    padding-right: 14px; }
  .btn-lg.btn-icon-right .icon, .btn-group-lg > .btn-icon-right.btn .icon, .pagination-classic > li.btn-group-lg > a.btn-icon-right .icon,
  .pagination-classic > li.btn-group-lg > span.btn-icon-right .icon {
    padding-left: 14px; }

.btn-toolbar {
  margin-left: 0;
  -webkit-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px); }
  .btn-toolbar > .btn, .pagination-classic > li.btn-toolbar > a,
  .pagination-classic > li.btn-toolbar > span,
  .btn-toolbar > .input-group,
  .btn-toolbar > .btn-group {
    margin-left: 10px;
    margin-top: 10px; }

/** 2.10 Buttons Effects */
.btn-anis-effect {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  transition: .2s;
  transition-delay: .1s; }
  .btn-anis-effect:hover {
    transition-delay: .45s; }
  .btn-anis-effect:before, .btn-anis-effect:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #434345;
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1; }
  .btn-anis-effect:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .btn-anis-effect:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .btn-anis-effect:hover:before {
    -webkit-animation: criss-cross-left 0.8s;
    animation: criss-cross-left 0.8s; }
  .btn-anis-effect:hover:after {
    -webkit-animation: criss-cross-right 0.8s;
    animation: criss-cross-right 0.8s; }
  .btn-anis-effect.btn-primary {
    color: #fff;
    background-color: #554e9f; }
    .btn-anis-effect.btn-primary:before, .btn-anis-effect.btn-primary:after {
      background: #79ccf2; }
    .btn-anis-effect.btn-primary:hover {
      color: #fff;
      border-color: #79ccf2;
      background: #79ccf2; }
  .btn-anis-effect.btn-default, .pagination-classic > li + li:not(:last-child) > a.btn-anis-effect,
  .pagination-classic > li + li:not(:last-child) > span.btn-anis-effect {
    color: #434345;
    background-color: transparent;
    border-color: #d3dbe8; }
    .btn-anis-effect.btn-default:hover, .pagination-classic > li + li:not(:last-child) > a.btn-anis-effect:hover,
    .pagination-classic > li + li:not(:last-child) > span.btn-anis-effect:hover {
      color: #fff;
      border-color: #434345;
      background: #434345; }
  .btn-anis-effect.btn-deluge {
    color: #8668ad; }
    .btn-anis-effect.btn-deluge:before, .btn-anis-effect.btn-deluge:after {
      background: #8668ad; }
    .btn-anis-effect.btn-deluge:hover {
      color: #fff;
      border-color: #8668ad;
      background: #8668ad; }
  .btn-anis-effect.btn-success {
    color: #abcc37; }
    .btn-anis-effect.btn-success:before, .btn-anis-effect.btn-success:after {
      background: #abcc37; }
    .btn-anis-effect.btn-success:hover {
      color: #fff;
      border-color: #abcc37;
      background: #abcc37; }
  .btn-anis-effect.btn-warning {
    color: #f5bf2f; }
    .btn-anis-effect.btn-warning:before, .btn-anis-effect.btn-warning:after {
      background: #f5bf2f; }
    .btn-anis-effect.btn-warning:hover {
      color: #fff;
      border-color: #f5bf2f;
      background: #f5bf2f; }
  .btn-anis-effect.btn-danger {
    color: #f54b0f; }
    .btn-anis-effect.btn-danger:before, .btn-anis-effect.btn-danger:after {
      background: #f54b0f; }
    .btn-anis-effect.btn-danger:hover {
      color: #fff;
      border-color: #f54b0f;
      background: #f54b0f; }
  .btn-anis-effect.btn-info {
    color: #79ccf2; }
    .btn-anis-effect.btn-info:before, .btn-anis-effect.btn-info:after {
      background: #79ccf2; }
    .btn-anis-effect.btn-info:hover {
      color: #fff;
      border-color: #79ccf2;
      background: #79ccf2; }

.btn.btn-aqil-effect, .pagination-classic > li > a.btn-aqil-effect,
.pagination-classic > li > span.btn-aqil-effect {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-color: #434345;
  color: #434345;
  background-color: transparent; }
  .btn.btn-aqil-effect:hover, .pagination-classic > li > a.btn-aqil-effect:hover,
  .pagination-classic > li > span.btn-aqil-effect:hover {
    background-color: transparent;
    color: #fff;
    box-shadow: inset 1px 0 0 0 #434345; }
  .btn.btn-aqil-effect:before, .pagination-classic > li > a.btn-aqil-effect:before,
  .pagination-classic > li > span.btn-aqil-effect:before, .btn.btn-aqil-effect:after, .pagination-classic > li > a.btn-aqil-effect:after,
  .pagination-classic > li > span.btn-aqil-effect:after,
  .btn.btn-aqil-effect span:before, .pagination-classic > li > a.btn-aqil-effect span:before,
  .pagination-classic > li > span.btn-aqil-effect span:before,
  .btn.btn-aqil-effect span:after, .pagination-classic > li > a.btn-aqil-effect span:after,
  .pagination-classic > li > span.btn-aqil-effect span:after {
    content: '';
    background: rgba(68, 68, 68, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1; }
  .btn.btn-aqil-effect span:before, .pagination-classic > li > a.btn-aqil-effect span:before,
  .pagination-classic > li > span.btn-aqil-effect span:before,
  .btn.btn-aqil-effect span:after, .pagination-classic > li > a.btn-aqil-effect span:after,
  .pagination-classic > li > span.btn-aqil-effect span:after {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .btn.btn-aqil-effect-mod-1:before, .pagination-classic > li > a.btn-aqil-effect-mod-1:before,
  .pagination-classic > li > span.btn-aqil-effect-mod-1:before, .btn.btn-aqil-effect-mod-1:after, .pagination-classic > li > a.btn-aqil-effect-mod-1:after,
  .pagination-classic > li > span.btn-aqil-effect-mod-1:after,
  .btn.btn-aqil-effect-mod-1 span:before, .pagination-classic > li > a.btn-aqil-effect-mod-1 span:before,
  .pagination-classic > li > span.btn-aqil-effect-mod-1 span:before,
  .btn.btn-aqil-effect-mod-1 span:after, .pagination-classic > li > a.btn-aqil-effect-mod-1 span:after,
  .pagination-classic > li > span.btn-aqil-effect-mod-1 span:after {
    width: 100%;
    height: 0; }
  .btn.btn-aqil-effect-mod-1:after, .pagination-classic > li > a.btn-aqil-effect-mod-1:after,
  .pagination-classic > li > span.btn-aqil-effect-mod-1:after,
  .btn.btn-aqil-effect-mod-1 span:before, .pagination-classic > li > a.btn-aqil-effect-mod-1 span:before,
  .pagination-classic > li > span.btn-aqil-effect-mod-1 span:before {
    top: auto;
    bottom: 0; }
  .btn.btn-aqil-effect-mod-1:hover span:before, .pagination-classic > li > a.btn-aqil-effect-mod-1:hover span:before,
  .pagination-classic > li > span.btn-aqil-effect-mod-1:hover span:before,
  .btn.btn-aqil-effect-mod-1:hover span:after, .pagination-classic > li > a.btn-aqil-effect-mod-1:hover span:after,
  .pagination-classic > li > span.btn-aqil-effect-mod-1:hover span:after, .btn.btn-aqil-effect-mod-1:hover:before, .pagination-classic > li > a.btn-aqil-effect-mod-1:hover:before,
  .pagination-classic > li > span.btn-aqil-effect-mod-1:hover:before, .btn.btn-aqil-effect-mod-1:hover:after, .pagination-classic > li > a.btn-aqil-effect-mod-1:hover:after,
  .pagination-classic > li > span.btn-aqil-effect-mod-1:hover:after {
    height: 100%; }
  .btn.btn-aqil-effect-mod-2:before, .pagination-classic > li > a.btn-aqil-effect-mod-2:before,
  .pagination-classic > li > span.btn-aqil-effect-mod-2:before, .btn.btn-aqil-effect-mod-2:after, .pagination-classic > li > a.btn-aqil-effect-mod-2:after,
  .pagination-classic > li > span.btn-aqil-effect-mod-2:after,
  .btn.btn-aqil-effect-mod-2 span:before, .pagination-classic > li > a.btn-aqil-effect-mod-2 span:before,
  .pagination-classic > li > span.btn-aqil-effect-mod-2 span:before,
  .btn.btn-aqil-effect-mod-2 span:after, .pagination-classic > li > a.btn-aqil-effect-mod-2 span:after,
  .pagination-classic > li > span.btn-aqil-effect-mod-2 span:after {
    width: 0;
    height: 100%; }
  .btn.btn-aqil-effect-mod-2:after, .pagination-classic > li > a.btn-aqil-effect-mod-2:after,
  .pagination-classic > li > span.btn-aqil-effect-mod-2:after,
  .btn.btn-aqil-effect-mod-2 span:before, .pagination-classic > li > a.btn-aqil-effect-mod-2 span:before,
  .pagination-classic > li > span.btn-aqil-effect-mod-2 span:before {
    left: auto;
    right: 0; }
  .btn.btn-aqil-effect-mod-2:hover:before, .pagination-classic > li > a.btn-aqil-effect-mod-2:hover:before,
  .pagination-classic > li > span.btn-aqil-effect-mod-2:hover:before, .btn.btn-aqil-effect-mod-2:hover:after, .pagination-classic > li > a.btn-aqil-effect-mod-2:hover:after,
  .pagination-classic > li > span.btn-aqil-effect-mod-2:hover:after,
  .btn.btn-aqil-effect-mod-2:hover span:before, .pagination-classic > li > a.btn-aqil-effect-mod-2:hover span:before,
  .pagination-classic > li > span.btn-aqil-effect-mod-2:hover span:before,
  .btn.btn-aqil-effect-mod-2:hover span:after, .pagination-classic > li > a.btn-aqil-effect-mod-2:hover span:after,
  .pagination-classic > li > span.btn-aqil-effect-mod-2:hover span:after {
    width: 100%; }
  .btn.btn-aqil-effect.btn-primary, .pagination-classic > li > a.btn-aqil-effect.btn-primary,
  .pagination-classic > li > span.btn-aqil-effect.btn-primary {
    color: #554e9f;
    border-color: #554e9f;
    transition-delay: .4s; }
    .btn.btn-aqil-effect.btn-primary:hover, .pagination-classic > li > a.btn-aqil-effect.btn-primary:hover,
    .pagination-classic > li > span.btn-aqil-effect.btn-primary:hover {
      color: #fff;
      transition-delay: .1s;
      box-shadow: inset 1px 0 0 0 #554e9f; }
    .btn.btn-aqil-effect.btn-primary:before, .pagination-classic > li > a.btn-aqil-effect.btn-primary:before,
    .pagination-classic > li > span.btn-aqil-effect.btn-primary:before, .btn.btn-aqil-effect.btn-primary:after, .pagination-classic > li > a.btn-aqil-effect.btn-primary:after,
    .pagination-classic > li > span.btn-aqil-effect.btn-primary:after,
    .btn.btn-aqil-effect.btn-primary span:before, .pagination-classic > li > a.btn-aqil-effect.btn-primary span:before,
    .pagination-classic > li > span.btn-aqil-effect.btn-primary span:before,
    .btn.btn-aqil-effect.btn-primary span:after, .pagination-classic > li > a.btn-aqil-effect.btn-primary span:after,
    .pagination-classic > li > span.btn-aqil-effect.btn-primary span:after {
      background: rgba(85, 78, 159, 0.5); }
  .btn.btn-aqil-effect.btn-deluge, .pagination-classic > li > a.btn-aqil-effect.btn-deluge,
  .pagination-classic > li > span.btn-aqil-effect.btn-deluge {
    color: #8668ad;
    border-color: #8668ad;
    transition-delay: .4s; }
    .btn.btn-aqil-effect.btn-deluge:hover, .pagination-classic > li > a.btn-aqil-effect.btn-deluge:hover,
    .pagination-classic > li > span.btn-aqil-effect.btn-deluge:hover {
      color: #fff;
      transition-delay: .1s;
      box-shadow: inset 1px 0 0 0 #8668ad; }
    .btn.btn-aqil-effect.btn-deluge:before, .pagination-classic > li > a.btn-aqil-effect.btn-deluge:before,
    .pagination-classic > li > span.btn-aqil-effect.btn-deluge:before, .btn.btn-aqil-effect.btn-deluge:after, .pagination-classic > li > a.btn-aqil-effect.btn-deluge:after,
    .pagination-classic > li > span.btn-aqil-effect.btn-deluge:after,
    .btn.btn-aqil-effect.btn-deluge span:before, .pagination-classic > li > a.btn-aqil-effect.btn-deluge span:before,
    .pagination-classic > li > span.btn-aqil-effect.btn-deluge span:before,
    .btn.btn-aqil-effect.btn-deluge span:after, .pagination-classic > li > a.btn-aqil-effect.btn-deluge span:after,
    .pagination-classic > li > span.btn-aqil-effect.btn-deluge span:after {
      background: rgba(134, 104, 173, 0.5); }
  .btn.btn-aqil-effect.btn-success, .pagination-classic > li > a.btn-aqil-effect.btn-success,
  .pagination-classic > li > span.btn-aqil-effect.btn-success {
    color: #abcc37;
    border-color: #abcc37;
    transition-delay: .4s; }
    .btn.btn-aqil-effect.btn-success:hover, .pagination-classic > li > a.btn-aqil-effect.btn-success:hover,
    .pagination-classic > li > span.btn-aqil-effect.btn-success:hover {
      color: #fff;
      transition-delay: .1s;
      box-shadow: inset 1px 0 0 0 #abcc37; }
    .btn.btn-aqil-effect.btn-success:before, .pagination-classic > li > a.btn-aqil-effect.btn-success:before,
    .pagination-classic > li > span.btn-aqil-effect.btn-success:before, .btn.btn-aqil-effect.btn-success:after, .pagination-classic > li > a.btn-aqil-effect.btn-success:after,
    .pagination-classic > li > span.btn-aqil-effect.btn-success:after,
    .btn.btn-aqil-effect.btn-success span:before, .pagination-classic > li > a.btn-aqil-effect.btn-success span:before,
    .pagination-classic > li > span.btn-aqil-effect.btn-success span:before,
    .btn.btn-aqil-effect.btn-success span:after, .pagination-classic > li > a.btn-aqil-effect.btn-success span:after,
    .pagination-classic > li > span.btn-aqil-effect.btn-success span:after {
      background: rgba(171, 204, 55, 0.5); }
  .btn.btn-aqil-effect.btn-warning, .pagination-classic > li > a.btn-aqil-effect.btn-warning,
  .pagination-classic > li > span.btn-aqil-effect.btn-warning {
    color: #f5bf2f;
    border-color: #f5bf2f;
    transition-delay: .4s; }
    .btn.btn-aqil-effect.btn-warning:hover, .pagination-classic > li > a.btn-aqil-effect.btn-warning:hover,
    .pagination-classic > li > span.btn-aqil-effect.btn-warning:hover {
      color: #fff;
      transition-delay: .1s;
      box-shadow: inset 1px 0 0 0 #f5bf2f; }
    .btn.btn-aqil-effect.btn-warning:before, .pagination-classic > li > a.btn-aqil-effect.btn-warning:before,
    .pagination-classic > li > span.btn-aqil-effect.btn-warning:before, .btn.btn-aqil-effect.btn-warning:after, .pagination-classic > li > a.btn-aqil-effect.btn-warning:after,
    .pagination-classic > li > span.btn-aqil-effect.btn-warning:after,
    .btn.btn-aqil-effect.btn-warning span:before, .pagination-classic > li > a.btn-aqil-effect.btn-warning span:before,
    .pagination-classic > li > span.btn-aqil-effect.btn-warning span:before,
    .btn.btn-aqil-effect.btn-warning span:after, .pagination-classic > li > a.btn-aqil-effect.btn-warning span:after,
    .pagination-classic > li > span.btn-aqil-effect.btn-warning span:after {
      background: rgba(245, 191, 47, 0.5); }
  .btn.btn-aqil-effect.btn-info, .pagination-classic > li > a.btn-aqil-effect.btn-info,
  .pagination-classic > li > span.btn-aqil-effect.btn-info {
    color: #79ccf2;
    border-color: #79ccf2;
    transition-delay: .4s; }
    .btn.btn-aqil-effect.btn-info:hover, .pagination-classic > li > a.btn-aqil-effect.btn-info:hover,
    .pagination-classic > li > span.btn-aqil-effect.btn-info:hover {
      color: #fff;
      transition-delay: .1s;
      box-shadow: inset 1px 0 0 0 #79ccf2; }
    .btn.btn-aqil-effect.btn-info:before, .pagination-classic > li > a.btn-aqil-effect.btn-info:before,
    .pagination-classic > li > span.btn-aqil-effect.btn-info:before, .btn.btn-aqil-effect.btn-info:after, .pagination-classic > li > a.btn-aqil-effect.btn-info:after,
    .pagination-classic > li > span.btn-aqil-effect.btn-info:after,
    .btn.btn-aqil-effect.btn-info span:before, .pagination-classic > li > a.btn-aqil-effect.btn-info span:before,
    .pagination-classic > li > span.btn-aqil-effect.btn-info span:before,
    .btn.btn-aqil-effect.btn-info span:after, .pagination-classic > li > a.btn-aqil-effect.btn-info span:after,
    .pagination-classic > li > span.btn-aqil-effect.btn-info span:after {
      background: rgba(121, 204, 242, 0.5); }
  .btn.btn-aqil-effect.btn-danger, .pagination-classic > li > a.btn-aqil-effect.btn-danger,
  .pagination-classic > li > span.btn-aqil-effect.btn-danger {
    color: #f54b0f;
    border-color: #f54b0f;
    transition-delay: .4s; }
    .btn.btn-aqil-effect.btn-danger:hover, .pagination-classic > li > a.btn-aqil-effect.btn-danger:hover,
    .pagination-classic > li > span.btn-aqil-effect.btn-danger:hover {
      color: #fff;
      transition-delay: .1s;
      box-shadow: inset 1px 0 0 0 #f54b0f; }
    .btn.btn-aqil-effect.btn-danger:before, .pagination-classic > li > a.btn-aqil-effect.btn-danger:before,
    .pagination-classic > li > span.btn-aqil-effect.btn-danger:before, .btn.btn-aqil-effect.btn-danger:after, .pagination-classic > li > a.btn-aqil-effect.btn-danger:after,
    .pagination-classic > li > span.btn-aqil-effect.btn-danger:after,
    .btn.btn-aqil-effect.btn-danger span:before, .pagination-classic > li > a.btn-aqil-effect.btn-danger span:before,
    .pagination-classic > li > span.btn-aqil-effect.btn-danger span:before,
    .btn.btn-aqil-effect.btn-danger span:after, .pagination-classic > li > a.btn-aqil-effect.btn-danger span:after,
    .pagination-classic > li > span.btn-aqil-effect.btn-danger span:after {
      background: rgba(245, 75, 15, 0.5); }

.btn.btn-rayen-effect, .pagination-classic > li > a.btn-rayen-effect,
.pagination-classic > li > span.btn-rayen-effect {
  border-radius: 0;
  overflow: hidden;
  background-color: transparent; }
  .btn.btn-rayen-effect:before, .pagination-classic > li > a.btn-rayen-effect:before,
  .pagination-classic > li > span.btn-rayen-effect:before {
    content: attr(data-text);
    position: absolute;
    top: -2px;
    left: 0;
    bottom: -2px;
    right: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .btn.btn-rayen-effect > span, .pagination-classic > li > a.btn-rayen-effect > span,
  .pagination-classic > li > span.btn-rayen-effect > span {
    display: block;
    z-index: -1; }
  .btn.btn-rayen-effect:hover, .pagination-classic > li > a.btn-rayen-effect:hover,
  .pagination-classic > li > span.btn-rayen-effect:hover {
    background-color: transparent;
    color: #fff; }
  .btn.btn-rayen-effect:before, .pagination-classic > li > a.btn-rayen-effect:before,
  .pagination-classic > li > span.btn-rayen-effect:before,
  .btn.btn-rayen-effect > span, .pagination-classic > li > a.btn-rayen-effect > span,
  .pagination-classic > li > span.btn-rayen-effect > span {
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .btn.btn-rayen-effect:hover:before, .pagination-classic > li > a.btn-rayen-effect:hover:before,
  .pagination-classic > li > span.btn-rayen-effect:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .btn.btn-rayen-effect:hover > span, .pagination-classic > li > a.btn-rayen-effect:hover > span,
  .pagination-classic > li > span.btn-rayen-effect:hover > span {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .btn.btn-rayen-effect.btn-default, .pagination-classic > li > a.btn-rayen-effect.btn-default, .pagination-classic > li + li:not(:last-child) > a.btn-rayen-effect,
  .pagination-classic > li > span.btn-rayen-effect.btn-default,
  .pagination-classic > li + li:not(:last-child) > span.btn-rayen-effect {
    color: #434345;
    border-color: #434345; }
    .btn.btn-rayen-effect.btn-default:hover, .pagination-classic > li > a.btn-rayen-effect.btn-default:hover, .pagination-classic > li + li:not(:last-child) > a.btn-rayen-effect:hover,
    .pagination-classic > li > span.btn-rayen-effect.btn-default:hover,
    .pagination-classic > li + li:not(:last-child) > span.btn-rayen-effect:hover {
      color: #fff;
      box-shadow: inset 1px 0 0 0 #434345; }
    .btn.btn-rayen-effect.btn-default:before, .pagination-classic > li > a.btn-rayen-effect.btn-default:before, .pagination-classic > li + li:not(:last-child) > a.btn-rayen-effect:before,
    .pagination-classic > li > span.btn-rayen-effect.btn-default:before,
    .pagination-classic > li + li:not(:last-child) > span.btn-rayen-effect:before {
      background-color: #434345;
      color: #fff; }
  .btn.btn-rayen-effect.btn-primary, .pagination-classic > li > a.btn-rayen-effect.btn-primary,
  .pagination-classic > li > span.btn-rayen-effect.btn-primary {
    color: #554e9f;
    border-color: #554e9f; }
    .btn.btn-rayen-effect.btn-primary:hover, .pagination-classic > li > a.btn-rayen-effect.btn-primary:hover,
    .pagination-classic > li > span.btn-rayen-effect.btn-primary:hover {
      color: #fff;
      box-shadow: inset 1px 0 0 0 #554e9f; }
    .btn.btn-rayen-effect.btn-primary:before, .pagination-classic > li > a.btn-rayen-effect.btn-primary:before,
    .pagination-classic > li > span.btn-rayen-effect.btn-primary:before {
      background-color: #554e9f; }
  .btn.btn-rayen-effect.btn-deluge, .pagination-classic > li > a.btn-rayen-effect.btn-deluge,
  .pagination-classic > li > span.btn-rayen-effect.btn-deluge {
    color: #8668ad;
    border-color: #8668ad; }
    .btn.btn-rayen-effect.btn-deluge:hover, .pagination-classic > li > a.btn-rayen-effect.btn-deluge:hover,
    .pagination-classic > li > span.btn-rayen-effect.btn-deluge:hover {
      color: #fff;
      box-shadow: inset 1px 0 0 0 #8668ad; }
    .btn.btn-rayen-effect.btn-deluge:before, .pagination-classic > li > a.btn-rayen-effect.btn-deluge:before,
    .pagination-classic > li > span.btn-rayen-effect.btn-deluge:before {
      background-color: #8668ad; }
  .btn.btn-rayen-effect.btn-success, .pagination-classic > li > a.btn-rayen-effect.btn-success,
  .pagination-classic > li > span.btn-rayen-effect.btn-success {
    color: #abcc37;
    border-color: #abcc37; }
    .btn.btn-rayen-effect.btn-success:hover, .pagination-classic > li > a.btn-rayen-effect.btn-success:hover,
    .pagination-classic > li > span.btn-rayen-effect.btn-success:hover {
      color: #fff;
      box-shadow: inset 1px 0 0 0 #abcc37; }
    .btn.btn-rayen-effect.btn-success:before, .pagination-classic > li > a.btn-rayen-effect.btn-success:before,
    .pagination-classic > li > span.btn-rayen-effect.btn-success:before {
      background-color: #abcc37; }
  .btn.btn-rayen-effect.btn-warning, .pagination-classic > li > a.btn-rayen-effect.btn-warning,
  .pagination-classic > li > span.btn-rayen-effect.btn-warning {
    color: #f5bf2f;
    border-color: #f5bf2f; }
    .btn.btn-rayen-effect.btn-warning:hover, .pagination-classic > li > a.btn-rayen-effect.btn-warning:hover,
    .pagination-classic > li > span.btn-rayen-effect.btn-warning:hover {
      color: #fff;
      box-shadow: inset 1px 0 0 0 #f5bf2f; }
    .btn.btn-rayen-effect.btn-warning:before, .pagination-classic > li > a.btn-rayen-effect.btn-warning:before,
    .pagination-classic > li > span.btn-rayen-effect.btn-warning:before {
      background-color: #f5bf2f; }
  .btn.btn-rayen-effect.btn-info, .pagination-classic > li > a.btn-rayen-effect.btn-info,
  .pagination-classic > li > span.btn-rayen-effect.btn-info {
    color: #79ccf2;
    border-color: #79ccf2; }
    .btn.btn-rayen-effect.btn-info:hover, .pagination-classic > li > a.btn-rayen-effect.btn-info:hover,
    .pagination-classic > li > span.btn-rayen-effect.btn-info:hover {
      color: #fff;
      box-shadow: inset 1px 0 0 0 #79ccf2; }
    .btn.btn-rayen-effect.btn-info:before, .pagination-classic > li > a.btn-rayen-effect.btn-info:before,
    .pagination-classic > li > span.btn-rayen-effect.btn-info:before {
      background-color: #79ccf2; }
  .btn.btn-rayen-effect.btn-danger, .pagination-classic > li > a.btn-rayen-effect.btn-danger,
  .pagination-classic > li > span.btn-rayen-effect.btn-danger {
    color: #f54b0f;
    border-color: #f54b0f; }
    .btn.btn-rayen-effect.btn-danger:hover, .pagination-classic > li > a.btn-rayen-effect.btn-danger:hover,
    .pagination-classic > li > span.btn-rayen-effect.btn-danger:hover {
      color: #fff;
      box-shadow: inset 1px 0 0 0 #f54b0f; }
    .btn.btn-rayen-effect.btn-danger:before, .pagination-classic > li > a.btn-rayen-effect.btn-danger:before,
    .pagination-classic > li > span.btn-rayen-effect.btn-danger:before {
      background-color: #f54b0f; }

.lt-ie10 .btn-rayen-effect::before {
  display: none; }

.lt-ie10 .btn-rayen-effect:hover {
  color: #20325d;
  background-color: #fff; }
  .lt-ie10 .btn-rayen-effect:hover > span {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

.btn.btn-nuka-effect, .pagination-classic > li > a.btn-nuka-effect,
.pagination-classic > li > span.btn-nuka-effect {
  transition: color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border: none;
  color: #fff;
  background-color: transparent; }
  .btn.btn-nuka-effect::before, .pagination-classic > li > a.btn-nuka-effect::before,
  .pagination-classic > li > span.btn-nuka-effect::before, .btn.btn-nuka-effect::after, .pagination-classic > li > a.btn-nuka-effect::after,
  .pagination-classic > li > span.btn-nuka-effect::after {
    content: '';
    position: absolute;
    border-radius: inherit;
    background: #453866;
    z-index: -1; }
  .btn.btn-nuka-effect::before, .pagination-classic > li > a.btn-nuka-effect::before,
  .pagination-classic > li > span.btn-nuka-effect::before {
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.3s, opacity 0.3s; }
  .btn.btn-nuka-effect::after, .pagination-classic > li > a.btn-nuka-effect::after,
  .pagination-classic > li > span.btn-nuka-effect::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(1.1, 1, 1);
    transform: scale3d(1.1, 1, 1);
    transition: transform 0.3s, background-color 0.3s; }
  .btn.btn-nuka-effect::before, .pagination-classic > li > a.btn-nuka-effect::before,
  .pagination-classic > li > span.btn-nuka-effect::before, .btn.btn-nuka-effect::after, .pagination-classic > li > a.btn-nuka-effect::after,
  .pagination-classic > li > span.btn-nuka-effect::after {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .btn.btn-nuka-effect:hover, .pagination-classic > li > a.btn-nuka-effect:hover,
  .pagination-classic > li > span.btn-nuka-effect:hover {
    background-color: transparent;
    color: #453866; }
  .btn.btn-nuka-effect:hover::before, .pagination-classic > li > a.btn-nuka-effect:hover::before,
  .pagination-classic > li > span.btn-nuka-effect:hover::before {
    opacity: 1;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px; }
  .btn.btn-nuka-effect:hover::after, .pagination-classic > li > a.btn-nuka-effect:hover::after,
  .pagination-classic > li > span.btn-nuka-effect:hover::after {
    background-color: #fff; }
  .btn.btn-nuka-effect:hover::after, .pagination-classic > li > a.btn-nuka-effect:hover::after,
  .pagination-classic > li > span.btn-nuka-effect:hover::after, .btn.btn-nuka-effect:hover::before, .pagination-classic > li > a.btn-nuka-effect:hover::before,
  .pagination-classic > li > span.btn-nuka-effect:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .btn.btn-nuka-effect.btn-default::before, .pagination-classic > li > a.btn-nuka-effect.btn-default::before, .pagination-classic > li + li:not(:last-child) > a.btn-nuka-effect::before,
  .pagination-classic > li > span.btn-nuka-effect.btn-default::before,
  .pagination-classic > li + li:not(:last-child) > span.btn-nuka-effect::before, .btn.btn-nuka-effect.btn-default::after, .pagination-classic > li > a.btn-nuka-effect.btn-default::after, .pagination-classic > li + li:not(:last-child) > a.btn-nuka-effect::after,
  .pagination-classic > li > span.btn-nuka-effect.btn-default::after,
  .pagination-classic > li + li:not(:last-child) > span.btn-nuka-effect::after {
    background-color: #434345; }
  .btn.btn-nuka-effect.btn-default:hover:after, .pagination-classic > li > a.btn-nuka-effect.btn-default:hover:after, .pagination-classic > li + li:not(:last-child) > a.btn-nuka-effect:hover:after,
  .pagination-classic > li > span.btn-nuka-effect.btn-default:hover:after,
  .pagination-classic > li + li:not(:last-child) > span.btn-nuka-effect:hover:after {
    background-color: #fff; }
  .btn.btn-nuka-effect.btn-primary::before, .pagination-classic > li > a.btn-nuka-effect.btn-primary::before,
  .pagination-classic > li > span.btn-nuka-effect.btn-primary::before, .btn.btn-nuka-effect.btn-primary::after, .pagination-classic > li > a.btn-nuka-effect.btn-primary::after,
  .pagination-classic > li > span.btn-nuka-effect.btn-primary::after {
    background-color: #554e9f; }
  .btn.btn-nuka-effect.btn-primary:hover, .pagination-classic > li > a.btn-nuka-effect.btn-primary:hover,
  .pagination-classic > li > span.btn-nuka-effect.btn-primary:hover {
    color: #433d7d; }
    .btn.btn-nuka-effect.btn-primary:hover:after, .pagination-classic > li > a.btn-nuka-effect.btn-primary:hover:after,
    .pagination-classic > li > span.btn-nuka-effect.btn-primary:hover:after {
      background-color: #fff; }
  .btn.btn-nuka-effect.btn-deluge::before, .pagination-classic > li > a.btn-nuka-effect.btn-deluge::before,
  .pagination-classic > li > span.btn-nuka-effect.btn-deluge::before, .btn.btn-nuka-effect.btn-deluge::after, .pagination-classic > li > a.btn-nuka-effect.btn-deluge::after,
  .pagination-classic > li > span.btn-nuka-effect.btn-deluge::after {
    background-color: #8668ad; }
  .btn.btn-nuka-effect.btn-deluge:hover, .pagination-classic > li > a.btn-nuka-effect.btn-deluge:hover,
  .pagination-classic > li > span.btn-nuka-effect.btn-deluge:hover {
    color: #6d5092; }
    .btn.btn-nuka-effect.btn-deluge:hover:after, .pagination-classic > li > a.btn-nuka-effect.btn-deluge:hover:after,
    .pagination-classic > li > span.btn-nuka-effect.btn-deluge:hover:after {
      background-color: #fff; }
  .btn.btn-nuka-effect.btn-success::before, .pagination-classic > li > a.btn-nuka-effect.btn-success::before,
  .pagination-classic > li > span.btn-nuka-effect.btn-success::before, .btn.btn-nuka-effect.btn-success::after, .pagination-classic > li > a.btn-nuka-effect.btn-success::after,
  .pagination-classic > li > span.btn-nuka-effect.btn-success::after {
    background-color: #abcc37; }
  .btn.btn-nuka-effect.btn-success:hover, .pagination-classic > li > a.btn-nuka-effect.btn-success:hover,
  .pagination-classic > li > span.btn-nuka-effect.btn-success:hover {
    color: #8aa62a; }
    .btn.btn-nuka-effect.btn-success:hover:after, .pagination-classic > li > a.btn-nuka-effect.btn-success:hover:after,
    .pagination-classic > li > span.btn-nuka-effect.btn-success:hover:after {
      background-color: #fff; }
  .btn.btn-nuka-effect.btn-warning::before, .pagination-classic > li > a.btn-nuka-effect.btn-warning::before,
  .pagination-classic > li > span.btn-nuka-effect.btn-warning::before, .btn.btn-nuka-effect.btn-warning::after, .pagination-classic > li > a.btn-nuka-effect.btn-warning::after,
  .pagination-classic > li > span.btn-nuka-effect.btn-warning::after {
    background-color: #f5bf2f; }
  .btn.btn-nuka-effect.btn-warning:hover, .pagination-classic > li > a.btn-nuka-effect.btn-warning:hover,
  .pagination-classic > li > span.btn-nuka-effect.btn-warning:hover {
    color: #e6aa0b; }
    .btn.btn-nuka-effect.btn-warning:hover:after, .pagination-classic > li > a.btn-nuka-effect.btn-warning:hover:after,
    .pagination-classic > li > span.btn-nuka-effect.btn-warning:hover:after {
      background-color: #fff; }
  .btn.btn-nuka-effect.btn-info::before, .pagination-classic > li > a.btn-nuka-effect.btn-info::before,
  .pagination-classic > li > span.btn-nuka-effect.btn-info::before, .btn.btn-nuka-effect.btn-info::after, .pagination-classic > li > a.btn-nuka-effect.btn-info::after,
  .pagination-classic > li > span.btn-nuka-effect.btn-info::after {
    background-color: #79ccf2; }
  .btn.btn-nuka-effect.btn-info:hover, .pagination-classic > li > a.btn-nuka-effect.btn-info:hover,
  .pagination-classic > li > span.btn-nuka-effect.btn-info:hover {
    color: #4bbaed; }
    .btn.btn-nuka-effect.btn-info:hover:after, .pagination-classic > li > a.btn-nuka-effect.btn-info:hover:after,
    .pagination-classic > li > span.btn-nuka-effect.btn-info:hover:after {
      background-color: #fff; }
  .btn.btn-nuka-effect.btn-danger::before, .pagination-classic > li > a.btn-nuka-effect.btn-danger::before,
  .pagination-classic > li > span.btn-nuka-effect.btn-danger::before, .btn.btn-nuka-effect.btn-danger::after, .pagination-classic > li > a.btn-nuka-effect.btn-danger::after,
  .pagination-classic > li > span.btn-nuka-effect.btn-danger::after {
    background-color: #f54b0f; }
  .btn.btn-nuka-effect.btn-danger:hover, .pagination-classic > li > a.btn-nuka-effect.btn-danger:hover,
  .pagination-classic > li > span.btn-nuka-effect.btn-danger:hover {
    color: #c93b08; }
    .btn.btn-nuka-effect.btn-danger:hover:after, .pagination-classic > li > a.btn-nuka-effect.btn-danger:hover:after,
    .pagination-classic > li > span.btn-nuka-effect.btn-danger:hover:after {
      background-color: #fff; }

.btn.btn-naira-effect, .pagination-classic > li > a.btn-naira-effect,
.pagination-classic > li > span.btn-naira-effect {
  overflow: hidden;
  transition: background-color 0.3s, box-shadow 0.2s; }
  .btn.btn-naira-effect::before, .pagination-classic > li > a.btn-naira-effect::before,
  .pagination-classic > li > span.btn-naira-effect::before {
    content: '';
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    top: -50%;
    -webkit-transform: translateY(-100%) rotate3d(0, 0, 1, -10deg);
    transform: translateY(-100%) rotate3d(0, 0, 1, -10deg);
    background: #fff;
    transition: .3s; }
  .btn.btn-naira-effect.btn-naira-effect-up::before, .pagination-classic > li > a.btn-naira-effect.btn-naira-effect-up::before,
  .pagination-classic > li > span.btn-naira-effect.btn-naira-effect-up::before {
    -webkit-transform: translateY(100%) rotate3d(0, 0, 1, 10deg);
    transform: translateY(100%) rotate3d(0, 0, 1, 10deg); }
  .btn.btn-naira-effect .btn-text, .pagination-classic > li > a.btn-naira-effect .btn-text,
  .pagination-classic > li > span.btn-naira-effect .btn-text {
    display: block;
    margin: 0; }
  .btn.btn-naira-effect .btn-text, .pagination-classic > li > a.btn-naira-effect .btn-text,
  .pagination-classic > li > span.btn-naira-effect .btn-text,
  .btn.btn-naira-effect .icon, .pagination-classic > li > a.btn-naira-effect .icon,
  .pagination-classic > li > span.btn-naira-effect .icon {
    transition: 0.3s; }
  .btn.btn-naira-effect .icon, .pagination-classic > li > a.btn-naira-effect .icon,
  .pagination-classic > li > span.btn-naira-effect .icon {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
    pointer-events: none;
    color: #444; }
  .btn.btn-naira-effect .icon-xs, .pagination-classic > li > a.btn-naira-effect .icon-xs,
  .pagination-classic > li > span.btn-naira-effect .icon-xs {
    font-size: 24px; }
  .btn.btn-naira-effect.btn-naira-effect-up .icon, .pagination-classic > li > a.btn-naira-effect.btn-naira-effect-up .icon,
  .pagination-classic > li > span.btn-naira-effect.btn-naira-effect-up .icon {
    -webkit-transform: translate(-50%, 300%);
    transform: translate(-50%, 300%); }
  .btn.btn-naira-effect:hover, .pagination-classic > li > a.btn-naira-effect:hover,
  .pagination-classic > li > span.btn-naira-effect:hover {
    box-shadow: inset 0 0 0 2px #fff; }
    .btn.btn-naira-effect:hover .icon, .pagination-classic > li > a.btn-naira-effect:hover .icon,
    .pagination-classic > li > span.btn-naira-effect:hover .icon {
      -webkit-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }
    .btn.btn-naira-effect:hover .btn-text, .pagination-classic > li > a.btn-naira-effect:hover .btn-text,
    .pagination-classic > li > span.btn-naira-effect:hover .btn-text {
      opacity: 0;
      -webkit-transform: translateY(200%);
      transform: translateY(200%); }
    .btn.btn-naira-effect:hover::before, .pagination-classic > li > a.btn-naira-effect:hover::before,
    .pagination-classic > li > span.btn-naira-effect:hover::before {
      animation: anim-naira-1 0.3s forwards ease-in; }
  .btn.btn-naira-effect.btn-naira-effect-up:hover::before, .pagination-classic > li > a.btn-naira-effect.btn-naira-effect-up:hover::before,
  .pagination-classic > li > span.btn-naira-effect.btn-naira-effect-up:hover::before {
    animation: anim-naira-2 0.3s forwards ease-in; }
  .btn.btn-naira-effect.btn-naira-effect-up:hover .btn-text, .pagination-classic > li > a.btn-naira-effect.btn-naira-effect-up:hover .btn-text,
  .pagination-classic > li > span.btn-naira-effect.btn-naira-effect-up:hover .btn-text {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  .btn.btn-naira-effect.btn-primary:hover, .pagination-classic > li > a.btn-naira-effect.btn-primary:hover,
  .pagination-classic > li > span.btn-naira-effect.btn-primary:hover {
    background-color: transparent;
    border-color: #554e9f; }
  .btn.btn-naira-effect.btn-primary .icon, .pagination-classic > li > a.btn-naira-effect.btn-primary .icon,
  .pagination-classic > li > span.btn-naira-effect.btn-primary .icon {
    color: #484287; }
  .btn.btn-naira-effect.btn-deluge:hover, .pagination-classic > li > a.btn-naira-effect.btn-deluge:hover,
  .pagination-classic > li > span.btn-naira-effect.btn-deluge:hover {
    background-color: transparent;
    border-color: #8668ad; }
  .btn.btn-naira-effect.btn-deluge .icon, .pagination-classic > li > a.btn-naira-effect.btn-deluge .icon,
  .pagination-classic > li > span.btn-naira-effect.btn-deluge .icon {
    color: #74559c; }
  .btn.btn-naira-effect.btn-success:hover, .pagination-classic > li > a.btn-naira-effect.btn-success:hover,
  .pagination-classic > li > span.btn-naira-effect.btn-success:hover {
    background-color: transparent;
    border-color: #abcc37; }
  .btn.btn-naira-effect.btn-success .icon, .pagination-classic > li > a.btn-naira-effect.btn-success .icon,
  .pagination-classic > li > span.btn-naira-effect.btn-success .icon {
    color: #95b22d; }
  .btn.btn-naira-effect.btn-warning:hover, .pagination-classic > li > a.btn-naira-effect.btn-warning:hover,
  .pagination-classic > li > span.btn-naira-effect.btn-warning:hover {
    background-color: transparent;
    border-color: #f5bf2f; }
  .btn.btn-naira-effect.btn-warning .icon, .pagination-classic > li > a.btn-naira-effect.btn-warning .icon,
  .pagination-classic > li > span.btn-naira-effect.btn-warning .icon {
    color: #f3b50d; }
  .btn.btn-naira-effect.btn-info:hover, .pagination-classic > li > a.btn-naira-effect.btn-info:hover,
  .pagination-classic > li > span.btn-naira-effect.btn-info:hover {
    background-color: transparent;
    border-color: #79ccf2; }
  .btn.btn-naira-effect.btn-info .icon, .pagination-classic > li > a.btn-naira-effect.btn-info .icon,
  .pagination-classic > li > span.btn-naira-effect.btn-info .icon {
    color: #58c0ef; }
  .btn.btn-naira-effect.btn-danger:hover, .pagination-classic > li > a.btn-naira-effect.btn-danger:hover,
  .pagination-classic > li > span.btn-naira-effect.btn-danger:hover {
    background-color: transparent;
    border-color: #f54b0f; }
  .btn.btn-naira-effect.btn-danger .icon, .pagination-classic > li > a.btn-naira-effect.btn-danger .icon,
  .pagination-classic > li > span.btn-naira-effect.btn-danger .icon {
    color: #d73f09; }

.tablet .btn-naira-effect:hover {
  background-color: #fff; }

.lt-ie10 .btn-naira-effect:before {
  display: none; }

.lt-ie10 .btn-naira-effect:hover {
  background-color: #fff; }

.btn.btn-polat-effect, .pagination-classic > li > a.btn-polat-effect,
.pagination-classic > li > span.btn-polat-effect {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
  .btn.btn-polat-effect .btn-text, .pagination-classic > li > a.btn-polat-effect .btn-text,
  .pagination-classic > li > span.btn-polat-effect .btn-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 0; }
  .btn.btn-polat-effect .icon, .pagination-classic > li > a.btn-polat-effect .icon,
  .pagination-classic > li > span.btn-polat-effect .icon {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 180%;
    transition: all 0.3s; }
    .btn.btn-polat-effect .icon:before, .pagination-classic > li > a.btn-polat-effect .icon:before,
    .pagination-classic > li > span.btn-polat-effect .icon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .btn.btn-polat-effect-up .icon, .pagination-classic > li > a.btn-polat-effect-up .icon,
  .pagination-classic > li > span.btn-polat-effect-up .icon {
    left: 0;
    top: -100%; }
  .btn.btn-polat-effect-up:hover .icon, .pagination-classic > li > a.btn-polat-effect-up:hover .icon,
  .pagination-classic > li > span.btn-polat-effect-up:hover .icon {
    top: 0; }
  .btn.btn-polat-effect-up:hover .btn-text, .pagination-classic > li > a.btn-polat-effect-up:hover .btn-text,
  .pagination-classic > li > span.btn-polat-effect-up:hover .btn-text {
    -webkit-transform: translateY(300%);
    transform: translateY(300%); }
  .btn.btn-polat-effect-left .icon, .pagination-classic > li > a.btn-polat-effect-left .icon,
  .pagination-classic > li > span.btn-polat-effect-left .icon {
    left: -100%;
    top: 0; }
  .btn.btn-polat-effect-left:hover .icon, .pagination-classic > li > a.btn-polat-effect-left:hover .icon,
  .pagination-classic > li > span.btn-polat-effect-left:hover .icon {
    left: 0; }
  .btn.btn-polat-effect-left:hover .btn-text, .pagination-classic > li > a.btn-polat-effect-left:hover .btn-text,
  .pagination-classic > li > span.btn-polat-effect-left:hover .btn-text {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); }
  .btn.btn-polat-effect.btn-default .btn-text, .pagination-classic > li > a.btn-polat-effect.btn-default .btn-text, .pagination-classic > li + li:not(:last-child) > a.btn-polat-effect .btn-text,
  .pagination-classic > li > span.btn-polat-effect.btn-default .btn-text,
  .pagination-classic > li + li:not(:last-child) > span.btn-polat-effect .btn-text {
    color: #434345; }

.btn.btn-santos-svg-effect, .pagination-classic > li > a.btn-santos-svg-effect,
.pagination-classic > li > span.btn-santos-svg-effect {
  border: none;
  position: relative;
  transition: color 0.9s;
  background-color: transparent; }
  .btn.btn-santos-svg-effect svg, .pagination-classic > li > a.btn-santos-svg-effect svg,
  .pagination-classic > li > span.btn-santos-svg-effect svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .btn.btn-santos-svg-effect svg:active, .pagination-classic > li > a.btn-santos-svg-effect svg:active,
    .pagination-classic > li > span.btn-santos-svg-effect svg:active, .btn.btn-santos-svg-effect svg:focus, .pagination-classic > li > a.btn-santos-svg-effect svg:focus,
    .pagination-classic > li > span.btn-santos-svg-effect svg:focus {
      outline: none; }
  .btn.btn-santos-svg-effect .shape, .pagination-classic > li > a.btn-santos-svg-effect .shape,
  .pagination-classic > li > span.btn-santos-svg-effect .shape {
    stroke-width: 6px;
    fill: transparent;
    stroke: #434345;
    stroke-dasharray: 50 400;
    stroke-dashoffset: -233;
    transition: 1s all ease;
    width: 100%;
    height: 100%; }
  .btn.btn-santos-svg-effect:active, .pagination-classic > li > a.btn-santos-svg-effect:active,
  .pagination-classic > li > span.btn-santos-svg-effect:active, .btn.btn-santos-svg-effect:focus, .pagination-classic > li > a.btn-santos-svg-effect:focus,
  .pagination-classic > li > span.btn-santos-svg-effect:focus {
    background-color: transparent; }
  .btn.btn-santos-svg-effect:hover, .pagination-classic > li > a.btn-santos-svg-effect:hover,
  .pagination-classic > li > span.btn-santos-svg-effect:hover {
    background-color: transparent; }
    .btn.btn-santos-svg-effect:hover .shape, .pagination-classic > li > a.btn-santos-svg-effect:hover .shape,
    .pagination-classic > li > span.btn-santos-svg-effect:hover .shape {
      stroke-dasharray: 50 0;
      stroke-width: 3px;
      stroke-dashoffset: 0;
      stroke: #009FFD; }
  .btn.btn-santos-svg-effect.btn-delault, .pagination-classic > li > a.btn-santos-svg-effect.btn-delault,
  .pagination-classic > li > span.btn-santos-svg-effect.btn-delault {
    color: #434345; }
    .btn.btn-santos-svg-effect.btn-delault .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-delault .shape,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-delault .shape {
      stroke: #181819; }
    .btn.btn-santos-svg-effect.btn-delault:hover, .pagination-classic > li > a.btn-santos-svg-effect.btn-delault:hover,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-delault:hover {
      color: #434345; }
      .btn.btn-santos-svg-effect.btn-delault:hover .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-delault:hover .shape,
      .pagination-classic > li > span.btn-santos-svg-effect.btn-delault:hover .shape {
        stroke: #434345; }
  .btn.btn-santos-svg-effect.btn-primary, .pagination-classic > li > a.btn-santos-svg-effect.btn-primary,
  .pagination-classic > li > span.btn-santos-svg-effect.btn-primary {
    color: #554e9f; }
    .btn.btn-santos-svg-effect.btn-primary .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-primary .shape,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-primary .shape {
      stroke: #363165; }
    .btn.btn-santos-svg-effect.btn-primary:hover, .pagination-classic > li > a.btn-santos-svg-effect.btn-primary:hover,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-primary:hover {
      color: #554e9f; }
      .btn.btn-santos-svg-effect.btn-primary:hover .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-primary:hover .shape,
      .pagination-classic > li > span.btn-santos-svg-effect.btn-primary:hover .shape {
        stroke: #554e9f; }
  .btn.btn-santos-svg-effect.btn-deluge, .pagination-classic > li > a.btn-santos-svg-effect.btn-deluge,
  .pagination-classic > li > span.btn-santos-svg-effect.btn-deluge {
    color: #8668ad; }
    .btn.btn-santos-svg-effect.btn-deluge .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-deluge .shape,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-deluge .shape {
      stroke: #5b437b; }
    .btn.btn-santos-svg-effect.btn-deluge:hover, .pagination-classic > li > a.btn-santos-svg-effect.btn-deluge:hover,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-deluge:hover {
      color: #8668ad; }
      .btn.btn-santos-svg-effect.btn-deluge:hover .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-deluge:hover .shape,
      .pagination-classic > li > span.btn-santos-svg-effect.btn-deluge:hover .shape {
        stroke: #8668ad; }
  .btn.btn-santos-svg-effect.btn-success, .pagination-classic > li > a.btn-santos-svg-effect.btn-success,
  .pagination-classic > li > span.btn-santos-svg-effect.btn-success {
    color: #abcc37; }
    .btn.btn-santos-svg-effect.btn-success .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-success .shape,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-success .shape {
      stroke: #738923; }
    .btn.btn-santos-svg-effect.btn-success:hover, .pagination-classic > li > a.btn-santos-svg-effect.btn-success:hover,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-success:hover {
      color: #abcc37; }
      .btn.btn-santos-svg-effect.btn-success:hover .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-success:hover .shape,
      .pagination-classic > li > span.btn-santos-svg-effect.btn-success:hover .shape {
        stroke: #abcc37; }
  .btn.btn-santos-svg-effect.btn-warning, .pagination-classic > li > a.btn-santos-svg-effect.btn-warning,
  .pagination-classic > li > span.btn-santos-svg-effect.btn-warning {
    color: #f5bf2f; }
    .btn.btn-santos-svg-effect.btn-warning .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-warning .shape,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-warning .shape {
      stroke: #c49109; }
    .btn.btn-santos-svg-effect.btn-warning:hover, .pagination-classic > li > a.btn-santos-svg-effect.btn-warning:hover,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-warning:hover {
      color: #f5bf2f; }
      .btn.btn-santos-svg-effect.btn-warning:hover .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-warning:hover .shape,
      .pagination-classic > li > span.btn-santos-svg-effect.btn-warning:hover .shape {
        stroke: #f5bf2f; }
  .btn.btn-santos-svg-effect.btn-info, .pagination-classic > li > a.btn-santos-svg-effect.btn-info,
  .pagination-classic > li > span.btn-santos-svg-effect.btn-info {
    color: #79ccf2; }
    .btn.btn-santos-svg-effect.btn-info .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-info .shape,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-info .shape {
      stroke: #2aaeea; }
    .btn.btn-santos-svg-effect.btn-info:hover, .pagination-classic > li > a.btn-santos-svg-effect.btn-info:hover,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-info:hover {
      color: #79ccf2; }
      .btn.btn-santos-svg-effect.btn-info:hover .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-info:hover .shape,
      .pagination-classic > li > span.btn-santos-svg-effect.btn-info:hover .shape {
        stroke: #79ccf2; }
  .btn.btn-santos-svg-effect.btn-danger, .pagination-classic > li > a.btn-santos-svg-effect.btn-danger,
  .pagination-classic > li > span.btn-santos-svg-effect.btn-danger {
    color: #f54b0f; }
    .btn.btn-santos-svg-effect.btn-danger .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-danger .shape,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-danger .shape {
      stroke: #a63107; }
    .btn.btn-santos-svg-effect.btn-danger:hover, .pagination-classic > li > a.btn-santos-svg-effect.btn-danger:hover,
    .pagination-classic > li > span.btn-santos-svg-effect.btn-danger:hover {
      color: #f54b0f; }
      .btn.btn-santos-svg-effect.btn-danger:hover .shape, .pagination-classic > li > a.btn-santos-svg-effect.btn-danger:hover .shape,
      .pagination-classic > li > span.btn-santos-svg-effect.btn-danger:hover .shape {
        stroke: #f54b0f; }

html.ie-edge .btn-santos-svg,
html.ie-11 .btn-santos-svg,
html.lt-ie11 .btn-santos-svg {
  transition: 0.4s;
  padding: 10px 15px;
  border: 2px solid transparent; }
  html.ie-edge .btn-santos-svg:hover,
  html.ie-11 .btn-santos-svg:hover,
  html.lt-ie11 .btn-santos-svg:hover {
    border-color: #009FFD; }

/** 2.11 Dropdowns Addons */
.caret {
  margin-left: 5px; }

.dropup,
.dropdown {
  display: inline-block; }

.dropdown-menu {
  font-size: 13px;
  border: none;
  border-radius: 3px; }
  .dropdown-menu > li > a {
    font-weight: 400;
    padding: 5px 20px; }
  .dropdown-menu .divider {
    width: 100%; }

.dropdown-header {
  font-size: 12px;
  padding: 8px 20px 3px; }

/** 2.12 Sections */
.section-relative {
  position: relative;
  z-index: 1; }

@media (min-width: 1200px) {
  .section-split {
    margin-left: auto;
    margin-right: 0;
    width: 50%; } }

.section-image-aside {
  position: relative; }
  .section-image-aside-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    -webkit-background-size: cover;
    background-size: cover; }

.section-image-aside-left .section-image-aside-img {
  right: 100%; }

.section-image-aside-right .section-image-aside-img {
  left: 100%; }

.section-code {
  padding: 20px;
  border-radius: 3px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  background: #f7f7f7; }
  @media (min-width: 768px) {
    .section-code {
      padding: 30px;
      margin-left: -30px;
      margin-right: -30px; } }

.section-navigation {
  padding: 20px;
  border-radius: 3px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  background: #f7f7f7; }
  .section-navigation iframe {
    border: none; }
  @media (min-width: 768px) {
    .section-navigation {
      padding: 30px;
      margin-left: -45px;
      margin-right: -45px; } }

.section-triangle {
  position: relative; }
  .section-triangle svg {
    position: absolute;
    left: 50%;
    width: 60px;
    height: 30px;
    margin-left: -30px; }
  .section-triangle-bottom svg {
    top: 100%;
    margin-top: -1px;
    z-index: 1; }
  .section-triangle-top svg {
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1; }

.section-collar {
  position: relative; }
  .section-collar, .section-collar:before, .section-collar:after {
    background: #fff; }
  .section-collar:before, .section-collar:after {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: -1px;
    height: 30px;
    width: 60%;
    z-index: 1; }
  .section-collar:before {
    left: -10%;
    margin-left: -15px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg); }
  .section-collar:after {
    right: -10%;
    margin-right: -15px;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg); }

.slider-menu-position {
  position: relative; }
  .slider-menu-position .rd-navbar-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.mock-up-wrapper {
  position: relative; }

.mock-up-desktop-wrapper {
  margin-bottom: -80px;
  max-width: 100%; }

.mock-up-circle {
  position: absolute;
  left: -15%;
  bottom: 65px; }

.mock-up-mobile-wrapper {
  position: absolute;
  right: -5%;
  bottom: -140px; }
  @media (min-width: 992px) {
    .mock-up-mobile-wrapper {
      right: -15%; } }

.one-page {
  position: relative; }
  .one-page-header, .one-page-footer {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .one-page-header {
    top: 33px; }
  .one-page-footer {
    bottom: 33px; }

.section-cover {
  min-height: 100vh; }

.section-center-absolute {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.section-team-custom-effects {
  position: relative; }
  .section-team-custom-effects .bg-title {
    font-size: 170px;
    line-height: 204px;
    color: #f2f4f9;
    position: absolute;
    bottom: 18%;
    left: 46%;
    z-index: -2; }
    .section-team-custom-effects .bg-title span {
      display: block;
      position: relative;
      left: 55px; }
  .section-team-custom-effects .shell-fluid {
    padding-left: 0;
    padding-right: 0; }
  .section-team-custom-effects .slide-content-animate {
    padding-left: 15px;
    padding-right: 15px; }
  .section-team-custom-effects .owl-item.animated {
    animation-duration: 0s; }
  @media (min-width: 992px) {
    .section-team-custom-effects .owl-custom-navigation {
      position: absolute;
      bottom: 66px;
      right: 0;
      z-index: 1;
      width: 41.66667%; } }
  @media (min-width: 992px) {
    .section-team-custom-effects .owl-item.animated {
      animation-duration: 1000ms; }
    .section-team-custom-effects img {
      opacity: 0;
      transition: 1.5s all ease;
      -webkit-transform: translateX(-200px);
      transform: translateX(-200px); }
    .section-team-custom-effects .bg-title {
      opacity: 0;
      transition: 1.7s all ease;
      -webkit-transform: translateX(-350%);
      transform: translateX(-350%); }
    .section-team-custom-effects .slide-content-animate {
      opacity: 0;
      transition: 1s all ease;
      padding-left: 0;
      padding-right: 0; }
    .section-team-custom-effects .owl-item.active img {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      transition-delay: 0.5s; }
    .section-team-custom-effects .owl-item.active .bg-title {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 1;
      transition-delay: 0.5s; }
    .section-team-custom-effects .owl-item.active .slide-content-animate {
      opacity: 1;
      transition-delay: 1s; }
    .section-team-custom-effects .owl-item.animated img {
      -webkit-transform: translateX(400px);
      transform: translateX(400px);
      opacity: 0;
      transition-delay: 0.1s; }
    .section-team-custom-effects .owl-item.animated .bg-title {
      -webkit-transform: translateX(250%);
      transform: translateX(250%);
      opacity: 0;
      transition-delay: 0.1s; }
    .section-team-custom-effects .owl-item.animated .slide-content-animate {
      opacity: 0;
      transition-delay: 0.3s; } }

.rd-navbar-iframe-demonstration {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #f0f1f4; }
  .rd-navbar-iframe-demonstration iframe {
    width: 100%;
    border: none;
    outline: 1px solid transparent;
    transition: 0.35s height ease; }
    .rd-navbar-iframe-demonstration iframe html, .rd-navbar-iframe-demonstration iframe body, .rd-navbar-iframe-demonstration iframe .page {
      height: 100%; }
  @media (max-width: 1200px) {
    .rd-navbar-iframe-demonstration {
      padding: 0; }
      .rd-navbar-iframe-demonstration iframe {
        height: 56px; }
        .rd-navbar-iframe-demonstration iframe.active, .rd-navbar-iframe-demonstration iframe.active.active-panel {
          height: 570px; }
        .rd-navbar-iframe-demonstration iframe.active-panel {
          height: 220px; } }

.section-0 {
  padding-top: 0;
  padding-bottom: 0; }

.section-34 {
  padding-top: 34px;
  padding-bottom: 34px; }

.section-41 {
  padding-top: 41px;
  padding-bottom: 41px; }

.section-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-66 {
  padding-top: 66px;
  padding-bottom: 66px; }

.section-85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.section-98 {
  padding-top: 98px;
  padding-bottom: 98px; }

.section-110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.section-124 {
  padding-top: 124px;
  padding-bottom: 124px; }

.section-254 {
  padding-top: 254px;
  padding-bottom: 254px; }

.section-350 {
  padding-top: 350px;
  padding-bottom: 350px; }

@media (min-width: 480px) {
  .section-xs-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .section-xs-34 {
    padding-top: 34px;
    padding-bottom: 34px; }
  .section-xs-41 {
    padding-top: 41px;
    padding-bottom: 41px; }
  .section-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-xs-66 {
    padding-top: 66px;
    padding-bottom: 66px; }
  .section-xs-85 {
    padding-top: 85px;
    padding-bottom: 85px; }
  .section-xs-98 {
    padding-top: 98px;
    padding-bottom: 98px; }
  .section-xs-110 {
    padding-top: 110px;
    padding-bottom: 110px; }
  .section-xs-124 {
    padding-top: 124px;
    padding-bottom: 124px; }
  .section-xs-254 {
    padding-top: 254px;
    padding-bottom: 254px; }
  .section-xs-350 {
    padding-top: 350px;
    padding-bottom: 350px; } }

@media (min-width: 768px) {
  .section-sm-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .section-sm-34 {
    padding-top: 34px;
    padding-bottom: 34px; }
  .section-sm-41 {
    padding-top: 41px;
    padding-bottom: 41px; }
  .section-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-sm-66 {
    padding-top: 66px;
    padding-bottom: 66px; }
  .section-sm-85 {
    padding-top: 85px;
    padding-bottom: 85px; }
  .section-sm-98 {
    padding-top: 98px;
    padding-bottom: 98px; }
  .section-sm-110 {
    padding-top: 110px;
    padding-bottom: 110px; }
  .section-sm-124 {
    padding-top: 124px;
    padding-bottom: 124px; }
  .section-sm-254 {
    padding-top: 254px;
    padding-bottom: 254px; }
  .section-sm-350 {
    padding-top: 350px;
    padding-bottom: 350px; } }

@media (min-width: 992px) {
  .section-md-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .section-md-34 {
    padding-top: 34px;
    padding-bottom: 34px; }
  .section-md-41 {
    padding-top: 41px;
    padding-bottom: 41px; }
  .section-md-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-md-66 {
    padding-top: 66px;
    padding-bottom: 66px; }
  .section-md-85 {
    padding-top: 85px;
    padding-bottom: 85px; }
  .section-md-98 {
    padding-top: 98px;
    padding-bottom: 98px; }
  .section-md-110 {
    padding-top: 110px;
    padding-bottom: 110px; }
  .section-md-124 {
    padding-top: 124px;
    padding-bottom: 124px; }
  .section-md-254 {
    padding-top: 254px;
    padding-bottom: 254px; }
  .section-md-350 {
    padding-top: 350px;
    padding-bottom: 350px; } }

@media (min-width: 1200px) {
  .section-lg-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .section-lg-34 {
    padding-top: 34px;
    padding-bottom: 34px; }
  .section-lg-41 {
    padding-top: 41px;
    padding-bottom: 41px; }
  .section-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-lg-66 {
    padding-top: 66px;
    padding-bottom: 66px; }
  .section-lg-85 {
    padding-top: 85px;
    padding-bottom: 85px; }
  .section-lg-98 {
    padding-top: 98px;
    padding-bottom: 98px; }
  .section-lg-110 {
    padding-top: 110px;
    padding-bottom: 110px; }
  .section-lg-124 {
    padding-top: 124px;
    padding-bottom: 124px; }
  .section-lg-254 {
    padding-top: 254px;
    padding-bottom: 254px; }
  .section-lg-350 {
    padding-top: 350px;
    padding-bottom: 350px; } }

@media (min-width: 1800px) {
  .section-xl-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .section-xl-34 {
    padding-top: 34px;
    padding-bottom: 34px; }
  .section-xl-41 {
    padding-top: 41px;
    padding-bottom: 41px; }
  .section-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-xl-66 {
    padding-top: 66px;
    padding-bottom: 66px; }
  .section-xl-85 {
    padding-top: 85px;
    padding-bottom: 85px; }
  .section-xl-98 {
    padding-top: 98px;
    padding-bottom: 98px; }
  .section-xl-110 {
    padding-top: 110px;
    padding-bottom: 110px; }
  .section-xl-124 {
    padding-top: 124px;
    padding-bottom: 124px; }
  .section-xl-254 {
    padding-top: 254px;
    padding-bottom: 254px; }
  .section-xl-350 {
    padding-top: 350px;
    padding-bottom: 350px; } }

.section-top-0 {
  padding-top: 0; }

.section-top-34 {
  padding-top: 34px; }

.section-top-41 {
  padding-top: 41px; }

.section-top-50 {
  padding-top: 50px; }

.section-top-66 {
  padding-top: 66px; }

.section-top-85 {
  padding-top: 85px; }

.section-top-98 {
  padding-top: 98px; }

.section-top-110 {
  padding-top: 110px; }

.section-top-124 {
  padding-top: 124px; }

.section-top-254 {
  padding-top: 254px; }

.section-top-350 {
  padding-top: 350px; }

@media (min-width: 480px) {
  .section-xs-top-0 {
    padding-top: 0; }
  .section-xs-top-34 {
    padding-top: 34px; }
  .section-xs-top-41 {
    padding-top: 41px; }
  .section-xs-top-50 {
    padding-top: 50px; }
  .section-xs-top-66 {
    padding-top: 66px; }
  .section-xs-top-85 {
    padding-top: 85px; }
  .section-xs-top-98 {
    padding-top: 98px; }
  .section-xs-top-110 {
    padding-top: 110px; }
  .section-xs-top-124 {
    padding-top: 124px; }
  .section-xs-top-254 {
    padding-top: 254px; }
  .section-xs-top-350 {
    padding-top: 350px; } }

@media (min-width: 768px) {
  .section-sm-top-0 {
    padding-top: 0; }
  .section-sm-top-34 {
    padding-top: 34px; }
  .section-sm-top-41 {
    padding-top: 41px; }
  .section-sm-top-50 {
    padding-top: 50px; }
  .section-sm-top-66 {
    padding-top: 66px; }
  .section-sm-top-85 {
    padding-top: 85px; }
  .section-sm-top-98 {
    padding-top: 98px; }
  .section-sm-top-110 {
    padding-top: 110px; }
  .section-sm-top-124 {
    padding-top: 124px; }
  .section-sm-top-254 {
    padding-top: 254px; }
  .section-sm-top-350 {
    padding-top: 350px; } }

@media (min-width: 992px) {
  .section-md-top-0 {
    padding-top: 0; }
  .section-md-top-34 {
    padding-top: 34px; }
  .section-md-top-41 {
    padding-top: 41px; }
  .section-md-top-50 {
    padding-top: 50px; }
  .section-md-top-66 {
    padding-top: 66px; }
  .section-md-top-85 {
    padding-top: 85px; }
  .section-md-top-98 {
    padding-top: 98px; }
  .section-md-top-110 {
    padding-top: 110px; }
  .section-md-top-124 {
    padding-top: 124px; }
  .section-md-top-254 {
    padding-top: 254px; }
  .section-md-top-350 {
    padding-top: 350px; } }

@media (min-width: 1200px) {
  .section-lg-top-0 {
    padding-top: 0; }
  .section-lg-top-34 {
    padding-top: 34px; }
  .section-lg-top-41 {
    padding-top: 41px; }
  .section-lg-top-50 {
    padding-top: 50px; }
  .section-lg-top-66 {
    padding-top: 66px; }
  .section-lg-top-85 {
    padding-top: 85px; }
  .section-lg-top-98 {
    padding-top: 98px; }
  .section-lg-top-110 {
    padding-top: 110px; }
  .section-lg-top-124 {
    padding-top: 124px; }
  .section-lg-top-254 {
    padding-top: 254px; }
  .section-lg-top-350 {
    padding-top: 350px; } }

@media (min-width: 1800px) {
  .section-xl-top-0 {
    padding-top: 0; }
  .section-xl-top-34 {
    padding-top: 34px; }
  .section-xl-top-41 {
    padding-top: 41px; }
  .section-xl-top-50 {
    padding-top: 50px; }
  .section-xl-top-66 {
    padding-top: 66px; }
  .section-xl-top-85 {
    padding-top: 85px; }
  .section-xl-top-98 {
    padding-top: 98px; }
  .section-xl-top-110 {
    padding-top: 110px; }
  .section-xl-top-124 {
    padding-top: 124px; }
  .section-xl-top-254 {
    padding-top: 254px; }
  .section-xl-top-350 {
    padding-top: 350px; } }

.section-bottom-0 {
  padding-bottom: 0; }

.section-bottom-34 {
  padding-bottom: 34px; }

.section-bottom-41 {
  padding-bottom: 41px; }

.section-bottom-50 {
  padding-bottom: 50px; }

.section-bottom-66 {
  padding-bottom: 66px; }

.section-bottom-85 {
  padding-bottom: 85px; }

.section-bottom-98 {
  padding-bottom: 98px; }

.section-bottom-110 {
  padding-bottom: 110px; }

.section-bottom-124 {
  padding-bottom: 124px; }

.section-bottom-254 {
  padding-bottom: 254px; }

.section-bottom-350 {
  padding-bottom: 350px; }

@media (min-width: 480px) {
  .section-xs-bottom-0 {
    padding-bottom: 0; }
  .section-xs-bottom-34 {
    padding-bottom: 34px; }
  .section-xs-bottom-41 {
    padding-bottom: 41px; }
  .section-xs-bottom-50 {
    padding-bottom: 50px; }
  .section-xs-bottom-66 {
    padding-bottom: 66px; }
  .section-xs-bottom-85 {
    padding-bottom: 85px; }
  .section-xs-bottom-98 {
    padding-bottom: 98px; }
  .section-xs-bottom-110 {
    padding-bottom: 110px; }
  .section-xs-bottom-124 {
    padding-bottom: 124px; }
  .section-xs-bottom-254 {
    padding-bottom: 254px; }
  .section-xs-bottom-350 {
    padding-bottom: 350px; } }

@media (min-width: 768px) {
  .section-sm-bottom-0 {
    padding-bottom: 0; }
  .section-sm-bottom-34 {
    padding-bottom: 34px; }
  .section-sm-bottom-41 {
    padding-bottom: 41px; }
  .section-sm-bottom-50 {
    padding-bottom: 50px; }
  .section-sm-bottom-66 {
    padding-bottom: 66px; }
  .section-sm-bottom-85 {
    padding-bottom: 85px; }
  .section-sm-bottom-98 {
    padding-bottom: 98px; }
  .section-sm-bottom-110 {
    padding-bottom: 110px; }
  .section-sm-bottom-124 {
    padding-bottom: 124px; }
  .section-sm-bottom-254 {
    padding-bottom: 254px; }
  .section-sm-bottom-350 {
    padding-bottom: 350px; } }

@media (min-width: 992px) {
  .section-md-bottom-0 {
    padding-bottom: 0; }
  .section-md-bottom-34 {
    padding-bottom: 34px; }
  .section-md-bottom-41 {
    padding-bottom: 41px; }
  .section-md-bottom-50 {
    padding-bottom: 50px; }
  .section-md-bottom-66 {
    padding-bottom: 66px; }
  .section-md-bottom-85 {
    padding-bottom: 85px; }
  .section-md-bottom-98 {
    padding-bottom: 98px; }
  .section-md-bottom-110 {
    padding-bottom: 110px; }
  .section-md-bottom-124 {
    padding-bottom: 124px; }
  .section-md-bottom-254 {
    padding-bottom: 254px; }
  .section-md-bottom-350 {
    padding-bottom: 350px; } }

@media (min-width: 1200px) {
  .section-lg-bottom-0 {
    padding-bottom: 0; }
  .section-lg-bottom-34 {
    padding-bottom: 34px; }
  .section-lg-bottom-41 {
    padding-bottom: 41px; }
  .section-lg-bottom-50 {
    padding-bottom: 50px; }
  .section-lg-bottom-66 {
    padding-bottom: 66px; }
  .section-lg-bottom-85 {
    padding-bottom: 85px; }
  .section-lg-bottom-98 {
    padding-bottom: 98px; }
  .section-lg-bottom-110 {
    padding-bottom: 110px; }
  .section-lg-bottom-124 {
    padding-bottom: 124px; }
  .section-lg-bottom-254 {
    padding-bottom: 254px; }
  .section-lg-bottom-350 {
    padding-bottom: 350px; } }

@media (min-width: 1800px) {
  .section-xl-bottom-0 {
    padding-bottom: 0; }
  .section-xl-bottom-34 {
    padding-bottom: 34px; }
  .section-xl-bottom-41 {
    padding-bottom: 41px; }
  .section-xl-bottom-50 {
    padding-bottom: 50px; }
  .section-xl-bottom-66 {
    padding-bottom: 66px; }
  .section-xl-bottom-85 {
    padding-bottom: 85px; }
  .section-xl-bottom-98 {
    padding-bottom: 98px; }
  .section-xl-bottom-110 {
    padding-bottom: 110px; }
  .section-xl-bottom-124 {
    padding-bottom: 124px; }
  .section-xl-bottom-254 {
    padding-bottom: 254px; }
  .section-xl-bottom-350 {
    padding-bottom: 350px; } }