html {
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  background-color: #FFF; }
  body.sticky-header {
    padding-top: 100px; }

header,
section,
footer {
  position: relative; }

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

.bar {
  width: 30px;
  height: 2px;
  background: #2d363b;
  margin-top: 20px;
  margin-bottom: 20px; }

.page {
  padding: 70px 0 50px 0;
  color: #2d363b; }
  .page h1 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px; }

.thank-you, .four0four {
  padding: 70px 0 50px 0;
  color: #2d363b; }
  .thank-you h1, .four0four h1 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px; }

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

@media (max-width: 767px) {
  .page {
    padding: 30px 0; } }
.container {
  position: relative;
  max-width: 1241px;
  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: 1301px) {
  .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-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  color: #7d7d7d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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: 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 #f5f5f5;
  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: #7d7d7d !important; }

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

.text-primary {
  color: #3FA8B0 !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: 1300px) {
  .hidden-lg {
    display: none !important; } }
@media (min-width: 1301px) {
  .hidden-xl {
    display: none !important; } }
.alert {
  z-index: 100;
  position: fixed;
  width: 100%;
  bottom: 0;
  display: block;
  padding: 20px;
  color: #fff; }
  .alert.success {
    background: #42df97; }
  .alert.error {
    background: #e34c4f; }
  .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; }

.auth-overlay {
  background: linear-gradient(45deg, #3FA8B0 0, #3fb092 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .9; }

.auth {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .auth .auth-wrapper {
    display: table-cell;
    vertical-align: middle; }
  .auth .auth-box {
    position: relative;
    text-align: center;
    padding: 60px 40px;
    background: #fff;
    width: 400px;
    margin: 0 auto;
    z-index: 999;
    color: #2d363b; }
    .auth .auth-box .notice {
      display: block;
      background: #3FA8B0;
      color: #fff;
      margin-bottom: 20px;
      padding: 10px 20px; }
    .auth .auth-box img {
      height: 70px;
      margin: 0 auto;
      margin-bottom: 20px; }
    .auth .auth-box h1 {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold; }
    .auth .auth-box input[type="text"], .auth .auth-box input[type="password"], .auth .auth-box input[type="email"], .auth .auth-box textarea {
      width: 100%;
      display: block;
      padding: 20px;
      font-size: 16px;
      background: #f5f5f5;
      color: #2d363b; }
      .auth .auth-box input[type="text"]:focus, .auth .auth-box input[type="password"]:focus, .auth .auth-box input[type="email"]:focus, .auth .auth-box textarea:focus {
        outline: 0;
        background: #ededed; }
    .auth .auth-box input[type="checkbox"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 30px;
      height: 30px;
      background: #f5f5f5;
      color: #2d363b;
      float: left;
      border: none;
      margin: 0 10px 20px 0; }
      .auth .auth-box input[type="checkbox"]:checked {
        background: #3FA8B0; }
    .auth .auth-box label {
      float: left;
      margin-top: 6px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .auth .auth-box .link, .auth .auth-box .link a {
      margin-top: 20px;
      margin-bottom: 0;
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #3FA8B0; }
  @media (max-width: 768px) {
    .auth .auth-wrapper {
      display: block; }
    .auth .auth-box {
      width: 100%;
      padding: 30px; } }

.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: 0;
  z-index: 99;
  background: #3FA8B0;
  display: inline-block;
  padding: 9px 16px;
  font-size: 18px;
  color: #fff; }

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

.blog {
  padding: 70px 0 50px 0;
  padding-bottom: 70px; }
  .blog .blog-tags {
    text-align: center; }
    .blog .blog-tags .btn {
      margin-bottom: 70px; }
  .blog .blog-item {
    padding-bottom: 70px; }
    .blog .blog-item .blog-img {
      position: relative;
      margin-bottom: 30px; }
      .blog .blog-item .blog-img .blog-date {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: rgba(63, 168, 176, 0.95);
        padding: 30px;
        text-align: center; }
        .blog .blog-item .blog-img .blog-date .day {
          font-size: 60px;
          line-height: .85;
          font-weight: bold;
          color: #f5f5f5; }
        .blog .blog-item .blog-img .blog-date .month {
          font-size: 18px;
          font-weight: bold;
          color: #f5f5f5; }
        .blog .blog-item .blog-img .blog-date .year {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          background: #f5f5f5;
          padding: 15px 0;
          color: #2d363b;
          font-weight: bold; }
    .blog .blog-item h2 {
      color: #2d363b; }
    .blog .blog-item p {
      color: #2d363b; }

.blog-post .blog-content {
  padding: 70px 0 50px 0;
  color: #2d363b;
  line-height: 2; }
  .blog-post .blog-content h1, .blog-post .blog-content h5 {
    margin-bottom: 30px;
    line-height: 1; }
  .blog-post .blog-content img {
    margin-bottom: 30px;
    max-width: 100%; }

@media (max-width: 767px) {
  .blog {
    padding: 30px 0; }
    .blog .blog-tags {
      margin-bottom: 26px; }
      .blog .blog-tags .btn {
        margin-bottom: 4px;
        padding: 10px 20px; }
    .blog .blog-item {
      padding-bottom: 30px;
      border-bottom: 1px solid #f5f5f5;
      margin-bottom: 30px; }
      .blog .blog-item .blog-img {
        margin-bottom: 20px; }
      .blog .blog-item h2 {
        margin-bottom: 10px; }
    .blog .pagination {
      text-align: center; }

  .blog-post .blog-content {
    padding: 30px 0;
    line-height: 1.5; }
    .blog-post .blog-content h1 {
      margin-bottom: 10px; }
    .blog-post .blog-content h5 {
      margin-bottom: 20px; } }
.btn {
  background: linear-gradient(-45deg, #3a9aa1 50%, #3FA8B0 50%);
  display: inline-block;
  margin: 0;
  padding: 15px 50px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  outline: none;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  -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[disabled] {
    opacity: .3; }
  .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; } }
.tags {
  font-size: 0;
  text-align: center; }
  .tags .tag {
    padding: 15px 30px;
    display: inline-block;
    background: linear-gradient(-45deg, #3a9aa1 50%, #3FA8B0 50%);
    text-transform: uppercase;
    font-size: 14px;
    color: #f5f5f5;
    margin: 0 15px;
    margin-bottom: 30px; }

@media (max-width: 767px) {
  .tags {
    margin-bottom: 30px; }
    .tags .tag {
      display: block;
      margin: 0;
      margin-bottom: 10px; } }
.cards {
  padding: 70px 0 50px 0;
  text-align: center; }
  .cards .pagination {
    padding-bottom: 30px; }
  .cards .card {
    text-align: left;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #d9d9d9; }
    .cards .card:hover .card-img .overlay {
      opacity: 0; }
    .cards .card .card-img {
      position: relative; }
      .cards .card .card-img .overlay {
        -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;
        position: absolute;
        background: rgba(245, 245, 245, 0.7);
        opacity: .3;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
    .cards .card .card-info {
      padding: 30px; }
      .cards .card .card-info h3 {
        font-size: 20px;
        color: #2d363b;
        margin-bottom: 0;
        text-transform: uppercase; }
      .cards .card .card-info p {
        font-size: 14px;
        color: #596b75; }
      .cards .card .card-info h5 {
        font-size: 14px;
        display: inline-block;
        padding: 10px;
        color: #2d363b;
        border: 1px solid #d9d9d9;
        margin-bottom: 0; }
      .cards .card .card-info .btn {
        margin-bottom: 0;
        display: inline-block;
        padding: 13px 30px;
        font-size: 14px; }
  .cards.cards-2 {
    background: #f5f5f5; }
    .cards.cards-2 .card {
      text-align: center;
      border: none;
      background: #fff;
      color: #2d363b;
      padding: 30px 20px; }
      .cards.cards-2 .card i {
        font-size: 40px;
        margin-bottom: 20px; }
      .cards.cards-2 .card h6 {
        text-transform: uppercase;
        letter-spacing: 1px; }
      .cards.cards-2 .card h2 {
        font-size: 50px;
        font-weight: bold;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 20px;
        margin-bottom: 30px; }
      .cards.cards-2 .card p {
        margin-bottom: 30px; }
      .cards.cards-2 .card .btn {
        display: block;
        width: 100%; }

@media (max-width: 767px) {
  .cards {
    padding: 30px 0;
    padding-bottom: 0; } }
.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.features {
  background: #f5f5f5;
  text-align: center;
  color: #2d363b;
  padding: 70px 0 50px 0; }
  .features img {
    margin: 0 auto;
    margin-bottom: 30px; }
  .features h4 {
    margin-bottom: 5px; }
  .features p {
    color: #7e929d;
    margin-bottom: 30px; }

.testimonials {
  background: #f5f5f5;
  text-align: center;
  color: #2d363b;
  padding: 70px 0 50px 0; }
  .testimonials img {
    margin: 0 auto; }
  .testimonials h3 {
    margin-top: 15px; }
  .testimonials p {
    margin-bottom: 30px; }

@media (max-width: 767px) {
  .features, .testimonials {
    padding: 30px 0; } }
.footer {
  background: #2d363b;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #f5f5f5; }
  .footer .logo {
    height: 50px;
    display: inline-block;
    float: left;
    margin-right: 20px; }
  .footer .copyright {
    font-size: 14px;
    display: inline-block;
    float: left;
    line-height: 50px;
    margin-bottom: 0px; }
  .footer .footer-menu {
    display: inline-block;
    float: right; }
    .footer .footer-menu a {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 12px;
      color: #f5f5f5;
      line-height: 50px;
      margin-left: 20px;
      margin-bottom: 0px; }
      .footer .footer-menu a:hover {
        color: #70c5cc; }

.footer-2 {
  line-height: 0;
  padding: 20px 0;
  background: #22292d; }
  .footer-2 a {
    color: #596b75;
    margin-bottom: 0;
    font-size: 20px;
    margin-right: 15px; }
  .footer-2 .payment {
    display: inline-block; }
    .footer-2 .payment .fa {
      float: left;
      font-size: 30px;
      margin-right: 10px; }
  .footer-2 .powered-by {
    float: right; }
    .footer-2 .powered-by a {
      font-size: 10px;
      margin-right: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-left: 15px;
      line-height: 30px; }

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

  .footer-2 {
    text-align: center; }
    .footer-2 .payment .fa {
      float: left;
      font-size: 30px;
      margin: 5px; }
    .footer-2 a {
      margin: 10px 10px 10px 10px; }
    .footer-2 .powered-by {
      float: none; }
      .footer-2 .powered-by a {
        display: block;
        margin-left: 0; } }
.form {
  padding: 70px 0 50px 0; }

.form p, form p {
  font-size: 12px;
  margin-top: 20px;
  text-transform: uppercase; }
.form img, form img {
  margin: 0 auto;
  margin-bottom: 20px; }
.form .has-error input[type="text"], .form .has-error input[type="password"], .form .has-error input[type="email"], .form .has-error textarea, form .has-error input[type="text"], form .has-error input[type="password"], form .has-error input[type="email"], form .has-error textarea {
  margin-bottom: 0;
  border-left: 2px solid rgba(227, 76, 79, 0.3);
  border-right: 2px solid rgba(227, 76, 79, 0.3);
  border-top: 2px solid rgba(227, 76, 79, 0.3); }
.form .has-error span, form .has-error span {
  display: block;
  background: #e34c4f;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 20px; }
.form input[type="text"], .form input[type="password"], .form input[type="email"], .form textarea, form input[type="text"], form input[type="password"], form input[type="email"], form textarea {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  border: none;
  font-size: 16px;
  background: #f5f5f5;
  color: #2d363b; }
  .form input[type="text"]:focus, .form input[type="password"]:focus, .form input[type="email"]:focus, .form textarea:focus, form input[type="text"]:focus, form input[type="password"]:focus, form input[type="email"]:focus, form textarea:focus {
    outline: 0;
    background: #ededed; }
.form select, form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.form select, .form input[type="text"], .form input[type="email"], form select, form input[type="text"], form input[type="email"] {
  width: 100%;
  border: none;
  padding: 20px;
  font-size: 16px;
  background: #f5f5f5;
  margin-bottom: 20px; }
.form label, form label {
  display: block;
  font-weight: bold; }
.form .radio, .form .checkbox-field, form .radio, form .checkbox-field {
  display: block; }
  .form .radio label, .form .checkbox-field label, form .radio label, form .checkbox-field label {
    display: inline;
    font-weight: normal; }
.form .radio-buttons-field, .form .checkbox-field, form .radio-buttons-field, form .checkbox-field {
  margin-bottom: 20px; }
.form input[type="checkbox"], .form input[type="radio"], form input[type="checkbox"], form input[type="radio"] {
  width: auto;
  margin-right: 20px;
  height: 15px;
  margin-top: 10px; }
.form .btn, form .btn {
  padding: 19px 50px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; }
.form .parsley-errors-list, form .parsley-errors-list {
  margin: 0;
  list-style-type: none;
  padding-left: 0; }
  .form .parsley-errors-list .parsley-required, form .parsley-errors-list .parsley-required {
    display: block;
    background: #e34c4f;
    color: #fff;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 10px 20px; }
.form input[type="text"].parsley-error, .form input[type="password"].parsley-error, .form input[type="email"].parsley-error, .form textarea.parsley-error, form input[type="text"].parsley-error, form input[type="password"].parsley-error, form input[type="email"].parsley-error, form textarea.parsley-error {
  border-left: 2px solid rgba(227, 76, 79, 0.3);
  border-right: 2px solid rgba(227, 76, 79, 0.3);
  border-top: 2px solid rgba(227, 76, 79, 0.3); }

.header {
  -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;
  background: linear-gradient(45deg, #3FA8B0 0, #3fb092 100%);
  line-height: 0px;
  padding: 20px 0px;
  width: 100%;
  top: -150px; }
  .header .logo {
    height: 60px;
    display: inline-block; }
  .header .header-ham {
    display: none;
    width: 30px;
    height: 30px;
    margin-top: -25px;
    position: relative;
    cursor: pointer;
    float: right;
    top: 30px; }
    .header .header-ham span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #f5f5f5;
      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: 10px; }
    .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: 16px;
      left: 10px; }
  .header .header-menu {
    position: relative;
    padding-right: 72px;
    display: inline-block;
    float: right; }
    .header .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-size: 14px;
      line-height: 60px;
      margin-left: 30px;
      color: #f5f5f5;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .header .header-menu a:hover {
        color: #cfcfcf; }
    .header .header-menu .avatar {
      position: absolute;
      top: 9px;
      right: 0;
      display: inline-block;
      height: 42px;
      border-radius: 50%;
      cursor: pointer;
      -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-menu .avatar:hover {
        opacity: .8; }
  .header.header-small {
    position: fixed;
    top: -150px;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.5); }
    .header.header-small .logo {
      height: 40px; }
    .header.header-small .header-menu a {
      line-height: 40px; }
    .header.header-small .avatar {
      top: 6px;
      height: 28px; }
  .header.sticky {
    position: fixed;
    top: 0;
    width: 100%; }
    .header.sticky.ipad {
      position: static; }

.header-user {
  display: none;
  position: relative;
  background: #f5f5f5;
  text-align: right; }
  .header-user a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 50px;
    color: #2d363b;
    margin-left: 20px; }
    .header-user a:hover {
      color: #a9b6be; }
  .header-user.sticky {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #ddd; }

@media (max-width: 767px) {
  .header {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    padding: 15px 0;
    position: relative !important;
    top: 0; }
    .header .logo {
      height: 30px;
      display: inline-block; }
    .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; }
    .header-user a {
      display: block;
      margin: 0 0 0 0;
      line-height: 40px; }
    .header-user .arrow-up {
      top: -25px;
      margin-right: -15px;
      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; }

.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; }
  .marquee .marquee-overlay {
    padding: 200px 20px;
    background: rgba(0, 0, 0, 0.8); }
    .marquee .marquee-overlay h1 {
      font-size: 80px;
      margin-bottom: 0px;
      font-weight: 600;
      color: #fff; }
    .marquee .marquee-overlay p {
      font-size: 25px;
      font-weight: 100;
      color: #fff; }
  @media (max-width: 768px) {
    .marquee .marquee-overlay {
      padding: 100px 20px; }
      .marquee .marquee-overlay h1 {
        font-size: 30px;
        margin-bottom: 0px;
        font-weight: 600;
        color: #fff; }
      .marquee .marquee-overlay p {
        font-size: 16px;
        font-weight: 100;
        color: #fff; } }

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

.popups {
  background: #e8e8e8; }
  .popups .grid [class*="col"] {
    padding-left: 0;
    padding-right: 0; }
  .popups .popup {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 0; }
    .popups .popup img {
      -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;
      width: 100%; }
    .popups .popup .overlay {
      -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;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(245, 245, 245, 0.3); }
    .popups .popup .popup-info {
      -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;
      color: #2d363b;
      display: block;
      width: 100%;
      background: #fff;
      position: absolute;
      bottom: -100%;
      padding: 30px; }
      .popups .popup .popup-info h5 {
        font-size: 12px;
        margin-bottom: 0; }
      .popups .popup .popup-info h3 {
        margin-bottom: 0;
        font-size: 14px; }
    .popups .popup:hover img {
      margin-top: -30px;
      margin-bottom: 30px; }
    .popups .popup:hover .overlay {
      background: rgba(63, 168, 176, 0.5); }
    .popups .popup:hover .popup-info {
      bottom: 0; }

@media (max-width: 991px) {
  .popups {
    background: red; }
    .popups .grid .col-md-1-3:nth-child(1n+7) {
      display: none; } }
.progress-bar {
  height: 10px;
  background: #f5f5f5; }
  .progress-bar .progress {
    height: 10px;
    max-width: 100%;
    background: #3FA8B0; }

.video {
  margin-bottom: 40px; }

.sales .sales-content {
  padding: 70px 0 50px 0;
  color: #2d363b; }
  .sales .sales-content h1 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0; }
@media (max-width: 767px) {
  .sales .sales-content {
    padding: 30px 0; } }

.social {
  padding: 70px 0 50px 0;
  text-align: center;
  background: linear-gradient(45deg, #3FA8B0 0, #3fb092 100%);
  font-size: 40px; }
  .social a {
    color: #ceebed;
    margin: 0 15px 30px 15px; }
