@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic);
/*
* @subsection Main Styles
*/
body {
  font: 300 16px/25px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  color: #37474f;
  background-color: #FFF; }
  @media (min-width: 2050px) {
    body {
      -webkit-background-size: cover;
      background-size: cover; } }

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

.drop-shadow {
  -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1); }

body.boxed {
  background: #000; }
  body.boxed .page {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
    background: transparent; }
  @media (min-width: 1401px) {
    body.boxed .page {
      margin-top: 80px;
      margin-bottom: 80px; } }

.image-wrap {
  padding-top: 35px;
  padding-bottom: 55px; }
  @media (min-width: 1200px) {
    .image-wrap {
      padding-top: 0px;
      padding-bottom: 0px;
      position: absolute;
      top: -106px;
      left: 50%;
      margin-left: -1679px; } }
  @media (min-width: 2500px) {
    .image-wrap {
      margin-left: -1979px; } }

/*================     Typography     ===================*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: #252117;
  line-height: 1.2;
  font-weight: 700; }
  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: #5cadd6; }

h1, .heading-1 {
  font-size: 45px; }
  @media (min-width: 992px) {
    h1, .heading-1 {
      font-size: 55px;
      line-height: 1.2; } }
  @media (min-width: 1450px) {
    h1, .heading-1 {
      font-size: 70px;
      line-height: 72px; } }

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

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

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

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

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

p a, .marked-list a, .list a {
  color: #5cadd6; }

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

mark {
  color: #FFF;
  background: #5cadd6; }

em {
  display: block;
  color: #252117;
  font-size: 39px;
  line-height: 49px;
  letter-spacing: 3.9px;
  text-transform: uppercase;
  font-weight: 700; }

small, .small {
  font-size: 0.875em;
  line-height: 1.4px; }

.big {
  font-size: 26px;
  line-height: 32px;
  font-weight: 300; }

.big-2 {
  font-weight: 300;
  font-size: 31px;
  line-height: 32px;
  color: #252117; }

time {
  font-size: 16px;
  line-height: 1.625; }

/*================      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; }

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

.ubold {
  font-weight: 900; }

/*================       Colors       ==================*/
html body .default-color {
  color: #000; }

html body .primary-color {
  color: #5cadd6; }

html body .contrast-color {
  color: #FFF; }

html body .default-variant-1 {
  color: #37474f; }

html body .default-variant-2 {
  color: #252117; }

/*================      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; } }

/*================      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; } }

/*
* @subsection Main Layout
*/
* + .row {
  margin-top: 30px; }

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

.row + .row {
  margin-top: 60px; }
  @media (min-width: 992px) {
    .row + .row {
      margin-top: 56px; } }

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

h2 + * {
  margin-top: 15px; }

h2 + p {
  margin-top: 33px; }

em + .big {
  margin-top: 37px; }

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

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

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

h2 + .big {
  margin-top: 31px; }

* + .offset-2 {
  margin-top: 8px; }

* + .offset-3 {
  margin-top: 17px; }

* + .offset-4 {
  margin-top: 34px; }

* + .offset-5 {
  margin-top: 94px; }

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

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

.inset_right {
  padding-right: 0; }
  @media (min-width: 1200px) {
    .inset_right {
      padding-right: 5%; } }

@media (max-width: 767px) {
  .col--offset-none {
    margin: 0; } }

.flow-offset-1.row > * + [class*='col-'] {
  margin-top: 50px; }

@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > * + [class*='col-xs-'] {
    margin-top: 0; } }

@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > * + [class*='col-sm-'] {
    margin-top: 0; } }

@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > * + [class*='col-md-'] {
    margin-top: 0; } }

@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > * + [class*='col-lg-'] {
    margin-top: 0; } }

@media (min-width: 480px) and (max-width: 767px) {
  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) {
    margin-top: 50px; } }

@media (min-width: 768px) and (max-width: 991px) {
  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) {
    margin-top: 50px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  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) {
    margin-top: 50px; } }

@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3) {
    margin-top: 50px; } }

.upppercase {
  text-transform: uppercase; }

/*
* @subsection Helpers
*/
.br-md-on br {
  display: none; }
  @media (min-width: 992px) {
    .br-md-on br {
      display: block; } }

.relative {
  position: relative; }

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

.round {
  border-radius: 50%; }

@media (min-width: 1200px) {
  .max-width-lg {
    max-width: 370px; } }

.container-fluid {
  max-width: 1472px; }

.container-fluid {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1500px) {
    .container-fluid {
      padding-left: 0px;
      padding-right: 0px; } }

/*
* @subsection Components
*/
/*
* @subsection Brand
*/
.brand {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px; }
  .brand_name {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 77px;
    font-weight: 700;
    letter-spacing: 1.5px;
    position: absolute;
    top: 39%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }
    .brand_name img {
      display: inline-block;
      margin-right: 12px; }
  @media (min-width: 1200px) {
    .brand {
      margin-right: -22px;
      margin-left: 47px;
      margin-top: 39px; } }

/*
* @subsection Rhombus
*/
.rhomb {
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.reverse-rotate {
  -webkit-transform: rotate(-45deg) scale(1.5);
  -ms-transform: rotate(-45deg) scale(1.5);
  transform: rotate(-45deg) scale(1.5); }

.rhomb-border {
  border: 3px solid #ebebeb; }

.rhomb-absolute {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.rhomb-height-1 {
  width: 145px;
  height: 145px; }

.position-1 {
  display: none; }
  @media (min-width: 768px) {
    .position-1 {
      display: block;
      left: 50%;
      margin-left: -73px;
      top: 240px; }
      .position-1:before {
        content: "";
        position: absolute;
        width: 145px;
        height: 145px;
        left: -158px;
        top: -158px;
        border: 3px solid #ebebeb; } }
  @media (min-width: 1200px) {
    .position-1 {
      left: 50%;
      top: 356px;
      margin-left: -877px; } }
  @media (min-width: 2500px) {
    .position-1 {
      margin-left: -1177px; } }

.position-2 {
  left: 50%;
  margin-left: 10px;
  top: 0px; }
  .position-2:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 145px;
    left: -118px;
    top: 118px;
    background: #5cadd6; }
  @media (min-width: 768px) {
    .position-2 {
      margin-left: 37px;
      top: 130px; }
      .position-2:before {
        left: -156px;
        top: 156px; } }
  @media (min-width: 1200px) {
    .position-2 {
      left: 50%;
      top: 245px;
      margin-left: -766px; } }
  @media (min-width: 2500px) {
    .position-2 {
      margin-left: -1066px; } }

.position-3 {
  display: none; }
  @media (min-width: 1200px) {
    .position-3 {
      display: block;
      margin-right: -1104px;
      right: 50%;
      top: 184px; }
      .position-3:before {
        content: "";
        position: absolute;
        width: 415px;
        height: 415px;
        left: -450px;
        top: -447px;
        border: 3px solid #ebebeb; } }
  @media (min-width: 2500px) {
    .position-3 {
      margin-right: -1404px; } }

.position-4 {
  display: none; }
  @media (min-width: 1200px) {
    .position-4 {
      display: block;
      right: 50%;
      margin-right: -1418px;
      top: -132px; }
      .position-4:before {
        content: "";
        position: absolute;
        width: 415px;
        height: 415px;
        left: -445px;
        top: 447px;
        background: #5cadd6; } }
  @media (min-width: 2500px) {
    .position-4 {
      margin-right: -1718px; } }

.position-5 {
  display: none;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .position-5 {
      display: block;
      right: 50%;
      margin-right: -502px;
      top: 95px; }
      .position-5:before {
        content: "";
        position: absolute;
        width: 215px;
        height: 215px;
        left: -245px;
        top: 15px;
        background: #5cadd6; } }
  @media (min-width: 2500px) {
    .position-5 {
      margin-right: -802px; } }

.position-7 {
  display: none; }
  @media (min-width: 1200px) {
    .position-7 {
      display: block;
      height: 237px;
      margin-right: -283px;
      right: 50%;
      top: 59px;
      width: 237px;
      background: #5cadd6; } }
  @media (min-width: 2500px) {
    .position-7 {
      margin-right: -583px; } }

.position-6 {
  display: none; }
  @media (min-width: 1200px) {
    .position-6 {
      overflow: hidden;
      display: block;
      position: absolute;
      height: 213px;
      width: 213px;
      top: 415px;
      margin-right: -542px;
      right: 50%;
      z-index: 2; } }
  @media (min-width: 2500px) {
    .position-6 {
      margin-right: -842px; } }

.rhomb-height-2 {
  width: 190px;
  height: 190px;
  overflow: hidden; }

.rhomb-height-3 {
  width: 208px;
  height: 208px; }

.rhomb-height-5 {
  width: 418px;
  height: 418px; }

.rhomb-height-6 {
  width: 415px;
  height: 415px; }

.bg-rhomb {
  position: relative; }
  @media (min-width: 1200px) {
    .bg-rhomb:before, .bg-rhomb:after {
      content: "";
      position: absolute;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #FFF;
      z-index: -1;
      width: 5000px;
      height: 5000px; }
    .bg-rhomb:before {
      right: 135.5%;
      top: -2502px; }
    .bg-rhomb:after {
      right: -4956px;
      top: -868px; } }

.bg-rhomb-2 {
  position: relative; }
  @media (min-width: 1200px) {
    .bg-rhomb-2:before, .bg-rhomb-2:after {
      content: "";
      position: absolute;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #FFF;
      z-index: -1; }
    .bg-rhomb-2:before {
      width: 2000px;
      height: 3000px;
      left: -1656px;
      top: -687px; }
    .bg-rhomb-2:after {
      width: 500px;
      height: 500px;
      top: -247px;
      left: 650px; } }

.bg-rhomb-3 {
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px; }
  @media (min-width: 768px) {
    .bg-rhomb-3 {
      margin-top: 100px; } }
  @media (min-width: 1200px) {
    .bg-rhomb-3 {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 50px;
      position: absolute;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #FFF;
      z-index: 1;
      width: 1031px;
      height: 1031px;
      overflow: hidden;
      top: 492px;
      left: 50%;
      margin-left: -1096px; }
      .bg-rhomb-3 .wrapper {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        left: -30%;
        right: -30%;
        bottom: -30%;
        top: -30%; } }
  @media (min-width: 2500px) {
    .bg-rhomb-3 {
      margin-left: -1396px; } }

.border-rhomb {
  position: relative; }
  @media (min-width: 1200px) {
    .border-rhomb {
      display: block; }
      .border-rhomb:after {
        content: "";
        position: absolute;
        width: 145px;
        height: 145px;
        left: 34.5%;
        top: -73px;
        border: 3px solid #ebebeb;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); } }

.border-rhomb-2:after {
  left: 69%;
  top: -276px; }

/*
* @subsection Backgrounds
*/
.bg-primary {
  background-color: #5cadd6; }

.bg-contrast-variant-2 {
  background-color: #f5f5f5; }

.bg-contrast {
  background-color: #FFF; }

.parallax {
  display: block; }
  @media (min-width: 1200px) {
    .parallax {
      display: none; } }

.bg-image-1 {
  background: #FFF; }
  @media (min-width: 1200px) {
    .bg-image-1 {
      background-image: url("../images/page-1_img01.jpg"); } }

@media (min-width: 1200px) {
  .bg-image-2 {
    background-image: url("../images/page-1_img12.jpg"); } }

.bg-image-3 {
  background-color: #FFF;
  background-image: url("../images/bg1.png");
  -webkit-background-size: cover;
  background-size: cover; }

.bg-image {
  background-repeat: no-repeat; }

.bg-fixed {
  background-attachment: scroll; }
  @media (min-width: 1200px) {
    .bg-fixed {
      background-attachment: fixed;
      -webkit-background-size: cover;
      background-size: cover; } }

/*
* @subsection Inline List
*/
.inline-list {
  display: block; }
  .inline-list li {
    display: inline-block;
    word-spacing: normal; }
    .inline-list li + [class*="col-"] {
      margin-left: 0;
      margin-top: 0; }
    .inline-list li .rhomb {
      display: none; }
    .inline-list li + li:nth-child(5) {
      margin-top: 40px; }
  @media (min-width: 992px) {
    .inline-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto; }
      * + .inline-list {
        margin-top: 110px; }
      .inline-list li {
        display: inline-block;
        word-spacing: normal; }
        .inline-list li + li:nth-child(n+3) {
          margin-top: 150px; }
        .inline-list li .rhomb {
          display: inline-block;
          width: 250px;
          height: 250px;
          overflow: hidden;
          position: relative; }
          .inline-list li .rhomb:before {
            content: "";
            position: absolute;
            background: rgba(255, 255, 255, 0);
            left: 50%;
            top: 50%;
            right: 50%;
            bottom: 50%;
            z-index: 1;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
        .inline-list li a:hover .rhomb:before {
          left: -1px;
          top: -1px;
          right: -1px;
          bottom: -1px;
          background: rgba(255, 255, 255, 0.72); } }
  @media (min-width: 1200px) {
    * + .inline-list {
      margin-top: 94px; }
    .inline-list li {
      position: relative; }
      .inline-list li .rhomb {
        display: block; }
      .inline-list li:nth-child(1) .rhomb {
        width: 404px;
        height: 404px;
        margin-left: 85px; }
      .inline-list li:nth-child(2) .rhomb {
        width: 190px;
        height: 190px;
        margin-left: 41px;
        margin-top: -10px; }
      .inline-list li:nth-child(3) .rhomb {
        width: 404px;
        height: 404px;
        margin-left: -117px;
        margin-top: 34px; }
      .inline-list li:nth-child(4) .rhomb {
        width: 190px;
        height: 190px;
        margin-left: 42px;
        margin-top: -29px; }
      .inline-list li + li:nth-child(n+4) {
        margin-top: 0px; }
      .inline-list li + li:nth-child(5) {
        margin-top: -51px; }
      .inline-list li .icon {
        position: absolute;
        z-index: 1; }
        .inline-list li .icon.icon-default.fa-facebook {
          left: 29px;
          top: 11px; }
        .inline-list li .icon.icon-default.fa-twitter {
          left: 64px;
          top: -32px; }
        .inline-list li .icon.icon-default.fa-youtube {
          left: 36px;
          top: 29px; }
        .inline-list li .icon.icon-default.fa-instagram {
          left: -159px;
          top: 116px; } }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-align: center;
  border-radius: 24px;
  border: 1px solid;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative; }

.btn-default {
  color: #252117;
  background: transparent;
  border-color: #252117; }
  .btn-default:hover {
    color: #5cadd6;
    background: transparent;
    border-color: #5cadd6; }
  .btn-default:active {
    color: #5cadd6;
    background: transparent;
    border-color: #5cadd6; }
  .btn-default:hover, .btn-default:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-primary {
  color: #252117;
  background: transparent;
  border-color: transparent; }
  .btn-primary span.material-icons-chevron_right {
    color: #5cadd6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .btn-primary:hover {
    color: #FFF;
    background: #5cadd6;
    border-color: #5cadd6; }
    .btn-primary:hover span {
      color: #FFF; }
  .btn-primary:active {
    color: #FFF;
    background: #5cadd6;
    border-color: #5cadd6; }
  .btn-primary:hover, .btn-primary:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

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

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

.btn-md {
  padding: 16px 21px 16px 29px;
  font-size: 15px; }
  .btn-md span.material-icons-chevron_right {
    font-size: 27px;
    left: 3px;
    position: absolute;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.btn-lg {
  padding: 22px;
  font-size: 20px; }

.btn-xl {
  padding: 29px;
  font-size: 27px; }

.btn-group {
  margin-top: -10px;
  word-spacing: 10px; }
  .btn-group .btn {
    margin-top: 10px;
    word-spacing: normal; }

.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 11px 35px;
  font-size: 14px;
  line-height: 1.25;
  border: 2px solid;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 250ms all ease-in-out;
  -o-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out; }

.button-block {
  display: block;
  width: 100%; }

.button-primary, .button-primary:focus {
  color: #ffffff;
  background-color: #5cadd6;
  border-color: #5cadd6; }

.button-primary:hover, .button-primary:active {
  color: #ffffff;
  background-color: #151515;
  border-color: #151515; }

.button-primary.button-ujarak::before {
  background: #151515; }

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block; }

.icon-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 22px; }
  @media (min-width: 992px) {
    .icon-sm {
      width: 55px;
      height: 55px;
      line-height: 55px;
      font-size: 25px; } }
  @media (min-width: 992px) {
    .icon-sm.fa-facebook {
      width: 62px;
      height: 62px;
      line-height: 62px;
      font-size: 31px; }
    .icon-sm.fa-twitter {
      width: 57px;
      height: 57px;
      line-height: 57px;
      font-size: 28px; }
    .icon-sm.fa-youtube {
      width: 106px;
      height: 106px;
      line-height: 106px;
      font-size: 52px; }
    .icon-sm.fa-instagram {
      width: 106px;
      height: 106px;
      line-height: 106px;
      font-size: 52px; } }

.icon-md {
  font-size: 73px;
  line-height: 54px; }

.icon-lg {
  width: 70px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 70px; }

.icon-default {
  color: #FFF;
  -webkit-box-shadow: -2px 2px 3px 0px transparent;
  box-shadow: -2px 2px 3px 0px transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .icon-default:hover {
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3); }

a.icon-primary {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1); }
  a.icon-primary:hover {
    background: #48a3d1;
    -webkit-box-shadow: none;
    box-shadow: none; }

.icon-default.fa-facebook {
  background: #283593; }

.icon-default.fa-twitter {
  background: #29b6f6; }

.icon-default.fa-youtube {
  background: #d32f2f; }

.icon-default.fa-instagram {
  background: #47779f; }

/*==================     Box     ======================*/
.box_left {
  padding-bottom: 43px; }

.box_right {
  padding-top: 43px; }

.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-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 0; }

.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 0; }

.box_right.box__inset-1 {
  padding-top: 70px;
  padding-bottom: 40px;
  display: inline-block; }
  @media (min-width: 1200px) {
    .box_right.box__inset-1 {
      padding-right: 40px;
      padding-top: 0;
      padding-bottom: 0; } }

@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; }
  .box-xs .box_left {
    padding-right: 43px; }
  .box-xs .box_right {
    padding-left: 43px; }
  .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; } }

@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_cnt {
    display: table-cell;
    vertical-align: top; }
  .box-sm .box_left {
    padding-right: 43px; }
  .box-sm .box_right {
    padding-left: 43px; }
  .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; } }

@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; }
  .box-md .box_left {
    padding-right: 43px; }
  .box-md .box_right {
    padding-left: 43px; }
  .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; } }

@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: 43px; }
  .box-lg .box_right {
    padding-left: 43px; }
  .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 .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; }

/*
*
* Form styles
*/
.rd-form {
  position: relative;
  text-align: left; }
  .rd-form .button {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px; }

* + .rd-form {
  margin-top: 20px; }

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
  color: #000 !important; }

.form-wrap {
  position: relative; }
  .form-wrap.has-error .form-input {
    border-color: #f5543f; }
  .form-wrap.has-focus .form-input {
    border-color: #5cadd6; }

.form-wrap + * {
  margin-top: 14px; }

.form-modal .form-input {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #151515;
  background-color: #f7f7f7;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: 1px solid #f7f7f7; }
  .form-modal .form-input:focus {
    outline: 0; }

textarea.form-input {
  height: 156px;
  min-height: 50px;
  max-height: 265px;
  resize: vertical; }

.form-label,
.form-label-outside {
  margin-bottom: 0;
  color: #252117;
  font-weight: 400; }

.form-label {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  will-change: transform;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .form-label.focus {
    opacity: 0; }
  .form-label.auto-fill {
    color: #151515; }

.form-label-outside {
  width: 100%;
  margin-bottom: 4px; }
  @media (min-width: 768px) {
    .form-label-outside {
      position: static; }
      .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

[data-x-mode='true'] .form-label {
  pointer-events: auto; }

.form-validation {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 11;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #f5543f;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.form-validation-left .form-validation {
  top: 100%;
  right: auto;
  left: 0; }

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 2000;
  visibility: hidden;
  -webkit-transform: translate3d(-500px, 0, 0);
  transform: translate3d(-500px, 0, 0);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  #form-output-global.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media (min-width: 480px) {
    #form-output-global {
      left: 30px; } }

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden; }
  .form-output.active {
    opacity: 1;
    visibility: visible; }
  .form-output.error {
    color: #f5543f; }
  .form-output.success {
    color: #98bf44; }

.form-modal {
  padding: 50px 30px 30px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff; }

/*
*
* Snackbars
*/
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
  background-color: #151515;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px; }
  .snackbars .icon-xxs {
    font-size: 18px; }
  .snackbars p span:last-child {
    padding-left: 14px; }
  .snackbars-left {
    display: inline-block;
    margin-bottom: 0; }
  .snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase; }
    .snackbars-right:hover {
      text-decoration: underline; }
  @media (min-width: 480px) {
    .snackbars {
      max-width: 540px;
      padding: 12px 15px;
      font-size: 15px; } }

/*
* @subsection Modules
*/
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px !important;
  line-height: 46px !important;
  color: #FFF;
  background: #5cadd6;
  border-radius: 50%;
  -webkit-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;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px); }
  .toTop:focus {
    color: #FFF;
    background: #5cadd6; }
  .toTop:hover {
    color: #FFF;
    background: #d32f2f;
    text-decoration: none; }
  .toTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

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

@media (min-width: 480px) {
  .toTop {
    right: 40px;
    bottom: 40px; } }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
  .thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

/*==================  TouchTouch   ======================*/
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

/* This class will trigger the animation */
#galleryOverlay.visible {
  opacity: 1; }

#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -moz-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }

#gallerySlider .placeholder {
  background: url("../images/preloader.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block; }

/* The before element moves the
 * image halfway from the top */
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#gallerySlider .placeholder .iframe-wrap, #gallerySlider .placeholder img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

#gallerySlider .placeholder .iframe-wrap {
  width: 1280px; }
  #gallerySlider .placeholder .iframe-wrap .iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; }
    #gallerySlider .placeholder .iframe-wrap .iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s; }

#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s; }

/* Firefox Keyframe Animations */
@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }

/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }

/* Arrows */
#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  background: url("../images/arrows.png") no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

#prevArrow:hover, #nextArrow:hover {
  opacity: 1; }

#prevArrow {
  background-position: left top;
  left: 40px; }

#nextArrow {
  background-position: right top;
  right: 40px; }

/*========================================================
                      Owl Carousel
=========================================================*/
.owl-carousel .animated {
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-nav .owl-prev + .owl-next {
  margin-left: 0; }

.owl-dots {
  margin-top: 43px;
  margin-left: 0px; }
  @media (min-width: 1200px) {
    .owl-dots {
      margin-left: 17px; } }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%; }
    .owl-dots .owl-dot:hover, .owl-dots .owl-dot.active {
      background: #5cadd6; }
  .owl-dots .owl-dot + .owl-dot {
    margin-left: 9px; }

.owl-carousel {
  margin-top: 40px; }
  @media (min-width: 1200px) {
    .owl-carousel {
      margin-top: 0; } }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*
* @subsection   Magnific Popup
*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-close:hover {
  cursor: pointer;
  color: #ECECEC; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  display: none; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
* @subsection Header
*/
/*
* @subsection Content
*/
main {
  display: block;
  min-height: 100vh; }

/*
* @subsection Well
*/
.well {
  padding-top: 54px;
  padding-bottom: 50px; }

.well1 {
  padding-top: 90px;
  padding-bottom: 100px; }

.well2 {
  padding-top: 200px;
  padding-bottom: 120px; }
  @media (min-width: 768px) {
    .well2 {
      padding-top: 300px;
      padding-bottom: 70px; } }
  @media (min-width: 1200px) {
    .well2 {
      padding-top: 577px;
      padding-bottom: 142px; } }

.well3 {
  padding-top: 60px;
  padding-bottom: 80px; }
  @media (min-width: 1200px) {
    .well3 {
      padding-top: 230px;
      padding-bottom: 141px; } }

.well4 {
  padding-top: 150px;
  padding-bottom: 150px; }

.well5 {
  padding-top: 15px;
  padding-bottom: 87px; }
  @media (min-width: 1200px) {
    .well5 {
      padding-top: 69px; } }

.well5__inset-1 {
  padding-bottom: 70px; }
  @media (min-width: 1200px) {
    .well5__inset-1 {
      padding-bottom: 31px; } }

.well6 {
  padding-top: 90px;
  padding-bottom: 166px; }
  @media (min-width: 1200px) {
    .well6 {
      padding-top: 69px; } }

/*
* @subsection Footer
*/
footer {
  position: relative;
  margin-top: -79px;
  padding-top: 5px;
  padding-bottom: 48px;
  background: transparent;
  color: #90a4ae; }
