@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
html {
  font-size: 60px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  color: rgba(71, 80, 82, 0.8);
  background: #F1F1F1;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 29px;
  }
}

.page {
  overflow: hidden;
  min-height: 500px;
}

/*================     Typography     ===================*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: #475052;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
}
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-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  color: #fffed4;
}

h1, .heading-1 {
  font-weight: 500;
  font-size: 59px;
}
h1 span, .heading-1 span {
  display: block;
  font-weight: 300;
  font-size: 0.29rem;
  margin-top: 0.12rem;
}

h2, .heading-2 {
  font-size: 36px;
}

h3, .heading-3 {
  font-size: 29px;
}

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

h5, .heading-5 {
  font-size: 22px;
}

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

p a, .marked-list a, .list a {
  color: #fffed4;
}
p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}

mark {
  color: #FFF;
  background: #fffed4;
}

em {
  color: #fffed4;
}

small, .small {
  font-size: .8em;
}

.big {
  font-size: 1.2em;
}

@media (min-width: 768px) and (max-width: 991px) {
  h1, .heading-1 {
    font-size: 62px;
  }

  h2, .heading-2 {
    font-size: 52px;
  }

  h3, .heading-3 {
    font-size: 44px;
  }

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

  h5, .heading-5 {
    font-size: 28px;
  }

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

  p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h1, .heading-1 {
    font-size: 40px;
  }

  h2, .heading-2 {
    font-size: 36px;
  }

  h3, .heading-3 {
    font-size: 32px;
  }

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

  h5, .heading-5 {
    font-size: 22px;
  }

  h6, .heading-6 {
    font-size: 18px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
/*==================    Offsets    ======================*/
* + h1 {
  margin-top: 1.3rem;
}

* + p {
  margin-top: 0.5rem;
}

* + .offset-1 {
  margin-top: 30px;
}

* + .countdown {
  margin-top: 0.78rem;
}

* + .rd-mailform {
  margin-top: 0.28rem;
}

.header * + .rd-mailform {
  margin-top: 0.92rem;
}

* + .copyright {
  margin-top: 0.36rem;
}

p + p {
  margin-top: 0.34rem;
}

@media (min-width: 1280px) and (min-height: 768px) {
  h1 {
    font-size: 5.46296vh;
  }
  h1 span {
    font-size: 2.68519vh;
  }

  * + .countdown {
    margin-top: 7.22222vh;
  }

  * + .rd-mailform {
    margin-top: 2.59259vh;
  }

  * + .copyright {
    margin-top: 3.33333vh;
  }

  * + p {
    margin-top: 4.62963vh;
  }

  p + p {
    margin-top: 3.14815vh;
  }
}
@media (min-width: 1280px) and (min-height: 768px) and (max-height: 936px) {
  * + h1 {
    margin-top: 7.59259vh;
  }

  * + p {
    margin-top: 2.59259vh;
  }

  .header * + .rd-mailform {
    margin-top: 6.66667vh;
  }
}
/*==================    Insets     ======================*/
.inset-1 {
  padding-left: 10%;
  padding-right: 10%;
}

/*==================      Well     ======================*/
.well-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.well-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.well-md {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.well-lg {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.well-xl {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/*=======================================================
                         Helpers
=========================================================*/
/*================    Basic Helpers    ==================*/
.round {
  border-radius: 50%;
}

/*================       Colors       ==================*/
html body .default-color {
  color: #475052;
}
html body .primary-color {
  color: #fffed4;
}
html body .secondary-color-1 {
  color: #F34235;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #fffed4;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-image, .bg-image h1, .bg-image h2, .bg-image h3, .bg-image h4, .bg-image h5, .bg-image h6, .bg-image .heading-1, .bg-image .heading-2, .bg-image .heading-3, .bg-image .heading-4, .bg-image .heading-5, .bg-image .heading-6 {
  color: #FFF;
}

.bg-image-1 {
  background-image: url(../images/page-1_img01.jpg);
}

.bg-image-2 {
  background-image: url(../images/page-1_img02.jpg);
}

/*================      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: 992px) {
  .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;
  }
}
/*================  Text Alignment    ==================*/
.text-left {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

  .text-lg-right {
    text-align: right;
  }
}
/*================   Text Styling     ==================*/
.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

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

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

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding: 0.17rem 0.26rem 0.12rem;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #fffed4;
}
.brand__name {
  font-weight: 500;
  font-size: 0.29rem;
  line-height: 36px;
}
.brand__slogan {
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.38em;
  margin-top: -12px;
  line-height: 0.36rem;
}

/*==================      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__body {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box__left {
  padding-right: 30px;
}
.box .box__right {
  padding-left: 30px;
}

.box-xs .box__left, .box-sm .box__left, .box-md .box__left, .box-lg .box__left {
  padding-bottom: 30px;
}
.box-xs .box__right, .box-sm .box__right, .box-md .box__right, .box-lg .box__right {
  padding-top: 30px;
}

@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__body {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box__left {
    padding-right: 30px;
  }
  .box-xs .box__right {
    padding-left: 30px;
  }

  .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;
    vert-align: top;
  }
  .box-xs-clear .box__left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box__right {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .box-sm .box__left img, .box-sm .box__right img {
    max-width: none;
  }
  .box-sm .box__left,
  .box-sm .box__right,
  .box-sm .box__body {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box__left {
    padding-right: 30px;
  }
  .box-sm .box__right {
    padding-left: 30px;
  }

  .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;
    vert-align: top;
  }
  .box-sm-clear .box__left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box__right {
    padding-top: 30px;
  }
}
@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__body {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box__left {
    padding-right: 30px;
  }
  .box-md .box__right {
    padding-left: 30px;
  }

  .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;
    vert-align: top;
  }
  .box-md-clear .box__left {
    padding-bottom: 30px;
  }
  .box-md-clear .box__right {
    padding-top: 30px;
  }
}
@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__body {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box__left {
    padding-right: 30px;
  }
  .box-lg .box__right {
    padding-left: 30px;
  }

  .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;
    vert-align: top;
  }
  .box-lg-clear .box__left {
    padding-bottom: 30px;
  }
  .box-lg-clear .box__right {
    padding-top: 30px;
  }
}
/*==================  Inline List  ======================*/
.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}
.inline-list li + li {
  margin-left: 20px;
}

/*==================  Marked List  ======================*/
.marked-list > li {
  position: relative;
  padding-left: 20px;
}
.marked-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: "FontAwesome";
  color: #fffed4;
}
.marked-list > li + li {
  margin-top: 10px;
}
.marked-list > li > a:hover {
  color: #fffed4;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list > li > .index-list__counter:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
}
.index-list > * + * {
  margin-top: 60px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .index-list > .col-xs-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .index-list > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-xs-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .index-list > .col-sm-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .index-list > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-sm-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .index-list > .col-md-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .index-list > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-md-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .index-list > .col-lg-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .index-list > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-lg-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}

/*================   Ordered List  ======================*/
.ordered-list > li {
  padding-left: 20px;
  list-style-type: decimal;
}

/*==================  Terms  List  ======================*/
.terms-list > dt + dd {
  margin-top: 10px;
}
.terms-list > dt + dd {
  margin-top: 10px;
}

/*==================  Contact Info  =====================*/
.contact-info dl dt, .contact-info dl dd {
  display: inline-block;
}
.contact-info dl dt:after {
  content: ':';
}
.contact-info dl dt {
  min-width: 80px;
}

/*==================     Thumb     ======================*/
.thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.thumb > img {
  width: 100%;
}
.thumb__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
  color: #FFF;
  background: rgba(255, 254, 212, 0.95);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: .3s all ease;
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.thumb:hover .thumb__overlay {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

/*==================     Video     ======================*/
.video {
  position: relative;
  padding-bottom: 59.64912%;
}
.video > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}

.btn-default {
  color: #FFF;
  background: #475052;
}
.btn-default:hover {
  color: #FFF;
  background: #F34235;
}
.btn-default:active {
  color: #FFF;
  background: #f22b1d;
}

.btn-primary {
  color: #FFF;
  background: #fffed4;
}
.btn-primary:hover {
  color: #FFF;
  background: #F34235;
}
.btn-primary:active {
  color: #FFF;
  background: #f22b1d;
}

.btn-xs {
  padding: 7px;
  font-size: 14px;
}

.btn-sm {
  padding: 9px;
  font-size: 19px;
}

.btn-md {
  padding: 11px;
  font-size: 24px;
}

.btn-lg {
  padding: 14px;
  font-size: 28px;
}

.btn-xl {
  padding: 16px;
  font-size: 33px;
}

.btn-group {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  word-spacing: 10px;
  margin-bottom: -10px;
}
.btn-group .btn {
  margin-top: 10px;
  word-spacing: normal;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #8e999f;
}
.icon:hover {
  color: #475052;
}
@media (min-width: 1024px) and (min-height: 768px) {
  .icon:hover {
    color: #fffed4;
  }
}

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

.icon-sm {
  width: 33.8px;
  height: 33.8px;
  line-height: 33.8px;
  font-size: 33.8px;
}

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

.icon-lg {
  width: 49.47306px;
  height: 49.47306px;
  line-height: 49.47306px;
  font-size: 49.47306px;
}

.icon-xl {
  width: 56.89402px;
  height: 56.89402px;
  line-height: 56.89402px;
  font-size: 56.89402px;
}

/*=======================================================
                     Script Modules
=========================================================*/
/*========================================================
                      RD Mail Form
=========================================================*/
.rd-mailform {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  width: 100%;
}
.rd-mailform fieldset {
  border: none;
}
.rd-mailform [class*='col-'] {
  margin-top: 10px;
}

.rd-mailform label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.rd-mailform label:first-child {
  margin-top: 0;
}
.rd-mailform label input, .rd-mailform label select {
  height: 52px;
}
.rd-mailform label input, .rd-mailform label select, .rd-mailform label textarea {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 8px 18px;
  line-height: 34px;
  color: #2e3436;
  background: transparent;
  border: 1px solid #7e857b;
}
.rd-mailform label input:-moz-placeholder, .rd-mailform label select:-moz-placeholder, .rd-mailform label textarea:-moz-placeholder {
  color: #2e3436;
  opacity: 1;
}
.rd-mailform label input::-webkit-input-placeholder, .rd-mailform label select::-webkit-input-placeholder, .rd-mailform label textarea::-webkit-input-placeholder {
  color: #2e3436;
  opacity: 1;
}
.rd-mailform label input::-moz-placeholder, .rd-mailform label select::-moz-placeholder, .rd-mailform label textarea::-moz-placeholder {
  color: #2e3436;
  opacity: 1;
}
.rd-mailform label input:-ms-input-placeholder, .rd-mailform label select:-ms-input-placeholder, .rd-mailform label textarea:-ms-input-placeholder {
  color: #2e3436;
  opacity: 1;
}
.rd-mailform label textarea {
  resize: vertical;
  overflow: auto;
  min-height: 52px;
  height: 94px;
  max-height: 141px;
}
@media (min-width: 768px) {
  .rd-mailform label {
    margin-top: 10px;
  }
}

/*=================   MF Controls   =====================*/
.mfControls {
  display: inline-block;
  width: 100%;
  margin-top: 9px;
}
.mfControls button {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  background: #475052;
  color: #FFF;
}
.mfControls button:hover {
  background: #2e3436;
}

.header .rd-mailform label {
  max-width: 286px;
}
.header .rd-mailform label input, .header .rd-mailform label select, .header .rd-mailform label textarea {
  color: #FFF;
}
.header .mfControls {
  max-width: 136px;
  margin-left: -4px;
  margin-top: 0;
}
.header .mfControls button {
  border: 1px solid #7e857b;
  background: rgba(255, 254, 212, 0.18);
}
.header .mfControls button:hover {
  background: rgba(255, 254, 212, 0.38);
}
@media (max-width: 479px) {
  .header .mfControls {
    max-width: 286px;
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}

@-webkit-keyframes fout {
  0% {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  100% {
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
  }
}
@keyframes fout {
  0% {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  100% {
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
  }
}
/*===============   MF Placeholder   ====================*/
.mfPlaceHolder {
  cursor: text;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 18px;
  font-weight: 300;
  font-size: 16px;
  line-height: 34px;
  color: #2e3436;
  opacity: 1;
  transition: .2s all ease;
}
*:-webkit-autofill ~ .mfPlaceHolder {
  opacity: .4;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
}
.mfPlaceHolder.state-1 {
  opacity: .4;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
}
@media (max-width: 479px) {
  *:-webkit-autofill ~ .mfPlaceHolder {
    opacity: .4;
  }
  .mfPlaceHolder.state-1 {
    opacity: 0;
  }
  *:-webkit-autofill ~ .mfPlaceHolder {
    display: none;
  }
  .mfInput.filled .mfPlaceHolder.state-1 {
    display: none;
  }
}
*:-webkit-autofill ~ textarea ~ .mfPlaceHolder {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
textarea ~ .mfPlaceHolder.state-1 {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
@media (max-width: 991px) {
  *:-webkit-autofill ~ .mfPlaceHolder {
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  .mfPlaceHolder.state-1 {
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

.header .mfPlaceHolder {
  color: #FFF;
}

/*================   MF Validation   ====================*/
.mfValidation {
  position: absolute;
  width: 180px;
  height: 30px;
  padding: 5px 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  color: #FFF;
  background: #111;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 998;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  right: 10px;
  bottom: 100%;
  margin-bottom: 5px;
}
.mfValidation:before {
  position: absolute;
  right: 10px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #111 transparent transparent transparent;
}
.mfValidation:hover:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #1e1e1e transparent transparent transparent;
}
@media (min-width: 768px) {
  .mfValidation {
    margin-bottom: -8px;
  }
}
.mfValidation:hover {
  background: #1e1e1e;
}
.mfValidation:before {
  content: '';
  transition: .3s all ease;
}
.mfValidation.show {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}
.mfValidation.hide {
  -webkit-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}
.mfValidation.valid {
  opacity: 0;
  visibility: hidden;
}

.header .mfValidation {
  margin-bottom: 0;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(255, 254, 212, 0.18);
}
@media (max-width: 479px) {
  .header .mfValidation {
    top: auto;
    bottom: 100%;
  }
}
.header .mfValidation:hover {
  background: #1e1e1e;
}
.header .mfValidation:before {
  display: none;
}

@-webkit-keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
}
@keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/*=================    MF Submit    =====================*/
.mfInfo,
.mfProgress {
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: 17px;
  height: 54px;
  color: #FFF;
  background: #111;
  border-radius: 12px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  line-height: 20px;
  font-size: 13px;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  -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;
  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;
  -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;
  -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;
  -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;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  .mfInfo,
  .mfProgress {
    bottom: 24px;
    left: 50%;
    -webkit-transform: translate(-50%, 83px);
    transform: translate(-50%, 83px);
  }
  .mfInfo.fail, .mfInfo.success, .mfInfo.sending,
  .mfProgress.fail,
  .mfProgress.success,
  .mfProgress.sending {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes mfLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mfLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*==================     ToTop     ======================*/
.ui-to-top {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #FFF;
  background: #6b787b;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.ui-to-top:hover {
  color: #FFF;
  background: #475052;
  text-decoration: none;
}
.ui-to-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important;
}

@media (min-width: 480px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}
/*==================   Countdown   ======================*/
.countdown-rtl {
  direction: rtl;
}

.countdown-holding span {
  color: #888;
}

.countdown-row {
  clear: both;
}

.countdown-section {
  display: inline-block;
  width: 1.35rem;
  height: 1.35rem;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fffed4;
  background: rgba(255, 254, 212, 0.18);
  border-radius: 50%;
}
.countdown-section + .countdown-section {
  position: relative;
  margin-left: 0.25rem;
}
@media (max-width: 767px) {
  .countdown-section {
    width: 1rem;
    height: 1rem;
  }
  .countdown-section + .countdown-section {
    margin-left: 8px;
  }
}

.countdown-period {
  display: block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .countdown-period {
    display: none;
  }
}

.countdown-amount {
  display: inline-block;
  padding-top: 0.3rem;
  font-size: 0.45rem;
  line-height: 0.36rem;
}

.countdown-amount + .countdown-period {
  margin-top: 14px;
}

.countdown-descr {
  display: block;
  width: 100%;
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .countdown-section {
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
  }

  .countdown-amount + .countdown-period {
    margin-top: 40px;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  padding-top: 0.89rem;
  padding-bottom: 0.89rem;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.header, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .header .heading-1, .header .heading-2, .header .heading-3, .header .heading-4, .header .heading-5, .header .heading-6 {
  color: #FFF;
}
@media (min-width: 1280px) and (min-height: 768px) {
  .header {
    float: left;
    width: 50%;
    height: 100vh;
    padding-top: 8.24074vh;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
.content {
  background: #fffed4;
}
.content section {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1280px) and (min-height: 768px) {
  .content {
    float: left;
    width: 50%;
    height: 100vh;
  }
  .content section {
    position: relative;
    height: 50%;
  }
  .content section .container-fluid {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .content .rd-mailform [class*="col-"]:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}

/*========================================================
                     FOOTER  Section
=========================================================*/
.footer {
  background: #fffed4;
  padding-bottom: 0.68rem;
  text-align: center;
}
.footer .copyright {
  font-size: 12px;
}
@media (min-width: 1280px) and (min-height: 768px) {
  .footer {
    position: fixed;
    bottom: 0;
    right: 50%;
    left: 0;
    padding-bottom: 6.2963vh;
    background: transparent;
    color: #FFF;
  }
}
