@charset "UTF-8";
@import url(animate.css);
/*
* @section Main Styles
*/
body {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  background: #ffffff;
  line-height: 1.77778;
  max-width: 2050px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

img {
  display: inline-block;
 /* max-width: 100%;*/
  height: auto;
}
img.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*
* @subsection Typography
*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
  text-decoration: underline;
}

h1, .heading-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media (min-width: 480px) {
  h1, .heading-1 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h1, .heading-1 {
    font-size: 40px;
  }
}

h2, .heading-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
}

h3, .heading-3 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.46667;
  font-size: 22px;
}
@media (min-width: 480px) {
  h3, .heading-3 {
    font-size: 30px;
  }
}

h4, .heading-4 {
  font-size: 25px;
}

h5, .heading-5 {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

h6, .heading-6 {
  font-size: 18px;
}

time {
  display: block;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus, a:hover {
  outline: none;
  text-decoration: underline;
}

a[href^="tel:"],
a[href^="callto:"] {
  text-decoration: none;
}

a[href^="mailto:"] {
  display: inline-block;
}
a[href^="mailto:"]:hover {
  color: #fff;
  text-decoration: underline;
}

.big {
  font-family: "Montserrat", sans-serif;
  font-size: 190px;
  letter-spacing: -0.08em;
  line-height: 204px;
}
.big2 {
  font-family: "Montserrat", sans-serif;
  font-size: 140px;
  letter-spacing: -0.08em;
  line-height: 204px;
}
.big3 {
  font-family: "Montserrat", sans-serif;
  font-size: 120px;
  letter-spacing: -0.08em;
  line-height: 204px;
}
@media (min-width: 480px) {
  .big {
    font-size: 220px;
  }

  .big2 {
    font-size: 140px;
  }
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*
* @subsection Text Styling
*/
.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.strike {
  text-decoration: line-through;
}

.upper {
  text-transform: uppercase;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

.bold, strong {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

/*
* @section Type System
*/
/*
* @subsection Alignment
*/
.text-left {
  text-align: left;
}

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

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

@media (max-width: 479px) {
  .text-xs-left {
    text-align: left;
  }

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

  .text-xs-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .text-md-left {
    text-align: left;
  }

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

  .text-md-right {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .text-lg-left {
    text-align: left;
  }

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

  .text-lg-right {
    text-align: right;
  }
}
/*
* @subsection Floating
*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*
* @section MainLayout
*/
.inset-1 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 63px;
  padding-top: 53px;
}
@media (min-width: 992px) {
  .inset-1 {
    padding-top: 186px;
  }
}
@media (min-width: 992px) {
  .inset-1 {
    padding-left: 53px;
  }
}

.page .inset-2 {
  padding-top: 51px;
  padding-right: 20px;
  padding-bottom: 46px;
  padding-left: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page .inset-2 {
    width: 96%;
  }
}
@media (min-width: 1200px) {
  .page .inset-2 {
    width: 100%;
    padding-bottom: 63px;
    padding-left: 53px;
  }
}

* + p {
  margin-top: 45px;
}

* + .btn {
  margin-top: 57px;
}

* + .rd-mailform {
  margin-top: 47px;
}

.terms-list + * {
  margin-top: 129px;
}

h1 + * {
  margin-top: 50px;
}

h3 + * {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .prefix-1 {
    margin-left: 9px;
  }
}

.prefix-2 {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .prefix-2 {
    padding-top: 0;
  }
}
@media (min-width: 1800px) {
  .prefix-2 {
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .prefix-3 {
    padding-left: 89px;
  }
}

.offset-1 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .offset-1 {
    margin-top: 440px;
  }
}

.offset-2 {
  margin-top: 36px;
}
@media (min-width: 1200px) {
  .offset-2 {
    margin-top: 14px;
  }
}

.offset-3 {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .offset-3 {
    margin-top: 187px;
    margin-bottom: -38px;
  }
}

.offset-4 {
  margin-top: 6px;
}

.offset-5 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .offset-5 {
    margin-top: -241px;
  }
}

.offset-6 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .offset-6 {
    margin-top: -133px;
  }
}

.offset-7 {
  margin-top: 35px;
}

.offset-8 {
  margin-top: 14px;
}

.offset-9 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .offset-9 {
    margin-top: -350px;
  }
}
@media (min-width: 1200px) {
  .offset-9 {
    margin-top: -500px;
  }
}
@media (min-width: 1800px) {
  .offset-9 {
    margin-top: -655px;
  }
}

.offset-10 {
  margin-top: 30px;
}

.offset-11 {
  margin-top: 30px;
}
@media (min-width: 1800px) {
  .offset-11 {
    margin-top: -36px;
  }
}

.offset-12 {
  margin-top: 30px;
}
@media (min-width: 1800px) {
  .offset-12 {
    margin-top: 103px;
  }
}

.offset-13 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .offset-13 {
    margin-top: -68px;
  }
}
@media (min-width: 1800px) {
  .offset-13 {
    margin-top: -292px;
  }
}

.offset-14 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .offset-14 {
    margin-top: 151px;
  }
}

.offset-15 {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .offset-15 {
    margin-top: -25px;
  }
}

.offset-16 {
  margin-top: 60px;
}
@media (min-width: 1800px) {
  .offset-16 {
    margin-top: -315px;
  }
}

.offset-17 {
  margin-top: 42px;
}

.offset-18 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .offset-18 {
    margin-top: -187px;
  }
}

.flow-offset-1 > * + * {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1800px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xl-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xl-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xl-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xl-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xl-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xl-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1800px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xl-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xl-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xl-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xl-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xl-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xl-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xl-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xl-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xl-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xl-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xl-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xl-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1800px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xl-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xl-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xl-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xl-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xl-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xl-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 60px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1800px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xl-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xl-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xl-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xl-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xl-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xl-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media (min-width: 1800px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xl-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xl-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xl-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xl-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xl-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xl-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xl-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xl-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xl-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xl-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xl-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xl-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1800px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xl-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xl-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xl-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xl-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xl-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xl-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .flow-offset-3 > * + * {
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (max-width: 991px) and (min-width: 1800px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xl-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xl-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xl-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xl-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xl-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xl-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 1800px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xl-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xl-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xl-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xl-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xl-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xl-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xl-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xl-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xl-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xl-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xl-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xl-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (max-width: 991px) and (min-width: 1800px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xl-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xl-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xl-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xl-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xl-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xl-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}

/*
* @subsection Wells
*/
.well-md {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .well-md {
    padding-top: 111px;
  }
}

.well-lg {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .well-lg {
    padding-top: 131px;
  }
}

.well-xl {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .well-xl {
    padding-top: 147px;
  }
}

header .well-xl {
  padding-top: 151px;
  padding-bottom: 151px;
}
@media (min-width: 992px) {
  header .well-xl {
    padding-top: 272px;
  }
}

footer.well-sm {
  padding-top: 62px;
}

/*
* @section Helpers
*/
.line {
  position: relative;
}
.line:after {
  position: absolute;
  content: '';
  right: 13%;
  bottom: 2px;
  height: 2px;
  width: 145px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
.line-position-1:after {
  left: 22%;
  top: 2px;
}
.line-position-2 {
  margin-left: 0;
}
.line-position-2:after {
  left: 35%;
  top: -55px;
}
@media (min-width: 992px) {
  .line-position-2 {
    margin-left: 49px;
  }
  .line-position-2:after {
    left: -136px;
    top: 180px;
  }
}
@media (min-width: 1800px) {
  .line-position-2:after {
    left: -136px;
    top: 214px;
  }
}
.line-position-3 {
  padding-left: 0;
}
.line-position-3:after {
  left: 35%;
  top: -55px;
}
@media (min-width: 992px) {
  .line-position-3 {
    padding-left: 55px;
  }
  .line-position-3:after {
    left: -94px;
    top: 145px;
  }
}
@media (min-width: 1800px) {
  .line-position-3:after {
    left: -94px;
    top: 185px;
  }
}
.line-position-4:after {
  left: 35%;
  top: 0;
}
@media (min-width: 480px) {
  .line-position-4:after {
    left: 40%;
  }
}
@media (min-width: 992px) {
  .line-position-4:after {
    left: 47%;
  }
}

h1.line, h2.line, h3.line, h4.line, h5.line, h6.line {
  border: none;
  padding-top: 30px;
}
h1.line br, h2.line br, h3.line br, h4.line br, h5.line br, h6.line br {
  display: none;
}
@media (min-width: 992px) {
  h1.line, h2.line, h3.line, h4.line, h5.line, h6.line {
    padding-top: 140px;
  }
  h1.line br, h2.line br, h3.line br, h4.line br, h5.line br, h6.line br {
    display: inline-block;
  }
}
h1.line:after, h2.line:after, h3.line:after, h4.line:after, h5.line:after, h6.line:after {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: '';
  position: absolute;
  height: 2px;
  left: 50%;
  top: 114%;
  width: 145px;
  background-color: #fff;
  -moz-transform: rotate(0deg) translate(-50%, 0px);
  -ms-transform: rotate(0deg) translate(-50%, 0px);
  -o-transform: rotate(0deg) translate(-50%, 0px);
  -webkit-transform: rotate(0deg) translate(-50%, 0px);
  transform: rotate(0deg) translate(-50%, 0px);
}
@media (min-width: 480px) {
  h1.line:after, h2.line:after, h3.line:after, h4.line:after, h5.line:after, h6.line:after {
    top: 110%;
  }
}
@media (min-width: 992px) {
  h1.line:after, h2.line:after, h3.line:after, h4.line:after, h5.line:after, h6.line:after {
    left: -15px;
    top: 25%;
    -moz-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
}

.border-bottom {
  border-bottom-color: #9b9b9b;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 3px;
}


.img-wrap {
  position: relative;
}

.display-md-center {
  display: none;
}
@media (min-width: 992px) {
  .display-md-center {
    display: block;
  }
}

.position-1 {
  z-index: 3;
}

.position-2 {
  z-index: 2;
}

.position-3 {
  z-index: 1;
}

.vertical {
  letter-spacing: 0.6em;
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  .vertical {
    font-size: 19px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .vertical {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .vertical {
    white-space: nowrap;
    margin-bottom: 0;
    -moz-transform: rotate(90deg) translate(51%, 20px);
    -ms-transform: rotate(90deg) translate(51%, 20px);
    -o-transform: rotate(90deg) translate(51%, 20px);
    -webkit-transform: rotate(90deg) translate(51%, 20px);
    transform: rotate(90deg) translate(51%, 20px);
  }
}
@media (min-width: 1270px) {
  .vertical {
    -moz-transform: rotate(90deg) translate(51%, 51px);
    -ms-transform: rotate(90deg) translate(51%, 51px);
    -o-transform: rotate(90deg) translate(51%, 51px);
    -webkit-transform: rotate(90deg) translate(51%, 51px);
    transform: rotate(90deg) translate(51%, 51px);
  }
}
.vertical.vertical-variant-2 {
  -moz-transform: rotate(90deg) translate(94%, 0);
  -ms-transform: rotate(90deg) translate(94%, 0);
  -o-transform: rotate(90deg) translate(94%, 0);
  -webkit-transform: rotate(90deg) translate(94%, 0);
  transform: rotate(90deg) translate(94%, 0);
}
@media (max-width: 991px) {
  .vertical.vertical-variant-2 {
    text-align: center;
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
}
@media (min-width: 1200px) {
  .vertical.vertical-variant-2 {
    -moz-transform: rotate(90deg) translate(51%, 51px);
    -ms-transform: rotate(90deg) translate(51%, 51px);
    -o-transform: rotate(90deg) translate(51%, 51px);
    -webkit-transform: rotate(90deg) translate(51%, 51px);
    transform: rotate(90deg) translate(51%, 51px);
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .vertical.vertical-variant-2 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .vertical.vertical-variant-2 {
    font-size: 16px;
  }
}
.vertical.vertical-variant-3 {
  text-align: center;
  margin-bottom: 50px;
  -moz-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  -webkit-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
@media (min-width: 480px) and (max-width: 991px) {
  .vertical.vertical-variant-3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .vertical.vertical-variant-3 {
    -moz-transform: rotate(90deg) translate(51%, 0px);
    -ms-transform: rotate(90deg) translate(51%, 0px);
    -o-transform: rotate(90deg) translate(51%, 0px);
    -webkit-transform: rotate(90deg) translate(51%, 0px);
    transform: rotate(90deg) translate(51%, 0px);
    text-align: left;
  }
}
@media (min-width: 1270px) {
  .vertical.vertical-variant-3 {
    -moz-transform: rotate(90deg) translate(51%, 51px);
    -ms-transform: rotate(90deg) translate(51%, 51px);
    -o-transform: rotate(90deg) translate(51%, 51px);
    -webkit-transform: rotate(90deg) translate(51%, 51px);
    transform: rotate(90deg) translate(51%, 51px);
  }
}
.vertical.vertical-variant-4 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .vertical.vertical-variant-4 {
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .vertical.vertical-variant-4 {
    -moz-transform: rotate(90deg) translate(51%, 0px);
    -ms-transform: rotate(90deg) translate(51%, 0px);
    -o-transform: rotate(90deg) translate(51%, 0px);
    -webkit-transform: rotate(90deg) translate(51%, 0px);
    transform: rotate(90deg) translate(51%, 0px);
  }
}
@media (min-width: 1270px) {
  .vertical.vertical-variant-4 {
    -moz-transform: rotate(90deg) translate(51%, 51px);
    -ms-transform: rotate(90deg) translate(51%, 51px);
    -o-transform: rotate(90deg) translate(51%, 51px);
    -webkit-transform: rotate(90deg) translate(51%, 51px);
    transform: rotate(90deg) translate(51%, 51px);
  }
}

/*
* @subsection Backgrounds
*/
.bg-contrast {
  background: #0f1015;
}

.bg-default {
  background: #fff;
}

.bg-image-1 {
  background-image: url("../images/page-1_img01.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  height:750px !important;
}

/*
* @section Components
*/
.border {
  display: inline-block;
  border: 2px solid #000000;
  width: 100%;
  z-index: 99;
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .border.border-skin-1 {
    width: 90%;
  }
}

.animation-closeIn {
  position: relative;
}
.animation-closeIn .wrap {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.animation-closeIn:hover {
  color: #000000;
}

.animation-closeIn:before,
.animation-closeIn:after,
.animation-closeIn .wrap:before,
.animation-closeIn .wrap:after {
  content: '';
  position: absolute;
  background: #000000;
}

.animation-closeIn:before,
.animation-closeIn:after {
  height: 0;
  width: 5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.animation-closeIn:before {
  left: -2px;
  top: -2px;
}

.animation-closeIn:after {
  right: -2px;
  bottom: -2px;
}

.animation-closeIn .wrap:before,
.animation-closeIn .wrap:after {
  width: 0;
  height: 5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.animation-closeIn .wrap:before {
  top: -2px;
  left: -2px;
}

.animation-closeIn .wrap:after {
  bottom: -2px;
  right: -2px;
}

.animation-closeIn:hover:after,
.animation-closeIn:hover:before {
  height: calc(100% + 4px);
}

.animation-closeIn:hover .wrap:before,
.animation-closeIn:hover .wrap:after {
  width: calc(100% + 4px);
}

@media (min-width: 1870px) {
  .animation-closeIn:hover:after,
  .animation-closeIn:hover:before {
    height: calc(100% + 54px);
  }

  .animation-closeIn:hover .wrap:before,
  .animation-closeIn:hover .wrap:after {
    width: calc(100% + 54px);
  }
}
.lt-ie11 .animation-closeIn:hover:after,
.lt-ie11 .animation-closeIn:hover:before {
  height: 0%;
}
.lt-ie11 .animation-closeIn:hover .wrap:before,
.lt-ie11 .animation-closeIn:hover .wrap:after {
  width: 0%;
}
.lt-ie11 .animation-closeIn {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie11 .animation-closeIn:hover {
  border-color: #fff;
}

/*
* @subsection Brand
*/
.brand {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.brand:before, .brand:after {
  display: table;
  content: "";
  line-height: 0;
}
.brand:after {
  clear: both;
}
.brand a:hover {
  text-decoration: inherit;
  color: inherit;
}
.brand__name {
  font-size: 50px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .brand__name {
    float: left;
  }
}
.brand__slogan {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  margin-left: 12px;
  margin-top: 3px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .brand__slogan {
    float: left;
  }
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  line-height: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icon-round {
  display: inline-block;
  border-radius: 50%;
}

.icon-xs {
  font-size: 12px;
  width: 23px;
  height: 23px;
  line-height: 23px;
}

.icon-sm {
  font-size: 17px;
}

.icon-md {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.icon-xl {
  font-size: 60px;
  width: 126px;
  height: 126px;
  line-height: 118px;
}

.icon-lg {
  font-size: 80px;
}

.icon-contrast {
  color: #0f1015;
}

.fa-twitter:hover {
  background: #55acee;
}

.fa-google-plus:hover {
  background: #DC4E41;
}

.fa-facebook:hover {
  background: #3b5998;
}

.fa-skype:hover {
  background: #75ab00;
}

.fa-pinterest:hover, .fa-pinterest-square:hover {
  background: #e85061;
}

/*
* @subsection Buttons
*/
.btn {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  border: 1px solid #000;
  border-bottom-width: 5px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.btn:hover {
  text-decoration: none;
}
.btn:hover:before {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn-default {
  color: #000;
}
.btn-default:hover {
  color: #0f1015;
}
.btn-sm {
  font-size: 16px;
  line-height: 34px;
}
.btn-md {
  font-size: 14px;
  line-height: 42px;
  padding: 6px 49px;
}
.btn-lg {
  font-size: 14px;
  line-height: 42px;
  padding: 6px 71px;
}

/*
* @subsection Box
*/
/*==================      Box      ======================*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}

.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}

.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}

.box .box_left {
  padding-right: 15px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }

  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }

  .box-xs .box_left {
    padding-right: 22px;
    margin-bottom: 0;
  }

  .box-xs .box_right {
    padding-left: 20px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }

  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }

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

  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-sm .box_left {
    padding-right: 13px;
    margin-bottom: 0;
  }

  .box-sm .box_right {
    padding-left: 20px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }

  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }

  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
  }

  .box-md .box_left {
    padding-right: 30px;
    margin-bottom: 0;
  }

  .box-md .box_right {
    padding-left: 20px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }

  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }

  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-lg .box_left {
    padding-right: 13px;
  }

  .box-lg .box_right {
    padding-left: 20px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }

  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
/*
* @subsection List
*/
.list {
  position: relative;
  top: -50px;
}
.list:before, .list:after {
  display: table;
  content: "";
  line-height: 0;
}
.list:after {
  clear: both;
}
@media (min-width: 1800px) {
  .list {
    margin-top: 0;
    top: 0;
  }
}
.list [class^="col-xl"] {
  margin-top: 50px;
}
@media (min-width: 1800px) {
  .list [class^="col-xl"] {
    margin-top: 0;
  }
}
.list li {
  position: relative;
}
@media (min-width: 1200px) {
  .list li h1, .list li h2, .list li h3, .list li h4, .list li h5, .list li h6 {
    white-space: nowrap;
  }
}
.list li * + p {
  margin-top: 32px;
}
.list li p + p {
  margin-top: 0;
}

/*
* @subsection Inline list
*/
.inline-list > li {
  display: inline-block;
}
.inline-list * + li {
  margin-left: 7px;
}

/*
* @subsection Marked list
*/
.marked-list {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.5;
  padding: 24px 0px;
  color: black;
}
.marked-list li {
  position: relative;
  font-style: italic;
  padding-left: 32px;
}
.marked-list li a:hover {
  text-decoration: none;
}
.marked-list li:before {
  font-style: normal;
  position: absolute;
  bottom: 1px;
  left: 11px;
  font-family: "FontAwesome";
  font-size: 14px;
  color: inherit;
  content: "";
}
.marked-list li + li {
  margin-top: 15px;
}

/*
* @subsection Thumb
*/
.thumb {
  position: relative;
  overflow: hidden;
}
.thumb img {
  height: auto;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
}
.thumb_overlay {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(15, 16, 21, 0.3);
  opacity: 0;
}
.lt-ie9 .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.thumb_overlay:before {
  -moz-transition: 0.34s;
  -o-transition: 0.34s;
  -webkit-transition: 0.34s;
  transition: 0.34s;
  content: "";
  font-family: "FontAwesome";
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*
* @subsection Img
*/
.img {
  position: relative;
  border-right: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #0f1015;
  overflow: hidden;
}
.img img {
  min-width: 100%;
  max-width: none;
}
.img .img__caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.img .img__caption:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.img .img__caption .img__caption-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.img .img__caption .img__caption-wrap .btn-md {
  min-width: 240px;
}
.img:hover .img__caption {
  opacity: 1;
}
.img:hover .img__caption:after {
  background-color: rgba(15, 16, 21, 0.8);
}

.mobile .img .img__caption, .tablet .img .img__caption {
  opacity: 1;
}
.mobile .img .img__caption:after, .tablet .img .img__caption:after {
  background-color: rgba(15, 16, 21, 0.5);
}

/*
* @subsection Contact info
*/
.contact-info dt, .contact-info dd {
  display: inline-block;
}
.contact-info dl + dl {
  margin-top: 0px;
}

/*
* @subsection Terms list
*/
.terms-list * + dt {
  margin-top: 128px;
}
.terms-list * + dd {
  margin-top: 47px;
}

/**
* @subsection Superfish
*
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
*
* @author     Joel Birch
* @link https://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - https://opensource.org/licenses/MIT
*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  font-size: 14px;
}
.sf-menu > li + li {
  margin-left: 40px;
}
.sf-menu a {
  display: block;
  /*letter-spacing: 0.06em;*/
}
.sf-menu a:hover {
  text-decoration: none;
}

.sf-menu > li > a {
  position: relative;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  background: none;
  z-index: 1;
  padding-top: 23px;
  padding-bottom: 22px;
}
@media (min-width: 992px) {
  .sf-menu > li > a {
    padding-top: 63px;
    padding-bottom: 62px;
  }
}
.sf-menu > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  right: 50%;
  background-color: #000;
  bottom: 0px;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before {
  left: 0px;
  right: 0px;
}
.sf-menu > li.active > a:before {
  left: 0px;
  right: 0px;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 140px;
  left: -55px;
  padding-left: 46px;
  padding-right: 80px;
  padding-bottom: 32px;
  padding-top: 32px;
  text-transform: uppercase;
  background-color: #0f1015;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}
@media (max-width: 1000px) {
  .sf-menu ul {
    top: 55px;
  }
}

.sf-menu ul > li {
  position: relative;
  padding: 4px 10px;
}
.sf-menu ul > li > a {
  text-align: left;
  font-size: 13px;
  color: #797c88;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
}

.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 101%;
  width: 119px;
  margin-top: 0;
  padding: 10px 0;
  background: rgba(15, 16, 21, 0.6);
  z-index: 4;
}

.sf-menu ul ul > li {
  padding: 3px 10px;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/**
* @subsection   RD Mobile Menu
*
* @description  mobile navbar
*
* @author       Evgeniy Gusarov (Diversant)
* @link         https://cms.devoffice.com/diversant/rd-navbar/
*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #A5BFD2;
  background: #0f1015;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li.active a {
  background: #191a23;
  color: #fff;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
  text-transform: capitalize;
}
.rd-mobilemenu_ul a:hover {
  background: #191a23;
  color: #A5BFD2;
  text-decoration: none;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #0f1015;
  color: #A5BFD2;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #0f1015;
  color: #FFF;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*
* @subsection   RD Mail Form
*
* @description  Describes style declarations for RD Mail Form extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.1.2
*/
.rd-mailform {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.rd-mailform fieldset {
  border: none;
}
.rd-mailform fieldset > .row + .row {
  margin-top: 30px;
}

.rd-mailform label {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
}
.rd-mailform label input, .rd-mailform label select {
  height: 60px;
}
.rd-mailform label input, .rd-mailform label select, .rd-mailform label textarea {
  display: block;
  width: 100%;
  margin: 0;
  font-family: Montserrat;
  -webkit-appearance: none;
  font-size: 14px;
  padding: 12px 28px;
  line-height: 34px;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
}
.rd-mailform label input:-moz-placeholder, .rd-mailform label select:-moz-placeholder, .rd-mailform label textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.rd-mailform label input::-webkit-input-placeholder, .rd-mailform label select::-webkit-input-placeholder, .rd-mailform label textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.rd-mailform label input::-moz-placeholder, .rd-mailform label select::-moz-placeholder, .rd-mailform label textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.rd-mailform label input:-ms-input-placeholder, .rd-mailform label select:-ms-input-placeholder, .rd-mailform label textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.rd-mailform label textarea {
  resize: vertical;
  overflow: auto;
  min-height: 60px;
  height: 263px;
  max-height: 394.5px;
}
@media (min-width: 992px) {
  .rd-mailform label {
    margin-top: 30px;
  }
}

/*
* MF Controls
*/
.mfControls {
  margin-top: 30px;
}
.mfControls button {
  padding-left: 104px;
  padding-right: 104px;
}
@media (max-width: 991px) {
  .mfControls {
    text-align: center;
  }
}

@-ms-keyframes fout {
  0% {
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  100% {
    -moz-transform: scale(0) translateX(0);
    -ms-transform: scale(0) translateX(0);
    -o-transform: scale(0) translateX(0);
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
  }
}
@-o-keyframes fout {
  0% {
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  100% {
    -moz-transform: scale(0) translateX(0);
    -ms-transform: scale(0) translateX(0);
    -o-transform: scale(0) translateX(0);
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
  }
}
@-webkit-keyframes fout {
  0% {
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  100% {
    -moz-transform: scale(0) translateX(0);
    -ms-transform: scale(0) translateX(0);
    -o-transform: scale(0) translateX(0);
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
  }
}
@-moz-keyframes fout {
  0% {
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  100% {
    -moz-transform: scale(0) translateX(0);
    -ms-transform: scale(0) translateX(0);
    -o-transform: scale(0) translateX(0);
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
  }
}
@keyframes fout {
  0% {
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  100% {
    -moz-transform: scale(0) translateX(0);
    -ms-transform: scale(0) translateX(0);
    -o-transform: scale(0) translateX(0);
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
  }
}
/*
* MF Placeholder
*/
.mfPlaceHolder {
  cursor: text;
  position: absolute;
  left: 0;
  top: 0;
  padding: 12px 28px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 34px;
  color: #fff;
  opacity: 1;
  font-family: Montserrat;
  transition: .2s all ease;
}
*:-webkit-autofill ~ .mfPlaceHolder {
  opacity: 0;
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
}
.mfPlaceHolder.state-1 {
  opacity: 0;
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
}

/*
* MF Validation
*/
.mfValidation {
  position: absolute;
  top: 0;
  padding-left: 28px;
  right: 7px;
  color: #cc3838;
  font-weight: 400;
  font-size: 9px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 997;
  transition: .3s all ease;
  cursor: pointer;
}
.mfValidation:hover {
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.mfValidation.show {
  opacity: 1;
  visibility: visible;
}
.mfValidation.hide, .mfValidation.valid {
  opacity: 0;
  visibility: hidden;
}

/*
* MF Submit
*/
.mfInfo,
.mfProgress {
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: 17px;
  height: 54px;
  color: #FFF;
  background: #111;
  border-radius: 5px;
  line-height: 20px;
  font-size: 13px;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(83px);
  -ms-transform: translateY(83px);
  -o-transform: translateY(83px);
  -webkit-transform: translateY(83px);
  transform: translateY(83px);
  z-index: 999;
}
.mfInfo .loader,
.mfProgress .loader {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}
.mfInfo .loader, .mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader,
.mfProgress .loader:before,
.mfProgress .loader:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader:before,
.mfProgress .loader:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.mfInfo .loader:before,
.mfProgress .loader:before {
  -webkit-animation: mfLoader 1.1s infinite linear;
  -moz-animation: mfLoader 1.1s infinite linear;
  -ms-animation: mfLoader 1.1s infinite linear;
  -o-animation: mfLoader 1.1s infinite linear;
  animation: mfLoader 1.1s infinite linear;
  border: 2px solid #FFF;
  border-top-color: transparent;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  transition: .3s all ease;
}
.mfInfo .loader:after,
.mfProgress .loader:after {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-family: "FontAwesome";
  font-size: 20px;
  transition: .6s all ease;
  -moz-transform: rotate(-90deg) scale(0);
  -ms-transform: rotate(-90deg) scale(0);
  -o-transform: rotate(-90deg) scale(0);
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
}
.mfInfo.fail,
.mfProgress.fail {
  background: #F34234;
}
.mfInfo.fail .loader:after,
.mfProgress.fail .loader:after {
  content: '\f00d';
}
.mfInfo.success,
.mfProgress.success {
  background: #2E7D32;
}
.mfInfo.success .loader:after,
.mfProgress.success .loader:after {
  content: '\f00c';
}
.mfInfo.fail .loader:before, .mfInfo.success .loader:before,
.mfProgress.fail .loader:before,
.mfProgress.success .loader:before {
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mfInfo.fail .loader:after, .mfInfo.success .loader:after,
.mfProgress.fail .loader:after,
.mfProgress.success .loader:after {
  opacity: 1;
  visibility: visible;
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.mfInfo.fail, .mfInfo.success, .mfInfo.sending,
.mfProgress.fail,
.mfProgress.success,
.mfProgress.sending {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  .mfInfo,
  .mfProgress {
    bottom: 24px;
    left: 50%;
    -moz-transform: translate(-50%, 83px);
    -ms-transform: translate(-50%, 83px);
    -o-transform: translate(-50%, 83px);
    -webkit-transform: translate(-50%, 83px);
    transform: translate(-50%, 83px);
  }
  .mfInfo.fail, .mfInfo.success, .mfInfo.sending,
  .mfProgress.fail,
  .mfProgress.success,
  .mfProgress.sending {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-ms-keyframes mfLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes mfLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes mfLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes mfLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mfLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
* MF Icon
*/
.mfInput[data-add-icon] input, .mfInput[data-add-icon] .mfPlaceHolder {
  padding-right: 44px;
}

.mfIcon {
  position: absolute;
  text-align: center;
  top: 18px;
  right: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #0f1015;
  font: 400 20px/24px "FontAwesome";
}
.mfIcon span:before, .mfIcon span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -10px;
  transition: .4s all ease-in-out;
}

.mfIcon span:before {
  content: "";
}
.mfIcon span:after {
  content: "";
  -moz-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  -webkit-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  -webkit-animation: zoom-out 0.4s ease-in-out 1 forwards;
  -moz-animation: zoom-out 0.4s ease-in-out 1 forwards;
  -ms-animation: zoom-out 0.4s ease-in-out 1 forwards;
  -o-animation: zoom-out 0.4s ease-in-out 1 forwards;
  animation: zoom-out 0.4s ease-in-out 1 forwards;
}

.mfIcon.state-1:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #0f1015;
  -webkit-animation: line 1.2s 0.4s infinite;
  -moz-animation: line 1.2s 0.4s infinite;
  -ms-animation: line 1.2s 0.4s infinite;
  -o-animation: line 1.2s 0.4s infinite;
  animation: line 1.2s 0.4s infinite;
}
.mfIcon.state-1 span:before {
  -moz-transform: scale(0) rotate(90deg);
  -ms-transform: scale(0) rotate(90deg);
  -o-transform: scale(0) rotate(90deg);
  -webkit-transform: scale(0) rotate(90deg);
  transform: scale(0) rotate(90deg);
}
.mfIcon.state-1 span:after {
  -moz-transform: scale(1) rotate(-35deg);
  -ms-transform: scale(1) rotate(-35deg);
  -o-transform: scale(1) rotate(-35deg);
  -webkit-transform: scale(1) rotate(-35deg);
  transform: scale(1) rotate(-35deg);
  -webkit-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  -moz-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  -ms-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  -o-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
}

.mfIcon.state-2 span:before {
  content: "";
  -moz-transform: scale(0) rotate(90deg);
  -ms-transform: scale(0) rotate(90deg);
  -o-transform: scale(0) rotate(90deg);
  -webkit-transform: scale(0) rotate(90deg);
  transform: scale(0) rotate(90deg);
}
.mfIcon.state-2 span:after {
  -moz-transform: scale(1) rotate(-210deg);
  -ms-transform: scale(1) rotate(-210deg);
  -o-transform: scale(1) rotate(-210deg);
  -webkit-transform: scale(1) rotate(-210deg);
  transform: scale(1) rotate(-210deg);
  -webkit-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  -moz-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  -ms-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  -o-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
}

@-ms-keyframes anim-1 {
  0% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}
@-o-keyframes anim-1 {
  0% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}
@-webkit-keyframes anim-1 {
  0% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}
@-moz-keyframes anim-1 {
  0% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}
@keyframes anim-1 {
  0% {
    left: 50%;
  }
  100% {
    left: 90%;
  }
}
@-ms-keyframes anim-2 {
  0% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  25% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  75% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
@-o-keyframes anim-2 {
  0% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  25% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  75% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
@-webkit-keyframes anim-2 {
  0% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  25% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  75% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
@-moz-keyframes anim-2 {
  0% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  25% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  75% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
@keyframes anim-2 {
  0% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  25% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  75% {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
@-ms-keyframes anim-3 {
  0% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
  50% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 90%;
  }
  100% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
}
@-o-keyframes anim-3 {
  0% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
  50% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 90%;
  }
  100% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
}
@-webkit-keyframes anim-3 {
  0% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
  50% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 90%;
  }
  100% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
}
@-moz-keyframes anim-3 {
  0% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
  50% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 90%;
  }
  100% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
}
@keyframes anim-3 {
  0% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
  50% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 90%;
  }
  100% {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%;
  }
}
@-ms-keyframes zoom-out {
  0% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
  100% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
}
@-o-keyframes zoom-out {
  0% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
  100% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
  100% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
}
@-moz-keyframes zoom-out {
  0% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
  100% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
}
@keyframes zoom-out {
  0% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
  100% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
}
@-ms-keyframes zoom-in-state-1 {
  0% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
  100% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
}
@-o-keyframes zoom-in-state-1 {
  0% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
  100% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
}
@-webkit-keyframes zoom-in-state-1 {
  0% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
  100% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
}
@-moz-keyframes zoom-in-state-1 {
  0% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
  100% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
}
@keyframes zoom-in-state-1 {
  0% {
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
  }
  100% {
    -moz-transform: scale(1) rotate(-35deg);
    -ms-transform: scale(1) rotate(-35deg);
    -o-transform: scale(1) rotate(-35deg);
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg);
  }
}
@-ms-keyframes zoom-in-state-2 {
  0% {
    -moz-transform: scale(0) rotate(-35deg);
    -ms-transform: scale(0) rotate(-35deg);
    -o-transform: scale(0) rotate(-35deg);
    -webkit-transform: scale(0) rotate(-35deg);
    transform: scale(0) rotate(-35deg);
  }
  100% {
    left: 50%;
    -moz-transform: scale(1) rotate(150deg);
    -ms-transform: scale(1) rotate(150deg);
    -o-transform: scale(1) rotate(150deg);
    -webkit-transform: scale(1) rotate(150deg);
    transform: scale(1) rotate(150deg);
  }
}
@-o-keyframes zoom-in-state-2 {
  0% {
    -moz-transform: scale(0) rotate(-35deg);
    -ms-transform: scale(0) rotate(-35deg);
    -o-transform: scale(0) rotate(-35deg);
    -webkit-transform: scale(0) rotate(-35deg);
    transform: scale(0) rotate(-35deg);
  }
  100% {
    left: 50%;
    -moz-transform: scale(1) rotate(150deg);
    -ms-transform: scale(1) rotate(150deg);
    -o-transform: scale(1) rotate(150deg);
    -webkit-transform: scale(1) rotate(150deg);
    transform: scale(1) rotate(150deg);
  }
}
@-webkit-keyframes zoom-in-state-2 {
  0% {
    -moz-transform: scale(0) rotate(-35deg);
    -ms-transform: scale(0) rotate(-35deg);
    -o-transform: scale(0) rotate(-35deg);
    -webkit-transform: scale(0) rotate(-35deg);
    transform: scale(0) rotate(-35deg);
  }
  100% {
    left: 50%;
    -moz-transform: scale(1) rotate(150deg);
    -ms-transform: scale(1) rotate(150deg);
    -o-transform: scale(1) rotate(150deg);
    -webkit-transform: scale(1) rotate(150deg);
    transform: scale(1) rotate(150deg);
  }
}
@-moz-keyframes zoom-in-state-2 {
  0% {
    -moz-transform: scale(0) rotate(-35deg);
    -ms-transform: scale(0) rotate(-35deg);
    -o-transform: scale(0) rotate(-35deg);
    -webkit-transform: scale(0) rotate(-35deg);
    transform: scale(0) rotate(-35deg);
  }
  100% {
    left: 50%;
    -moz-transform: scale(1) rotate(150deg);
    -ms-transform: scale(1) rotate(150deg);
    -o-transform: scale(1) rotate(150deg);
    -webkit-transform: scale(1) rotate(150deg);
    transform: scale(1) rotate(150deg);
  }
}
@keyframes zoom-in-state-2 {
  0% {
    -moz-transform: scale(0) rotate(-35deg);
    -ms-transform: scale(0) rotate(-35deg);
    -o-transform: scale(0) rotate(-35deg);
    -webkit-transform: scale(0) rotate(-35deg);
    transform: scale(0) rotate(-35deg);
  }
  100% {
    left: 50%;
    -moz-transform: scale(1) rotate(150deg);
    -ms-transform: scale(1) rotate(150deg);
    -o-transform: scale(1) rotate(150deg);
    -webkit-transform: scale(1) rotate(150deg);
    transform: scale(1) rotate(150deg);
  }
}
@-ms-keyframes line {
  0% {
    left: 40%;
  }
  100% {
    left: 40%;
    width: 40%;
  }
}
@-o-keyframes line {
  0% {
    left: 40%;
  }
  100% {
    left: 40%;
    width: 40%;
  }
}
@-webkit-keyframes line {
  0% {
    left: 40%;
  }
  100% {
    left: 40%;
    width: 40%;
  }
}
@-moz-keyframes line {
  0% {
    left: 40%;
  }
  100% {
    left: 40%;
    width: 40%;
  }
}
@keyframes line {
  0% {
    left: 40%;
  }
  100% {
    left: 40%;
    width: 40%;
  }
}
.mfInput input[name='phone'] ~ .mfIcon span:before,
.mfInput select[name='phone'] ~ .mfIcon span:before,
.mfInput textarea[name='phone'] ~ .mfIcon span:before {
  content: "";
}
.mfInput input[name='email'] ~ .mfIcon span:before,
.mfInput select[name='email'] ~ .mfIcon span:before,
.mfInput textarea[name='email'] ~ .mfIcon span:before {
  content: "";
}
.mfInput input[name='name'] ~ .mfIcon span:before,
.mfInput select[name='name'] ~ .mfIcon span:before,
.mfInput textarea[name='name'] ~ .mfIcon span:before {
  content: "";
}
.mfInput input[name='date'] ~ .mfIcon span:before,
.mfInput select[name='date'] ~ .mfIcon span:before,
.mfInput textarea[name='date'] ~ .mfIcon span:before {
  content: "";
}
.mfInput input[name='guests'] ~ .mfIcon span:before,
.mfInput select[name='guests'] ~ .mfIcon span:before,
.mfInput textarea[name='guests'] ~ .mfIcon span:before {
  content: "";
}
.mfInput input[name='message'] ~ .mfIcon,
.mfInput select[name='message'] ~ .mfIcon,
.mfInput textarea[name='message'] ~ .mfIcon {
  display: none;
}
.mfInput input:-webkit-autofill ~ .mfIcon span:before,
.mfInput textarea:-webkit-autofill ~ .mfIcon span:before {
  color: #2D2D2D;
}

/*
* MF Select
*/
.mfSelect {
  position: relative;
}
.mfSelect .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
  max-height: 300px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #888;
  transition: .3s all ease-in-out;
  outline: none;
  -webkit-appearance: none;
  font-weight: inherit;
  line-height: 34px;
  border: 1px solid #fff;
  background: #0f1015;
  color: #fff;
  border-radius: 0;
  z-index: 1;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.mfSelect .dropdown .option {
  position: relative;
  z-index: 1;
  text-transform: none;
  cursor: pointer;
  padding: 10px 15px;
  overflow: hidden;
  transition: .4s all ease-in-out;
  transition-delay: .2s;
  font-size: 16px;
  line-height: 30px;
}
.mfSelect .dropdown .option.selected {
  background: #040506;
  color: #fff;
}
.mfSelect .dropdown .option:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  z-index: -1;
  transition: .4s all ease-in-out;
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  -o-transform: translate(-20%, -50%);
  -webkit-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}
.mfSelect .dropdown .option:before {
  content: '\f00c';
  position: absolute;
  display: inline-block;
  left: 15px;
  color: #fff;
  font: 400 20px "FontAwesome";
  line-height: inherit;
  transition: .4s all ease-in-out;
  -moz-transform: scale(0) rotate(-60deg);
  -ms-transform: scale(0) rotate(-60deg);
  -o-transform: scale(0) rotate(-60deg);
  -webkit-transform: scale(0) rotate(-60deg);
  transform: scale(0) rotate(-60deg);
}
.mfSelect .dropdown .option:hover {
  color: #fff;
  padding-left: 40px;
  transition-delay: 0s;
}
.mfSelect .dropdown .option:hover:before {
  transition-delay: .15s;
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfSelect .dropdown .option:hover:after {
  width: 500px;
  height: 500px;
  opacity: 1;
}
.mfSelect .dropdown:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #eee transparent;
}
.mfSelect .dropdown:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #FFF transparent;
}
.mfSelect .value {
  cursor: pointer;
  transition: .4s all ease-in-out;
  font-size: 14px;
  padding: 12px 28px;
  line-height: 34px;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
}
.mfSelect .value:before, .mfSelect .value:after {
  position: absolute;
  right: 12px;
  top: 18px;
  width: 24px;
  height: 24px;
  font: 400 20px "FontAwesome";
  line-height: 24px;
  color: #fff;
  text-align: center;
  transition: .4s all ease;
}
.mfSelect .value:before {
  content: '\f0c9';
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.mfSelect .value:after {
  content: '\f107';
  font-size: 24px;
  -moz-transform: rotate(-180deg) scale(0);
  -ms-transform: rotate(-180deg) scale(0);
  -o-transform: rotate(-180deg) scale(0);
  -webkit-transform: rotate(-180deg) scale(0);
  transform: rotate(-180deg) scale(0);
}
.mfSelect.show .dropdown {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mfSelect.show .value {
  background: #0f1015;
  color: #fff;
}
.mfSelect.show .value:before, .mfSelect.show .value:after {
  color: #fff;
}
.mfSelect.show .value:before {
  -moz-transform: rotate(90deg) scale(0);
  -ms-transform: rotate(90deg) scale(0);
  -o-transform: rotate(90deg) scale(0);
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}
.mfSelect.show .value:after {
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

/*
* MF Datepicker
*/
.mfDatePicker {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 15px;
  padding: 10px 15px;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: .3s all ease-in-out;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  background: #0f1015;
  color: #0f1015;
  border-radius: 5px;
  border: 1px solid #0f1015;
}
.mfDatePicker:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #0f1015 transparent;
}
.mfDatePicker table {
  text-align: center;
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 12px;
}
.mfDatePicker table th {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.mfDatePicker table td {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
  border-radius: 50%;
}
.mfDatePicker table td:hover {
  color: #fff;
  background: #0f1015;
}
.mfDatePicker table td.dp-offset {
  color: #c6bbba;
}
.mfDatePicker table td.dp-today {
  color: #0f1015;
  background: #fff;
}
.mfDatePicker table td.dp-selected {
  color: #fff;
  background: #0f1015;
}
.mfDatePicker_title {
  font-size: 16px;
  line-height: 30px;
}
.mfDatePicker_next, .mfDatePicker_prev {
  font: 400 22px "FontAwesome";
  line-height: inherit;
  text-align: center;
  color: #0f1015;
  cursor: pointer;
}
.mfDatePicker_next:hover, .mfDatePicker_prev:hover {
  color: #fff;
}
.mfDatePicker_panel {
  text-align: center;
  padding: 0 2px;
  line-height: 30px;
}
.mfDatePicker_next {
  float: right;
}
.mfDatePicker_next:before {
  content: '\f105';
}
.mfDatePicker_prev {
  float: left;
}
.mfDatePicker_prev:before {
  content: '\f104';
}
.mfDatePicker_panel + table {
  margin-top: 5px;
}
.mfDatePicker.open {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/**
* @subsection Stuck menu
*/
.stuck_container {
  max-width: 2050px;
  margin-left: auto;
  margin-right: auto;
}

.isStuck {
  background: #ffffff;
  z-index: 999;
}
.isStuck .border-bottom {
  border: none;
}
.isStuck .brand {
  margin-top: 20px;
}
.isStuck .sf-menu > li > a {
  padding-top: 38px;
  padding-bottom: 38px;
}
.isStuck .sf-menu li > ul {
  top: 101px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .isStuck {
    display: none !important;
  }
}
/**
* @subsection   ToTop   
*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 36px;
  line-height: 44px;
  color: #0f1015;
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 40px;
  bottom: 10%;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 999;
}
.toTop:hover, .toTop:active, .toTop:focus {
  color: #fff;
  background: #0f1015;
  text-decoration: none;
}
.toTop:focus {
  color: #0f1015;
  background: #fff;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
* @section Header
*/
header .brand {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
header .nav {
  float: right;
}
@media (max-width: 1200px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
    display: block;
    width: 100%;
  }
  header .nav {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  header .brand {
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  header .nav {
    margin-top: 0;
  }
}

/*
* @section Content
*/
main {
  display: block;
}

/*
* @section Footer
*/
footer {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 2.44444;
  background:#f1f1f1
}
footer .brand {
  display: block;
  margin-right: 0;
}
footer .brand__name {
  font-size: 30px;
}
@media (min-width: 480px) {
  footer .brand {
    margin-right: 20px;
    display: inline-block;
  }
}
