/* ========================================================================== */
/* GENERAL */
/* ========================================================================== */
@font-face {
  font-family: 'C-Regular';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/TwCenMT-Regular/TwCenMT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TwCenMT-Regular/TwCenMT-Regular.woff") format("woff"), url("../fonts/TwCenMT-Regular/TwCenMT-Regular.ttf") format("truetype"), url("../fonts/TwCenMT-Regular/TwCenMT-Regular.svg#TwCenMT-Regular") format("svg"); }
body,
html {
  font-family: 'Century Gothic', 'C-Regular', sans-serif;
  font-size: 20px;
  line-height: 20px;
  min-width: 100% !important;
  height: 100%;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    body p,
    html p {
      font-size: 24px; } }
  @media only screen and (min-width: 0) and (max-width: 375px) {
    body p,
    html p {
      font-size: 20px;
      line-height: 20px; } }

.wrapMain {
  opacity: 0;
  float: left;
  width: 100%; }

.modal-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

a {
  text-decoration: none; }

a:link {
  text-decoration: none; }

a:hover,
a:visited,
a:active {
  text-decoration: none; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  line-height: 32px;
  position: relative;
  color: #747474; }

li {
  color: #747474; }

h2 {
  font-size: 70px;
  font-weight: normal; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
      font-size: 36px;
      line-height: 44px; } }

.iconNav {
  position: fixed;
  z-index: 12;
  z-index: 666666;
  top: 20px;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 9px; }
  @media only screen and (min-width: 1200px) {
    .iconNav {
      display: none; } }

.navSmart {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  animation: .3s animaNav forwards;
  background: black; }

.nav.navProject li {
  padding: 20px; }

.nav {
  position: fixed;
  z-index: 99999;
  top: -100%;
  left: 0;
  float: left;
  width: 100%;
  padding-right: 20px;
  background: rgba(0, 0, 0, 0.8); }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav {
      padding-right: 0; } }
  .nav h1 {
    float: left;
    margin: 0;
    padding: 0; }
  .nav ul.navInterno {
    margin-top: 0 !important; }
  .nav ul {
    z-index: 2000;
    float: right;
    margin-top: 20px; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .nav ul {
        position: fixed;
        top: 20%;
        left: 0;
        display: none;
        width: 100%; } }
    .nav ul li {
      float: left;
      padding: 0 40px; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .nav ul li {
          width: 100%;
          margin-bottom: 10px;
          padding: 0;
          text-align: center; } }
      .nav ul li a {
        font-size: 20px;
        font-weight: normal;
        line-height: 50px;
        width: 100%;
        text-align: center;
        display: block;
        color: #fff;
        -webkit-transition: all .3s ease-out  0s;
        -moz-transition: all .3s ease-out  0s;
        -ms-transition: all .3s ease-out  0s;
        -o-transition: all .3s ease-out  0s;
        transition: all .3s ease-out  0s; }
        .nav ul li a:hover {
          color: #2ba0cf;
          -webkit-transition: all .3s ease-out  0s;
          -moz-transition: all .3s ease-out  0s;
          -ms-transition: all .3s ease-out  0s;
          -o-transition: all .3s ease-out  0s;
          transition: all .3s ease-out  0s; }
        @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
          .nav ul li a {
            font-size: 40px;
            line-height: 10px; } }

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/deg.png) 0 100% no-repeat !important;
  z-index: 9999; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .mask {
      font-size: 40px;
      line-height: 10px;
      display: none; } }

.video {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%; }
  .video a.viewProjects {
    font-size: 18px;
    display: block;
    width: 208px;
    height: 58px;
    margin: 0 auto;
    padding-top: 15px;
    color: #111;
    background: url(../images/btn_view.png); }
    @media only screen and (max-width: 767px) {
      .video a.viewProjects {
        font-size: 12px;
        line-height: 12px; } }
    @media only screen and (min-width: 0) and (max-width: 375px) {
      .video a.viewProjects {
        font-size: 20px;
        line-height: 20px; } }
  .video .text {
    position: absolute;
    z-index: 90000;
    bottom: 40px;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .video .text {
        padding: 0 60px; } }
    .video .text h2 {
      font-size: 60px;
      font-weight: normal;
      position: relative;
      text-transform: uppercase;
      color: #fff; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .video .text h2 {
          font-size: 40px;
          line-height: 60px; } }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .video .text h2 {
          font-size: 40px;
          line-height: 40px;
          text-shadow: 3px 3px 3px #828282; } }
    .video .text p {
      font-size: 20px;
      color: #fff; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .video .text p {
          line-height: 22px;
          text-shadow: 2px 2px 2px #505050; } }

.projects {
  color: #fff; }
  .projects a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background: #000; }
    .projects a img {
      width: 100%; }
  .projects .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out  0s;
    -moz-transition: all .3s ease-out  0s;
    -ms-transition: all .3s ease-out  0s;
    -o-transition: all .3s ease-out  0s;
    transition: all .3s ease-out  0s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6); }
    .projects .title:hover {
      opacity: 1; }
      .projects .title:hover span {
        margin-top: 213px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .projects .title {
        opacity: 1;
        background: url(../images/deg.png) 0 100% no-repeat; } }
    .projects .title span {
      font-size: 28px;
      line-height: 34px;
      display: block;
      float: left;
      width: 100%;
      margin-top: 180px;
      -webkit-transition: all .3s ease-out  0s;
      -moz-transition: all .3s ease-out  0s;
      -ms-transition: all .3s ease-out  0s;
      -o-transition: all .3s ease-out  0s;
      transition: all .3s ease-out  0s;
      text-align: center;
      color: #fff; }
      @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .projects .title span {
          font-size: 36px;
          position: absolute;
          bottom: 60px;
          left: 0; } }

.welcome {
  position: relative;
  float: left;
  width: 100%;
  padding: 120px 45px 200px 140px;
  background: #f7f8f9 url(../images/welcome.png) 100% 100% no-repeat;
  background-size: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome {
      padding: 30px 30px 60px 30px; } }
  @media only screen and (min-width: 0) and (max-width: 375px) {
    .welcome {
      padding: 30px 30px 60px 30px; } }
  .welcome h3 {
    font-size: 24px;
    line-height: 24px; }
  .welcome p {
    padding-right: 120px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
      .welcome p {
        padding-right: 0; } }

.welcomeModal {
  position: relative;
  float: left;
  width: 100%;
  padding: 240px 140px;
  color: #fff;
  background: #000; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .welcomeModal {
      padding: 60px 30px; } }
  .welcomeModal h2 {
    font-size: 32px; }
  .welcomeModal img {
    max-width: 50%;
    border-radius: 50%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .welcomeModal img {
        max-width: 30%;
        margin-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .welcomeModal img {
        max-width: 60%;
        margin-bottom: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcomeModal img {
        max-width: 40%;
        margin-bottom: 80px; } }

.company {
  position: relative;
  float: left;
  width: 100%; }
  .company img {
    min-width: 100%; }
  .company .companyText {
    position: absolute;
    top: 194px;
    right: 0;
    padding: 30px 76px 0 200px;
    text-align: right; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .company .companyText {
        top: 20px; } }
    @media only screen and (max-width: 767px) {
      .company .companyText {
        top: 0;
        padding: 30px 30px 0 30px;
        padding: 0 30px; } }
    .company .companyText h2 {
      font-weight: normal;
      margin-bottom: 30px;
      color: #2f2e39; }
      @media only screen and (max-width: 767px) {
        .company .companyText h2 {
          margin-bottom: 0; } }
    .company .companyText p {
      margin: 0;
      color: #111; }
    .company .companyText a {
      float: right;
      margin-top: 15px; }

.companyModal {
  position: relative;
  float: left;
  width: 100%;
  padding: 240px 0 20px 0;
  color: #fff;
  background: #000; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .companyModal {
      padding: 40px 0 20px 0;
      background: #000; } }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .companyModal {
      padding: 60px 30px; } }
  .companyModal .companyInfo {
    padding: 0 140px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
      .companyModal .companyInfo {
        padding: 0; } }
    .companyModal .companyInfo h2 {
      font-size: 40px;
      line-height: 44px; }
  .companyModal .logoBig {
    text-align: center; }
    .companyModal .logoBig img {
      float: left;
      max-width: 60%;
      margin: 0 auto;
      margin-bottom: 80px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .companyModal .logoBig img {
          float: initial;
          max-width: 40%;
          margin: 0 auto;
          margin-bottom: 80px; } }
      @media only screen and (max-width: 767px) {
        .companyModal .logoBig img {
          float: initial;
          max-width: 50%;
          margin: 0 auto;
          margin-bottom: 30px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .companyModal .logoBig img {
          float: initial;
          max-width: 30%;
          margin: 0 auto;
          margin-bottom: 30px; } }
  .companyModal h2 {
    font-size: 50px;
    font-weight: normal; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .companyModal h2 {
        line-height: 60px; } }
  .companyModal h3 {
    font-size: 24px; }
  .companyModal p {
    padding-right: 140px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .companyModal p {
        padding: 0; } }
  .companyModal .companyItem {
    width: 100%;
    padding-top: 120px;
    padding-left: 140px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
      .companyModal .companyItem {
        padding: 0; } }
    .companyModal .companyItem p {
      padding-right: 140px; }
      @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
        .companyModal .companyItem p {
          padding: 0; } }

.team {
  width: 100%;
  padding: 120px 30px;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .team {
      padding-bottom: 60px; } }
  .team h2 {
    padding-bottom: 80px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .team h2 {
        padding-bottom: 70px; } }
  .team h3 {
    font-size: 24px;
    line-height: 24px; }
  .team p {
    font-size: 22px;
    font-weight: normal;
    padding-right: 0; }
  .team a {
    color: #fff; }
  .team .teamItem {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .team .teamItem {
        padding-bottom: 100px; } }
  .team img {
    width: 60%;
    margin-bottom: 18px;
    border: 9px solid #fff;
    border-radius: 50%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .team img {
        width: 70%;
        border: 6px solid #fff; } }
    @media only screen and (max-width: 767px) {
      .team img {
        width: 70%;
        border: 7px solid #fff; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .team img {
        width: 40%; } }

.teamItemInfo {
  position: relative;
  left: -100%;
  display: none;
  float: left;
  width: 100%;
  padding: 140px;
  opacity: 0;
  color: #fff;
  background: #000; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .teamItemInfo {
      padding: 60px 30px; } }
  .teamItemInfo h2 {
    font-size: 32px; }
  .teamItemInfo img {
    max-width: 50%;
    border: 8px solid;
    border-radius: 50%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .teamItemInfo img {
        max-width: 30%;
        margin-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .teamItemInfo img {
        max-width: 60%;
        margin-bottom: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .teamItemInfo img {
        max-width: 40%;
        margin-bottom: 80px; } }

a.more {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-indent: -90000px;
  background: url(../images/btn_more.png) no-repeat;
  background-size: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    a.more {
      margin-bottom: 40px; } }

.close {
  position: fixed;
  z-index: 9999999;
  top: 20px;
  right: -200px;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 9px; }
  @media only screen and (min-width: 1200px) {
    .close {
      top: 10px;
      right: -200px; } }

.back {
  width: 30px;
  border: none !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .back {
      display: none; } }

.backSmart {
  width: 24px;
  border: none !important; }
  @media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .backSmart {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .backSmart {
      position: fixed;
      z-index: 9999999;
      top: 32px;
      right: 35px;
      display: none;
      cursor: pointer;
      transform: rotate(180deg); } }

.contact {
  float: left;
  width: 100%;
  padding: 40px 60px 70px 60px;
  color: #fff;
  background: #2f2e39; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact {
      padding: 140px 90px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .contact {
      padding: 30px 30px; } }
  .contact h2 {
    padding-bottom: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact h2 {
        padding-bottom: 26px; } }
  .contact form {
    float: left;
    padding-right: 70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact form {
        margin-bottom: 60px;
        padding: 0; } }
    .contact form ul {
      width: 100%; }
      .contact form ul li {
        float: left;
        width: 100%; }
  .contact input {
    font-family: 'Century Gothic', 'C-Regular', sans-serif;
    font-size: 20px; }
  .contact input[type='text'] {
    line-height: 50px;
    float: left;
    width: 32%;
    height: 50px;
    margin-right: 2%;
    margin-bottom: 19px;
    padding: 0 20px;
    color: #333;
    border: none;
    outline: none; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
      .contact input[type='text'] {
        font-size: 16px;
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact input[type='text'] {
        font-size: 20px; } }
    @media only screen and (min-width: 0) and (max-width: 375px) {
      .contact input[type='text'] {
        font-size: 24px; } }
    .contact input[type='text'].last {
      margin-right: 0 !important; }
  .contact input[name='clearbtn'] {
    line-height: 50px;
    height: 50px;
    margin-right: 14px;
    padding: 0 30px;
    border: none;
    outline: none;
    background: #f66;
    color: #fff; }
    @media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact input[name='clearbtn'] {
        width: 100%;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact input[name='clearbtn'] {
        width: 47%;
        float: left; } }
  .contact input[name='send'] {
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
    border: none;
    outline: none;
    background: #2ba0cf;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .contact input[name='send'] {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact input[name='send'] {
        width: 47%;
        float: right; } }
  .contact textarea {
    font-family: 'Century Gothic', 'C-Regular', sans-serif;
    font-size: 20px;
    width: 100%;
    height: 350px;
    margin-bottom: 18px;
    padding: 20px;
    resize: none;
    color: #333;
    border: none;
    outline: none; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact textarea {
        height: 200px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .contact textarea {
        font-size: 16px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact textarea {
        font-size: 20px; } }
    @media only screen and (min-width: 0) and (max-width: 375px) {
      .contact textarea {
        font-size: 24px; } }

ul.contactDate {
  width: 100%; }
  ul.contactDate li {
    font-size: 15px;
    float: left;
    width: 100%;
    margin-bottom: 18px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
      ul.contactDate li {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      ul.contactDate li {
        font-size: 12px; } }
    ul.contactDate li span {
      line-height: 60px;
      display: block;
      float: left;
      width: 80%;
      color: #fff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        ul.contactDate li span {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        ul.contactDate li span {
          font-size: 14px;
          line-height: 18px;
          width: 60%; } }
      @media only screen and (min-width: 0) and (max-width: 375px) {
        ul.contactDate li span {
          font-size: 16px;
          line-height: 18px;
          width: 60%;
          margin-top: 12px; } }
    ul.contactDate li a {
      width: 100%;
      display: block;
      color: #fff;
      line-height: 43px; }
      @media only screen and (min-width: 0) and (max-width: 375px) {
        ul.contactDate li a {
          font-size: 16px;
          line-height: 18px;
          margin-top: 12px; } }
    ul.contactDate li a.getDir {
      line-height: 43px;
      display: inline-block;
      width: auto;
      height: 43px;
      margin-left: 64px;
      padding: 0 21px; }

a.back {
  line-height: 43px;
  display: inline-block;
  width: auto;
  height: 43px;
  padding: 0 21px;
  color: #fff;
  border: 1px solid #fff !important; }

.tank {
  display: none; }
  .tank h2 {
    padding-bottom: 0;
    font-size: 65px; }

ul.contactDate {
  width: 100%; }
  ul.contactDate li {
    font-size: 15px;
    float: left;
    width: 100%;
    margin-bottom: 18px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
      ul.contactDate li {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      ul.contactDate li {
        font-size: 12px; } }
    ul.contactDate li span {
      line-height: 60px;
      display: block;
      float: left;
      width: 80%;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        ul.contactDate li span {
          font-size: 14px;
          line-height: 18px;
          width: 60%; } }
      @media only screen and (min-width: 0) and (max-width: 375px) {
        ul.contactDate li span {
          font-size: 16px;
          line-height: 18px;
          width: 60%;
          margin-top: 12px; } }
    ul.contactDate li a {
      width: 100%;
      display: block;
      color: #fff; }
      @media only screen and (min-width: 0) and (max-width: 375px) {
        ul.contactDate li a {
          font-size: 16px;
          line-height: 18px;
          margin-top: 12px; } }
    ul.contactDate li a.getDir {
      line-height: 50px;
      display: block;
      display: inline-block;
      width: auto;
      height: 50px;
      margin-left: 64px;
      padding: 0 21px;
      border: 1px solid #fff; }

.copyTitle {
  font-size: 11px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #000;
  background: #2f2e39; }

.copy {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .copy {
      padding: 30px; } }
  .copy p {
    font-size: 11px;
    line-height: 22px;
    color: #999; }
    @media only screen and (max-width: 767px) {
      .copy p {
        font-size: 10px;
        line-height: 12px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .copy p {
        font-size: 16px;
        line-height: 16px; } }
    @media only screen and (min-width: 0) and (max-width: 375px) {
      .copy p {
        font-size: 12px;
        line-height: 17px; } }

.icon {
  float: left;
  width: 45px;
  height: 60px;
  margin-right: 20px;
  background: url(../images/contactIcon.png) no-repeat;
  background-size: 75%; }

.icon-1 {
  background-position: 0 4px; }

.icon-2 {
  background-position: -4px -75px; }

.icon-3 {
  background-position: -5px -160px; }

.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' '; }

.clearfix {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
/*Animation*/
#project1 {
  position: relative; }

.persp {
  -webkit-perspective: 800;
  perspective: 800; }

.navResp {
  position: fixed;
  z-index: 99999;
  top: -150px;
  right: -150px;
  display: none;
  width: 300px;
  height: 300px;
  transform: scale(0);
  animation: 1s circleNav forwards;
  border-radius: 50%;
  background: #111; }

@keyframes circleNav {
  from {
    transform: scale(0); }
  to {
    transform: scale(15); } }
@keyframes animaNav {
  from {
    height: 0; }
  to {
    height: 100%; } }
video {
  position: absolute;
  z-index: -100;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.modal {
  position: fixed;
  z-index: 999999;
  top: 150%;
  left: 0;
  overflow: auto;
  height: 100%;
  background: #000;
  widows: 100%;
  -webkit-overflow-scrolling: touch; }

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

.temp {
  position: relative; }

.teamContainer {
  position: relative;
  float: left;
  width: 100%; }

.absolute {
  position: absolute;
  top: 0;
  left: 0; }

h1.logoProjectMain {
  position: relative;
  z-index: 2000;
  float: left;
  font-size: 32px;
  margin: 0;
  color: #fff;
  line-height: 90px;
  padding-left: 30px;
  font-weight: normal;
  text-align: left; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    h1.logoProjectMain {
      width: 60%;
      margin-left: 15px;
      padding: 9px 0;
      line-height: 70px; } }
  @media only screen and (min-width: 0) and (max-width: 375px) {
    h1.logoProjectMain {
      font-size: 27px;
      line-height: 70px; } }

.slideText2 {
  float: left;
  text-align: center;
  width: 100%;
  background: #fff;
  font-size: 32px;
  padding: 40px 0; }
  .slideText2 p {
    font-size: 30px; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .slideText2 p {
        font-size: 26px; } }
  .slideText2 h3 {
    font-weight: normal;
    line-height: 32px; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .slideText2 h3 {
        font-size: 32px; } }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .center-main-slide {
    display: none; } }

.slider {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%; }
  .slider img {
    width: 100%;
    min-width: 600px; }
  .slider .cycle-pager {
    position: absolute;
    z-index: 9999;
    bottom: 55px;
    left: 0;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    text-align: center; }
    .slider .cycle-pager span {
      font-size: 50px;
      color: #fff; }
    .slider .cycle-pager .cycle-pager-active {
      color: #227fbb !important; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .slider .cycle-pager {
        bottom: 12px;
        height: 20px; } }
  .slider .sliderText {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .slider .sliderText {
        position: relative;
        bottom: 0;
        float: left;
        width: 100%;
        padding: 20px;
        padding-bottom: 0;
        text-align: center; } }
    .slider .sliderText h2 {
      font-size: 42px;
      font-weight: normal;
      line-height: 50px;
      margin-bottom: 30px;
      color: #fff;
      text-shadow: 3px 3px 3px #828282; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .slider .sliderText h2 {
          font-size: 32px;
          line-height: 32px;
          margin-bottom: 10px;
          text-shadow: initial; } }
    .slider .sliderText h3 {
      font-size: 30px;
      font-weight: normal;
      line-height: 30px;
      margin-bottom: 0;
      margin: 0;
      color: #fff;
      margin-bottom: 10px;
      text-shadow: 3px 3px 3px #828282; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .slider .sliderText h3 {
          font-size: 20px;
          line-height: 24px;
          text-shadow: initial; } }
    .slider .sliderText p {
      font-size: 24px;
      color: #fff;
      text-shadow: 3px 3px 3px #828282; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .slider .sliderText p {
          font-size: 26px;
          line-height: 22px;
          text-shadow: initial; } }
    .slider .sliderText a.scrolling {
      font-size: #fff;
      line-height: 50px;
      display: inline-block;
      height: 50px;
      padding: 0 30px;
      color: #111;
      border-radius: 20px;
      background: #fff;
      margin: 0 auto; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .slider .sliderText a.scrolling {
          font-size: 18px;
          margin-top: 15px;
          text-align: center;
          position: relative; } }
      @media only screen and (min-width: 0) and (max-width: 375px) {
        .slider .sliderText a.scrolling {
          width: 100%; } }
  .slider .sales {
    z-index: 9999;
    float: left;
    color: #fff;
    clear: both;
    width: 100%;
    text-shadow: 3px 3px 3px #828282; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .slider .sales {
        position: relative;
        right: initial;
        bottom: initial;
        float: left;
        width: 100%;
        margin-bottom: 15px;
        text-align: center; } }
    .slider .sales a {
      color: #fff; }
  .slider .goto {
    position: absolute;
    z-index: 9999;
    bottom: 27px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background: url(../images/row.png); }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .slider .goto {
        display: none; } }

.titleProject {
  width: 100%;
  text-align: center;
  font-size: 50px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .titleProject {
      font-size: 36px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .titleProject {
      font-size: 42px; } }

.location {
  float: left;
  width: 100%; }
  .location .near {
    position: relative;
    width: 100%;
    padding: 0 40px;
    background: #2f2e39; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .location .near {
        padding: 20px 40px; } }
    @media only screen and (min-width: 0) and (max-width: 375px), only screen and (max-width: 767px) {
      .location .near {
        padding: 30px 20px 10px 20px; } }
    .location .near h2 {
      font-size: 36px;
      font-weight: normal;
      line-height: 100px;
      margin: 0;
      color: #fff; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .location .near h2 {
          line-height: 30px;
          font-size: 20px; } }
    .location .near p {
      font-size: 26px;
      font-weight: normal;
      line-height: 26px;
      width: 100%;
      margin: 0;
      margin-top: 36px;
      padding: 0;
      text-align: right;
      color: #fff; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .location .near p {
          line-height: 26px;
          text-align: left;
          margin-bottom: 0; } }
    .location .near a {
      font-size: 18px;
      line-height: 43px;
      display: line-block;
      float: right;
      height: 43px;
      margin-top: 27px;
      padding: 0 20px;
      color: #fff;
      border: 1px solid #fff; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .location .near a {
          float: left;
          width: 100%;
          margin-top: 0;
          text-align: center; } }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .getDirSmart {
    position: absolute;
    top: 23px;
    right: 30px; } }
@media only screen and (min-width: 0) and (max-width: 375px) {
  .getDirSmart a {
    font-size: 12px; } }

.trigger {
  float: left;
  width: 100%; }

.map {
  position: relative;
  float: left;
  width: 100%; }
  .map img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .map {
      display: none; } }

/* Shrink wrap strategy 1 */
.easyzoom {
  float: left;
  width: 100%; }

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .easyzoomMap {
    display: none !important; } }

.easyzoom img {
  display: block; }
  .easyzoom img.zoom {
    max-width: 100%; }

/* Shrink wrap strategy 2 */
.easyzoom {
  display: inline-block; }

.easyzoom img {
  vertical-align: bottom; }

.mapList {
  font-size: 18px;
  position: relative;
  float: left;
  width: 88%; }
  .mapList h2 {
    line-height: 30px; }
  .mapList ul {
    float: left;
    width: 100%;
    margin-left: 30px; }
    .mapList ul li {
      margin-bottom: 30px;
      width: 100%;
      float: left;
      line-height: 32px; }
      @media only screen and (max-width: 767px) {
        .mapList ul li {
          line-height: 22px;
          margin-bottom: 10px; } }
    .mapList ul ul {
      float: left; }
      .mapList ul ul li {
        margin-bottom: 10px; }
  .mapList .list-simple li {
    margin-bottom: 10px; }

.mapDate {
  float: left;
  width: 100%;
  padding: 100px 160px;
  color: #2f2e39;
  background: #f7f8f9 url(../images/welcome.png) 100% 100% no-repeat; }
  .mapDate h2 {
    font-size: 22px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .mapDate {
      padding: 20px 60px 60px 60px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .mapDate {
      padding: 100px 60px; } }

.bulletList {
  position: absolute;
  top: 18px;
  left: -30px;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background: #111; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bulletList {
      top: 23px; } }
  .bulletList.bulletList1 {
    background: #8a43a9; }
  .bulletList.bulletList2 {
    background: #75c902; }
  .bulletList.bulletList3 {
    background: #2496ee; }
  .bulletList.bulletList4 {
    background: #2496ee; }

.floor {
  position: relative;
  float: left;
  width: 100%; }
  .floor img {
    width: 100%; }
  .floor .img {
    position: relative;
    float: left;
    width: 100%; }
  .floor .floorText {
    position: absolute;
    top: 80px;
    left: 0;
    width: 60%;
    padding: 30px 76px 0 200px;
    text-align: left; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .floor .floorText {
        top: 20px; } }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .floor .floorText {
        top: 0;
        width: 100%;
        padding: 30px 30px 0 30px;
        padding: 0 30px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1440px) {
      .floor .floorText {
        top: 0;
        width: 50%;
        padding: 60px 30px 0 80px; } }
    .floor .floorText h2 {
      font-size: 50px;
      font-weight: normal;
      line-height: 55px;
      margin-bottom: 30px;
      color: #2f2e39; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .floor .floorText h2 {
          margin-bottom: 0; } }
    .floor .floorText h3 {
      font: 22px;
      line-height: 30px; }
    .floor .floorText p {
      margin: 0;
      width: 70%;
      margin-bottom: 25px;
      color: #111;
      display: inline-block; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .floor .floorText p {
          font-size: 18px;
          width: 100%;
          text-shadow: 3px 3px 3px #828282; } }
    .floor .floorText a {
      float: right;
      margin-top: 15px; }

.creator {
  float: left;
  width: 100%;
  padding: 100px 60px;
  background: #f7f8f9 url(../images/welcome.png) 100% 100% no-repeat; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .creator {
      padding: 30px 30px; } }
  .creator h2 {
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .creator h2 {
        margin-bottom: 42px; } }
  .creator p {
    width: 100%;
    clear: both;
    float: left; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .creator p {
        width: 100%; } }
  .creator .avatar {
    text-align: center; }
    .creator .avatar h2 {
      font-size: 22px;
      font-weight: bold; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .creator .avatar h2 {
          margin-bottom: 10px;
          line-height: 20px;
          font-size: 24px; } }
    .creator .avatar p {
      width: 100%;
      text-align: center; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .creator .avatar p {
          margin: 0px; } }
    .creator .avatar img.img-avatar {
      border-radius: 100%; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .creator .avatar img.img-avatar {
          width: 70%; } }

.creatorLogo {
  float: left;
  width: 70%;
  width: 100%;
  margin-bottom: 30px;
  text-align: center; }
  .creatorLogo .and {
    margin-top: 90px; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .creatorLogo .and {
        margin-top: 34px; } }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .creatorLogo .logoProject {
      float: initial;
      margin-top: 30px; } }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .creatorLogo {
      width: 100%; } }

.leng {
  position: absolute;
  z-index: 99999;
  top: 20px;
  right: 0;
  display: none;
  width: 110px;
  color: #fff; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .leng {
      display: none; } }
  .leng ul {
    margin: 0 !important;
    padding: 0 !important;
    background: #111; }
    .leng ul::before {
      font-family: 'icomoon';
      font-size: 14px;
      position: absolute;
      top: 17px;
      right: 17px;
      z-index: 0;
      display: inline-block;
      width: 20px;
      height: 20px;
      -webkit-transition: all .3s ease-out  0s;
      -moz-transition: all .3s ease-out  0s;
      -ms-transition: all .3s ease-out  0s;
      -o-transition: all .3s ease-out  0s;
      transition: all .3s ease-out  0s;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .leng ul.active {
      background: #111; }
    .leng ul.active::after {
      -webkit-transition: all .3s ease-out  0s;
      -moz-transition: all .3s ease-out  0s;
      -ms-transition: all .3s ease-out  0s;
      -o-transition: all .3s ease-out  0s;
      transition: all .3s ease-out  0s;
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      webkit-transform: rotate(-90deg); }
    .leng ul li {
      float: left !important;
      width: 90px !important;
      padding: 0 !important; }
      .leng ul li a {
        display: block;
        z-index: 1000;
        position: relative; }
      .leng ul li a:hover {
        color: #fff; }
      .leng ul li img {
        width: 27px;
        margin-right: 5px;
        margin-top: -3px;
        margin-left: 10px; }
      .leng ul li span {
        width: 27px;
        height: 30px;
        display: block;
        float: left;
        margin: 17px 5px 0 5px; }
  .leng .lengSec {
    display: none; }

.lengSmart {
  display: none; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .lengSmart {
      display: block; } }

.sp {
  font-size: 30px !important; }

.sliderFloorInfo {
  float: left;
  clear: both; }

.sliderFloor {
  padding: 40px 100px;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 100%;
  background: #111;
  color: #fff;
  position: fixed;
  z-index: 999999;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .sliderFloor {
      padding: 0; } }
  .sliderFloor .foorSliderContainer {
    width: 100%;
    float: left;
    position: relative; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .sliderFloor .foorSliderContainer .center {
        float: left !important;
        width: 100%;
        position: relative;
        margin-top: 40px; } }
  .sliderFloor .floorSlideItem {
    float: left; }
  .sliderFloor .img-slider {
    width: 100%;
    float: left;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: top 400ms ease-out;
    -moz-transition: top 400ms ease-out;
    -o-transition: top 400ms ease-out;
    -ms-transition: top 400ms ease-out;
    transition: top 400ms ease-out; }
    .sliderFloor .img-slider.activeslider {
      z-index: 999;
      top: 0 !important;
      -webkit-transition: top 400ms ease-out;
      -moz-transition: top 400ms ease-out;
      -o-transition: top 400ms ease-out;
      -ms-transition: top 400ms ease-out;
      transition: top 400ms ease-out; }
    .sliderFloor .img-slider img {
      width: 100%;
      position: relative; }
  .sliderFloor h2 {
    font-size: 30px;
    text-transform: uppercase;
    float: left; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .sliderFloor h2 {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        font-size: 36px; } }
  .sliderFloor h3 {
    font-size: 30px;
    text-transform: uppercase;
    float: right;
    font-weight: normal; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .sliderFloor h3 {
        text-align: center;
        width: 100%;
        margin-top: 0;
        font-size: 20px; } }
  .sliderFloor .floorInfo1 {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 60px 30px 30px; }
    .sliderFloor .floorInfo1 li {
      float: left;
      text-transform: uppercase;
      padding: 0 10px;
      font-size: 26px;
      color: #e6e6e6; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .sliderFloor .floorInfo1 li {
          text-align: center;
          width: 100%;
          margin-bottom: 16px; }
          .sliderFloor .floorInfo1 li.dividerList {
            display: none; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .sliderFloor .floorInfo1 {
        padding: 30px; }
        .sliderFloor .floorInfo1 li {
          font-size: 16px; } }
  .sliderFloor .floorInfo2 {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    padding: 30px 0 0 0; }
    .sliderFloor .floorInfo2 li {
      float: left;
      text-transform: uppercase;
      padding: 0 10px;
      color: #e6e6e6; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .sliderFloor .floorInfo2 li {
          text-align: center;
          width: 100%;
          margin-bottom: 16px; }
          .sliderFloor .floorInfo2 li.dividerList {
            display: none; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .sliderFloor .floorInfo2 li {
          font-size: 11px; } }
      .sliderFloor .floorInfo2 li span {
        float: left;
        display: block;
        clear: both;
        text-align: center;
        width: 100%; }
      .sliderFloor .floorInfo2 li span:nth-child(2) {
        font-size: 15px; }
        @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
          .sliderFloor .floorInfo2 li span:nth-child(2) {
            font-size: 12px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .sliderFloor .floorInfo2 li span:nth-child(2) {
            font-size: 10px; } }
  .sliderFloor p {
    color: #e6e6e6;
    font-size: 14px; }

.prev {
  left: 30px;
  top: 50%;
  font-size: 60px;
  position: absolute;
  margin-top: -31px;
  background: url(../images/prev.png) no-repeat;
  width: 49px;
  height: 63px;
  z-index: 99999;
  text-indent: -90000px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .prev {
      left: 5px;
      opacity: 0.7;
      width: 29px;
      height: 29px;
      background: url(../images/arrow-icon.png);
      background-size: 100%; } }

.next {
  right: 30px;
  top: 50%;
  font-size: 60px;
  position: absolute;
  margin-top: -31px;
  background: url(../images/prev.png) no-repeat;
  transform: rotate(180deg);
  width: 49px;
  height: 63px;
  text-indent: -90000px;
  cursor: pointer;
  z-index: 9999; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .next {
      right: 5px;
      opacity: 0.7;
      width: 29px;
      height: 29px;
      background: url(../images/arrow-icon.png);
      background-size: 100%; } }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slideDesktop {
    display: none; } }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .slideSmart {
    display: none; } }

.cycle-slideshow {
  position: relative; }
  .cycle-slideshow img {
    width: initial; }
  .cycle-slideshow .imgslider {
    width: 100% !important; }

.cycle-title {
  float: right !important;
  width: 30%; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .cycle-title {
      width: 100%; } }
  .cycle-title h3 {
    display: block;
    width: 100%;
    text-align: right;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .cycle-title h3 {
        text-align: center; } }

.features h2 {
  margin-bottom: 120px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .features h2 {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 0) and (max-width: 375px) {
    .features h2 {
      line-height: 32px;
      margin-bottom: 30px; } }
.features ul {
  width: 100%;
  margin-bottom: 50px;
  float: left; }
  .features ul li {
    float: left;
    width: 100%;
    line-height: 32px; }
    @media only screen and (max-width: 767px) {
      .features ul li {
        line-height: 20px;
        margin-bottom: 10px; } }
    .features ul li ul {
      margin-left: 30px;
      margin-bottom: 0; }
.features p {
  margin-bottom: 50px !important; }

.selector {
  width: 400px;
  line-height: 80px;
  background: #111;
  color: #fff;
  padding: 0 30px;
  display: inline-block;
  text-transform: uppercase;
  float: left;
  position: relative;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .selector {
      width: 100%; } }
  .selector a {
    color: #fff;
    float: left;
    width: 100%;
    line-height: 80px;
    padding: 0;
    margin: 0 !important;
    position: relative;
    display: block; }

.arrow {
  right: 2em;
  top: 40px;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/plus.png);
  background-size: 100%;
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }
  .arrow.arrowactive {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 270deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 270deg); }

.selectorOption {
  width: 400px;
  line-height: 80px;
  background: #111;
  color: #fff;
  padding: 0 30px;
  display: inline-block;
  text-transform: uppercase;
  clear: both;
  float: left;
  z-index: 999;
  margin-top: -40px;
  position: relative;
  display: none; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .selectorOption {
      width: 100%; } }
  .selectorOption a {
    color: #fff;
    float: left;
    width: 100%;
    margin: 0 !important; }
  .selectorOption li {
    float: left;
    width: 100%;
    line-height: 20px;
    line-height: 80px;
    position: relative; }

.selectorOptionActive {
  display: block; }

.plant_info_second {
  width: 100%;
  float: left;
  margin-bottom: 22px; }

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

.logo-add {
  padding-left: 64px;
  margin-top: 100px; }
  .logo-add img {
    margin-bottom: 5px;
    width: 40%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .logo-add img {
        width: 30%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .logo-add img {
        width: 40%; } }
    @media only screen and (max-width: 767px) {
      .logo-add img {
        width: 50%; } }
  .logo-add a {
    line-height: 23px !important; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .logo-add a {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .logo-add a {
        font-size: 14px; } }
    @media only screen and (min-width: 0) and (max-width: 375px) {
      .logo-add a {
        font-size: 16px; } }

/* * * * * * * */
.clearBoth {
  clear: both; }

.mapContent {
  position: relative; }
  .mapContent .mapInit {
    width: 100%;
    height: 100%; }
  .mapContent .mapSideWrap {
    width: 20%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2%;
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .mapContent .mapSideWrap {
        width: 100%;
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
        right: 0; } }
    .mapContent .mapSideWrap .nearTo {
      background: #2f2e39;
      padding: 20px 20px 25px; }
      .mapContent .mapSideWrap .nearTo h2 {
        font-size: 30px;
        font-weight: normal;
        line-height: 1;
        margin: 0;
        color: #fff; }
        @media screen and (max-width: 1680px) {
          .mapContent .mapSideWrap .nearTo h2 {
            font-size: 27px; } }
        @media screen and (max-width: 1440px) {
          .mapContent .mapSideWrap .nearTo h2 {
            font-size: 20px; } }
      .mapContent .mapSideWrap .nearTo p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.3;
        width: 100%;
        margin: 10 0;
        padding: 0;
        text-align: left;
        color: #fff;
        /*
        @media screen and (max-width: 1440px) {
        	font-size: 21px;
        }
        */ }
        @media screen and (max-width: 1680px) {
          .mapContent .mapSideWrap .nearTo p {
            font-size: 15px; } }
      @media screen and (max-width: 440px) {
        .mapContent .mapSideWrap .nearTo .getDirSmart {
          position: relative;
          top: 0;
          right: 0; } }
      .mapContent .mapSideWrap .nearTo a {
        font-size: 18px;
        line-height: 1;
        display: inline-block;
        margin-top: 10px;
        padding: 15px 20px;
        color: #fff;
        border: 1px solid #fff; }
        @media screen and (max-width: 1440px) {
          .mapContent .mapSideWrap .nearTo a {
            font-size: 14px;
            padding: 10px 15px; } }
    .mapContent .mapSideWrap .filterItems {
      background: #ffffff;
      border: thin solid #2f2e39;
      padding: 20px 20px 25px; }
      @media screen and (max-width: 1024px) {
        .mapContent .mapSideWrap .filterItems {
          padding: 20px 20px 5px; } }
      @media screen and (max-width: 768px) {
        .mapContent .mapSideWrap .filterItems {
          padding: 20px 20px 5px; } }
      .mapContent .mapSideWrap .filterItems .fltrItm {
        margin: 0 0 25px 0; }
        @media screen and (max-width: 1024px) {
          .mapContent .mapSideWrap .filterItems .fltrItm {
            width: 25%;
            float: left;
            margin: 0 0 15px 0; } }
        @media screen and (max-width: 768px) {
          .mapContent .mapSideWrap .filterItems .fltrItm {
            width: 50%;
            float: left;
            margin: 0 0 15px 0; } }
        @media screen and (max-width: 320px) {
          .mapContent .mapSideWrap .filterItems .fltrItm {
            width: 100%;
            float: left;
            margin: 0 0 15px 0; } }
        .mapContent .mapSideWrap .filterItems .fltrItm:last-child {
          margin: 0 0 10px 0; }
        .mapContent .mapSideWrap .filterItems .fltrItm .roundedCheckBox {
          width: 28px;
          height: 28px;
          position: relative;
          background: #eeeeee;
          background: linear-gradient(top, #eeeeee 0%, #dfe5d7 40%, #b3bead 100%);
          border-radius: 50px;
          box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); }
          .mapContent .mapSideWrap .filterItems .fltrItm .roundedCheckBox label {
            width: 20px;
            height: 20px;
            cursor: pointer;
            position: absolute;
            left: 4px;
            top: 4px;
            background: linear-gradient(top, #222 0%, #45484d 100%);
            border-radius: 50px;
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white; }
            .mapContent .mapSideWrap .filterItems .fltrItm .roundedCheckBox label:after {
              content: '';
              width: 16px;
              height: 16px;
              position: absolute;
              top: 1px;
              left: 2px;
              background: #73cb01;
              background: linear-gradient(top, #2f2e39 0%, #333333 100%);
              opacity: 0;
              border-radius: 50px;
              box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); }
            .mapContent .mapSideWrap .filterItems .fltrItm .roundedCheckBox label:hover::after {
              opacity: 0.3; }
          .mapContent .mapSideWrap .filterItems .fltrItm .roundedCheckBox input[type=checkbox] {
            visibility: hidden; }
            .mapContent .mapSideWrap .filterItems .fltrItm .roundedCheckBox input[type=checkbox]:checked + label:after {
              opacity: 1; }
        .mapContent .mapSideWrap .filterItems .fltrItm .itemCheckBox {
          width: 22px;
          position: relative; }
          @media screen and (max-width: 1440px) {
            .mapContent .mapSideWrap .filterItems .fltrItm .itemCheckBox {
              width: 18px; } }
          .mapContent .mapSideWrap .filterItems .fltrItm .itemCheckBox label {
            width: 22px;
            height: 22px;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
            background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
            background: linear-gradient(top, #222 0%, #45484d 100%);
            border-radius: 4px;
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4); }
            @media screen and (max-width: 1440px) {
              .mapContent .mapSideWrap .filterItems .fltrItm .itemCheckBox label {
                width: 18px;
                height: 18px; } }
            .mapContent .mapSideWrap .filterItems .fltrItm .itemCheckBox label:after {
              content: '';
              width: 12px;
              height: 8px;
              position: absolute;
              top: 5px;
              left: 5px;
              border: 3px solid #fcfff4;
              border-top: none;
              border-right: none;
              background: transparent;
              opacity: 0;
              transform: rotate(-45deg); }
              @media screen and (max-width: 1440px) {
                .mapContent .mapSideWrap .filterItems .fltrItm .itemCheckBox label:after {
                  width: 18px;
                  height: 18px;
                  width: 10px;
                  height: 6px;
                  top: 5px;
                  left: 4px; } }
            .mapContent .mapSideWrap .filterItems .fltrItm .itemCheckBox label:hover::after {
              opacity: 0.3; }
          .mapContent .mapSideWrap .filterItems .fltrItm .itemCheckBox input[type=checkbox] {
            visibility: hidden; }
            .mapContent .mapSideWrap .filterItems .fltrItm .itemCheckBox input[type=checkbox]:checked + label:after {
              opacity: 1; }
          .mapContent .mapSideWrap .filterItems .fltrItm .itemCheckBox.itemCheckShops label {
            background: -webkit-linear-gradient(top, #8c41ac 0%, #45484d 100%);
            background: linear-gradient(top, #8c41ac 0%, #45484d 100%); }
          .mapContent .mapSideWrap .filterItems .fltrItm .itemCheckBox.itemCheckParks label {
            background: -webkit-linear-gradient(top, #72cb00 0%, #45484d 100%);
            background: linear-gradient(top, #72cb00 0%, #45484d 100%); }
          .mapContent .mapSideWrap .filterItems .fltrItm .itemCheckBox.itemCheckSchools label {
            background: -webkit-linear-gradient(top, #1494f1 0%, #45484d 100%);
            background: linear-gradient(top, #1494f1 0%, #45484d 100%); }
        .mapContent .mapSideWrap .filterItems .fltrItm .fltrItmCheck {
          float: left;
          margin: 0 10px 0 0; }
        .mapContent .mapSideWrap .filterItems .fltrItm .fltrItmTxt {
          float: left; }
          @media screen and (max-width: 1680px) {
            .mapContent .mapSideWrap .filterItems .fltrItm .fltrItmTxt {
              width: 80%; } }
          .mapContent .mapSideWrap .filterItems .fltrItm .fltrItmTxt p {
            line-height: 1.3;
            margin: 5px 0;
            text-transform: uppercase;
            font-size: 17px; }
            @media screen and (max-width: 1680px) {
              .mapContent .mapSideWrap .filterItems .fltrItm .fltrItmTxt p {
                margin: 0; } }
            @media screen and (max-width: 1440px) {
              .mapContent .mapSideWrap .filterItems .fltrItm .fltrItmTxt p {
                font-size: 14px; } }
            @media screen and (max-width: 1024px) {
              .mapContent .mapSideWrap .filterItems .fltrItm .fltrItmTxt p {
                font-size: 12px; } }
