@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 {
  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;
  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: 15px;
  line-height: 77px;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: absolute;
  top: 34%;
  right: -14px;
  -webkit-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);
  transform: rotate(45deg);
}

.reverse-rotate {
  -webkit-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);
  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);
    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);
    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);
    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);
    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);
    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: 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;
    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 {
  box-shadow: none;
}

.btn-primary {
  color: #252117;
  background: transparent;
  border-color: transparent;
}
.btn-primary span.material-icons-chevron_right {
  color: #5cadd6;
  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 {
  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%);
  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;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon:before {
  -webkit-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;
  box-shadow: -2px 2px 3px 0px transparent;
  transition: 0.3s;
}
.icon-default:hover {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

a.icon-primary {
  transition: .3s all ease;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1);
}
a.icon-primary:hover {
  background: #48a3d1;
  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;
}

/*
* @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%;
  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);
  transform: translateY(100px);
}
.toTop:focus {
  color: #FFF;
  background: #5cadd6;
}
.toTop:hover {
  color: #FFF;
  background: #d32f2f;
  text-decoration: none;
}
.toTop.active {
  -webkit-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;
  transition: .5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  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);
  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;
  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;
  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;
  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 {
  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;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  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;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-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;
  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;
  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 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;
}
