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: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  .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: 1200px) {
  .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: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  color: #333; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: Josefin Sans;
  font-weight: 300;
  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; }

.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 #fff;
  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; }

a:focus {
  outline: none; }

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

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

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

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

.border-bottom {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 3px solid #fff; }

.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: 1199px) {
  .hidden-lg {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important; } }
.four0four {
  text-align: center;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  margin-left: -25%;
  transform: translateY(-50%); }
  .four0four h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 500; }
  .four0four p {
    margin-bottom: 30px; }
  .four0four .btn {
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
    letter-spacing: 1px; }

.alert {
  z-index: 100;
  position: fixed;
  width: 100%;
  bottom: 0;
  display: block;
  padding: 20px;
  color: #fff; }
  .alert.success {
    background: #4caf50; }
  .alert.error {
    background: #f44336; }
  .alert h4 {
    margin-bottom: 0px; }
    .alert h4 span {
      margin-right: 20px; }
    .alert h4 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 {
        opacity: 1; }

.btn {
  font-family: Raleway;
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  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: 5px 15px; }
  .btn.btn-large {
    font-size: 2.2rem;
    padding: 15px 150px; }
  .btn.btn-primary {
    background-color: #000; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      outline: none;
      background-color: #1a1a1a; }
    .btn.btn-primary[disabled] {
      cursor: not-allowed;
      opacity: 0.5; }
      .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:focus, .btn.btn-primary[disabled]:active {
        background-color: #000; }
    .btn.btn-primary.btn-link {
      color: #000;
      background-color: transparent; }
      .btn.btn-primary.btn-link:hover {
        text-decoration: underline;
        color: black; }
  .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: 1.8rem; } }
.btn-sales-page-listing {
  background-color: #fff; }
  .btn-sales-page-listing:hover, .btn-sales-page-listing:focus, .btn-sales-page-listing:active {
    outline: none;
    background-color: white; }
  .btn-sales-page-listing[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }
    .btn-sales-page-listing[disabled]:hover, .btn-sales-page-listing[disabled]:focus, .btn-sales-page-listing[disabled]:active {
      background-color: #fff; }
  .btn-sales-page-listing.btn-link {
    color: #fff;
    background-color: transparent; }
    .btn-sales-page-listing.btn-link:hover {
      text-decoration: underline;
      color: #e6e6e6; }

.btn-offer-pricing {
  background-color: #000; }
  .btn-offer-pricing:hover, .btn-offer-pricing:focus, .btn-offer-pricing:active {
    outline: none;
    background-color: #1a1a1a; }
  .btn-offer-pricing[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }
    .btn-offer-pricing[disabled]:hover, .btn-offer-pricing[disabled]:focus, .btn-offer-pricing[disabled]:active {
      background-color: #000; }
  .btn-offer-pricing.btn-link {
    color: #000;
    background-color: transparent; }
    .btn-offer-pricing.btn-link:hover {
      text-decoration: underline;
      color: black; }

.btn-product-listing {
  background-color: #fff; }
  .btn-product-listing:hover, .btn-product-listing:focus, .btn-product-listing:active {
    outline: none;
    background-color: white; }
  .btn-product-listing[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }
    .btn-product-listing[disabled]:hover, .btn-product-listing[disabled]:focus, .btn-product-listing[disabled]:active {
      background-color: #fff; }
  .btn-product-listing.btn-link {
    color: #fff;
    background-color: transparent; }
    .btn-product-listing.btn-link:hover {
      text-decoration: underline;
      color: #e6e6e6; }

.btn-login {
  background-color: #000;
  border: none; }
  .btn-login:hover, .btn-login:focus, .btn-login:active {
    outline: none;
    background-color: #1a1a1a; }
  .btn-login[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }
    .btn-login[disabled]:hover, .btn-login[disabled]:focus, .btn-login[disabled]:active {
      background-color: #000; }
  .btn-login.btn-link {
    color: #000;
    background-color: transparent; }
    .btn-login.btn-link:hover {
      text-decoration: underline;
      color: black; }

.btn-forgot-password {
  background-color: #000; }
  .btn-forgot-password:hover, .btn-forgot-password:focus, .btn-forgot-password:active {
    outline: none;
    background-color: #1a1a1a; }
  .btn-forgot-password[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }
    .btn-forgot-password[disabled]:hover, .btn-forgot-password[disabled]:focus, .btn-forgot-password[disabled]:active {
      background-color: #000; }
  .btn-forgot-password.btn-link {
    color: #000;
    background-color: transparent; }
    .btn-forgot-password.btn-link:hover {
      text-decoration: underline;
      color: black; }

.btn-forgot-password-reset {
  background-color: #000; }
  .btn-forgot-password-reset:hover, .btn-forgot-password-reset:focus, .btn-forgot-password-reset:active {
    outline: none;
    background-color: #1a1a1a; }
  .btn-forgot-password-reset[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }
    .btn-forgot-password-reset[disabled]:hover, .btn-forgot-password-reset[disabled]:focus, .btn-forgot-password-reset[disabled]:active {
      background-color: #000; }
  .btn-forgot-password-reset.btn-link {
    color: #000;
    background-color: transparent; }
    .btn-forgot-password-reset.btn-link:hover {
      text-decoration: underline;
      color: black; }

.btn-previous {
  background-color: #000; }
  .btn-previous:hover, .btn-previous:focus, .btn-previous:active {
    outline: none;
    background-color: #1a1a1a; }
  .btn-previous[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }
    .btn-previous[disabled]:hover, .btn-previous[disabled]:focus, .btn-previous[disabled]:active {
      background-color: #000; }
  .btn-previous.btn-link {
    color: #000;
    background-color: transparent; }
    .btn-previous.btn-link:hover {
      text-decoration: underline;
      color: black; }

.btn-next {
  background-color: #000; }
  .btn-next:hover, .btn-next:focus, .btn-next:active {
    outline: none;
    background-color: #1a1a1a; }
  .btn-next[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }
    .btn-next[disabled]:hover, .btn-next[disabled]:focus, .btn-next[disabled]:active {
      background-color: #000; }
  .btn-next.btn-link {
    color: #000;
    background-color: transparent; }
    .btn-next.btn-link:hover {
      text-decoration: underline;
      color: black; }

.card {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 0;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
  .card .card-block {
    padding: 20px; }
    .card .card-block :last-child {
      margin-bottom: 0; }
  .card .border-bottom {
    border-bottom: 1px solid #fff; }

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

.sales-page .sales-page-content {
  line-height: 30px;
  padding-right: 30px; }
  .sales-page .sales-page-content h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px; }
@media (max-width: 767px) {
  .sales-page .sales-page-content {
    padding-right: 20px; } }

.blog-post .blog-content {
  line-height: 30px; }
  .blog-post .blog-content img {
    margin-bottom: 30px; }
  .blog-post .blog-content h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px; }

.page {
  border-top: 1px solid #ddd;
  padding-top: 30px; }
  .page .page-content h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px; }

.footer {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f2f2f2; }
  .footer .logo {
    height: 30px;
    display: inline-block;
    float: left;
    margin-right: 20px; }
  .footer .footer-menu {
    display: inline-block;
    float: right; }
    .footer .footer-menu a {
      color: #000;
      line-height: 30px;
      text-transform: uppercase;
      font-weight: 600;
      margin-left: 20px;
      margin-bottom: 0px; }
      .footer .footer-menu a:hover {
        color: #262626; }

.powered-by {
  padding: 15px 0px 12px 0px;
  background: #000;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  color: #fff; }
  .powered-by a {
    color: #fff; }

@media (max-width: 767px) {
  .footer {
    text-align: center; }
    .footer .logo {
      float: none;
      margin-right: 0px; }
    .footer .copyright {
      float: none;
      display: block;
      line-height: 30px; }
    .footer .footer-menu {
      display: block;
      float: none; }
      .footer .footer-menu a {
        display: block;
        margin-left: 0px;
        line-height: 30px; }

  .powered-by {
    text-align: center; }
    .powered-by a {
      display: block; }
    .powered-by .pull-right {
      float: none; } }
section.form {
  padding: 80px;
  padding-bottom: 50px;
  text-align: center;
  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: 30px; }
  section.form .form-inner {
    text-align: left; }
  section.form .input-item {
    margin-bottom: 20px; }
  section.form label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    display: inline-block;
    color: #000;
    padding-bottom: 10px; }
  section.form .select-box-field {
    position: relative; }
    section.form .select-box-field:before {
      content: "\f0d7";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #000;
      font-size: 14px;
      position: absolute;
      top: 15px;
      right: 20px; }
  section.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  section.form select, section.form input {
    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: rgba(255, 255, 255, 0.7);
    border: 1px solid #e6e6e6; }
  section.form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000; }
  section.form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  section.form :-ms-input-placeholder {
    /* IE 10+ */
    color: #000; }
  section.form :-moz-placeholder {
    /* Firefox 18- */
    color: #000; }
  section.form .parsley-errors-list {
    padding: 0;
    margin: 0; }
  section.form input[type="checkbox"], section.form input[type="radio"] {
    width: auto;
    margin-right: 20px;
    padding: 10px;
    height: 15px;
    margin-top: 10px; }
    section.form input[type="checkbox"] label, section.form input[type="radio"] label {
      padding-bottom: 0; }
  section.form textarea {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 20px;
    height: 200px; }

@media (max-width: 767px) {
  section.form {
    padding: 30px; } }
.header {
  background: #fff;
  line-height: 0px;
  padding: 30px 0px; }
  .header .logo {
    height: 70px;
    display: inline-block; }
  .header .header-ham {
    display: none;
    width: 40px;
    height: 30px;
    margin-top: -15px;
    position: relative;
    cursor: pointer;
    float: right;
    top: 35px; }
    .header .header-ham span {
      display: block;
      position: absolute;
      height: 5px;
      width: 100%;
      background: #000;
      opacity: 1;
      left: 0;
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
    .header .header-ham span:nth-child(1), .header .header-ham span:nth-child(2), .header .header-ham span:nth-child(3) {
      moz-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      -webkit-transform-origin: left center;
      transform-origin: left center; }
    .header .header-ham span:nth-child(1) {
      top: 0px; }
    .header .header-ham span:nth-child(2) {
      top: 10px; }
    .header .header-ham span:nth-child(3) {
      top: 20px; }
    .header .header-ham.open span:nth-child(1) {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -5px;
      left: 8px; }
    .header .header-ham.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .header .header-ham.open span:nth-child(3) {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 23px;
      left: 8px; }
  .header .header-menu {
    position: relative;
    padding-right: 69px;
    display: inline-block;
    float: right; }
    .header .header-menu a {
      line-height: 70px;
      margin-left: 20px;
      color: #000;
      text-transform: uppercase; }
      .header .header-menu a:hover {
        color: #262626; }
    .header .header-menu .avatar {
      position: absolute;
      top: 10.5px;
      right: 0;
      display: inline-block;
      height: 49px;
      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; }
      .header .header-menu .avatar:hover {
        opacity: .8; }

.header-user {
  padding-top: 20px;
  display: none;
  position: absolute;
  right: 0px;
  z-index: 99; }
  .header-user .arrow-up {
    position: absolute;
    right: 38px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d9d9d9; }
  .header-user a {
    display: block;
    padding: 25px 40px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: #d9d9d9; }
    .header-user a:hover {
      background: #cccccc; }

@media (max-width: 767px) {
  .header .header-ham {
    display: inline-block; }
  .header .header-menu {
    display: none;
    float: none;
    padding: 10px 0;
    text-align: center; }
    .header .header-menu a {
      display: block;
      line-height: 40px;
      margin: 0 0 0 0; }
    .header .header-menu .avatar {
      position: static;
      margin: 10px 0px 5px 0px; }

  .header-user {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    right: 0; }
    .header-user a {
      display: block;
      margin: 0 0 0 0; }
    .header-user .arrow-up {
      top: 0px;
      margin-right: -10px;
      right: 50%; } }
@media (min-width: 768px) {
  .header .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; }

.listings .listing {
  text-align: center;
  position: relative;
  margin-bottom: 30px; }
  .listings .listing .listing-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99; }
  .listings .listing .listing-text {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100; }
    .listings .listing .listing-text h3 {
      text-transform: uppercase;
      font-size: 35px;
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .listings .listing .listing-text h3 {
        font-size: 24px; } }
    .listings .listing .listing-text.sales h3 {
      color: #fff; }
    .listings .listing .listing-text.sales a {
      color: #fff; }
    .listings .listing .listing-text.products h3 {
      color: #fff; }
    .listings .listing .listing-text.products a {
      color: #fff; }

.listings-2 a.listing-2 {
  color: #343434;
  display: block;
  margin-bottom: 30px; }
  .listings-2 a.listing-2 img {
    margin-bottom: 30px; }
  .listings-2 a.listing-2 h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px; }
  .listings-2 a.listing-2 h5 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #aab2bd;
    margin-bottom: 10px; }
  .listings-2 a.listing-2 p {
    font-size: 14px; }

.authentication {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #eee; }
  .authentication .login-box {
    padding: 30px;
    background: #fff;
    width: 450px;
    position: absolute;
    margin-left: -225px;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateY(-50%);
    -moz-animation-name: showLogin;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.5s;
    -webkit-animation-name: showLogin;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
    animation-name: showLogin;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
    /* ANIMATIONS ================ */ }
    .authentication .login-box img {
      margin-bottom: 30px; }
    .authentication .login-box .material-input {
      position: relative;
      margin-bottom: 20px; }
      .authentication .login-box .material-input.first-input {
        margin-bottom: 30px; }
      .authentication .login-box .material-input input {
        font-size: 18px;
        padding: 10px 0 10px 0;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 2px solid #e6e6e6; }
        .authentication .login-box .material-input input:focus {
          outline: none; }
        .authentication .login-box .material-input input:focus ~ label, .authentication .login-box .material-input input:valid ~ label {
          top: -20px;
          font-size: 14px;
          color: #000; }
        .authentication .login-box .material-input input:focus ~ .bar:before, .authentication .login-box .material-input input:focus ~ .bar:after {
          width: 50%; }
        .authentication .login-box .material-input input:focus ~ .highlight {
          -webkit-animation: inputHighlighter 0.3s ease;
          -moz-animation: inputHighlighter 0.3s ease;
          animation: inputHighlighter 0.3s ease; }
      .authentication .login-box .material-input label {
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 0px;
        top: 3px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all; }
      .authentication .login-box .material-input .bar {
        position: relative;
        display: block;
        width: 100%; }
        .authentication .login-box .material-input .bar:before, .authentication .login-box .material-input .bar:after {
          content: '';
          height: 2px;
          width: 0;
          bottom: 1px;
          position: absolute;
          background: #000;
          transition: 0.2s ease all;
          -moz-transition: 0.2s ease all;
          -webkit-transition: 0.2s ease all; }
        .authentication .login-box .material-input .bar:before {
          left: 50%; }
        .authentication .login-box .material-input .bar:after {
          right: 50%; }
      .authentication .login-box .material-input .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5; }
@-webkit-keyframes inputHighlighter {
  from {
    background: #000; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #000; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #000; }
  to {
    width: 0;
    background: transparent; } }
  @media (max-width: 768px) {
    .authentication .login-box {
      width: 90%;
      margin-left: -45%; } }
  .authentication h5 {
    margin-bottom: 30px; }
  .authentication .remember {
    display: block;
    text-align: left;
    margin-bottom: 20px; }
  .authentication .btn {
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
    letter-spacing: 1px;
    margin-bottom: 30px; }
  .authentication .link, .authentication .link a {
    color: #aab2bd;
    display: block;
    margin-bottom: 30px; }

@-moz-keyframes showLogin {
  0% {
    -moz-transform: translateY(-40%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(-50%);
    opacity: 1; } }
@-webkit-keyframes showLogin {
  0% {
    -webkit-transform: translateY(-40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-50%);
    opacity: 1; } }
@keyframes showLogin {
  0% {
    transform: translateY(-40%);
    opacity: 0; }
  100% {
    transform: translateY(-50%);
    opacity: 1; } }
@media (max-width: 767px) {
  .authentication .login-box {
    position: static;
    width: 100%;
    margin-left: 0;
    transform: translateY(0%);
    -moz-animation-name: none;
    -webkit-animation-name: none;
    animation-name: none; } }
.marquee {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #eee;
  margin-bottom: 30px; }
  .marquee .marquee-overlay {
    padding: 100px 200px; }
    .marquee .marquee-overlay h1 {
      font-size: 35px;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-weight: 500; }
    .marquee .marquee-overlay p {
      font-size: 18px;
      font-weight: 100; }
  @media (max-width: 767px) {
    .marquee .marquee-overlay {
      padding: 30px; } }
  .marquee.store-marquee .marquee-overlay {
    background: rgba(0, 0, 0, 0.4); }
    .marquee.store-marquee .marquee-overlay h1 {
      color: #fff; }
    .marquee.store-marquee .marquee-overlay p {
      color: #fff; }
    .marquee.store-marquee .marquee-overlay a {
      color: #fff; }
      .marquee.store-marquee .marquee-overlay a .play-btn {
        position: relative;
        display: block;
        width: 70px;
        height: 70px;
        margin: 30px auto 10px;
        opacity: 0.8;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .marquee.store-marquee .marquee-overlay a .play-btn .play-icon {
          position: relative;
          top: 50%;
          left: 50%;
          width: 0;
          height: 0;
          margin-left: 2px;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 20px solid #252525;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }
  .marquee.blog-marquee .marquee-overlay {
    background: rgba(0, 0, 0, 0.4); }
    .marquee.blog-marquee .marquee-overlay h1 {
      color: #fff;
      margin-bottom: 0; }

.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; }

.modalbg {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99999;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  display: block;
  pointer-events: none; }
  .modalbg .dialog {
    width: 600px;
    max-width: 90%;
    position: relative;
    top: -1000px;
    margin: 10% auto;
    padding: 30px;
    background: #fff; }
    .modalbg .dialog .ie7 {
      filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3); }
    .modalbg .dialog .responsive-video {
      margin-bottom: 0; }
    .modalbg .dialog a.close {
      position: absolute;
      right: -10px;
      top: -10px;
      color: #000;
      background: #eee;
      border-radius: 50%;
      width: 29px;
      height: 29px;
      text-align: center; }
      .modalbg .dialog a.close .ie7 {
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3); }
      .modalbg .dialog a.close:hover {
        background: #ddd;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
  .modalbg:target {
    display: block;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.8);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .modalbg:target .dialog {
      top: -20px;
      -moz-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      -webkit-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }

.pagination {
  margin-bottom: 30px;
  text-align: center; }
  .pagination .btn {
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 150px; }
  @media (max-width: 767px) {
    .pagination .btn {
      margin-left: 0;
      margin-right: 0; } }

.offer-pricing {
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 30px; }
  .offer-pricing h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px; }
  .offer-pricing p {
    font-size: 14px; }
  .offer-pricing h4 {
    font-size: 30px;
    font-weight: 500; }
  .offer-pricing .btn {
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 20px; }

.offer-also h5 {
  color: #aab2bd;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px; }

.progress-bar {
  height: 10px;
  background: #fff; }
  .progress-bar .progress {
    height: 10px;
    max-width: 100%;
    background: #000; }

.video {
  margin-bottom: 30px; }

.responsive-video {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 45px; }
  .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; }

.slider-wrapper {
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: relative;
  margin-bottom: 0px;
  border: 1px solid #dbdbdb;
  background: #fff;
  margin-bottom: 30px; }
  .slider-wrapper .inner-wrapper {
    margin: 30px;
    overflow: hidden;
    border: 1px solid #dbdbdb; }
  .slider-wrapper #s1 {
    padding: 6px;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: 80px;
    margin-left: -26px;
    border-radius: 50%;
    opacity: 0.3;
    cursor: pointer;
    z-index: 999; }
  .slider-wrapper #s2 {
    padding: 6px;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: 80px;
    margin-left: -6px;
    border-radius: 50%;
    opacity: 0.3;
    cursor: pointer;
    z-index: 999; }
  .slider-wrapper #s3 {
    padding: 6px;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: 80px;
    margin-left: 14px;
    border-radius: 50%;
    opacity: 0.3;
    cursor: pointer;
    z-index: 999; }
  .slider-wrapper #s1:hover,
  .slider-wrapper #s2:hover,
  .slider-wrapper #s3:hover {
    opacity: .50; }
  .slider-wrapper .control {
    display: none; }
  .slider-wrapper #Slide1:checked ~ .overflow-wrapper {
    margin-left: 0%; }
  .slider-wrapper #Slide2:checked ~ .overflow-wrapper {
    margin-left: -100%; }
  .slider-wrapper #Slide3:checked ~ .overflow-wrapper {
    margin-left: -200%; }
  .slider-wrapper #Slide1:checked + #s1 {
    opacity: 1; }
  .slider-wrapper #Slide2:checked + #s2 {
    opacity: 1; }
  .slider-wrapper #Slide3:checked + #s3 {
    opacity: 1; }
  .slider-wrapper .overflow-wrapper {
    width: 300%;
    height: auto;
    overflow-y: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .slider-wrapper .overflow-wrapper .slide {
      text-align: center;
      width: 33.3%;
      height: auto;
      display: inline-block;
      margin-right: -6px;
      padding: 80px;
      padding-top: 70px;
      padding-bottom: 90px; }
      .slider-wrapper .overflow-wrapper .slide h3 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
        color: #000; }
      .slider-wrapper .overflow-wrapper .slide h4 {
        color: #000;
        margin-bottom: 10px; }
      .slider-wrapper .overflow-wrapper .slide p {
        color: #262626; }
    @media (max-width: 767px) {
      .slider-wrapper .overflow-wrapper .slide {
        padding: 20px;
        padding-top: 20px;
        padding-bottom: 90px; } }

.tags {
  margin-bottom: 30px; }
  .tags .tag {
    text-transform: uppercase;
    font-weight: 500;
    color: #aab2bd;
    margin-right: 30px; }
    .tags .tag.active {
      color: #343434; }
