@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  background-color: #FFF; }

header,
section,
footer {
  position: relative; }

hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.sticky-footer-wrap {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
  .sticky-footer-wrap .content-wrap {
    display: table-row;
    height: 100%; }
  .sticky-footer-wrap .footer-wrap {
    display: table-row;
    height: 1px; }

.container {
  position: relative;
  max-width: 1211px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }
  .container--fluid {
    width: 100%;
    max-width: 100%; }

@media (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px; } }
.grid {
  font-size: 0;
  margin-right: -15px;
  margin-left: -15px; }
  .grid > [class*="col"] {
    font-size: 16px;
    position: relative;
    display: inline-block;
    zoom: 1;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: top; }
  .grid--flush {
    margin-right: 0;
    margin-left: 0; }
    .grid--flush > [class*="col"] {
      padding-right: 0;
      padding-left: 0; }

[class*="col"] {
  width: 100%; }

.col-xs-full {
  width: 100%; }

.col-xs-9-10 {
  width: 90%; }

.col-xs-7-8 {
  width: 87.5%; }

.col-xs-5-6 {
  width: 83.3333333%; }

.col-xs-4-5 {
  width: 80%; }

.col-xs-3-4 {
  width: 75%; }

.col-xs-7-10 {
  width: 70%; }

.col-xs-2-3 {
  width: 66.6666666%; }

.col-xs-5-8 {
  width: 62.5%; }

.col-xs-3-5 {
  width: 60%; }

.col-xs-1-2 {
  width: 50%; }

.col-xs-2-5 {
  width: 40%; }

.col-xs-3-8 {
  width: 37.5%; }

.col-xs-1-3 {
  width: 33.3333333%; }

.col-xs-3-10 {
  width: 30%; }

.col-xs-1-4 {
  width: 25%; }

.col-xs-1-5 {
  width: 20%; }

.col-xs-1-6 {
  width: 16.6666667%; }

.col-xs-1-8 {
  width: 12.5%; }

.col-xs-1-10 {
  width: 10%; }

.col-xs-offset-full {
  margin-left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-full {
  left: 100%; }

.col-xs-push-9-10 {
  left: 90%; }

.col-xs-push-7-8 {
  left: 87.5%; }

.col-xs-push-5-6 {
  left: 83.3333333%; }

.col-xs-push-4-5 {
  left: 80%; }

.col-xs-push-3-4 {
  left: 75%; }

.col-xs-push-7-10 {
  left: 70%; }

.col-xs-push-2-3 {
  left: 66.6666666%; }

.col-xs-push-5-8 {
  left: 62.5%; }

.col-xs-push-3-5 {
  left: 60%; }

.col-xs-push-1-2 {
  left: 50%; }

.col-xs-push-2-5 {
  left: 40%; }

.col-xs-push-3-8 {
  left: 37.5%; }

.col-xs-push-1-3 {
  left: 33.3333333%; }

.col-xs-push-3-10 {
  left: 30%; }

.col-xs-push-1-4 {
  left: 25%; }

.col-xs-push-1-5 {
  left: 20%; }

.col-xs-push-1-6 {
  left: 16.6666667%; }

.col-xs-push-1-8 {
  left: 12.5%; }

.col-xs-push-1-10 {
  left: 10%; }

.col-xs-pull-full {
  right: 100%; }

.col-xs-pull-9-10 {
  right: 90%; }

.col-xs-pull-7-8 {
  right: 87.5%; }

.col-xs-pull-5-6 {
  right: 83.3333333%; }

.col-xs-pull-4-5 {
  right: 80%; }

.col-xs-pull-3-4 {
  right: 75%; }

.col-xs-pull-7-10 {
  right: 70%; }

.col-xs-pull-2-3 {
  right: 66.6666666%; }

.col-xs-pull-5-8 {
  right: 62.5%; }

.col-xs-pull-3-5 {
  right: 60%; }

.col-xs-pull-1-2 {
  right: 50%; }

.col-xs-pull-2-5 {
  right: 40%; }

.col-xs-pull-3-8 {
  right: 37.5%; }

.col-xs-pull-1-3 {
  right: 33.3333333%; }

.col-xs-pull-3-10 {
  right: 30%; }

.col-xs-pull-1-4 {
  right: 25%; }

.col-xs-pull-1-5 {
  right: 20%; }

.col-xs-pull-1-6 {
  right: 16.6666667%; }

.col-xs-pull-1-8 {
  right: 12.5%; }

.col-xs-pull-1-10 {
  right: 10%; }

@media (min-width: 480px) {
  .col-sm-full {
    width: 100%; }

  .col-sm-9-10 {
    width: 90%; }

  .col-sm-7-8 {
    width: 87.5%; }

  .col-sm-5-6 {
    width: 83.3333333%; }

  .col-sm-4-5 {
    width: 80%; }

  .col-sm-3-4 {
    width: 75%; }

  .col-sm-7-10 {
    width: 70%; }

  .col-sm-2-3 {
    width: 66.6666666%; }

  .col-sm-5-8 {
    width: 62.5%; }

  .col-sm-3-5 {
    width: 60%; }

  .col-sm-1-2 {
    width: 50%; }

  .col-sm-2-5 {
    width: 40%; }

  .col-sm-3-8 {
    width: 37.5%; }

  .col-sm-1-3 {
    width: 33.3333333%; }

  .col-sm-3-10 {
    width: 30%; }

  .col-sm-1-4 {
    width: 25%; }

  .col-sm-1-5 {
    width: 20%; }

  .col-sm-1-6 {
    width: 16.6666667%; }

  .col-sm-1-8 {
    width: 12.5%; }

  .col-sm-1-10 {
    width: 10%; }

  .col-sm-offset-full {
    margin-left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-push-full {
    left: 100%; }

  .col-sm-push-9-10 {
    left: 90%; }

  .col-sm-push-7-8 {
    left: 87.5%; }

  .col-sm-push-5-6 {
    left: 83.3333333%; }

  .col-sm-push-4-5 {
    left: 80%; }

  .col-sm-push-3-4 {
    left: 75%; }

  .col-sm-push-7-10 {
    left: 70%; }

  .col-sm-push-2-3 {
    left: 66.6666666%; }

  .col-sm-push-5-8 {
    left: 62.5%; }

  .col-sm-push-3-5 {
    left: 60%; }

  .col-sm-push-1-2 {
    left: 50%; }

  .col-sm-push-2-5 {
    left: 40%; }

  .col-sm-push-3-8 {
    left: 37.5%; }

  .col-sm-push-1-3 {
    left: 33.3333333%; }

  .col-sm-push-3-10 {
    left: 30%; }

  .col-sm-push-1-4 {
    left: 25%; }

  .col-sm-push-1-5 {
    left: 20%; }

  .col-sm-push-1-6 {
    left: 16.6666667%; }

  .col-sm-push-1-8 {
    left: 12.5%; }

  .col-sm-push-1-10 {
    left: 10%; }

  .col-sm-pull-full {
    right: 100%; }

  .col-sm-pull-9-10 {
    right: 90%; }

  .col-sm-pull-7-8 {
    right: 87.5%; }

  .col-sm-pull-5-6 {
    right: 83.3333333%; }

  .col-sm-pull-4-5 {
    right: 80%; }

  .col-sm-pull-3-4 {
    right: 75%; }

  .col-sm-pull-7-10 {
    right: 70%; }

  .col-sm-pull-2-3 {
    right: 66.6666666%; }

  .col-sm-pull-5-8 {
    right: 62.5%; }

  .col-sm-pull-3-5 {
    right: 60%; }

  .col-sm-pull-1-2 {
    right: 50%; }

  .col-sm-pull-2-5 {
    right: 40%; }

  .col-sm-pull-3-8 {
    right: 37.5%; }

  .col-sm-pull-1-3 {
    right: 33.3333333%; }

  .col-sm-pull-3-10 {
    right: 30%; }

  .col-sm-pull-1-4 {
    right: 25%; }

  .col-sm-pull-1-5 {
    right: 20%; }

  .col-sm-pull-1-6 {
    right: 16.6666667%; }

  .col-sm-pull-1-8 {
    right: 12.5%; }

  .col-sm-pull-1-10 {
    right: 10%; } }
@media (min-width: 768px) {
  .col-md-full {
    width: 100%; }

  .col-md-9-10 {
    width: 90%; }

  .col-md-7-8 {
    width: 87.5%; }

  .col-md-5-6 {
    width: 83.3333333%; }

  .col-md-4-5 {
    width: 80%; }

  .col-md-3-4 {
    width: 75%; }

  .col-md-7-10 {
    width: 70%; }

  .col-md-2-3 {
    width: 66.6666666%; }

  .col-md-5-8 {
    width: 62.5%; }

  .col-md-3-5 {
    width: 60%; }

  .col-md-1-2 {
    width: 50%; }

  .col-md-2-5 {
    width: 40%; }

  .col-md-3-8 {
    width: 37.5%; }

  .col-md-1-3 {
    width: 33.3333333%; }

  .col-md-3-10 {
    width: 30%; }

  .col-md-1-4 {
    width: 25%; }

  .col-md-1-5 {
    width: 20%; }

  .col-md-1-6 {
    width: 16.6666667%; }

  .col-md-1-8 {
    width: 12.5%; }

  .col-md-1-10 {
    width: 10%; }

  .col-md-offset-full {
    margin-left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-push-full {
    left: 100%; }

  .col-md-push-9-10 {
    left: 90%; }

  .col-md-push-7-8 {
    left: 87.5%; }

  .col-md-push-5-6 {
    left: 83.3333333%; }

  .col-md-push-4-5 {
    left: 80%; }

  .col-md-push-3-4 {
    left: 75%; }

  .col-md-push-7-10 {
    left: 70%; }

  .col-md-push-2-3 {
    left: 66.6666666%; }

  .col-md-push-5-8 {
    left: 62.5%; }

  .col-md-push-3-5 {
    left: 60%; }

  .col-md-push-1-2 {
    left: 50%; }

  .col-md-push-2-5 {
    left: 40%; }

  .col-md-push-3-8 {
    left: 37.5%; }

  .col-md-push-1-3 {
    left: 33.3333333%; }

  .col-md-push-3-10 {
    left: 30%; }

  .col-md-push-1-4 {
    left: 25%; }

  .col-md-push-1-5 {
    left: 20%; }

  .col-md-push-1-6 {
    left: 16.6666667%; }

  .col-md-push-1-8 {
    left: 12.5%; }

  .col-md-push-1-10 {
    left: 10%; }

  .col-md-pull-full {
    right: 100%; }

  .col-md-pull-9-10 {
    right: 90%; }

  .col-md-pull-7-8 {
    right: 87.5%; }

  .col-md-pull-5-6 {
    right: 83.3333333%; }

  .col-md-pull-4-5 {
    right: 80%; }

  .col-md-pull-3-4 {
    right: 75%; }

  .col-md-pull-7-10 {
    right: 70%; }

  .col-md-pull-2-3 {
    right: 66.6666666%; }

  .col-md-pull-5-8 {
    right: 62.5%; }

  .col-md-pull-3-5 {
    right: 60%; }

  .col-md-pull-1-2 {
    right: 50%; }

  .col-md-pull-2-5 {
    right: 40%; }

  .col-md-pull-3-8 {
    right: 37.5%; }

  .col-md-pull-1-3 {
    right: 33.3333333%; }

  .col-md-pull-3-10 {
    right: 30%; }

  .col-md-pull-1-4 {
    right: 25%; }

  .col-md-pull-1-5 {
    right: 20%; }

  .col-md-pull-1-6 {
    right: 16.6666667%; }

  .col-md-pull-1-8 {
    right: 12.5%; }

  .col-md-pull-1-10 {
    right: 10%; } }
@media (min-width: 992px) {
  .col-lg-full {
    width: 100%; }

  .col-lg-9-10 {
    width: 90%; }

  .col-lg-7-8 {
    width: 87.5%; }

  .col-lg-5-6 {
    width: 83.3333333%; }

  .col-lg-4-5 {
    width: 80%; }

  .col-lg-3-4 {
    width: 75%; }

  .col-lg-7-10 {
    width: 70%; }

  .col-lg-2-3 {
    width: 66.6666666%; }

  .col-lg-5-8 {
    width: 62.5%; }

  .col-lg-3-5 {
    width: 60%; }

  .col-lg-1-2 {
    width: 50%; }

  .col-lg-2-5 {
    width: 40%; }

  .col-lg-3-8 {
    width: 37.5%; }

  .col-lg-1-3 {
    width: 33.3333333%; }

  .col-lg-3-10 {
    width: 30%; }

  .col-lg-1-4 {
    width: 25%; }

  .col-lg-1-5 {
    width: 20%; }

  .col-lg-1-6 {
    width: 16.6666667%; }

  .col-lg-1-8 {
    width: 12.5%; }

  .col-lg-1-10 {
    width: 10%; }

  .col-lg-offset-full {
    margin-left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-push-full {
    left: 100%; }

  .col-lg-push-9-10 {
    left: 90%; }

  .col-lg-push-7-8 {
    left: 87.5%; }

  .col-lg-push-5-6 {
    left: 83.3333333%; }

  .col-lg-push-4-5 {
    left: 80%; }

  .col-lg-push-3-4 {
    left: 75%; }

  .col-lg-push-7-10 {
    left: 70%; }

  .col-lg-push-2-3 {
    left: 66.6666666%; }

  .col-lg-push-5-8 {
    left: 62.5%; }

  .col-lg-push-3-5 {
    left: 60%; }

  .col-lg-push-1-2 {
    left: 50%; }

  .col-lg-push-2-5 {
    left: 40%; }

  .col-lg-push-3-8 {
    left: 37.5%; }

  .col-lg-push-1-3 {
    left: 33.3333333%; }

  .col-lg-push-3-10 {
    left: 30%; }

  .col-lg-push-1-4 {
    left: 25%; }

  .col-lg-push-1-5 {
    left: 20%; }

  .col-lg-push-1-6 {
    left: 16.6666667%; }

  .col-lg-push-1-8 {
    left: 12.5%; }

  .col-lg-push-1-10 {
    left: 10%; }

  .col-lg-pull-full {
    right: 100%; }

  .col-lg-pull-9-10 {
    right: 90%; }

  .col-lg-pull-7-8 {
    right: 87.5%; }

  .col-lg-pull-5-6 {
    right: 83.3333333%; }

  .col-lg-pull-4-5 {
    right: 80%; }

  .col-lg-pull-3-4 {
    right: 75%; }

  .col-lg-pull-7-10 {
    right: 70%; }

  .col-lg-pull-2-3 {
    right: 66.6666666%; }

  .col-lg-pull-5-8 {
    right: 62.5%; }

  .col-lg-pull-3-5 {
    right: 60%; }

  .col-lg-pull-1-2 {
    right: 50%; }

  .col-lg-pull-2-5 {
    right: 40%; }

  .col-lg-pull-3-8 {
    right: 37.5%; }

  .col-lg-pull-1-3 {
    right: 33.3333333%; }

  .col-lg-pull-3-10 {
    right: 30%; }

  .col-lg-pull-1-4 {
    right: 25%; }

  .col-lg-pull-1-5 {
    right: 20%; }

  .col-lg-pull-1-6 {
    right: 16.6666667%; }

  .col-lg-pull-1-8 {
    right: 12.5%; }

  .col-lg-pull-1-10 {
    right: 10%; } }
@media (min-width: 1251px) {
  .col-xl-full {
    width: 100%; }

  .col-xl-9-10 {
    width: 90%; }

  .col-xl-7-8 {
    width: 87.5%; }

  .col-xl-5-6 {
    width: 83.3333333%; }

  .col-xl-4-5 {
    width: 80%; }

  .col-xl-3-4 {
    width: 75%; }

  .col-xl-7-10 {
    width: 70%; }

  .col-xl-2-3 {
    width: 66.6666666%; }

  .col-xl-5-8 {
    width: 62.5%; }

  .col-xl-3-5 {
    width: 60%; }

  .col-xl-1-2 {
    width: 50%; }

  .col-xl-2-5 {
    width: 40%; }

  .col-xl-3-8 {
    width: 37.5%; }

  .col-xl-1-3 {
    width: 33.3333333%; }

  .col-xl-3-10 {
    width: 30%; }

  .col-xl-1-4 {
    width: 25%; }

  .col-xl-1-5 {
    width: 20%; }

  .col-xl-1-6 {
    width: 16.6666667%; }

  .col-xl-1-8 {
    width: 12.5%; }

  .col-xl-1-10 {
    width: 10%; }

  .col-xl-offset-full {
    margin-left: 100%; }

  .col-xl-offset-9-10 {
    margin-left: 90%; }

  .col-xl-offset-7-8 {
    margin-left: 87.5%; }

  .col-xl-offset-5-6 {
    margin-left: 83.3333333%; }

  .col-xl-offset-4-5 {
    margin-left: 80%; }

  .col-xl-offset-3-4 {
    margin-left: 75%; }

  .col-xl-offset-7-10 {
    margin-left: 70%; }

  .col-xl-offset-2-3 {
    margin-left: 66.6666666%; }

  .col-xl-offset-5-8 {
    margin-left: 62.5%; }

  .col-xl-offset-3-5 {
    margin-left: 60%; }

  .col-xl-offset-1-2 {
    margin-left: 50%; }

  .col-xl-offset-2-5 {
    margin-left: 40%; }

  .col-xl-offset-3-8 {
    margin-left: 37.5%; }

  .col-xl-offset-1-3 {
    margin-left: 33.3333333%; }

  .col-xl-offset-3-10 {
    margin-left: 30%; }

  .col-xl-offset-1-4 {
    margin-left: 25%; }

  .col-xl-offset-1-5 {
    margin-left: 20%; }

  .col-xl-offset-1-6 {
    margin-left: 16.6666667%; }

  .col-xl-offset-1-8 {
    margin-left: 12.5%; }

  .col-xl-offset-1-10 {
    margin-left: 10%; }

  .col-xl-push-full {
    left: 100%; }

  .col-xl-push-9-10 {
    left: 90%; }

  .col-xl-push-7-8 {
    left: 87.5%; }

  .col-xl-push-5-6 {
    left: 83.3333333%; }

  .col-xl-push-4-5 {
    left: 80%; }

  .col-xl-push-3-4 {
    left: 75%; }

  .col-xl-push-7-10 {
    left: 70%; }

  .col-xl-push-2-3 {
    left: 66.6666666%; }

  .col-xl-push-5-8 {
    left: 62.5%; }

  .col-xl-push-3-5 {
    left: 60%; }

  .col-xl-push-1-2 {
    left: 50%; }

  .col-xl-push-2-5 {
    left: 40%; }

  .col-xl-push-3-8 {
    left: 37.5%; }

  .col-xl-push-1-3 {
    left: 33.3333333%; }

  .col-xl-push-3-10 {
    left: 30%; }

  .col-xl-push-1-4 {
    left: 25%; }

  .col-xl-push-1-5 {
    left: 20%; }

  .col-xl-push-1-6 {
    left: 16.6666667%; }

  .col-xl-push-1-8 {
    left: 12.5%; }

  .col-xl-push-1-10 {
    left: 10%; }

  .col-xl-pull-full {
    right: 100%; }

  .col-xl-pull-9-10 {
    right: 90%; }

  .col-xl-pull-7-8 {
    right: 87.5%; }

  .col-xl-pull-5-6 {
    right: 83.3333333%; }

  .col-xl-pull-4-5 {
    right: 80%; }

  .col-xl-pull-3-4 {
    right: 75%; }

  .col-xl-pull-7-10 {
    right: 70%; }

  .col-xl-pull-2-3 {
    right: 66.6666666%; }

  .col-xl-pull-5-8 {
    right: 62.5%; }

  .col-xl-pull-3-5 {
    right: 60%; }

  .col-xl-pull-1-2 {
    right: 50%; }

  .col-xl-pull-2-5 {
    right: 40%; }

  .col-xl-pull-3-8 {
    right: 37.5%; }

  .col-xl-pull-1-3 {
    right: 33.3333333%; }

  .col-xl-pull-3-10 {
    right: 30%; }

  .col-xl-pull-1-4 {
    right: 25%; }

  .col-xl-pull-1-5 {
    right: 20%; }

  .col-xl-pull-1-6 {
    right: 16.6666667%; }

  .col-xl-pull-1-8 {
    right: 12.5%; }

  .col-xl-pull-1-10 {
    right: 10%; } }
html, body, div, form, fieldset, legend, label {
  margin: 0;
  padding: 0; }

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

th, td {
  text-align: left;
  vertical-align: top; }

h1, h2, h3, h4, h5, h6, th, td, caption {
  font-weight: normal; }

img {
  border: 0; }

html {
  font-size: 62.5%; }

body {
  font-family: Montserrat;
  font-weight: 400;
  letter-spacing: normal;
  color: #7d7d7d; }

h1, h2, h3, h4, h5, h6, p, a, li {
  margin-top: 0;
  margin-bottom: 2rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
  font-weight: 600;
  line-height: 1.4; }

h1 {
  font-size: 3.4rem; }

h2 {
  font-size: 3.0rem; }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 2.0rem; }

h5 {
  font-size: 1.6rem; }

h6 {
  font-size: 1.2rem; }

ul, ol {
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 0; }

li {
  margin-bottom: 0; }

.display-1,
.display-2,
.display-3 {
  font-weight: 400; }

.lead {
  font-weight: 300;
  font-size: 2.0rem;
  margin-bottom: 2.0rem; }

.display-1 {
  font-size: 12.0rem; }

.display-2 {
  font-size: 5.6rem; }

.display-3 {
  font-size: 4.8rem; }

pre {
  padding: 2.0rem;
  border: 1px solid #f5f6f8;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word; }

code {
  font-size: 16px; }

a {
  text-decoration: none;
  color: #83d6de; }

a:focus {
  outline: none; }

.text-light {
  color: #aab2bd !important; }

.text-default {
  color: #7d7d7d !important; }

.text-dark {
  color: #20262d !important; }

.text-primary {
  color: #83d6de !important; }

.clearfix, .container:before,
.container:after, .grid:before,
.grid:after {
  display: table;
  content: " ";
  clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

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

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

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

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

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

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

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

.show {
  display: block !important; }

.hidden {
  display: none !important; }

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1250px) {
  .hidden-lg {
    display: none !important; } }
@media (min-width: 1251px) {
  .hidden-xl {
    display: none !important; } }
.alert {
  z-index: 100;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  padding: 20px;
  color: #fff; }
  .alert.success {
    background: #1abc9c; }
  .alert.error {
    background: #F38A8A; }
  .alert h4, .alert .info {
    margin-bottom: 0px; }
    .alert h4 span, .alert .info span {
      margin-right: 20px; }
    .alert h4 i, .alert .info i {
      position: absolute;
      right: 0px;
      top: 0px;
      font-size: 30px;
      cursor: pointer;
      opacity: .5;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .alert h4 i:hover, .alert .info i:hover {
        opacity: 1; }

.four0four {
  padding: 30px;
  text-align: center; }
  .four0four h1 {
    font-size: 35px;
    color: #20262d; }

.auth {
  position: relative;
  background: #000; }
  .auth .close {
    position: absolute;
    top: 30px;
    right: 30px; }
    .auth .close img {
      width: 30px; }
  .auth .auth-container {
    position: absolute;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px; }
    .auth .auth-container img {
      position: relative;
      top: 0;
      width: 200px;
      margin: 0 auto;
      margin-bottom: 20px;
      -moz-animation-name: showLoginImg;
      -moz-animation-iteration-count: 1;
      -moz-animation-timing-function: ease-in;
      -moz-animation-duration: 1s;
      -webkit-animation-name: showLoginImg;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-timing-function: ease-in;
      -webkit-animation-duration: 1s;
      animation-name: showLoginImg;
      animation-iteration-count: 1;
      animation-timing-function: ease-in;
      animation-duration: 1s; }
    .auth .auth-container .auth-inner {
      background: #000; }
      .auth .auth-container .auth-inner input[type="text"], .auth .auth-container .auth-inner input[type="password"], .auth .auth-container .auth-inner input[type="email"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-family: Montserrat;
        font-weight: 500;
        letter-spacing: 2px;
        display: block;
        background: transparent;
        padding: 15px 0;
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
        font-size: 16px;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        outline: 0;
        border-bottom: 1px solid #3e3e3e;
        color: #f5f6f8; }
        .auth .auth-container .auth-inner input[type="text"]:focus, .auth .auth-container .auth-inner input[type="password"]:focus, .auth .auth-container .auth-inner input[type="email"]:focus {
          outline: none;
          border-bottom: 1px solid #f5f6f8; }
      .auth .auth-container .auth-inner .form-error {
        background: #f5f6f8;
        color: #20262d;
        padding: 15px;
        display: block;
        border-radius: 4px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold; }
      .auth .auth-container .auth-inner label {
        margin-top: 10px;
        margin-bottom: 30px;
        display: inline-block;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 600;
        color: #999; }
        .auth .auth-container .auth-inner label input[type="checkbox"] {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          margin-bottom: -8px;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          border: 2px solid #3e3e3e;
          position: relative; }
          .auth .auth-container .auth-inner label input[type="checkbox"]:hover {
            border: 2px solid #666; }
          .auth .auth-container .auth-inner label input[type="checkbox"]:focus {
            outline: 0; }
          .auth .auth-container .auth-inner label input[type="checkbox"]:checked {
            background: #f5f6f8;
            border: 2px solid #f5f6f8; }
            .auth .auth-container .auth-inner label input[type="checkbox"]:checked:after {
              content: "\f00c";
              font-family: FontAwesome;
              font-style: normal;
              font-weight: normal;
              text-decoration: inherit;
              color: #000;
              font-size: 18px;
              padding-right: 0.5em;
              position: absolute;
              top: 2px;
              left: 1px; }
      .auth .auth-container .auth-inner .actions {
        text-align: center; }
        .auth .auth-container .auth-inner .actions.forgot {
          margin-top: 50px; }
        .auth .auth-container .auth-inner .actions .btn {
          font-size: 12px;
          letter-spacing: 1px;
          margin: 0 10px;
          padding: 17px 20px;
          min-width: 150px; }
        .auth .auth-container .auth-inner .actions .login-link {
          display: inline-block; }
          .auth .auth-container .auth-inner .actions .login-link a {
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            font-size: 12px;
            letter-spacing: 1px;
            margin: 0 10px;
            padding: 17px 20px;
            min-width: 150px;
            background: #20262d;
            border: 1px solid #f5f6f8;
            color: #f5f6f8;
            text-transform: uppercase;
            border-radius: 4px; }
            .auth .auth-container .auth-inner .actions .login-link a:hover {
              background: #f5f6f8;
              color: #20262d; }
      .auth .auth-container .auth-inner ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-weight: 600;
        color: #999; }
      .auth .auth-container .auth-inner ::-moz-placeholder {
        /* Firefox 19+ */
        font-weight: 600;
        color: #999; }
      .auth .auth-container .auth-inner :-ms-input-placeholder {
        /* IE 10+ */
        font-weight: 600;
        color: #999; }
      .auth .auth-container .auth-inner :-moz-placeholder {
        /* Firefox 18- */
        font-weight: 600;
        color: #999; }

@-moz-keyframes showLoginImg {
  0% {
    top: 15px;
    opacity: 0; }
  40% {
    top: 15px;
    opacity: 1; }
  100% {
    top: 0;
    opacity: 1; } }
@-webkit-keyframes showLoginImg {
  0% {
    top: 15px;
    opacity: 0; }
  40% {
    top: 15px;
    opacity: 1; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes showLoginImg {
  0% {
    top: 15px;
    opacity: 0; }
  40% {
    top: 15px;
    opacity: 1; }
  100% {
    top: 0;
    opacity: 1; } }
@media (max-width: 767px) {
  .auth .auth-container {
    padding: 20px;
    width: 100%;
    left: 0;
    top: 100px;
    margin-top: 0;
    margin-left: 0; }
    .auth .auth-container .auth-inner .actions .btn {
      min-width: 110px; } }
.back-to-top {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  position: fixed;
  bottom: -36px;
  right: 30px;
  z-index: 99;
  background: #83d6de;
  display: inline-block;
  padding: 3px 13px;
  font-size: 25px;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.back-to-top-show .back-to-top {
  opacity: 1;
  bottom: 0; }

.blog-listing-lastest {
  clear: both;
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-bottom: 50px; }
  .blog-listing-lastest .date {
    color: #83d6de; }
    .blog-listing-lastest .date h4 {
      font-size: 80px;
      line-height: 80px;
      font-weight: bold;
      margin-bottom: 5px; }
    .blog-listing-lastest .date h5 {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 0;
      font-family: Montserrat;
      text-transform: uppercase; }
  .blog-listing-lastest .body {
    padding-right: 100px; }
    .blog-listing-lastest .body h3 {
      font-weight: bold; }
      .blog-listing-lastest .body h3 a {
        color: #20262d; }
    .blog-listing-lastest .body p {
      line-height: 30px;
      font-size: 14px; }

.blog-listings .blog-listing {
  margin-bottom: 80px; }
  .blog-listings .blog-listing .img-responsive {
    margin-bottom: 25px; }
  .blog-listings .blog-listing .date {
    color: #83d6de; }
    .blog-listings .blog-listing .date h4 {
      font-size: 80px;
      line-height: 80px;
      font-weight: bold;
      margin-bottom: 5px; }
    .blog-listings .blog-listing .date h5 {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 0;
      font-family: Montserrat;
      text-transform: uppercase; }
  .blog-listings .blog-listing h2 {
    margin-bottom: 0;
    color: #20262d; }
  .blog-listings .blog-listing p {
    line-height: 30px; }
  .blog-listings .blog-listing .info-bar {
    margin-top: 15px;
    margin-bottom: 20px; }
    .blog-listings .blog-listing .info-bar .tag:after {
      content: ","; }
    .blog-listings .blog-listing .info-bar .tag:last-of-type:after {
      content: ""; }

.blog-post .blog-content h1 {
  margin-bottom: 0;
  color: #20262d; }
.blog-post .blog-content .info-bar {
  margin-top: 20px;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .blog-listing-lastest {
    padding-top: 20px;
    margin-bottom: 20px; } }
.btn {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
  margin: 0;
  padding: 15px 50px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  outline: none;
  border: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn.btn-small {
    font-size: 1.2rem;
    padding: 10px 15px; }
  .btn.btn-large {
    font-size: 2.2rem;
    padding: 15px 150px; }
  .btn.btn-primary {
    background-color: #83d6de; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      outline: none;
      background-color: #abe3e9; }
    .btn.btn-primary[disabled] {
      cursor: not-allowed;
      opacity: 0.2; }
      .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:focus, .btn.btn-primary[disabled]:active {
        background-color: #83d6de; }
    .btn.btn-primary.btn-link {
      color: #83d6de;
      background-color: transparent; }
      .btn.btn-primary.btn-link:hover {
        text-decoration: underline;
        color: #5bc9d3; }
  .btn.btn-block {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }

@media (max-width: 767px) {
  .btn-block-mobile {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }

  .btn {
    font-size: 14px; } }
.btn-sales-page-listing {
  background-color: #83d6de;
  background: transparent;
  border: 2px solid #83d6de;
  color: #83d6de;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px; }
  .btn-sales-page-listing:hover, .btn-sales-page-listing:focus, .btn-sales-page-listing:active {
    outline: none;
    background-color: #abe3e9; }
  .btn-sales-page-listing[disabled] {
    cursor: not-allowed;
    opacity: 0.2; }
    .btn-sales-page-listing[disabled]:hover, .btn-sales-page-listing[disabled]:focus, .btn-sales-page-listing[disabled]:active {
      background-color: #83d6de; }
  .btn-sales-page-listing.btn-link {
    color: #83d6de;
    background-color: transparent; }
    .btn-sales-page-listing.btn-link:hover {
      text-decoration: underline;
      color: #5bc9d3; }
  .btn-sales-page-listing:hover {
    color: #20262d; }

.btn-thank-you {
  background-color: #83d6de; }
  .btn-thank-you:hover, .btn-thank-you:focus, .btn-thank-you:active {
    outline: none;
    background-color: #abe3e9; }
  .btn-thank-you[disabled] {
    cursor: not-allowed;
    opacity: 0.2; }
    .btn-thank-you[disabled]:hover, .btn-thank-you[disabled]:focus, .btn-thank-you[disabled]:active {
      background-color: #83d6de; }
  .btn-thank-you.btn-link {
    color: #83d6de;
    background-color: transparent; }
    .btn-thank-you.btn-link:hover {
      text-decoration: underline;
      color: #5bc9d3; }

.btn-blog-listing {
  background-color: #83d6de; }
  .btn-blog-listing:hover, .btn-blog-listing:focus, .btn-blog-listing:active {
    outline: none;
    background-color: #abe3e9; }
  .btn-blog-listing[disabled] {
    cursor: not-allowed;
    opacity: 0.2; }
    .btn-blog-listing[disabled]:hover, .btn-blog-listing[disabled]:focus, .btn-blog-listing[disabled]:active {
      background-color: #83d6de; }
  .btn-blog-listing.btn-link {
    color: #83d6de;
    background-color: transparent; }
    .btn-blog-listing.btn-link:hover {
      text-decoration: underline;
      color: #5bc9d3; }

.btn-offer-pricing {
  background-color: #83d6de; }
  .btn-offer-pricing:hover, .btn-offer-pricing:focus, .btn-offer-pricing:active {
    outline: none;
    background-color: #abe3e9; }
  .btn-offer-pricing[disabled] {
    cursor: not-allowed;
    opacity: 0.2; }
    .btn-offer-pricing[disabled]:hover, .btn-offer-pricing[disabled]:focus, .btn-offer-pricing[disabled]:active {
      background-color: #83d6de; }
  .btn-offer-pricing.btn-link {
    color: #83d6de;
    background-color: transparent; }
    .btn-offer-pricing.btn-link:hover {
      text-decoration: underline;
      color: #5bc9d3; }

.btn-product-listing {
  background-color: #83d6de; }
  .btn-product-listing:hover, .btn-product-listing:focus, .btn-product-listing:active {
    outline: none;
    background-color: #abe3e9; }
  .btn-product-listing[disabled] {
    cursor: not-allowed;
    opacity: 0.2; }
    .btn-product-listing[disabled]:hover, .btn-product-listing[disabled]:focus, .btn-product-listing[disabled]:active {
      background-color: #83d6de; }
  .btn-product-listing.btn-link {
    color: #83d6de;
    background-color: transparent; }
    .btn-product-listing.btn-link:hover {
      text-decoration: underline;
      color: #5bc9d3; }

.btn-login {
  background-color: #f5f6f8;
  color: #20262d; }
  .btn-login:hover, .btn-login:focus, .btn-login:active {
    outline: none;
    background-color: white; }
  .btn-login[disabled] {
    cursor: not-allowed;
    opacity: 0.2; }
    .btn-login[disabled]:hover, .btn-login[disabled]:focus, .btn-login[disabled]:active {
      background-color: #f5f6f8; }
  .btn-login.btn-link {
    color: #f5f6f8;
    background-color: transparent; }
    .btn-login.btn-link:hover {
      text-decoration: underline;
      color: #d7dbe3; }

.btn-forgot-password {
  background-color: #f5f6f8;
  background: #20262d;
  border: 1px solid #f5f6f8;
  color: #f5f6f8; }
  .btn-forgot-password:hover, .btn-forgot-password:focus, .btn-forgot-password:active {
    outline: none;
    background-color: white; }
  .btn-forgot-password[disabled] {
    cursor: not-allowed;
    opacity: 0.2; }
    .btn-forgot-password[disabled]:hover, .btn-forgot-password[disabled]:focus, .btn-forgot-password[disabled]:active {
      background-color: #f5f6f8; }
  .btn-forgot-password.btn-link {
    color: #f5f6f8;
    background-color: transparent; }
    .btn-forgot-password.btn-link:hover {
      text-decoration: underline;
      color: #d7dbe3; }
  .btn-forgot-password:hover {
    color: #20262d; }

.btn-forgot-password-reset {
  background-color: #83d6de; }
  .btn-forgot-password-reset:hover, .btn-forgot-password-reset:focus, .btn-forgot-password-reset:active {
    outline: none;
    background-color: #abe3e9; }
  .btn-forgot-password-reset[disabled] {
    cursor: not-allowed;
    opacity: 0.2; }
    .btn-forgot-password-reset[disabled]:hover, .btn-forgot-password-reset[disabled]:focus, .btn-forgot-password-reset[disabled]:active {
      background-color: #83d6de; }
  .btn-forgot-password-reset.btn-link {
    color: #83d6de;
    background-color: transparent; }
    .btn-forgot-password-reset.btn-link:hover {
      text-decoration: underline;
      color: #5bc9d3; }

.btn-form {
  background-color: #20262d; }
  .btn-form:hover, .btn-form:focus, .btn-form:active {
    outline: none;
    background-color: #353f4b; }
  .btn-form[disabled] {
    cursor: not-allowed;
    opacity: 0.2; }
    .btn-form[disabled]:hover, .btn-form[disabled]:focus, .btn-form[disabled]:active {
      background-color: #20262d; }
  .btn-form.btn-link {
    color: #20262d;
    background-color: transparent; }
    .btn-form.btn-link:hover {
      text-decoration: underline;
      color: #0b0d0f; }

.btn-cross-sell {
  background-color: #f5f6f8;
  background: transparent;
  border: 1px solid #f5f6f8;
  color: #f5f6f8;
  padding: 10px 30px; }
  .btn-cross-sell:hover, .btn-cross-sell:focus, .btn-cross-sell:active {
    outline: none;
    background-color: white; }
  .btn-cross-sell[disabled] {
    cursor: not-allowed;
    opacity: 0.2; }
    .btn-cross-sell[disabled]:hover, .btn-cross-sell[disabled]:focus, .btn-cross-sell[disabled]:active {
      background-color: #f5f6f8; }
  .btn-cross-sell.btn-link {
    color: #f5f6f8;
    background-color: transparent; }
    .btn-cross-sell.btn-link:hover {
      text-decoration: underline;
      color: #d7dbe3; }
  .btn-cross-sell:hover {
    color: #20262d; }

.btn-pag, .btn-latest-blog, .btn-404 {
  background-color: #20262d;
  padding: 11px 17px;
  background: transparent;
  border: 1px solid #20262d;
  color: #20262d;
  margin-left: 5px; }
  .btn-pag:hover, .btn-pag:focus, .btn-pag:active, .btn-latest-blog:hover, .btn-latest-blog:focus, .btn-latest-blog:active, .btn-404:hover, .btn-404:focus, .btn-404:active {
    outline: none;
    background-color: #353f4b; }
  .btn-pag[disabled], .btn-latest-blog[disabled], .btn-404[disabled] {
    cursor: not-allowed;
    opacity: 0.2; }
    .btn-pag[disabled]:hover, .btn-pag[disabled]:focus, .btn-pag[disabled]:active, .btn-latest-blog[disabled]:hover, .btn-latest-blog[disabled]:focus, .btn-latest-blog[disabled]:active, .btn-404[disabled]:hover, .btn-404[disabled]:focus, .btn-404[disabled]:active {
      background-color: #20262d; }
  .btn-pag.btn-link, .btn-latest-blog.btn-link, .btn-404.btn-link {
    color: #20262d;
    background-color: transparent; }
    .btn-pag.btn-link:hover, .btn-latest-blog.btn-link:hover, .btn-404.btn-link:hover {
      text-decoration: underline;
      color: #0b0d0f; }
  .btn-pag:hover, .btn-latest-blog:hover, .btn-404:hover {
    color: #aab2bd; }

.tag {
  background-color: #20262d;
  padding: 11px 17px;
  background: transparent;
  border: 1px solid #20262d;
  color: #20262d; }
  .tag:hover, .tag:focus, .tag:active {
    outline: none;
    background-color: #353f4b; }
  .tag[disabled] {
    cursor: not-allowed;
    opacity: 0.2; }
    .tag[disabled]:hover, .tag[disabled]:focus, .tag[disabled]:active {
      background-color: #20262d; }
  .tag.btn-link {
    color: #20262d;
    background-color: transparent; }
    .tag.btn-link:hover {
      text-decoration: underline;
      color: #0b0d0f; }

@media (max-width: 767px) {
  .btn-pag, .btn-latest-blog {
    float: none;
    margin-bottom: 20px; } }
.card {
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background-color: #fff; }
  .card:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .card .card-info {
    padding: 20px;
    padding-top: 50px;
    text-align: center; }
    .card .card-info h3 {
      font-size: 16px;
      color: #20262d;
      font-weight: bold;
      margin-bottom: 50px; }
    .card .card-info .price {
      position: relative;
      text-align: right;
      border-top: 1px solid #ddd;
      padding-top: 20px; }
      .card .card-info .price:before {
        content: '';
        width: 40px;
        height: 5px;
        position: absolute;
        top: -3px;
        left: 0;
        right: 0;
        margin: auto;
        background: #83d6de;
        z-index: 10; }
      .card .card-info .price h4 {
        margin-bottom: 0;
        font-size: 14px;
        color: #20262d;
        font-weight: bold;
        text-transform: uppercase; }

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.cross-sell {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 50px; }
  .cross-sell.cross-sell-footer {
    margin-bottom: 0; }
  .cross-sell .cross-sell-overlay {
    padding: 80px 40px;
    background: rgba(32, 38, 45, 0.7); }
    .cross-sell .cross-sell-overlay p {
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      line-height: 30px; }

.footer {
  padding: 80px 0;
  padding-bottom: 0;
  background: #1c2127; }
  .footer .logo {
    height: 40px; }
  .footer.footer-small {
    padding: 30px 0;
    padding-bottom: 0; }
    .footer.footer-small .logo {
      display: inline-block; }
    .footer.footer-small .footer-menu {
      float: right; }
      .footer.footer-small .footer-menu a, .footer.footer-small .footer-menu .copyright {
        font-size: 12px;
        color: #aab3c4;
        line-height: 40px;
        display: inline-block;
        margin-bottom: 0;
        padding-left: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: Montserrat; }
    .footer.footer-small .credits {
      margin-top: 30px;
      background: #181c21;
      text-align: center;
      border-top: 0;
      padding: 20px;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 2px; }
  .footer .support {
    margin-top: 30px; }
    .footer .support .support-item {
      color: #f5f6f8;
      margin-top: 10px;
      font-weight: 100;
      letter-spacing: 1px; }
      .footer .support .support-item i {
        margin-right: 10px; }
  .footer .social-links {
    margin-top: 30px; }
    .footer .social-links a {
      display: inline-block;
      border: 1px solid #aab3c4;
      color: #aab3c4;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      text-align: center;
      padding: 10px 0;
      margin-right: 10px; }
  .footer .footer-menu h5 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    color: #f5f6f8; }
  .footer .footer-menu a {
    font-size: 14px;
    color: #aab3c4;
    display: block; }
  .footer .credits {
    color: #f5f6f8;
    font-size: 14px;
    padding: 40px 0;
    margin-top: 40px;
    border-top: 1px solid #4a5869; }
    .footer .credits a {
      color: #83d6de; }

@media (max-width: 767px) {
  .footer.footer-small {
    text-align: center; }
    .footer.footer-small .footer-menu {
      float: none; }
      .footer.footer-small .footer-menu a, .footer.footer-small .footer-menu .copyright {
        padding-left: 0;
        display: block; } }
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .form .overlay {
    padding: 80px 0;
    background: rgba(32, 38, 45, 0.7); }
  .form form {
    background: white;
    padding: 50px; }
    .form form .input-item {
      margin-bottom: 20px; }
    .form form label {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 3px;
      display: inline-block;
      color: #607286;
      padding-bottom: 10px; }
    .form form .select-box-field {
      position: relative; }
      .form form .select-box-field:before {
        content: "\f0d7";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #607286;
        font-size: 14px;
        position: absolute;
        top: 15px;
        right: 20px; }
    .form form select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .form form select, .form form input[type="text"], .form form input[type="email"] {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 3px;
      width: 100%;
      border: none;
      padding: 10px 20px;
      height: 50px;
      font-size: 12px;
      background: #fff;
      border: 1px solid #d7dbe3; }
    .form form select::-ms-expand {
      display: none; }
    .form form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #607286; }
    .form form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #607286; }
    .form form :-ms-input-placeholder {
      /* IE 10+ */
      color: #607286; }
    .form form :-moz-placeholder {
      /* Firefox 18- */
      color: #607286; }
    .form form .parsley-errors-list {
      padding: 0;
      margin: 0; }
    .form form input[type="checkbox"], .form form input[type="radio"] {
      width: auto;
      margin-right: 20px;
      height: 15px;
      margin-top: 10px; }
      .form form input[type="checkbox"] label, .form form input[type="radio"] label {
        padding-bottom: 0; }
    .form form textarea {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 3px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #fff;
      width: 100%;
      border: 1px solid #d7dbe3;
      padding: 20px;
      height: 200px; }
  .form .form-text {
    padding: 80px 0; }
    .form .form-text h1, .form .form-text h2, .form .form-text h3, .form .form-text h4, .form .form-text h5 {
      color: #f5f6f8;
      margin-bottom: 0;
      font-weight: bold;
      text-transform: uppercase; }
      .form .form-text h1 strong, .form .form-text h2 strong, .form .form-text h3 strong, .form .form-text h4 strong, .form .form-text h5 strong {
        color: #83d6de; }
    .form .form-text h1 {
      font-size: 80px;
      line-height: 80px; }

.parsley-errors-list li {
  list-style-type: none;
  padding: 10px 15px;
  color: #f5f6f8;
  background: #83d6de;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .form .overlay {
    padding: 20px 0; }
  .form .form-text {
    padding: 0; }
    .form .form-text h1, .form .form-text h2, .form .form-text h3, .form .form-text h4, .form .form-text h5 {
      color: #f5f6f8;
      margin-bottom: 0;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 20px; }
      .form .form-text h1 strong, .form .form-text h2 strong, .form .form-text h3 strong, .form .form-text h4 strong, .form .form-text h5 strong {
        color: #83d6de; }
    .form .form-text h1 {
      font-size: 40px;
      line-height: 40px; } }
.four0four, .thank-you {
  background: #83d6de;
  padding: 300px 0 200px 0;
  color: #fff;
  line-height: 2; }
  .four0four h1, .thank-you h1 {
    margin-bottom: 0; }
  .four0four a, .thank-you a {
    color: #fff;
    border: 1px solid #fff; }

.hamburger-menu {
  display: none;
  margin-top: 1px;
  float: right;
  width: 30px;
  height: 27px; }
  .hamburger-menu .bar,
  .hamburger-menu .bar:after,
  .hamburger-menu .bar:before {
    width: 30px;
    height: 3px; }
  .hamburger-menu .bar {
    position: relative;
    transform: translateY(12px);
    background: #20262d;
    transition: all 0ms 300ms; }
    .hamburger-menu .bar.animate {
      background: rgba(32, 38, 45, 0); }
      .hamburger-menu .bar.animate:after {
        top: 0;
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
      .hamburger-menu .bar.animate:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .hamburger-menu .bar:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 12px;
      background: #20262d;
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .hamburger-menu .bar:after {
      content: "";
      position: absolute;
      left: 0;
      top: 12px;
      background: #20262d;
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

@media (max-width: 767px) {
  .hamburger-menu {
    display: inline-block; } }
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(245, 246, 248, 0.2);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .header.header-color-action .navbar {
    background: rgba(245, 246, 248, 0.95); }
    .header.header-color-action .navbar .logo {
      filter: brightness(0);
      -webkit-filter: brightness(0);
      -moz-filter: brightness(0);
      -o-filter: brightness(0);
      -ms-filter: brightness(0); }
    .header.header-color-action .navbar a {
      color: #20262d; }
  .header.header-hide-action {
    top: -150px; }
  .header.header-stick-action {
    top: -50px; }
    .header.header-stick-action .navbar {
      padding: 10px 0; }

.navbar {
  background: transparent;
  line-height: 0px;
  padding: 30px 0;
  width: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .navbar .logo {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 40px;
    display: inline-block; }
  .navbar .header-menu {
    position: relative;
    display: inline-block;
    float: right; }
    .navbar .header-menu a {
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      font-family: Montserrat;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 40px;
      margin-left: 40px;
      color: #f5f6f8;
      letter-spacing: 2px;
      font-weight: bold; }
      .navbar .header-menu a:hover {
        color: #83d6de; }
    .navbar .header-menu .avatar {
      position: absolute;
      top: 6px;
      right: 0;
      display: inline-block;
      height: 28px;
      border-radius: 50%;
      cursor: pointer;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .navbar .header-menu .avatar:hover {
        opacity: .8; }

.header-user {
  position: relative;
  background: #20262d;
  text-align: right;
  padding: 15px 0; }
  .header-user img {
    float: right;
    width: 20px;
    margin-left: 20px;
    border-radius: 50%; }
  .header-user a {
    line-height: 20px;
    color: #f5f6f8;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2px; }
    .header-user a:hover {
      color: #b9c0ce; }
  .header-user .social-links {
    float: left; }
    .header-user .social-links a {
      color: #97a5b5;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 20px;
      font-size: 14px; }

@media (max-width: 767px) {
  .header {
    position: static; }
    .header.header-hide-action {
      top: auto; }

  .navbar {
    background: #f5f6f8; }
    .navbar .logo {
      filter: brightness(0);
      -webkit-filter: brightness(0);
      -moz-filter: brightness(0);
      -o-filter: brightness(0);
      -ms-filter: brightness(0);
      height: 30px; }
    .navbar .header-ham {
      display: inline-block; }
    .navbar .avatar {
      float: right;
      width: 30px;
      position: absolute;
      display: inline-block;
      top: 0;
      right: 70px; }
    .navbar .header-menu {
      display: none;
      float: none;
      padding: 40px 10px 10px 10px;
      text-align: center; }
      .navbar .header-menu a {
        display: block;
        line-height: 40px;
        margin: 0 0 0 0;
        color: #20262d; }

  .header-user {
    display: none;
    text-align: center;
    padding: 10px 0; }
    .header-user a {
      display: block;
      margin: 0 0 0 0;
      line-height: 40px; }
    .header-user .social-links {
      float: none; }
      .header-user .social-links a {
        display: inline-block;
        margin: 0 10px;
        line-height: 40px; } }
@media (min-width: 768px) {
  .navbar .header-menu {
    display: inline-block !important;
    float: right !important; } }
img {
  display: block; }

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

.img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  top: 0; }
  .img-bg--left-top {
    background-position: left top; }
  .img-bg--left-center {
    background-position: left center; }
  .img-bg--center-top {
    background-position: center top; }

.info-bar {
  margin-top: 35px;
  margin-bottom: 40px; }
  .info-bar h6 {
    margin-bottom: 0;
    font-weight: bold;
    padding-top: 4px; }
  .info-bar h5 {
    margin-bottom: 0;
    font-weight: bold;
    color: #20262d; }
  .info-bar .bio {
    display: inline-block; }
    .info-bar .bio img {
      width: 45px;
      border-radius: 50%;
      float: left;
      margin-right: 15px; }
  .info-bar .info i {
    float: left;
    width: 45px;
    height: 45px;
    border: 1px solid #20262d;
    text-align: center;
    padding: 14px 0;
    padding-left: 2px;
    border-radius: 50%;
    margin-right: 15px; }
  .info-bar .price .btn {
    float: right; }
  .info-bar .price h4 {
    display: inline-block;
    font-weight: bold;
    color: #20262d;
    font-size: 30px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-top: 3px;
    margin-bottom: 0; }

.marquee {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .marquee .marquee-overlay {
    background: rgba(32, 38, 45, 0.6);
    padding-top: 150px;
    position: relative; }
    .marquee .marquee-overlay h1 {
      font-size: 35px; }
    .marquee .marquee-overlay .sales-info {
      color: #fff;
      padding: 200px 0; }
      .marquee .marquee-overlay .sales-info.small {
        padding: 100px 0; }
      .marquee .marquee-overlay .sales-info.small-text {
        padding: 65px 0; }
        .marquee .marquee-overlay .sales-info.small-text h1 {
          font-size: 5rem;
          padding-left: 20px;
          border-left: 3px solid #83d6de; }
          .marquee .marquee-overlay .sales-info.small-text h1 a {
            color: #fff; }
      .marquee .marquee-overlay .sales-info h2 {
        text-transform: uppercase;
        font-size: 3.4rem;
        margin-bottom: 0; }
      .marquee .marquee-overlay .sales-info h1 {
        text-transform: uppercase;
        font-size: 5.4rem;
        margin-bottom: 0;
        font-weight: bold;
        letter-spacing: 2px; }
      .marquee .marquee-overlay .sales-info p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 100;
        letter-spacing: 1px; }

.load-in {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: .001;
  margin-left: 50px; }
  .load-in.loaded {
    opacity: 1;
    margin-left: 0; }

@media (max-width: 991px) {
  .marquee .backgroundVideo {
    display: none; } }
@media (max-width: 767px) {
  .marquee .marquee-overlay {
    padding-top: 90px; }
    .marquee .marquee-overlay .sales-info {
      padding: 20px 0; }
      .marquee .marquee-overlay .sales-info .load-in {
        opacity: 1;
        margin-left: 0; }
      .marquee .marquee-overlay .sales-info h2 {
        font-size: 1.4rem; }
      .marquee .marquee-overlay .sales-info h1 {
        font-size: 3.4rem; }
      .marquee .marquee-overlay .sales-info p {
        font-size: 14px;
        line-height: 30px; } }
.media {
  display: table;
  word-break: break-word; }
  .media > .media-left,
  .media > .media-body,
  .media > .media-right {
    display: table-cell;
    vertical-align: top; }
    .media > .media-left :last-child,
    .media > .media-body :last-child,
    .media > .media-right :last-child {
      margin-bottom: 0; }
    .media > .media-left.media-middle,
    .media > .media-body.media-middle,
    .media > .media-right.media-middle {
      vertical-align: middle; }
    .media > .media-left.media-bottom,
    .media > .media-body.media-bottom,
    .media > .media-right.media-bottom {
      vertical-align: bottom; }
  .media > .media-left {
    padding-right: 15px; }
  .media > .media-body {
    width: 10000px; }
  .media > .media-right {
    padding-left: 15px; }
  .media .media {
    margin-top: 30px; }

.preloader {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000; }
  .preloader .spinner-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .preloader .spinner-holder .spinner {
      margin: auto;
      width: 40px;
      height: 40px;
      position: relative; }
      .preloader .spinner-holder .spinner .cube1, .preloader .spinner-holder .spinner .cube2 {
        background-color: #83d6de;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
        -moz-animation: sk-cubemove 1.8s infinite ease-in-out;
        -o-animation: sk-cubemove 1.8s infinite ease-in-out;
        animation: sk-cubemove 1.8s infinite ease-in-out; }
      .preloader .spinner-holder .spinner .cube2 {
        -moz-animation-delay: -0.9s;
        -o-animation-delay: -0.9s;
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s; }

.progress-bar {
  height: 10px;
  background: #f5f6f8; }
  .progress-bar .progress {
    height: 10px;
    max-width: 100%;
    background: #83d6de; }

.responsive-video {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .responsive-video--4by3 {
    padding-bottom: 75%; }
  .responsive-video--8by5 {
    padding-bottom: 62.5%; }

.responsive-video iframe,
.responsive-video video, .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.sales-page h1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #20262d;
  margin-bottom: 0; }
.sales-page .teacher-bio h5, .sales-page .teacher-bio h6 {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px; }
.sales-page .full-offer {
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f6f8; }
  .sales-page .full-offer img {
    margin-top: 25px;
    margin-bottom: 20px; }
  .sales-page .full-offer h5 {
    margin-top: 7px;
    font-weight: bold; }
  .sales-page .full-offer .price {
    float: right;
    color: #83d6de; }
  .sales-page .full-offer:first-of-type {
    padding-top: 10px; }
  .sales-page .full-offer:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }
@media (max-width: 991px) {
  .sales-page .section {
    padding: 20px 0; } }
@media (max-width: 767px) {
  .sales-page h1 {
    margin-bottom: 20px; }
  .sales-page .video {
    margin-bottom: 20px; }
  .sales-page .sidebar {
    margin: 20px 0; } }

.section {
  padding: 80px 0; }
  .section .title {
    float: left;
    margin-bottom: 70px; }
    .section .title h2 {
      color: #20262d;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .section .title .bar {
      width: 40px;
      height: 1px;
      background: #20262d;
      display: inline-block; }

.page-content {
  line-height: 30px;
  font-size: 16px; }
  .page-content h1 {
    color: #20262d; }

@media (max-width: 767px) {
  .section {
    padding: 20px 0; }
    .section .title {
      float: none;
      margin-bottom: 20px; } }
.sidebar {
  margin: 80px 0; }
  .sidebar .group {
    margin-bottom: 50px;
    border-left: 1px solid #e6e9ee; }
    .sidebar .group.offers .offer {
      position: relative; }
      .sidebar .group.offers .offer h3 {
        font-size: 18px;
        margin-bottom: 5px;
        padding-left: 30px; }
      .sidebar .group.offers .offer p {
        margin-bottom: 15px; }
      .sidebar .group.offers .offer h5 {
        margin-bottom: 0; }
      .sidebar .group.offers .offer input[type="radio"] {
        position: absolute;
        left: 38px;
        top: 22px; }
      .sidebar .group.offers .offer input[type="radio"] + label {
        display: block;
        padding: 20px 30px;
        margin-left: 10px;
        margin-top: 10px;
        border-radius: 3px; }
      .sidebar .group.offers .offer input[type="radio"]:checked + label {
        background: rgba(131, 214, 222, 0.2); }
    .sidebar .group h4 {
      padding: 5px 30px;
      padding-right: 0;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: bold;
      color: #20262d;
      border-left: 3px solid #83d6de;
      margin-bottom: 0; }
    .sidebar .group .cat {
      display: block;
      margin-bottom: 0;
      padding: 10px 30px;
      font-size: 12px;
      text-transform: uppercase;
      color: #20262d;
      font-weight: bold;
      letter-spacing: 1px; }
    .sidebar .group label {
      padding: 10px 30px;
      padding-right: 0;
      display: block;
      color: #20262d; }
      .sidebar .group label input {
        margin-right: 30px; }
      .sidebar .group label span {
        float: right;
        font-weight: bold; }
    .sidebar .group button {
      margin: 30px;
      margin-top: 15px;
      margin-bottom: 15px;
      padding-left: 40px;
      padding-right: 40px; }
    .sidebar .group .blog-listing {
      padding: 15px 33px;
      padding-right: 0px; }
      .sidebar .group .blog-listing img {
        width: 100%;
        max-width: 150px;
        margin-bottom: 15px; }
      .sidebar .group .blog-listing h5 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px; }
        .sidebar .group .blog-listing h5 a {
          padding: 0;
          color: #20262d; }
      .sidebar .group .blog-listing h6 {
        font-weight: bold;
        margin-bottom: 0; }

@media (max-width: 991px) {
  .sidebar {
    margin: 20px 0; } }
.tab-area {
  padding: 40px 0; }

.tabs {
  font-size: 0; }
  .tabs .tab {
    margin-right: 3px;
    display: inline-block;
    width: auto;
    padding: 20px 30px;
    background: #f5f6f8;
    border: 1px solid #e6e9ee;
    border-bottom: 1px solid #e6e9ee;
    color: #20262d;
    cursor: pointer; }
    .tabs .tab.active {
      border-top: 2px solid #83d6de;
      border-bottom: 1px solid transparent;
      color: #20262d;
      background: #fff; }
    .tabs .tab h5 {
      margin-bottom: 0;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold; }

.tab-contents .tab-content {
  background: #fff;
  display: none;
  padding: 30px;
  border: 1px solid #e6e9ee;
  margin-top: -1px;
  line-height: 30px;
  color: #20262d; }
  .tab-contents .tab-content.active {
    display: block; }

@media (max-width: 767px) {
  .tab-area {
    padding: 0; }
    .tab-area .container {
      padding: 0; }

  .tabs .tab {
    width: 100%;
    text-align: center; }

  .tab-contents .tab-content {
    padding: 20px; } }
