@font-face {
  font-family: 'merriweatherbold';
  src: url("fonts/merriweather-bold-webfont.woff2") format("woff2"), url("fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url("fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Medium.woff") format("woff"), url("fonts/Avenir-Medium.ttf") format("truetype"), url("fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  #careers .min-height {
    display: none;
  }
}

#careers .header-title {
  position: relative;
  padding: 60px 0 75px 0;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: transparent;
  background-image: url("../images/news/gradient_headline_join_bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
}

@media screen and (min-width: 993px) {
  #careers .header-title {
    padding: 120px 0 185px 0;
  }
}

@media screen and (max-width: 414px) {
  #careers .header-title {
    padding: 30px 0 10vh;
    background-image: url("../images/news/gradient_join_mobile.png");
  }
}

#careers .header-title .wrap-title-text {
  padding: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  #careers .header-title .wrap-title-text {
    padding: 0 10px;
  }
}

#careers .header-title .wrap-title-text h1 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1241px) {
  #careers .header-title .wrap-title-text h1 {
    font-size: 63px;
    line-height: 63px;
  }
}

@media screen and (max-width: 992px) {
  #careers .header-title .wrap-title-text h1 {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  #careers .header-title .wrap-title-text h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  #careers .header-title .wrap-title-text h1 {
    line-height: 33px;
    margin-bottom: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  #careers .header-title .wrap-title-text p {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #careers .header-title .wrap-title-text p {
    line-height: 33px;
    margin-bottom: 25px;
    text-align: center;
  }
}

#careers .header-title .wrap-title-text .content {
  width: 73%;
}

@media screen and (max-width: 768px) {
  #careers .header-title .wrap-title-text .content {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  #careers .header-title .wrap-title-text .content {
    width: 100%;
  }
}

#careers .header-title .wrap-title-text .content * {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #careers .header-title .wrap-title-text .content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #careers .header-title .wrap-title-text .content p {
    line-height: 22px !important;
  }
}

#blog .main-content .list-post-wrap ul li .wrap-item {
  padding-top: 20px;
}

#blog .main-content .list-post-wrap ul li .wrap-item .item-content {
  display: block;
}

#blog .title_press {
  font-weight: bold;
  font-size: 40px;
  max-width: 620px;
  margin: 2px auto 30px;
  width: 100%;
  color: #df038a;
}
@media screen and (max-width: 765px) {
  #blog .title_press {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  #blog .title_press {
    text-align: center;
  }
}

#blog .border_bottom {
  width: 100%;
  text-align: center;
  margin: 30px auto;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #a9a9a9;
}

#blog .load_more_quotes {
  width: 100%;
  text-align: center;
  margin: 30px auto;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  padding-bottom: 20px;
}

#blog .load_more_quotes:hover .arrow_down {
  border-color: #df038a transparent transparent transparent;
}

#blog .load_more_quotes.border_bottom {
  border-bottom: 1px solid #a9a9a9;
}

#blog .load_more_quotes .arrow_down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 0 10px;
  border-color: #1fb6e4 transparent transparent transparent;
  display: inline-block;
  margin-left: 10px;
}

#blog .header-title {
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: transparent;
  background-image: url("../images/news/gradient_headline_post_bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
}

#blog .header-title:after {
  content: "";
  position: absolute;
  top: -220px;
  left: -80px;
  width: 100%;
  height: 800px;
  background-color: transparent;
  background-image: url("../images/news/gradient_headline_post_bottom.png");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  #blog .header-title:after {
    content: none;
  }
}

#blog .header-title .wrap-title-text {
  padding: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  #blog .header-title .wrap-title-text {
    padding: 0 10px;
  }
}

#blog .header-title .wrap-title-text h1 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1241px) {
  #blog .header-title .wrap-title-text h1 {
    font-size: 63px;
    line-height: 63px;
  }
}

@media screen and (max-width: 992px) {
  #blog .header-title .wrap-title-text h1 {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #blog .header-title .wrap-title-text h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

#blog #sidebar-blog ul li .quote-widget {
  background-color: #f4f4f4;
  padding: 0 25px;
  text-align: center;
}

#blog #sidebar-blog ul li .fb-item-widget p {
  margin: 0;
}

#blog #sidebar-blog ul li .fb_iframe_widget {
  width: 100%;
}

#blog #sidebar-blog ul li .fb_iframe_widget > span {
  width: 100% !important;
}

#blog #sidebar-blog ul li .fb_iframe_widget > span iframe {
  width: 100% !important;
}

#blog #sidebar-blog ul li.widget_text p {
  margin: 0;
}

#blog #sidebar-blog ul li.widget_mds_tweets_widget {
  border: 1px solid #ddd;
  padding: 20px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#blog #sidebar-blog ul li.widget_mds_tweets_widget .main-container-wg-widget .wrap-author {
  font-size: 24px;
  line-height: 24px;
}

#blog #sidebar-blog ul li.widget_mds_tweets_widget .main-container-wg-widget .wrap-author small {
  font-size: 14px;
  line-height: 14px;
}

#blog #sidebar-blog ul li.widget_mds_tweets_widget .main-container-wg-widget .wrap-author small b {
  color: #55acee;
}

#blog #sidebar-blog ul li .instagram-media {
  max-width: 100% !important;
  width: 100% !important;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 414px) {
  #blog #sidebar-blog ul li .instagram-media {
    min-width: auto !important;
  }
}

.full-image-top {
  height: 300px;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-color: transparent;
}

.main-content {
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-content.have-sidebar {
  float: left;
  padding-right: 0;
  width: 58%;
}

@media screen and (max-width: 992px) {
  .main-content.have-sidebar {
    float: none;
    padding-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.main-content .list-post-wrap ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main-content .list-post-wrap ul li {
  list-style-type: none;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.main-content .list-post-wrap ul li .wrap-item {
  padding-bottom: 30px;
}

.main-content .list-post-wrap ul li .wrap-item.wo-image {
  padding-top: 20px;
}

.main-content .list-post-wrap ul li .wrap-item .thumbnail {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.main-content .list-post-wrap ul li .wrap-item .thumbnail img {
  width: 100%;
}

.main-content .list-post-wrap ul li .wrap-item .item-content {
  display: table;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
}

@media screen and (max-width: 992px) {
  .main-content .list-post-wrap ul li .wrap-item .item-content {
    padding: 0 10px;
  }
}

.main-content .list-post-wrap ul li .wrap-item .item-content h3 {
  font-size: 35px;
  line-height: 35px;
  margin: 0;
  padding: 10px 0;
  color: #bf0786;
}

@media screen and (max-width: 992px) {
  .main-content .list-post-wrap ul li .wrap-item .item-content h3 {
    text-align: center;
  }
}

@media screen and (min-width: 1241px) {
  .main-content .list-post-wrap ul li .wrap-item .item-content h3 {
    font-size: 45px;
    line-height: 45px;
  }
}

.main-content .list-post-wrap ul li .wrap-item .item-content .date {
  margin-bottom: 10px;
  display: block;
  color: #353a43;
  font-size: 16px;
  line-height: 16px;
}

@media screen and (max-width: 992px) {
  .main-content .list-post-wrap ul li .wrap-item .item-content .date {
    text-align: center;
  }
}

.main-content .list-post-wrap ul li .wrap-item .item-content .excerpt {
  margin: 20px 0;
  display: table;
  color: #353a43;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .main-content .list-post-wrap ul li .wrap-item .item-content .excerpt {
    text-align: center;
  }
}

.main-content .list-post-wrap ul li .wrap-item .item-content .read-more {
  padding: 10px 0;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #1fb5e4;
  display: block;
  width: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .main-content .list-post-wrap ul li .wrap-item .item-content .read-more {
    display: table;
    margin: 0 auto;
  }
}

.sidebar {
  float: right;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 37%;
}

@media screen and (max-width: 992px) {
  .sidebar {
    margin: 0 auto;
    display: table;
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar {
    display: block;
  }
}

.sidebar ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.sidebar ul li {
  list-style-type: none;
  margin-bottom: 40px;
}

.pagination {
  display: block;
  margin: 15px 0;
}

.pagination .wrap-pagination {
  float: right;
  padding: 15px 0;
}

@media screen and (max-width: 992px) {
  .pagination .wrap-pagination {
    float: none;
    display: table;
    margin: 0 auto;
  }
}

.pagination .wrap-pagination .page-numbers {
  float: left;
  color: #353a43;
  text-decoration: none;
  margin: 0 0 0 20px;
  font-size: 18px;
  line-height: 18px;
}

@media screen and (max-width: 992px) {
  .pagination .wrap-pagination .page-numbers {
    margin: 0 10px;
  }
}

.pagination .wrap-pagination .page-numbers.current {
  font-weight: bold;
}

.pagination .wrap-pagination .prev .prev-arrow {
  border-right: 8px solid #1fb5e4;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: block;
  height: 0;
  width: 0;
}

.pagination .wrap-pagination .next .next-arrow {
  border-left: 8px solid #1fb5e4;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: block;
  height: 0;
  width: 0;
}
@font-face {
  font-family: 'merriweatherbold';
  src: url("fonts/merriweather-bold-webfont.woff2") format("woff2"), url("fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url("fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Medium.woff") format("woff"), url("fonts/Avenir-Medium.ttf") format("truetype"), url("fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

.aligncenter {
  display: table;
  margin: 0 auto;
}

.content .alignright {
  float: right;
  margin: 0 0 0 25px;
}

@media screen and (max-width: 992px) {
  .content .alignright {
    float: none;
    display: table;
    margin: 0 auto;
  }
}

.content .alignleft {
  float: left;
  margin: 0 25px 0 0;
}

@media screen and (max-width: 992px) {
  .content .alignleft {
    float: none;
    display: table;
    margin: 0 auto;
  }
}

.content .alignnone {
  float: none;
}

.content .aligncenter {
  display: table;
  margin: 0 auto;
}

.content img {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .content p {
    font-size: 15px !important;
    line-height: 21px !important;
  }
}

.content h1,
.content h1 > span {
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .content h1,
  .content h1 > span {
    font-size: 25px !important;
    line-height: 25px !important;
  }
}

.content h2 {
  margin-top: 40px;
}

.content h2,
.content h2 > span {
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .content h2,
  .content h2 > span {
    font-size: 23px !important;
    line-height: 23px !important;
  }
}

.content h3 {
  font-family: 'OpenSans-Light';
}

.content h3,
.content h3 > span {
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .content h3,
  .content h3 > span {
    font-size: 21px !important;
    line-height: 21px !important;
  }
}

.content h4,
.content h4 > span {
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .content h4,
  .content h4 > span {
    font-size: 19px !important;
    line-height: 19px !important;
  }
}

.content h5,
.content h5 > span {
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .content h5,
  .content h5 > span {
    font-size: 19px !important;
    line-height: 19px !important;
  }
}

.content h6,
.content h6 > span {
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .content h6,
  .content h6 > span {
    font-size: 19px !important;
    line-height: 19px !important;
  }
}
@font-face {
  font-family: 'merriweatherbold';
  src: url("fonts/merriweather-bold-webfont.woff2") format("woff2"), url("fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url("fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Medium.woff") format("woff"), url("fonts/Avenir-Medium.ttf") format("truetype"), url("fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'merriweatherbold';
  src: url("fonts/merriweather-bold-webfont.woff2") format("woff2"), url("fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url("fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Medium.woff") format("woff"), url("fonts/Avenir-Medium.ttf") format("truetype"), url("fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

.home footer {
  padding: 10px 0;
  position: relative;
  z-index: 12;
}

footer {
  background-color: #fff;
  padding: 10px 0;
  border-top: 1px solid #818181;
  z-index: 12;
  position: relative;
}

footer .social-wrap {
  float: right;
}

@media screen and (max-width: 768px) {
  footer .social-wrap {
    float: none;
    margin-bottom: 20px;
  }
}

@media only screen and (max-height: 375px) {
  footer .social-wrap {
    float: right;
    margin-bottom: 0;
  }
}

@media only screen and (min-height: 376px) and (max-height: 415px) {
  footer .social-wrap {
    float: right;
    margin-bottom: 0;
  }
}

footer .social-wrap .social-links {
  display: table;
  margin: 0;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  footer .social-wrap .social-links {
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (max-height: 375px) {
  footer .social-wrap .social-links {
    margin: 0;
    padding: 15px 0;
  }
}

@media only screen and (min-height: 376px) and (max-height: 415px) {
  footer .social-wrap .social-links {
    margin: 0;
    padding: 15px 0;
  }
}

footer .social-wrap .social-links li {
  float: left;
  list-style-type: none;
  margin: 0 5px;
}

footer .social-wrap .social-links li:last-child {
  margin: 0 0 0 5px;
}

footer .social-wrap .social-links li a {
  text-decoration: none;
  color: transparent;
  display: block;
  height: 30px;
  width: 30px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .social-wrap .social-links li a.instagram {
  background-color: #818181;
  border: 1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

footer .social-wrap .social-links li a.linkedin {
  background-color: #818181;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

footer .copyright {
  float: left;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    float: none;
    text-align: center;
  }
}

@media only screen and (max-height: 375px) {
  footer .copyright {
    float: left;
    text-align: left;
  }
}

@media only screen and (min-height: 376px) and (max-height: 415px) {
  footer .copyright {
    float: left;
    text-align: left;
  }
}

footer .copyright .text {
  margin-bottom: 10px;
  display: block;
}

footer .copyright .links ul {
  display: table;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  footer .copyright .links ul {
    margin: 0 auto;
  }
}

@media only screen and (max-height: 375px) {
  footer .copyright .links ul {
    margin: 0;
  }
}

@media only screen and (min-height: 376px) and (max-height: 415px) {
  footer .copyright .links ul {
    margin: 0;
  }
}

footer .copyright .links ul li {
  list-style-type: none;
  float: left;
}

footer .copyright .links ul li:first-child a {
  border-left-width: 0;
  padding: 0 10px 0 0;
}

footer .copyright .links ul li:last-child a {
  padding: 0 0 0 10px;
}

footer .copyright .links ul li a {
  text-decoration: none;
  color: #000;
  border-left: 1px solid #000;
  padding: 0 10px;
  font-size: 13px;
  line-height: 13px;
}

#contact-us + footer {
  float: left;
  width: 100%;
}
@font-face {
  font-family: 'merriweatherbold';
  src: url("fonts/merriweather-bold-webfont.woff2") format("woff2"), url("fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url("fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Medium.woff") format("woff"), url("fonts/Avenir-Medium.ttf") format("truetype"), url("fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  width: 100%;
  overflow-x: hidden !important;
}

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: transparent;
  background: #fff;
  color: #000;
  margin: 0;
  overflow-x: hidden !important;
}

.nopadding {
  padding: 0;
}

.clr {
  clear: both;
}

.clear2 {
  clear: both;
  width: 100%;
  float: left;
}

.hide {
  display: none;
}

a:active {
  opacity: 0.8;
}

.row.center_special {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .row {
    margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  .row .col-xs-12 {
    padding: 0px;
  }
}

.btn-submit {
  cursor: pointer;
}

.btn-submit[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

.wrapper {
  padding-top: 70px;
}

html.force-blocked,
body.force-blocked {
  overflow: hidden !important;
  height: 100vh !important;
}

#man #group_boy {
  position: fixed;
  width: 6%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  bottom: 0px;
}

@media only screen and (max-width: 1115px) {
  #man #group_boy {
    width: 8%;
  }
}

@media screen and (max-width: 992px) {
  #man #group_boy {
    width: 10%;
  }
}

@media only screen and (max-width: 865px) {
  #man #group_boy {
    width: 12%;
  }
}

@media only screen and (max-width: 767px) {
  #man #group_boy {
    width: 18%;
  }
}

@media only screen and (max-width: 460px) {
  #man #group_boy {
    width: 20%;
  }
}

@media only screen and (max-width: 414px) {
  #man #group_boy {
    width: 19%;
  }
}

@media only screen and (max-height: 375px) {
  #man #group_boy {
    width: 6%;
  }
}

@media only screen and (min-height: 376px) and (max-height: 415px) {
  #man #group_boy {
    width: 15%;
  }
}

#man #group_boy img#boy {
  display: block;
  width: 100%;
  position: relative;
  top: 1.5px;
}

#man #group_boy #line_down {
  background-image: url("../images/home/line_block.png");
  background-repeat: repeat-y;
  background-position: center bottom;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  width: 100%;
  height: 115px;
}

@media screen and (max-width: 767px) {
  #man #group_boy #line_down {
    height: 125px;
  }
}

@media screen and (max-width: 414px) {
  #man #group_boy #line_down {
    height: 75px;
  }
}

@media screen and (min-width: 1201px) {
  #man #group_boy #line_down {
    height: 125px;
  }
}

@media only screen and (max-height: 535px) {
  #man #group_boy #line_down {
    height: 35px;
  }
}

/*.man
	{

		img
		{
			top: 66%;
			
			@include desktop_big
			{
				top: 66%;
			}
			@include tabletMax
			{
				top: 68%;
			}
			@include tablet
			{
				top: 68%;
			}
			@include mobileGrand
			{
				top: 68%;
			}
			@include mobilePlus
			{
				top: 69%;
			}
        }
    }*/

/*body.fp-viewing-1
{
	.content_wrapper
	{
		z-index: 1;
	}
	.man
	{ 

		img
		{
			top: 66%;
			transition:all 1s ease-out;
			
			@include desktop_big
			{
				top: 66%;
			}
			@include tabletMax
			{
				top: 68%;
			}
			@include tablet
			{
				top: 68%;
			}
			@include mobileGrand
			{
				top: 68%;
			}
			@include mobilePlus
			{
				top: 69%;
			}
			
        }
    }

 //    .floor
	// {
	// 	bottom: 0%;
	// 	@-webkit-keyframes run2 {
	// 	    0% { left: 0;  bottom : -10%;}
	// 	    50%{ left : -0.3%;bottom: -10.5%;}
	// 	    100%{ left: 0; bottom : -10%;}
	// 	}
 //    }

 //    .floor
	// {
	// 	bottom: 0%;
	// 	@-webkit-keyframes run2 {
	// 	    0% { left: 0;  bottom : -10%;}
	// 	    50%{ left : -0.3%;bottom: -10.5%;}
	// 	    100%{ left: 0; bottom : -10%;}
	// 	}
 //    }
    .layer_ovni
    {
        left: 30%;
        top: 10%;
        @include tabletMax
        {
            left: 35%;
            top: 15%;
        }
        @include mobileGrand
        {
            width: 36%;
        }
    }
}*/

/*
body.viewport-bottom
{
	.man
	{

		img
		{
			top: 19%;
			transition:all 3s ease-out;
			@include desktop_big
			{
				top: 20%;
			}
			@include tabletMax
			{

				top: 47%;
			}
			@include mobileGrand
			{
				top: 58%;
			}
			@include mobilePlus
			{
				top: 40%;
			}
			@include mobilePlus
			{
				top: 40%;
			}
        }
        
    }
}*/

.rocks_float {
  width: 100%;
  height: -webkit-calc(100vh - (70px - 20px));
  height: -moz-calc(100vh - (70px - 20px));
  height: calc(100vh - (70px - 20px));
  margin-top: 70px;
  position: absolute;
  background-image: url("../images/rocks_float.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
  top: 0;
  z-index: 10;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

@media screen and (max-width: 1024px) {
  .rocks_float {
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
}

@media screen and (max-width: 414px) {
  .rocks_float {
    background-position: center 72%;
    margin-top: -webkit-calc(70px + 2.88%);
    margin-top: -moz-calc(70px + 2.88%);
    margin-top: calc(70px + 2.88%);
  }
}

.steps_sky {
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 11;
  background: url("../images/steps_sky.png") no-repeat center bottom;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -webkit-animation: linear alternate;
  -webkit-animation-duration: 0.9s;
}

@media screen and (max-width: 1440px) {
  .steps_sky {
    left: -1.2%;
  }
}

@-webkit-keyframes steps_sky {
  0% {
    height: 0px;
  }

  100% {
    height: 100%;
  }
}

.steps {
  right: -6%;
  width: 18%;
  position: absolute;
  bottom: 65px;
  height: 100%;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  background: url("../images/steps.png") no-repeat center bottom;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
  -webkit-animation: linear  alternate;
  -webkit-animation-duration: 3s;
}

@media screen and (max-width: 1440px) {
  .steps {
    width: 22%;
  }
}

@media screen and (max-width: 1024px) {
  .steps {
    right: -9%;
    width: 30%;
  }
}

@media screen and (max-width: 1023px) {
  .steps {
    width: 38%;
  }
}

@media screen and (max-width: 767px) {
  .steps {
    width: 87%;
    bottom: 35px;
  }
}

@media screen and (max-width: 414px) {
  .steps {
    width: 60%;
    bottom: 20px;
  }
}

@-webkit-keyframes steps {
  0% {
    height: 0px;
  }

  100% {
    height: 100%;
  }
}

@media only screen and (max-height: 375px) {
  .steps {
    display: none;
  }
}

@media only screen and (min-height: 376px) and (max-height: 415px) {
  .steps {
    display: none;
  }
}

.floor {
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  margin: 0 auto;
  z-index: 11;
  background: url("../images/rock_floor.png") no-repeat center bottom;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-duration: 3s;
}

@media screen and (max-width: 1023px) {
  .floor {
    -webkit-background-size: 200% 200%;
       -moz-background-size: 200%;
         -o-background-size: 200%;
            background-size: 200%;
    -webkit-animation-name: run2_tablet;
  }
}

@media only screen and (max-height: 375px) {
  .floor {
    display: none;
  }
}

@media only screen and (min-height: 376px) and (max-height: 415px) {
  .floor {
    display: none;
  }
}

.shines {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  background: url("../images/shine_light.png") center bottom;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 0.5s;
}

@-webkit-keyframes shine {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

.container,
.scene,
.layer {
  height: 100%;
  width: 100%;
  top: 0;
}

.layer_1 {
  z-index: 100;
}

.layer_2 {
  z-index: 101;
}

.btn-green {
  border-width: 0;
  padding: 10px 0;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #00dba8;
  display: block;
  min-width: 150px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

.btn-blue {
  border-width: 0;
  padding: 10px 0;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #1fb5e4;
  display: block;
  min-width: 150px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

input.text-error,
textarea.text-error {
  border-color: #dc3545;
}

span.text-error {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  color: #dc3545;
}

/**Alert modal ****/

#mlzl_bg_modal {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  filter: Alpha(opacity=0);
}

#mlzl_bg_modal.mlzl_hide {
  display: none;
}

#mlzl_modal {
  max-width: 650px;
  max-height: 800px;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #eee;
  background-color: #fff;
  z-index: 100001;
  opacity: 0;
  filter: Alpha(opacity=0);
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 375px) {
  #mlzl_modal {
    width: 100%;
  }
}

#mlzl_modal.mlzl_hide {
  display: none;
}

#mlzl_modal .mlzl_close {
  cursor: pointer;
  color: #aaa;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 5px;
  right: 5px;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mlzl_modal .body-modal {
  padding: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#mlzl_modal .body-modal .content {
  display: block;
}

#mlzl_modal .body-modal .button {
  margin: 0 auto;
  display: table;
}

#mlzl_modal .body-modal .button-close {
  margin: 15px auto 0 auto;
  display: table;
}

.mlzl_blocked {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: Alpha(opacity=50);
  z-index: 2;
}

.mlzl_blocked.hide {
  display: none;
}

/** END Alert modal **/

.panel-container-blog {
  width: 95%;
  max-width: 1225px;
  margin: 0 auto;
  padding: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .panel-container-blog {
    width: 90%;
  }
}

.panel-container {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .panel-container {
    width: 90%;
  }
}

form .row {
  margin: 0 0 10px 0;
}

form input {
  border: 2px solid #eee;
  padding: 0 5px;
  height: 30px;
  min-width: 180px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form textarea {
  border: 2px solid #eee;
  padding: 10px 5px;
  height: 100px;
  min-width: 310px;
  resize: none;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 375px) {
  form textarea {
    min-width: auto;
    width: 100%;
  }
}

form span.text-error {
  margin: 10px 0;
  display: block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 375px) {
  form .g-recaptcha {
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

form .visihide {
  display: block;
  height: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-width: 0;
  opacity: 0;
  filter: Alpha(opacity=0);
}

form .response-message {
  font-style: italic;
  display: none;
  border-width: 0;
  padding: 10px 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  margin: 5px 0;
}

form .response-message.error {
  color: #dc3545;
}

form .response-message.success {
  color: #28a745;
}

#door {
  display: table;
  margin: 0 auto;
  border-style: solid;
  border-color: #fff;
  border-width: 0;
  background-color: transparent;
  -o-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  z-index: 1;
}

#door.show {
  background-color: #fff;
  border-width: 0;
  -webkit-box-shadow: 0px 0px 12px #fff;
     -moz-box-shadow: 0px 0px 12px #fff;
          box-shadow: 0px 0px 12px #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (max-height: 375px) {
  #door {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (min-height: 376px) and (max-height: 415px) {
  #door {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.light {
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 12;
  display: none;
}

.layer_dragon {
  position: absolute;
  left: 50%;
  width: 595px;
  height: 485px;
  display: table;
  z-index: 12;
}

@media screen and (max-width: 375px) {
  .layer_dragon {
    left: 10%;
    width: 550px;
  }
}

@media screen and (max-width: 740px) {
  .layer_dragon {
    left: 15%;
    width: 550px;
  }
}

@media only screen and (max-height: 375px) {
  .layer_dragon {
    left: 45%;
    width: 450px;
  }
}

.layer_dragon img {
  display: table;
  max-height: 100vh;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 320px) {
  .paragraph b {
    display: block;
  }
}

#box_text_info_sc2_front,
#box_text_info_sc3_front {
  color: #fff;
  position: absolute;
  z-index: 11;
}

@media screen and (max-width: 767px) {
  #box_text_info_sc2_front,
  #box_text_info_sc3_front {
    z-index: 13;
  }
}

#box_text_info_sc2_front h2,
#box_text_info_sc3_front h2 {
  font-size: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  #box_text_info_sc2_front h2,
  #box_text_info_sc3_front h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  #box_text_info_sc2_front h2,
  #box_text_info_sc3_front h2 {
    text-align: center;
    margin-top: 5px;
  }
}

#box_text_info_sc2_front p,
#box_text_info_sc3_front p {
  font-size: 18px;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  #box_text_info_sc2_front p,
  #box_text_info_sc3_front p {
    text-align: center;
    font-size: 14px;
  }
}

#box_text_info_sc2_front a,
#box_text_info_sc3_front a {
  font-size: 16px;
  float: left;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #box_text_info_sc2_front a,
  #box_text_info_sc3_front a {
    margin: 0 auto;
    float: none;
    width: 80px;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
  }
}

@media screen and (max-width: 1023px) {
  #box_text_info_sc2_front {
    max-width: 262px;
  }
}

@media screen and (max-width: 767px) {
  #box_text_info_sc2_front {
    max-width: initial;
  }
}

#box_text_info_sc2_front a {
  background: #fff;
  color: #1fb5e4;
}

#box_text_info_sc3_front h2 {
  color: #df038a;
}

#box_text_info_sc3_front p {
  color: #2f3741;
}

#box_text_info_sc3_front a {
  background: #1fb5e4;
  color: #fff;
}

.preload {
  position: fixed;
  left: -10000px;
  top: -10000px;
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
}

.section {
  position: relative;
  width: 100%;
  height: 100vh;
}

.title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/title.png") no-repeat center bottom;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  z-index: 12;
  padding-bottom: 5%;
}

@media screen and (max-width: 1024px) {
  .title {
    -webkit-background-size: 250% 250%;
       -moz-background-size: 250%;
         -o-background-size: 250%;
            background-size: 250%;
  }
}

@media screen and (max-width: 1023px) {
  .title {
    background: url("../images/title_m.png") no-repeat center center;
    padding-bottom: 0%;
    -webkit-background-size: 820px 820px;
       -moz-background-size: 820px;
         -o-background-size: 820px;
            background-size: 820px;
  }
}

.space {
  height: 100%;
  width: 100%;
  position: absolute;
  background: url("../images/space.png") no-repeat center bottom;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  top: 1%;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-duration: 2s;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .space {
    display: none;
  }
}

@-webkit-keyframes space {
  0% {
    top: 1%;
  }

  50% {
    top: 1.4%;
  }

  100% {
    top: 1%;
  }
}

.shine_space {
  height: 100%;
  width: 100%;
  position: absolute;
  background: url("../images/shine_space.png") no-repeat center bottom;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  top: 1%;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: shine_space;
  -webkit-animation-duration: 0.5s;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .shine_space {
    display: none;
  }
}

@-webkit-keyframes shine_space {
  0% {
    opacity: 0;
    top: 1%;
  }

  50% {
    opacity: 1;
    top: 1.4%;
  }

  100% {
    opacity: 0;
    top: 1%;
  }
}

.sc_1 {
  background-image: url("../images/bg_section1.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  z-index: 3;
  height: -webkit-calc(100vh - (70px  - 20px));
  height: -moz-calc(100vh - (70px  - 20px));
  height: calc(100vh - (70px  - 20px));
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .sc_1 {
    background-image: url("../images/bg_section1t.png");
  }
}

@media screen and (max-width: 767px) {
  .sc_1 {
    background-image: url("../images/bg_section1m2.png");
  }
}

@media screen and (max-width: 414px) {
  .sc_1 {
    background-image: url("../images/bg_section1m.png");
    background-position: center 72%;
  }
}

.sc_1 .dino {
  left: 0;
  width: 27%;
  position: absolute;
  bottom: 6%;
}

@media screen and (max-width: 768px) {
  .sc_1 .dino {
    display: none;
  }
}

.sc_1 .robot_body {
  background: url("../images/arm.png") no-repeat center bottom;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -webkit-transform-origin: 47% 46%;
     -moz-transform-origin: 47% 46%;
      -ms-transform-origin: 47% 46%;
       -o-transform-origin: 47% 46%;
          transform-origin: 47% 46%;
}

@media screen and (max-width: 414px) {
  .sc_1 .robot_body {
    -webkit-transform-origin: 36% 44%;
       -moz-transform-origin: 36% 44%;
        -ms-transform-origin: 36% 44%;
         -o-transform-origin: 36% 44%;
            transform-origin: 36% 44%;
  }
}

.sc_1 .robot_body .robot {
  left: 0%;
  width: 100%;
  position: absolute;
  top: 0%;
  -webkit-animation: robot 2s ease-in-out infinite;
     -moz-animation: robot 2s ease-in-out infinite;
       -o-animation: robot 2s ease-in-out infinite;
          animation: robot 2s ease-in-out infinite;
}

@-webkit-keyframes robot {
  0% {
    left: 0%;
  }

  50% {
    left: 0.2%;
  }

  100% {
    left: 0%;
  }
}

.sc_1 .robot_body .arm {
  left: 0%;
  width: auto;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 25%;
  -webkit-animation: wavingArm 2s ease-in-out infinite;
     -moz-animation: wavingArm 2s ease-in-out infinite;
       -o-animation: wavingArm 2s ease-in-out infinite;
          animation: wavingArm 2s ease-in-out infinite;
}

@-webkit-keyframes wavingArm {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-moz-keyframes wavingArm {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(-30deg);
         transform: rotate(-30deg);
  }

  100% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
}

@-o-keyframes wavingArm {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  50% {
    -o-transform: rotate(-30deg);
       transform: rotate(-30deg);
  }

  100% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
}

@keyframes wavingArm {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-30deg);
       -moz-transform: rotate(-30deg);
         -o-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.sc_1 .hero {
  right: 9%;
  width: 13.5%;
  position: absolute;
  top: 10%;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-duration: 2s;
}

@media screen and (max-width: 1440px) {
  .sc_1 .hero {
    right: 4%;
  }
}

@media screen and (max-width: 1280px) {
  .sc_1 .hero {
    right: 0%;
  }
}

@media screen and (max-width: 1024px) {
  .sc_1 .hero {
    right: -6%;
    width: 16%;
  }
}

@media screen and (max-width: 1023px) {
  .sc_1 .hero {
    display: none;
  }
}

@-webkit-keyframes hero {
  0% {
    top: 10.6%;
  }

  50% {
    top: 10.3%;
  }

  100% {
    top: 10.6%;
  }
}

.sc_1 .particles_tree {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/particles_tree.png") no-repeat center bottom;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: tree;
  -webkit-animation-duration: 2s;
}

@-webkit-keyframes tree {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.sc_1 .eyes_monster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/eyes_monster.png") no-repeat center bottom;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: eyes_monster;
  -webkit-animation-duration: 2s;
}

@-webkit-keyframes eyes_monster {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.sc_1 .floor2 {
  right: 0;
  width: 600px;
  position: absolute;
  bottom: 10%;
  left: 0;
  margin: 0 auto;
  z-index: 0;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-duration: 1s;
}

@media screen and (max-width: 767px) {
  .sc_1 .floor2 {
    width: 300px;
  }
}

@-webkit-keyframes run {
  0% {
    left: 0;
  }

  50% {
    left: 0.4%;
  }

  100% {
    left: 0;
  }
}

.content_wrapper {
  position: relative;
  width: 100%;
}

/*.box_text_info_sc2
{
	width: 450px;
    height: auto;
    float: left;
    color: #fff; 
    margin-left: 10%;
    margin-top: 12%;
    position: absolute;
    top: 104%;
    z-index: 11;

    @include mobileGrand
	{
		width: 320px;
	    margin-left: auto;
	    margin-right: auto;
	    float: none;
	    left: 0;
	    right: 0;
	    text-align: center;
	}
	@include mobileGrand
	{
		margin-top: 22%;
	}

	h2
	{
		font-size: 50px;
		margin-bottom: 20px;
		@include mobileGrand
		{
			margin-top: 0;
		}
	}
	p
	{
		font-size: 18px;
    	margin: 0 0 30px;
	}
	a
	{
		font-size: 16px;
		float: left;
		display: block;
		background: #fff;
		padding: 10px 30px;
		color: #24b5e3;
		text-decoration: none;	
		@include mobileGrand
		{
			margin: 0 auto;
			float: none;
			width: 80px;
		}	
	}
}*/

.sc_2 {
  background-image: url("../images/bg_section2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  padding-top: 42px;
  margin: -25px 0 0 0;
  z-index: 2;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sc_2 {
    min-height: 650px;
  }
}

@media screen and (max-width: 767px) {
  .sc_2 {
    padding-bottom: 300px;
  }
}

@media screen and (min-width: 1201px) {
  .sc_2 {
    min-height: 850px;
  }
}

.sc_2 .layer_ovni {
  left: 32%;
  top: 14%;
  width: 13%;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .sc_2 .layer_ovni {
    left: 10%;
    top: 10%;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sc_2 .layer_ovni {
    width: 36%;
  }
}

.sc_2 .layer_ovni .ovni {
  display: table;
  width: 100%;
}

.sc_2 .box_text_info_sc2 {
  width: 450px;
  height: auto;
  color: #fff;
  margin-left: 10%;
  margin-top: 12%;
  opacity: 0;
  filter: Alpha(opacity=0);
}

@media screen and (max-width: 1100px) {
  .sc_2 .box_text_info_sc2 {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .sc_2 .box_text_info_sc2 {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 25%;
  }
}

.sc_2 .box_text_info_sc2 h2 {
  font-size: 50px;
  margin-top: 0;
}

.sc_2 .box_text_info_sc2 p {
  font-size: 18px;
  margin: 0 0 30px 0;
}

.sc_2 .box_text_info_sc2 a {
  font-size: 16px;
  float: left;
  display: block;
  background: #fff;
  padding: 10px 30px;
  color: #1fb5e4;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sc_2 .box_text_info_sc2 a {
    margin: 0 auto;
    float: none;
    width: 80px;
  }
}

.bg_rock_s2 {
  background: url("../images/sprite_rocks_section_2.png") no-repeat center bottom;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -200%;
  left: 0;
  z-index: 1;
  -webkit-transition: top 5s ease-out,opacity 0.5s ease-out;
  -o-transition: top 5s ease-out,opacity 0.5s ease-out;
  -moz-transition: top 5s ease-out,opacity 0.5s ease-out;
  transition: top 5s ease-out,opacity 0.5s ease-out;
}

@media screen and (max-width: 992px) {
  .bg_rock_s2 {
    display: none;
  }
}

.sc_3 {
  background: -webkit-radial-gradient(at top, #eef7fa, #d5ecf3, #79c2da);
  background: -moz- oldradial-gradient(at top, #eef7fa, #d5ecf3, #79c2da);
  background: -o-radial-gradient(at top, #eef7fa, #d5ecf3, #79c2da);
  background: radial-gradient(at top, #eef7fa, #d5ecf3, #79c2da);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding-top: 140px;
  z-index: 0;
  overflow: hidden;
  margin: -80px 0 0 0;
  position: relative;
  min-height: 450px;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 1201px) {
  .sc_3 {
    margin: -90px 0 0 0;
    padding-top: 300px;
  }
}

@media screen and (min-width: 2001px) {
  .sc_3 {
    min-height: 1050px;
  }
}

@media screen and (max-width: 767px) {
  .sc_3 {
    padding: 50px 0;
  }
}

.sc_3 .box_text_info_sc3 {
  width: 500px;
  height: auto;
  color: #fff;
  opacity: 0;
  filter: Alpha(opacity=0);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sc_3 .box_text_info_sc3 {
    position: absolute;
    right: 5%;
    top: 15%;
  }
}

@media only screen and (min-width: 1025px) {
  .sc_3 .box_text_info_sc3 {
    position: absolute;
    left: 60%;
    top: 15%;
    width: 40%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1024px) {
  .sc_3 .box_text_info_sc3 {
    width: 300px;
    right: 10%;
  }
}

@media only screen and (max-width: 865px) {
  .sc_3 .box_text_info_sc3 {
    right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .sc_3 .box_text_info_sc3 {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    float: none;
    left: 0;
    right: 0;
    top: 10%;
    text-align: center;
  }
}

.sc_3 .box_text_info_sc3 h2 {
  font-size: 50px;
  margin-bottom: 20px;
  color: #df038a;
}

.sc_3 .box_text_info_sc3 p {
  font-size: 18px;
  margin: 0 0 30px;
  color: #2f3741;
}

.sc_3 .box_text_info_sc3 a {
  font-size: 16px;
  float: left;
  display: block;
  background: #1fb5e4;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sc_3 .box_text_info_sc3 a {
    margin: 0 auto;
    float: none;
    width: 80px;
  }
}

.sc_3 .layer {
  position: absolute !important;
}

.sc_3 .person1 {
  left: 0;
  width: 16%;
  position: absolute;
  bottom: -3%;
  max-height: 97%;
  z-index: 1;
}

@media only screen and (max-width: 535px) {
  .sc_3 .person1 {
    display: none;
  }
}

@media only screen and (max-height: 375px) {
  .sc_3 .person1 {
    bottom: 0%;
    width: 12%;
  }
}

@media only screen and (min-height: 376px) and (max-height: 415px) {
  .sc_3 .person1 {
    bottom: 0%;
    width: 12%;
  }
}

.sc_3 .person2 {
  left: 15%;
  width: 7%;
  position: absolute;
  bottom: -1%;
  max-height: 90%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .sc_3 .person2 {
    display: none;
  }
}

@media only screen and (max-height: 375px) {
  .sc_3 .person2 {
    bottom: -25%;
  }
}

@media only screen and (min-height: 376px) and (max-height: 415px) {
  .sc_3 .person2 {
    bottom: -25%;
  }
}

.sc_3 .person3 {
  left: 25.5%;
  width: 14%;
  position: absolute;
  max-height: 97%;
  bottom: -3%;
}

@media screen and (max-width: 767px) {
  .sc_3 .person3 {
    left: -13%;
    bottom: -3%;
    width: 35%;
  }
}

@media screen and (max-width: 414px) {
  .sc_3 .person3 {
    left: 8.5%;
    width: 22%;
  }
}

@media only screen and (max-height: 375px) {
  .sc_3 .person3 {
    bottom: 0;
    left: 27%;
    width: 12%;
  }
}

@media only screen and (min-height: 376px) and (max-height: 415px) {
  .sc_3 .person3 {
    bottom: 0;
    left: 22%;
    width: 15%;
  }
}

.sc_3 .person4 {
  right: 25%;
  width: 16%;
  position: absolute;
  bottom: -3%;
}

@media screen and (max-width: 767px) {
  .sc_3 .person4 {
    right: -23%;
    bottom: -5%;
    width: 50%;
  }
}

@media screen and (max-width: 414px) {
  .sc_3 .person4 {
    right: 6%;
    bottom: 0;
    width: 24%;
  }
}

@media only screen and (max-height: 375px) {
  .sc_3 .person4 {
    right: 25%;
    bottom: 0;
    width: 15%;
  }
}

@media only screen and (min-height: 376px) and (max-height: 415px) {
  .sc_3 .person4 {
    right: 23%;
    bottom: 0;
    width: 18%;
  }
}

.sc_3 .person5 {
  right: 10%;
  width: 16%;
  position: absolute;
  bottom: 0%;
}

@media screen and (max-width: 767px) {
  .sc_3 .person5 {
    display: none;
  }
}

.sc_3 .person6 {
  right: 8%;
  width: 6%;
  position: absolute;
  bottom: -8%;
  z-index: -1;
}

@media only screen and (max-width: 535px) {
  .sc_3 .person6 {
    display: none;
  }
}

.slick-slider,
.slick-list,
.slick-track {
  height: 100vh !important;
  width: 100vh !important;
  position: absolute !important;
}

.slick-vertical .slick-slide {
  height: 100% !important;
  width: 100% !important;
}

#saf_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 11;
}
@font-face {
  font-family: 'merriweatherbold';
  src: url("fonts/merriweather-bold-webfont.woff2") format("woff2"), url("fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url("fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Medium.woff") format("woff"), url("fonts/Avenir-Medium.ttf") format("truetype"), url("fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 992px) {
  body {
    /*#mobile-menu {
        display: block;
    }*/
  }

  body header nav {
    display: none;
    float: none;
    position: absolute;
    height: auto;
    width: 110%;
    left: -5%;
    top: 70px;
    background-color: #fff;
    overflow: auto;
    -webkit-box-shadow: 0px 5px 0px 5px #fff;
       -moz-box-shadow: 0px 5px 0px 5px #fff;
            box-shadow: 0px 5px 0px 5px #fff;
  }

  body header nav ul {
    height: auto;
    display: block;
  }

  body header nav ul li {
    float: none;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
  }

  body header nav ul li:last-child {
    margin: 0;
  }

  body header nav ul li.item-blue a {
    text-align: center;
  }

  body header nav ul li a {
    display: table;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    border-bottom: 1px solid #ccc;
  }

  body header #nav-icon {
    display: block;
  }
}

body.menu-reduced {
  /*#mobile-menu {
        display: block;
    }*/
}

body.menu-reduced header nav {
  display: none;
  float: none;
  position: absolute;
  height: auto;
  width: 110%;
  left: -5%;
  top: 70px;
  background-color: #fff;
  overflow: auto;
  -webkit-box-shadow: 0px 5px 0px 5px #fff;
     -moz-box-shadow: 0px 5px 0px 5px #fff;
          box-shadow: 0px 5px 0px 5px #fff;
}

body.menu-reduced header nav ul {
  height: auto;
  display: block;
}

body.menu-reduced header nav ul li {
  float: none;
  display: block;
  height: auto;
  margin: 0;
}

body.menu-reduced header nav ul li:last-child {
  margin: 0;
}

body.menu-reduced header nav ul li.item-blue a {
  text-align: center;
}

body.menu-reduced header nav ul li a {
  display: table;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}

body.menu-reduced header #nav-icon {
  display: block;
}

body.opened-menu {
  overflow: hidden;
}

body.opened-menu header nav {
  display: block;
}

#mobile-menu {
  display: none;
}

#mobile-menu .bg-black {
  background-color: #000;
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

body.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar header {
    top: 0;
    z-index: 100000;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar header + .tophep {
    display: none;
  }
}

header {
  height: 70px;
  border-bottom: 1px solid #818181;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  -o-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  z-index: 101;
}

header.sticky {
  height: 55px;
}

header.sticky nav ul li {
  padding: 7.5px 0;
}

header + .tophep {
  height: 70px;
  display: block;
}

header .panel-container {
  height: 100%;
  position: relative;
}

header .logo {
  height: 100%;
  padding: 5px 0;
  display: block;
  float: left;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .logo a {
  height: 100%;
  text-decoration: none;
  color: transparent;
  display: table;
  position: relative;
  width: 100%;
}

header .logo a img {
  display: table;
  height: 50%;
  position: absolute;
  top: 25%;
}

@media screen and (max-width: 360px) {
  header .logo a img {
    max-width: 225px;
  }
}

header nav {
  float: right;
  height: 100%;
  -o-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

header nav ul {
  display: table;
  height: 100%;
  margin: 0;
  padding: 0;
}

header nav ul li {
  float: left;
  height: 100%;
  list-style-type: none;
  padding: 15px 0;
  -o-transition: padding 0.5s ease;
  -moz-transition: padding 0.5s ease;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 5px;
}

header nav ul li:last-child {
  margin: 0 0 0 20px;
}

header nav ul li.item-blue a {
  color: #fff;
  background-color: #1fb5e4;
}

header nav ul li.active a {
  font-weight: bold;
}

header nav ul li a {
  padding: 12px 15px;
  height: 100%;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  color: #000;
  display: table;
}

header #nav-icon {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: -webkit-calc(50% - 16px/2);
  top: -moz-calc(50% - 16px/2);
  top: calc(50% - 16px/2);
  right: 0;
}

header #nav-icon.active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

header #nav-icon.active span:nth-child(2) {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header #nav-icon.active span:nth-child(3) {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header #nav-icon.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

header #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333333;
  opacity: 1;
  left: 0;
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header #nav-icon span:nth-child(1) {
  top: 0px;
}

header #nav-icon span:nth-child(2) {
  top: 6px;
}

header #nav-icon span:nth-child(3) {
  top: 6px;
}

header #nav-icon span:nth-child(4) {
  top: 12px;
}
@font-face {
  font-family: 'merriweatherbold';
  src: url("fonts/merriweather-bold-webfont.woff2") format("woff2"), url("fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url("fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Medium.woff") format("woff"), url("fonts/Avenir-Medium.ttf") format("truetype"), url("fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

.link-quote {
  color: #000;
  text-decoration: none;
}

.link-quote:hover {
  cursor: pointer;
}

.quote-content p {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .quote-content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .quote-content p img {
    width: 100%;
    height: auto;
  }
}

#contact-us {
  position: relative;
  height: 100vh;
}

#contact-us h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 0 10px 0;
  color: #bf0786;
}

@media screen and (min-width: 1241px) {
  #contact-us h1 {
    font-size: 63px;
    line-height: 63px;
  }
}

@media screen and (max-width: 640px) {
  #contact-us h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

#contact-us .info {
  float: left;
  margin: 15vh 0 0 7%;
  padding-bottom: 60px;
  width: 28%;
}

@media screen and (max-width: 992px) {
  #contact-us .info {
    margin: 0 auto;
    padding-top: 70px;
    float: none;
    display: table;
    padding-bottom: 50px;
    width: 90%;
  }
}

@media screen and (max-width: 992px) {
  #contact-us .info h1 {
    text-align: center;
  }
}

#contact-us .info .contact-text {
  margin-left: 6px;
}

@media screen and (min-width: 1241px) {
  #contact-us .info .contact-text {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 992px) {
  #contact-us .info .contact-text {
    text-align: center;
  }
}

#contact-us .info .contact-text .piece {
  margin-top: 25px;
}

#contact-us .info .contact-text .piece b {
  display: block;
  margin-bottom: 5px;
  color: #000;
}

#contact-us .info .contact-text .piece span {
  color: #353a43;
}

#contact-us .info .contact-text .piece span a {
  color: #353a43;
  text-decoration: none;
}

#contact-us .bg-image {
  float: right;
  display: block;
  width: 65%;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

@media screen and (max-width: 992px) {
  #contact-us .bg-image {
    min-height: 300px;
    height: 350px;
  }
}

@media screen and (max-width: 782px) {
  #contact-us .bg-image {
    min-height: 200px;
    height: 300px;
    width: 100%;
  }
}

@media screen and (max-width: 458px) {
  #contact-us .bg-image {
    min-height: 150px;
    height: 250px;
  }
}

#contact-us .bg-image .robot-wrap {
  position: relative;
  z-index: 2;
}

#contact-us .bg-image .robot-wrap img {
  width: 100%;
  position: absolute;
  right: -33%;
  top: -25px;
}

@media screen and (max-width: 992px) {
  #contact-us .bg-image .robot-wrap img {
    top: 0;
  }
}

@media screen and (max-width: 782px) {
  #contact-us .bg-image .robot-wrap img {
    width: 100%;
  }
}

@media screen and (max-width: 458px) {
  #contact-us .bg-image .robot-wrap img {
    right: -20%;
  }
}

#contact-us .bg-image .shape-wrap {
  height: 100%;
  min-height: 650px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  #contact-us .bg-image .shape-wrap {
    min-height: auto;
  }
}

#contact-us .bg-image .shape-wrap .shape {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
}

#team .top {
  position: relative;
}

#team .top img.bg {
  display: table;
  width: 101%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}

#team .top .panel-container {
  padding: 60px 0 75px 0;
  position: relative;
  z-index: 1;
  /*@media screen and (min-width: 415px) {
                position: absolute;
                top: 50%;
                left: 50%;
                @include a-transform(translate(-50%,-50%));
            }*/
}

@media screen and (min-width: 993px) {
  #team .top .panel-container {
    padding: 120px 0 185px 0;
  }
}

@media screen and (max-width: 414px) {
  #team .top .panel-container {
    padding: 30px 0;
  }
}

#team .top .panel-container h1 {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}

@media screen and (min-width: 1241px) {
  #team .top .panel-container h1 {
    font-size: 63px;
    line-height: 63px;
  }
}

@media screen and (max-width: 992px) {
  #team .top .panel-container h1 {
    text-align: center;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 640px) {
  #team .top .panel-container h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

#team .top .panel-container span {
  color: #fff;
  display: table;
  line-height: 20px;
  width: 60%;
  margin-left: 6px;
}

@media screen and (min-width: 1241px) {
  #team .top .panel-container span {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 992px) {
  #team .top .panel-container span {
    text-align: center;
    width: 100%;
    padding-bottom: 25px;
  }
}

#team .members {
  padding: 60px 0;
}

@media screen and (max-width: 992px) {
  #team .members {
    padding: 40px 0;
  }
}

#team .members h2 {
  font-size: 50px;
  line-height: 50px;
  color: #bf0786;
  margin: 0;
  padding-bottom: 10px;
  margin-left: 4px;
}

@media screen and (min-width: 1241px) {
  #team .members h2 {
    font-size: 63px;
    line-height: 63px;
  }
}

@media screen and (max-width: 992px) {
  #team .members h2 {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #team .members h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

#team .members span {
  margin-left: 6px;
}

@media screen and (min-width: 1241px) {
  #team .members span {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 992px) {
  #team .members span {
    display: block;
    text-align: center;
  }
}

#team .members .wrap-members {
  margin: 40px 0;
}

#team .members .wrap-members ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

#team .members .wrap-members ul li {
  list-style-type: none;
  padding: 20px 0.5%;
  float: left;
  width: 32.333%;
  height: 171px;
}

@media screen and (max-width: 992px) {
  #team .members .wrap-members ul li {
    width: 49%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #team .members .wrap-members ul li {
    width: 100%;
  }
}

#team .members .wrap-members ul li .thumb {
  float: left;
  max-width: 40%;
  width: 140px;
}

@media screen and (max-width: 992px) {
  #team .members .wrap-members ul li .thumb {
    float: none;
    max-width: 100%;
    width: 100%;
  }
}

#team .members .wrap-members ul li .thumb a {
  text-decoration: none;
  color: transparent;
  display: table;
  width: 100%;
}

#team .members .wrap-members ul li .thumb img {
  display: table;
  height: 145px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  #team .members .wrap-members ul li .thumb img {
    max-width: 100%;
    margin: 0 auto;
  }
}

#team .members .wrap-members ul li .info {
  float: left;
  padding: 0 0 0 30px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
}

@media screen and (max-width: 992px) {
  #team .members .wrap-members ul li .info {
    float: none;
    padding: 15px 0 0 0;
    width: 100%;
  }
}

#team .members .wrap-members ul li .info a {
  text-decoration: none;
  color: transparent;
  display: table;
  width: 100%;
}

#team .members .wrap-members ul li .info h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  #team .members .wrap-members ul li .info h3 {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #team .members .wrap-members ul li .info h3 {
    font-size: 20px;
    line-height: 20px;
  }
}

#team .members .wrap-members ul li .info .position {
  font-style: italic;
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 992px) {
  #team .members .wrap-members ul li .info .position {
    text-align: center;
  }
}

#team .members .wrap-members ul li .info .linkedin-icon {
  text-decoration: none;
  color: transparent;
  display: block;
  height: 30px;
  width: 30px;
  margin-top: 5px;
}

@media screen and (max-width: 992px) {
  #team .members .wrap-members ul li .info .linkedin-icon {
    display: table;
    margin: 5px auto 0 auto;
  }
}

#team .members .wrap-members ul li .info .desc {
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 992px) {
  #team .members .wrap-members ul li .info .desc {
    text-align: center;
  }
}

#team .investor {
  position: relative;
}

#team .investor img.bg {
  display: table;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

#team .investor .panel-container {
  padding: 80px 0;
  /*@include breakpointLgMin {
                position: absolute;
                top: 50%;
                left: 50%;
                @include a-transform(translate(-50%,-50%));
                z-index: 1;
            }*/
}

@media screen and (max-width: 992px) {
  #team .investor .panel-container {
    padding: 40px 0;
  }
}

#team .investor .panel-container h2 {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}

@media screen and (min-width: 1241px) {
  #team .investor .panel-container h2 {
    font-size: 63px;
    line-height: 63px;
  }
}

@media screen and (max-width: 992px) {
  #team .investor .panel-container h2 {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #team .investor .panel-container h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

#team .investor .panel-container span {
  display: block;
  color: #fff;
  margin-bottom: 50px;
  margin-left: 6px;
}

@media screen and (min-width: 1241px) {
  #team .investor .panel-container span {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 992px) {
  #team .investor .panel-container span {
    text-align: center;
  }
}

#team .investor .panel-container .logos {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

#team .investor .panel-container .logos.dodd .row-two .item-logo.last {
  width: 100%;
}

#team .investor .panel-container .logos.dodd .row-two .item-logo.last .image img {
  width: 30%;
}

#team .investor .panel-container .logos .row-two {
  display: table;
  width: 100%;
}

#team .investor .panel-container .logos .row-two .item-logo {
  list-style-type: none;
  float: left;
  position: relative;
  width: 50%;
}

#team .investor .panel-container .logos .row-two .item-logo .image {
  display: block;
}

#team .investor .panel-container .logos .row-two .item-logo .image img {
  display: table;
  margin: 0 auto;
  opacity: 0.5;
  filter: Alpha(opacity=50);
  width: 55%;
}

@media screen and (max-width: 992px) {
  #team .investor .panel-container .logos .row-two .item-logo .image img {
    width: 80%;
  }
}

#team .light-year {
  padding: 60px 0;
}

#team .light-year .info {
  float: left;
  width: 50%;
}

@media screen and (max-width: 992px) {
  #team .light-year .info {
    float: none;
    width: 100%;
  }
}

#team .light-year .info h2 {
  font-size: 50px;
  line-height: 50px;
  color: #bf0786;
  margin: 0;
  padding-bottom: 10px;
}

@media screen and (min-width: 1241px) {
  #team .light-year .info h2 {
    font-size: 63px;
    line-height: 63px;
  }
}

@media screen and (max-width: 992px) {
  #team .light-year .info h2 {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #team .light-year .info h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

#team .light-year .info .text-desc {
  padding: 1px 0;
  color: #353a43;
  margin-left: 4px;
}

@media screen and (max-width: 992px) {
  #team .light-year .info .text-desc {
    text-align: center;
  }
}

@media screen and (min-width: 1241px) {
  #team .light-year .info .text-desc {
    font-size: 18px;
    line-height: 25px;
  }
}

#team .light-year .info .text-desc p {
  color: #353a43;
}

@media screen and (min-width: 1241px) {
  #team .light-year .info .text-desc p {
    font-size: 18px;
    line-height: 25px;
  }
}

#team .light-year .featured-image {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (max-width: 992px) {
  #team .light-year .featured-image {
    float: none;
    padding-left: 0;
    width: 100%;
    height: auto;
  }
}

#team .light-year .featured-image img {
  height: auto;
  width: 100%;
  display: block;
  float: left;
  margin-top: 15%;
}

@media screen and (max-width: 992px) {
  #team .light-year .featured-image img {
    height: auto;
    width: 100%;
    margin-top: 2%;
  }
}

.default-single-page {
  padding-bottom: 20px;
}

.default-single-page .panel-container {
  padding: 70px 0;
}

.default-single-page h3 {
  font-size: 16px;
  line-height: 16px;
}

.default-single-page h1 {
  font-size: 50px;
  line-height: 50px;
  color: #bf0786;
  margin: 0;
  padding-bottom: 10px;
}

@media screen and (min-width: 1241px) {
  .default-single-page h1 {
    font-size: 63px;
    line-height: 63px;
  }
}

@media screen and (max-width: 992px) {
  .default-single-page h1 {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .default-single-page h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 992px) {
  .default-single-page .content * {
    text-align: center;
  }
}

.default-single-page p {
  font-size: 15px;
  line-height: 15px;
}

@media screen and (min-width: 1241px) {
  .default-single-page p {
    font-size: 18px;
    line-height: 25px;
  }
}

.default-single-page a.shoot-email {
  padding: 10px 0;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #00dba8;
  display: block;
  width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

@media screen and (max-width: 992px) {
  .default-single-page a.shoot-email {
    display: table;
    margin: 0 auto;
  }
}

.single-post .wrapper-content {
  padding: 0 0 30px 0;
}

.single-post .wrapper-content .header-title {
  position: relative;
  padding-bottom: 50px;
  padding-top: 40px;
  margin-bottom: 55px;
  overflow: hidden;
  background-color: transparent;
  background-image: url("../images/news/single/gradient_bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}

.single-post .wrapper-content .header-title:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%;
  height: 115%;
  background-color: transparent;
  background-image: url("../images/news/single/gradient_bg2.png");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .single-post .wrapper-content .header-title:before {
    content: none;
  }
}

.single-post .wrapper-content .header-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: transparent;
  background-image: url("../images/news/single/gradient_bg_bottom.png");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .single-post .wrapper-content .header-title:after {
    content: none;
  }
}

.single-post .wrapper-content .header-title .bg {
  width: 100%;
}

.single-post .wrapper-content .header-title .wrap-title-text {
  padding: 0 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .single-post .wrapper-content .header-title .wrap-title-text {
    padding: 0 10px;
  }
}

.single-post .wrapper-content .header-title .wrap-title-text h1 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 992px) {
  .single-post .wrapper-content .header-title .wrap-title-text h1 {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .single-post .wrapper-content .header-title .wrap-title-text h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .single-post .wrapper-content .header-title .wrap-title-text h1 {
    padding: 0 0 30px 0;
  }
}

.single-post .wrapper-content .header-title .wrap-title-text .wrap-date .date {
  float: left;
  color: #fff;
  line-height: 30px;
  height: 30px;
}

.single-post .wrapper-content .header-title .wrap-title-text .wrap-date .social-links {
  float: left;
  display: table;
  margin: 0;
  padding: 0;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .single-post .wrapper-content .header-title .wrap-title-text .wrap-date .social-links {
    float: right;
  }
}

.single-post .wrapper-content .header-title .wrap-title-text .wrap-date .social-links li {
  float: left;
  list-style-type: none;
  margin: 0 5px;
}

.single-post .wrapper-content .header-title .wrap-title-text .wrap-date .social-links li:last-child {
  margin: 0 0 0 5px;
}

.single-post .wrapper-content .header-title .wrap-title-text .wrap-date .social-links li a {
  text-decoration: none;
  color: transparent;
  display: block;
  height: 30px;
  width: 30px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-post .wrapper-content .header-title .wrap-title-text .wrap-date .social-links li a.instagram {
  background-color: #000;
  border: 1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.single-post .wrapper-content .featured-image {
  width: 100%;
  max-width: 550px;
  display: table;
  margin: 35px auto;
}

@media screen and (min-width: 993px) {
  .single-post .wrapper-content .featured-image {
    max-width: 990px;
  }
}

.single-post .wrapper-content .content {
  padding: 0 50px 35px 50px;
}

@media screen and (max-width: 992px) {
  .single-post .wrapper-content .content * {
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  .single-post .wrapper-content .content {
    padding: 0 10px 35px 10px;
  }
}

.single-post .wrapper-content .content .wrap-btn-back a {
  display: table;
  margin: 30px auto;
  text-transform: uppercase;
}

body.coming-soon .bg {
  position: relative;
  height: 100vh;
  background-image: url("../images/coming-soon/bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center bottom;
}

body.coming-soon .bg img.text {
  max-width: 95%;
  max-height: 60vh;
  position: absolute;
  left: 50%;
  bottom: 0;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@font-face {
  font-family: 'merriweatherbold';
  src: url("fonts/merriweather-bold-webfont.woff2") format("woff2"), url("fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url("fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Medium.woff") format("woff"), url("fonts/Avenir-Medium.ttf") format("truetype"), url("fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
