.mfp-preloader { display: none; }
.personal-title {    font-size: 22px; font-weight: bold; color:#ff3333;  }
.personal { padding-left: 30px; margin-top: 10px; font-size: 18px;}
.subpage-menu-title { width: 100%; background-color: #ff3333; padding: 30px 50px; color: #fff; font-size: 26px;  margin-bottom: 30px;}
@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaBT-Bold.eot");
  src: url("../fonts/FuturaBT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Bold.woff2") format("woff2"), url("../fonts/FuturaBT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Futura Bk BT';
  src: url("../fonts/FuturaBT-Book.eot");
  src: url("../fonts/FuturaBT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Book.woff2") format("woff2"), url("../fonts/FuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaBT-Heavy.eot");
  src: url("../fonts/FuturaBT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Heavy.woff2") format("woff2"), url("../fonts/FuturaBT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaBT-Light.eot");
  src: url("../fonts/FuturaBT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Light.woff2") format("woff2"), url("../fonts/FuturaBT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaBT-Medium.eot");
  src: url("../fonts/FuturaBT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Medium.woff2") format("woff2"), url("../fonts/FuturaBT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

body {
  background: #fff;
  color: #333;
  font-family: 'Futura';
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden; }

.baslikagb { font-weight: bold;}
  .agb { width: 100% !important; padding: 0px !important;}

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

.img-fromtop {
  position: relative;
   }
  .img-fromtop img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

/* MAIN HEADER */
.main-header {
  padding: 15px 0; }

.logo {
  margin-top: 15px;margin-bottom: 15px; }
  .logo img {
    max-width: 100%; }

.hdr-right {
  width: 80%; }

.header-lang {
  display: inline-block;
  margin-right: 25px; }

.header-lang .dropdown-menu {
  min-width: inherit; }

.header-lang .dropdown a {
  color: #999;
  font-family: 'Futura Md BT';
  vertical-align: middle; }

.header-lang .dropdown .fa-caret-down {
  font-size: 10px;
  color: #999; }

.hdr-top,
.main-nav {
  float: right; }

.main-nav {
  margin-top: 30px; }

.main-nav ul,
.main-nav ul li {
  float: left; }

.main-nav ul li {
  margin: 0 10px; }
  .main-nav ul li:last-child {
    margin-right: 0; }

.main-nav-link {
  position: relative;
  float: left;
  color: #314463;
  font-size: 18px;
  padding: 4px 14px;
  z-index: 1; }
  .main-nav-link:focus, .main-nav-link:hover {
    color: #314463; }
  .main-nav-link::before {
    content: "";
    width: 22px;
    border-top-left-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #a4bde4;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }

.main-nav ul li:hover .main-nav-link::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.has-dropdown .main-nav-link::after {
  content: "\f0d7";
  font-family: "Fontawesome";
  position: absolute;
  right: 0;
  top: 11px;
  color: #999;
  font-size: 10px; }

/* MAIN SLIDER */
.home-slider {
  position: relative; }

.main-slider .item {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #f5f5f5;
  height: 700px; }
  .main-slider .item .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }

.main-slider .owl-dots {
  position: absolute;
  left: 20%;
  bottom: 100px; }
  .main-slider .owl-dots .owl-dot {
    float: left;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 6px; }
    .main-slider .owl-dots .owl-dot.active {
      position: relative;
      top: -2px;
      width: 10px;
      height: 10px;
      background-color: #e0b401; }

.slide-text {
  max-width: 545px; }

.slide-title {
  color: #0e4194;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.1;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.5s ease 0.8s;
  transition: all 0.5s ease 0.8s; }
  .slide-title span {
    display: block;
    color: #e0b401; }

.slide-desc {
  color: #314463;
  font-family: "Futura Bk BT";
  font-size: 20px;
  margin: 20px 0 30px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.5s ease 1s;
  transition: all 0.5s ease 1s; }

.slide-link {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 50px;
  color: #1b60ab;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.35px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  text-align: center;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s; }
  .slide-link::before {
    content: "";
    position: absolute;
    width: 156px;
    height: 55px;
    top: -5px;
    left: -5px;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border: 1px solid #adc2db;
    z-index: -1;
    -webkit-transition: background-color 0.4s, border-color 0.4s;
    transition: background-color 0.4s, border-color 0.4s; }
  .slide-link:hover, .slide-link:focus {
    color: #fff;
    background-color: #1b60ab; }
  .slide-link:hover::before, .slide-link:focus::before {
    background-color: #fff;
    border-color: #fff; }

.slide-link-wrapper {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s; }

.active .slide-title,
.active .slide-desc,
.active .slide-link-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.all-white .slide-title,
.all-white .slide-title span,
.all-white .slide-desc {
  color: #fff; }

.all-white .slide-link {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff; }
  .all-white .slide-link::before {
    display: none; }
  .all-white .slide-link:hover, .all-white .slide-link:focus {
    color: #fff;
    background-color: #1b60ab; }

.arrow-go-down {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5; }

/* HOME ABOUT */
.home-about {
  padding: 80px 0 70px; }

.home-about-desc {
  max-width: 1010px;
  color: #314463;
  font-family: "Futura Bk BT";
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto; }

.home-about-title {
  position: relative;
  color: #314463;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 0 45px; }
  .home-about-title span {
    display: block;
    color: #1b60ab;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 23px; }
  .home-about-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 140px;
    height: 13px;
    border: 5px solid #e9eff7;
    border-top: 0;
    margin: 0 auto; }

/* HOME DEVELOPMENTS */
.home-developments {
  padding: 55px 0 60px;
  background: url(../img/home-developments-bg.jpg) no-repeat top center;
  background-size: 100% 406px; }

.home-developments-title {
  color: #314463;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: center;
  margin: 0 0 45px; }

.developments-slider {
  padding: 0 140px; }
  .developments-slider .owl-stage-outer {
    margin-left: 35px; }
  .developments-slider .owl-prev,
  .developments-slider .owl-next {
    position: absolute;
    top: 50px;
    width: 35px;
    font-family: "Futura Bk BT";
    color: #314463; }
    .developments-slider .owl-prev .fa,
    .developments-slider .owl-next .fa {
      display: block;
      color: #e0b401;
      margin-bottom: 10px; }
  .developments-slider .owl-prev {
    left: 0; }
  .developments-slider .owl-next {
    right: 0; }

.developments-slider-item {
  position: relative;
  padding-right: 70px; }
  .developments-slider-item img {
    width: 100%;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
  .developments-slider-item:hover img {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }

.dsi-img {
  padding-bottom: 125%; height: 500px;}

.dsi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ece4e4;
  padding: 26% 15%;
  z-index: 1; }
  .dsi-overlay a {
    position: relative;
    display: block;
    color: #314463;
    font-family: "Futura Bk BT";
    font-size: 16px;
    padding: 0 0 10px 15px; }
    .dsi-overlay a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 5px;
      height: 5px;
      background-color: #d5c3c3;
      border-radius: 50%;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
    .dsi-overlay a:hover, .dsi-overlay a:focus {
      color: #314463; }
    .dsi-overlay a:hover:before, .dsi-overlay a:focus::before {
      background-color: #e0b401;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.dsi-year {
  position: absolute;
  top: 6%;
  right: 0px;
  left: 40px;
  color: #314463;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.5px;
  background: -webkit-linear-gradient(left, #e5c43d, #e5c43d) no-repeat bottom left;
  background: linear-gradient(to right, #e5c43d, #e5c43d) no-repeat bottom left;
  background-size: 50% 10px;
  z-index: 3; }

/* OUR NEWS */
.home-our-news {
  padding-bottom: 60px; }

.our-news-title {
  display: inline-block;
  color: #314463;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 0 0 50px 0; }

.all-news-link {
  float: right;
  color: #314463;
  font-size: 16px;
  font-weight: 700;
  margin-top: 13px; }
  .all-news-link img {
    margin-right: 5px;
    vertical-align: baseline; }

.news-grid-desc {
  min-height: 300px;
  border: 1px solid #e9eff7;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  margin-bottom: 1px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }
  .news-grid-desc:hover {
    background-color: #f5f5f5; }

.news-grid-desc-date {
  color: #b4b6ba;
  font-family: "Futura Bk BT";
  font-size: 11px; }

.news-grid-desc-title {
  color: #1b60ab;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin: 10px 0 17px; }

.news-grid-desc-text {
  color: #314463;
  font-family: "Futura Bk BT";
  font-size: 16px; }

.news-grid-desc-link {
  display: inline-block;
  font-family: "Futura Bk BT";
  color: #1b60ab;
  font-size: 15px;
  margin-top: 10px; }
  .news-grid-desc-link .fa {
    color: #1b60ab;
    font-size: 10px;
    margin-left: 5px; }

.news-grid-img {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1px; }
  .news-grid-img.pr1 {
    padding-right: 1px; }

.ng-inner-img {
  padding-bottom: 100%; }
  .ng-inner-img img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
  .ng-inner-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.ng-inner-img.with-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(29%, rgba(195, 201, 210, 0)), color-stop(100%, rgba(49, 68, 99, 0.9)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(195, 201, 210, 0) 29%, rgba(49, 68, 99, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(195, 201, 210, 0) 29%, rgba(49, 68, 99, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#314463', GradientType=0); }

.news-grid-text {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 3; }

.ngt-date {
  color: #fff;
  font-size: 11px;
  font-weight: 500; }

.ngt-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 0; }

/* DOCUMENTS SECTION */
.documents-section {
  background: url(../img/documents-section-bg.jpg) no-repeat right center;
  background-size: cover;
  padding: 40px 0 30px;
  min-height: 150px; }

.dc-title {
  font-family: "Futura Bk BT";
  color: #fff;
  font-size: 36px;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin: 0;
  float: left; }
  .dc-title span {
    display: block;
    font-size: 15px;
    letter-spacing: normal; }

.ds-list {
  padding-left: 280px; }

.ds-list-item {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 150px; }
  .ds-list-item a {
    position: relative;
    display: inline-block;
    padding-left: 38px;
    color: #fff;
    font-family: "Futura Bk BT";
    font-size: 15px; }
    .ds-list-item a img {
      position: absolute;
      left: 0;
      top: 6px;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
    .ds-list-item a:hover img {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

.ds-list-item + .ds-list-item {
  margin-left: 50px; }

.all-ds-link a {
  color: #fff;
  font-family: "Futura Bk BT";
  font-size: 15px;
  min-height: 30px;
  line-height: 1; }
  .all-ds-link a .fa {
    font-size: 10px;
    margin-left: 5px; }
  .all-ds-link a:hover {
    text-decoration: underline; }

/* 404 PAGE */
.not-found-section {
  min-height: 800px;
  background: url(../img/404-bg.jpg) no-repeat bottom center;
  background-size: cover;
  text-align: center; }
  .not-found-section h1 {
    color: #1b60ab;
    font-family: "Playfair Display", serif;
    font-size: 57px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 30px;
    margin: -50px 0 25px; }
    .not-found-section h1 strong {
      display: block;
      font-size: 110px;
      font-weight: 900;
      letter-spacing: normal;
      margin-bottom: 20px; }
  .not-found-section h2 {
    color: #f7f6f6;
    font-family: "Playfair Display", serif;
    font-size: 131px;
    letter-spacing: 60px;
    line-height: 1; }
  .not-found-section p {
    color: #336;
    font-size: 18px; }

.not-found-links {
  margin-top: 20px; }
  .not-found-links a {
    display: inline-block;
    width: 180px;
    color: #1b60ab;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #1b60ab;
    border-radius: 10px;
    padding: 10px 0;
    margin: 0 15px 10px;
    -webkit-transition: color 0.4s, background-color 0.4s, border-radius 0.4s;
    transition: color 0.4s, background-color 0.4s, border-radius 0.4s; }
    .not-found-links a:hover, .not-found-links a:focus {
      color: #fff;
      background-color: #1b60ab;
      border-radius: 25px; }

/* INNER PAGES */
.page-banner {
  position: relative;
  height: 440px;
  background-size: cover;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.page-banner-text {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }

.page-banner-title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 57px;
  font-weight: 900;
  line-height: 1.1; }

.page-banner-subtitle {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 39px;
  letter-spacing: 35px; }

.page-content {
  padding: 0 0 80px; }
  .page-content.with-border {
    position: relative; }
    .page-content.with-border::before {
      content: "";
      position: absolute;
      left: 50%;
      top: -39px;
      margin-left: -159px;
      width: 318px;
      height: 41px;
      background: url(../img/page-content-border.png) no-repeat center center; }

.page-content.gray-bg {
  background: #f5f5f5; }
  .page-content.gray-bg::before {
    background: url(../img/page-content-gray-border.png) no-repeat center center; }

.page-share {
  position: relative;
  color: #ccc;
  font-family: "Futura Bk BT";
  font-size: 16px;
  letter-spacing: -0.35px;
  margin-bottom: 20px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }
  .page-share .fa {
    font-size: 20px;
    margin-left: 5px;
    vertical-align: bottom; }
  .page-share:hover {
    color: #333;
    cursor: pointer; }

.page-title {
  color: #1b60ab;
  font-size: 55px;
  font-weight: 700;
  margin: 0 0 20px;
  background-size: 100% 10px; }

.page-nav ul li,
.page-nav ul li a {
  display: inline-block; }

.page-nav ul li a {
  color: #ababab;
  font-family: "Futura Bk BT";
  font-size: 16px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }
  .page-nav ul li a:hover {
    color: #333; }

.page-nav ul li::before {
  color: #ababab;
  font-size: 16px;
  content: "/";
  display: inline-block;
  margin: 0 5px; }

.page-nav ul li:last-child a {
  color: #1b60ab; }

.page-nav ul li:first-child::before {
  display: none; }

/* FAQ */
.qa-list {
  margin-top: 50px; }

.qa-box {
  background-color: #fff;
  padding: 45px;
  margin-bottom: 30px;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s; }

.qa-title {
  position: relative;
  cursor: pointer;
  color: #314463;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.25px;
  padding-right: 65px;
  margin: 0; }

.qa-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  width: 50px;
  height: 50px;
  background: url(../img/down-icon.png) no-repeat 50% 50%; }

.qa-title.active::after {
  background: url(../img/up-icon.png) no-repeat 50% 50%; }

.qa-desc {
  display: none;
  padding-top: 27px; }

.qa-desc-inner {
  position: relative;
  color: #848383;
  font-family: "Futura Bk BT";
  font-size: 18px;
  line-height: 1.3;
  padding-left: 25px; }
  .qa-desc-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 2px solid #d1d1d1; }

/* CONTACT */
.contact-map iframe {
  width: 100%;
  height: 625px; }

.contact-form {
  max-width: 720px;
  margin: 75px auto 0; }

.contact-form .form-group {
  margin-bottom: 20px; }

.contact-form ::-webkit-input-placeholder {
  color: #ccc; }

.contact-form ::-moz-placeholder {
  color: #ccc; }

.contact-form :-ms-input-placeholder {
  color: #ccc; }

.contact-form :-moz-placeholder {
  color: #ccc; }

.contact-form :placeholder-shown {
  color: #ccc; }

.contact-form input:focus {
  border-bottom: 1px solid #333; }

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  padding: 0 0 20px;
  outline: none;
  font-size: 24px;
  font-style: inherit;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.25px;
  background: none; }

.contact-form input[type="submit"] {
  display: inline-block;
  width: 167px;
  height: 50px;
  line-height: 53px;
  background: #f3f3f3 url("../img/send-bg.png") no-repeat right center;
  border-radius: 10px;
  color: #314463;
  letter-spacing: -0.35px;
  border: none;
  text-align: left;
  padding: 0 0 0 35px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .contact-form input[type="submit"]:hover {
    color: #fff;
    background-color: #e0b401; }

.contact-info-section {
  position: relative;
  background-color: #f5f5f5;
  padding: 90px 15px 80px; }
  .contact-info-section::before {
    content: "";
    width: 159px;
    height: 29px;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -79.5px;
    background: url(../img/cis-border.png) no-repeat center center; }

.cis-title {
  color: #1b60ab;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.25px;
  margin: 0 0 30px; }

.cis-subtitle {
  color: #314463;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.25px;
  margin-bottom: 45px; }

.cis-list ul li {
  margin-bottom: 20px; }
  .cis-list ul li img {
    position: absolute;
    left: 0;
    top: 4px; }

.cis-item {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 30px; }

.cis-tel {
  display: inline-block;
  color: #314463;
  font-size: 18px;
  font-family: "Futura Bk BT";
  letter-spacing: -0.3px;
  margin-bottom: 5px; }

.cis-social {
  margin-top: 50px; }
  .cis-social a {
    display: inline-block;
    color: #e0b401;
    font-size: 26px;
    padding: 0 15px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s; }
    .cis-social a:hover {
      color: #1b60ab; }

.cis-social-title {
  color: #1b60ab;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.25px;
  margin: 0 0 15px 0; }

/* CAREER - JOB LIST / DETAIL */
.job-list {
  margin-top: 35px; }
  .job-list .row {
    margin: 0 -22px; }

.job-list-item {
  padding: 0 22px;
  margin-bottom: 50px; }

.job-list-inner {
  position: relative;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 40px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  box-shadow: 0px 0px 50px -27px rgba(0, 0, 0, 0.5); }

.job-list-ribbon {
  position: absolute;
  top: 0;
  right: 15px;
  width: 0;
  height: 100px;
  border: 13px solid #a4bde4;
  border-top: 0 solid;
  border-bottom: 13px solid transparent;
  height: 37px;
  z-index: 1;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s; }
  .job-list-ribbon .fa {
    position: absolute;
    color: #fff;
    top: 7px;
    left: -5px;
    font-size: 11px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s; }

.job-list-title {
  color: #1b60ab;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.25px;
  margin: 0 0 25px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }

.job-list-desc {
  color: #848383;
  font-size: 18px;
  font-family: "Futura Bk BT";
  margin-bottom: 20px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }

.job-list-link {
  display: inline-block;
  color: #848383;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 55px;
  border: 1px solid #aaa;
  border-radius: 25px;
  -webkit-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s; }

.job-list-inner:hover {
  background-color: #e0b401; }
  .job-list-inner:hover .job-list-ribbon {
    border-color: #fff;
    border-bottom-color: transparent; }
    .job-list-inner:hover .job-list-ribbon .fa {
      color: #e0b401; }
  .job-list-inner:hover .job-list-title,
  .job-list-inner:hover .job-list-desc {
    color: #fff; }
  .job-list-inner:hover .job-list-link {
    color: #1b60ab;
    background-color: #fff;
    border-color: #fff; }

.job-detail {
  color: #848383;
  font-family: "Futura Bk BT";
  font-size: 18px; }
  .job-detail h2 {
    position: relative;
    display: inline-block;
    color: #1b60ab;
    font-family: "Futura Bk BT";
    font-size: 24px;
    margin: 0 0 35px;
    line-height: 1.1;
    z-index: 1; }
    .job-detail h2::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 22px;
      height: 22px;
      border-top-left-radius: 12px;
      background-color: #d8e2f1;
      z-index: -1; }
  .job-detail p {
    margin-bottom: 30px; }

.career-sidebar,
.career-content {
  padding: 0;
  margin-top: 35px; }

.job-list-slider .owl-dots {
  text-align: center;
  margin-top: -30px; }
  .job-list-slider .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #a4bde4;
    border-radius: 50%;
    margin: 0 5px; }
    .job-list-slider .owl-dots .owl-dot.active {
      top: 2px;
      width: 10px;
      height: 10px;
      background-color: #1b60ab; }

.job-detail-link {
  display: inline-block;
  color: #1b60ab;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  padding: 10px 65px;
  border-radius: 25px;
  margin-top: 40px;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s; }
  .job-detail-link:hover {
    color: #fff;
    background-color: #1b60ab; }

.job-all {
  margin: 30px 0 0 100px; }

.job-all-link {
  display: inline-block;
  color: #1b60ab;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #1b60ab;
  padding: 10px 65px;
  border-radius: 25px;
  margin: 40px 0 0 20px;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s; }
  .job-all-link:hover {
    background-color: #1b60ab;
    color: #fff; }

.job-detail-form {
  margin-top: 50px; }

/* DEVELOPMENT CATEGORY */
.development-category,
.development-year-list {
  margin-top: 50px; }
  .development-category .row,
  .development-year-list .row {
    margin: 0 -22px; }

.dc-item {
  padding: 0 22px;
  margin-bottom: 30px; }

.dc-item-inner {
  padding-top: 40%; }
  .dc-item-inner img {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
  .dc-item-inner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .dc-item-inner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: url(../img/development-category-overlay.png) no-repeat bottom center;
    background-size: cover;
    z-index: 1; }

.dc-item-title {
  position: absolute;
  left: 35px;
  right: 15px;
  bottom: 45px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin: 0;

 }
  .dc-item-title::before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 10px;
    width: 56px;
    height: 56px;
    border-top-left-radius: 10px;
    background: #a4bde4;
    z-index: -1; }

.dyl-item {
  margin-bottom: 85px; }

.dyl-item .developments-slider-item {
  padding-right: 0; }

.dyl-item .dsi-year {
  right: -40px; }

/* ABOUT */
.about-section {
  margin-top: 50px; }

.as-item {
  margin-bottom: 40px; }

.as-top {
  position: relative;
  padding-right: 460px;
  min-height: 302px; }
  .as-top .as-text {  }

.as-top-img {
  position: absolute;
  right: 0;
  top: 0; }
  .as-top-img img {
    border-top-right-radius: 20px;
    max-width: 100%; }

.as-bottom {
  position: relative;
  padding-left: 440px;
  min-height: 202px;
  margin-top: -100px; }
  .as-bottom .as-text {
    margin-right: 65px; }

.as-text {
  padding-right: 40px;
  border-top-right-radius: 30px;
  background-color: #fff; }

.as-bottom-img {
  position: absolute;
  left: 0;
  top: 0; }
  .as-bottom-img img {
    border-top-left-radius: 20px;
    max-width: 100%; }

.as-item-single .as-top-img img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px; }

.as-item-single .as-top .as-text {
  padding-bottom: 0; }

.about-section-title {
  color: #1b60ab;
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 15px; }

.about-section-desc {
  color: #525252;
  font-family: "Futura Bk BT";
  font-size: 18px; }

/* NEWS LIST/ DETAIL */
.news-list {
  margin-top: 50px; }
  .news-list .row {
    margin: 0 22px; }

.nl-item {
  padding: 0 22px;
  margin-bottom: 15px; }

.nl-item-inner {
  position: relative;
  background-color: #dfe6f1;
  padding: 45px 25px 25px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }

.nl-item-label {
  display: none;
  position: absolute;
  right: 10px;
  top: 0;
  width: 55px;
  height: 80px;
  background-color: #164194;
  color: #fff;
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 1.2;
  padding: 30px 0 0;
  text-align: center;
  z-index: 1; }

.nl-item.latest .nl-item-label {
  display: block; }

.nl-item-link {
  position: relative;
  color: #1b60ab;
  font-family: "Futura Bk BT";
  font-size: 18px;
  letter-spacing: -0.35px;
  padding-right: 15px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }
  .nl-item-link .fa {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 14px; }

.nl-date {
  color: #1b60ab;
  line-height: 1.1;
  position: relative;
  padding-left: 80px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }
  .nl-date span {
    display: block; }

.nl-date-month {
  font-family: "Futura Bk BT";
  font-size: 18px;
  font-weight: 700;
  line-height: 1; }

.nl-date-year {
  font-size: 16px;
  font-weight: 500; }

.nl-date-number {
  position: absolute;
  left: 0;
  top: -8px;
  font-weight: 900;
  font-size: 46px;
  letter-spacing: -3px; }

.nl-item-desc {
  color: #314463;
  font-family: "Futura Bk BT";
  font-size: 26px;
  letter-spacing: -0.4px;
  line-height: 1.2;
  margin: 25px 0 35px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }

.nl-item-inner:hover {
  background-color: #1b60ab; }

.nl-item-inner:hover .nl-item-desc,
.nl-item-inner:hover .nl-date,
.nl-item-inner:hover .nl-item-link {
  color: #fff; }

.nl-item.latest .nl-item-inner:not(:hover) {
  background-color: #e0b401; }

.nl-item.latest .nl-item-inner:not(:hover) .nl-item-desc {
  color: #222; }

.nl-item.latest .nl-item-inner:not(:hover) .nl-item-link {
  color: #333; }

.nl-item.latest .nl-item-inner:not(:hover) .nl-date {
  color: #957b11; }

.news-detail {
  margin-top: 50px; }

.news-detail-img {
  float: left;
  width: 100%;
  max-width: 405px;
  border-radius: 10px; }

.news-detail-desc {
  position: relative;
  width: calc(100% - 405px);
  float: left;
  padding-left: 115px; }

.news-detail-label {
  position: absolute;
  left: 30px;
  top: 0;
  text-align: center;
  color: #fff;
  width: 55px;
  z-index: 1; }
  .news-detail-label.date {
    position: absolute;
    height: 85px;
    padding-top: 10px; }
    .news-detail-label.date span {
      display: block;
      font-size: 30px;
      font-weight: 900;
      letter-spacing: -1px;
      line-height: 1; }
    .news-detail-label.date::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      border: 27px solid #e0b401;
      border-top: 0 solid;
      border-bottom: 13px solid transparent;
      height: 85px;
      z-index: -1; }
  .news-detail-label.info {
    position: absolute;
    top: 105px;
    height: 78px;
    padding-top: 10px; }
    .news-detail-label.info::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      border: 27px solid #1b60ab;
      border-top: 0 solid;
      border-bottom: 13px solid transparent;
      height: 78px;
      z-index: -1; }

.news-detail-text {
  color: #314463;
  font-family: "Futura Bk BT";
  font-size: 18px;
  line-height: 1.5; }

.news-detail-title {
  color: #314463;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.25px;
  margin-top: 0; }

.other-news-title {
  color: #1b60ab;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.25px;
  margin: 0 0 30px; }

.other-news-list .row {
  margin: 0 -20px; }

.onl-item {
  padding: 0 20px;
  margin-bottom: 20px; }

.onl-item .nl-item-inner {
  padding: 35px; }

.onl-item .nl-item-inner:not(:hover) {
  background-color: #fff; }

.onl-item .nl-item-desc {
  font-size: 18px;
  margin: 15px 0 0; }

.onl-item .nl-date {
  padding-left: 45px; }

.onl-item .nl-date-number {
  font-size: 40px; }

.onl-item .nl-date .nl-date-month,
.onl-item .nl-date .nl-date-year {
  font-size: 15px; }

.other-news-link {
  color: #1b60ab;
  font-family: "Futura Bk BT";
  font-size: 18px;
  text-decoration: underline; }

/* MAIN FOOTER */
.main-footer {
  padding: 50px 0 30px; }

.footer-links a {
  display: inline-block;
  color: #314463;
  font-family: "Futura Bk BT";
  font-size: 16px; }
  .footer-links a:hover {
    text-decoration: underline; }

.footer-links a + a {
  padding-left: 30px; }

.footer-bottom {
  width: 100%; }

.footer-copyright {
	    float: right !important;
  color: #999;
  font-family: "Futura Bk BT";
  font-size: 12px; }

.fb-inner {
  width: 100%;
  max-width: 615px;
  float: right; }

.footer-logo img {
  max-width: 100%; }

/* REGISTER FORM POPUP */
.register-form-popup {
  position: relative;
  width: 100%;
  max-width: 860px;
  min-height: 555px;
  padding: 55px 0;
  margin: 20px auto;
  background: #fff url(../img/register-form-bg.jpg) no-repeat left center;
  background-size: 42.5% 100%;
  border-radius: 55px;
  overflow: hidden; }

.register-form-popup .mfp-close {
  width: 82px;
  height: 82px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 82px;
  border-bottom-left-radius: 55px;
  background-color: #cbd1d9; }

.rfp-left,
.rfp-right {
  padding: 0 50px; }

.rfp-left {
  width: 42.5%;
  float: left; }

.rfp-right {
  width: 57.5%;
  float: left; }

.rfp-title {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.25px;
  margin-bottom: 10px; }
  .rfp-title.black {
    color: #4b4f56; }

.rfp-desc {
  color: #fff;
  font-family: "Futura Bk BT";
  font-size: 16px;
  margin-bottom: 38px; }
  .rfp-desc.black {
    color: #525252; }

.rfp-form .form-group {
  margin-bottom: 10px; }

.rfp-form label {
  color: #fff;
  font-family: "Futura Bk BT";
  letter-spacing: 0.25px; }

.rfp-form .row {
  margin: 0 -5px; }

.rfp-form .row > div {
  padding: 0 5px; }

.main-search-wrapper :placeholder-shown {
  color: #9da1a8; }

.main-search-wrapper ::-webkit-input-placeholder {
  color: #9da1a8; }

.main-search-wrapper ::-moz-placeholder {
  color: #9da1a8; }

.main-search-wrapper :-ms-input-placeholder {
  color: #9da1a8; }

.main-search-wrapper :-moz-placeholder {
  color: #9da1a8; }

.rfp-form input,
.rfp-form textarea,
.rfp-form select {
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #333;
  padding: 0 20px;
  font-family: "Futura Bk BT";
  font-size: 16px;
  font-style: inherit;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 38px;
  background: #fff;
  outline: none; }

.rfp-form textarea {
  height: auto;
  padding-top: 10px;
  line-height: 16px;
  resize: none; }

.rfp-form input[type="submit"] {
  display: inline-block;
  width: 200px;
  background: #e0b401;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-top: 10px; }
  .rfp-form input[type="submit"].blue-bg {
    background: #1b60ab; }

.rfp-form input[type="submit"]:hover {
  background: #ad8b01; }

.rfp-form input[type="submit"].blue-bg:hover {
  background: #14477f; }

.rfp-password {
  display: inline-block;
  color: #fff;
  font-family: "Futura Bk BT";
  letter-spacing: 0.25px;
  text-decoration: underline;
  margin-top: 90px; }

.checkbox.chck-default {
  padding-left: 20px;
  margin-top: 5px; }

.checkbox.chck-default input[type="checkbox"] {
  opacity: 0; }

.checkbox.chck-default label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  letter-spacing: 0.25px; }

.checkbox.chck-default label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  background-color: #fff; }

.checkbox.chck-default label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 14px;
  height: 14px;
  left: 1px;
  top: 1px;
  margin-left: -20px;
  background-color: #3c599b;
  border-radius: 4px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.checkbox.chck-default input[type="checkbox"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

/* PRODUCT */
.product-main-category-list {
  margin-top: 50px; }

.pmcl-item {
  padding: 0 22px;
  margin-bottom: 30px; }

.pmcl-item-img {
  padding-bottom: 87.7%; }
  .pmcl-item-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: transparent;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    z-index: 1;
    -webkit-transition: border-radius 0.4s;
    transition: border-radius 0.4s; }
  .pmcl-item-img img {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
  .pmcl-item-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .pmcl-item-img:not(:hover)::before {
    border-bottom-right-radius: 20px; }

.pmcl-title {
  position: absolute;
  bottom: 40px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-align: center;
  z-index: 2; }

/* SALES TEAM */
.sales-team-list {
  margin-top: 50px; }

.stl-item {
  margin-bottom: 125px; }

.stl-content {
  max-width: 268px;
  position: relative; }

.stl-text {
  position: absolute;
  right: -70px;
  bottom: -65px;
  padding: 20px;
  z-index: 5;
  min-height: 156px; }
  .stl-text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170px;
    height: 170px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1; }

.stl-img {
  padding-bottom: 101%; }
  .stl-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.4s;
    transition: -webkit-filter 0.4s;
    transition: filter 0.4s;
    transition: filter 0.4s, -webkit-filter 0.4s; }
  .stl-img::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    top: 0;
    background: url(../img/team-overlay.png) no-repeat bottom center;
    background-size: 100% auto;
    z-index: 2; }

.stl-title {
  color: #e0b401;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.35px;
  line-height: 1.1;
  padding: 0 10px;
  background: -webkit-linear-gradient(left, #eeeeee, #eeeeee) no-repeat bottom left;
  background: linear-gradient(to right, #eeeeee, #eeeeee) no-repeat bottom left;
  background-size: 100px 13px;
  margin-bottom: 5px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }

.stl-desc {
  color: #71777e;
  font-family: "Futura Bk BT";
  font-size: 18px;
  letter-spacing: -0.35px;
  line-height: 1.1;
  padding-left: 10px; }

.stl-content:hover .stl-img img {
  -webkit-filter: none;
  filter: none; }

.stl-content:hover .stl-title {
  color: #1b60ab; }

/* SUSTAINABILITY */
.sustainability-content {
  color: #848383;
  font-family: "Futura Bk BT";
  font-size: 18px;
  margin-top: 50px; }
  .sustainability-content p {
    margin-bottom: 25px; }

.sustainability-img {
  width: 100%;
  max-width: 320px;
  float: right;
  margin: 0 0 10px 50px; }

.sustainability-document-list {
  margin-top: 45px; }
  .sustainability-document-list .row {
    margin: 0 -18px; }

.sdl-item {
  margin-bottom: 30px;
  padding: 0 16px; }

.sdl-inner {
  position: relative;
  overflow: hidden;
  padding: 25px 55px 25px 35px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }
  .sdl-inner::after {
    content: "";
    width: 50px;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    background: #1b60ab url(../img/sustainability-download-icon.png) no-repeat center center;
    z-index: 1; }

.sdl-title {
  position: relative;
  color: #333;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1.1;
  z-index: 1; }
  .sdl-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #dde7f6;
    border-top-left-radius: 10px;
    z-index: -1; }

.sdl-inner:hover {
  background-color: #dde7f6; }

/* DEVELOPMENTS GALLERY */
.developments-gallery {
  margin-top: 50px; }

.dg-inner {
  position: relative;
  overflow: hidden; }

.dg-inner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .dg-inner-overlay::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background: rgba(224, 180, 1, 0.85);
    z-index: 1; }
  .dg-inner-overlay::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: url(../img/development-gallery-overlay.png) no-repeat bottom center;
    background-size: 100% auto; }

.dg-inner:hover .dg-inner-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.dg-inner-text {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }

.dg-inner:hover .dg-inner-text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.dg-title {
  color: #fff;
  font-size: 49px;
  font-weight: 500;
  letter-spacing: -0.25px;
  line-height: 1.1;
  margin-bottom: 20px; }
  .dg-title span {
    font-size: 38px; }

.dg-desc {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.25px;
  margin-bottom: 30px; }

.dg-link {
  color: #fff;
  font-family: "Futura Bk BT";
  font-size: 22px;
  font-weight: 600; }
  .dg-link img {
    position: relative;
    top: -3px;
    max-width: 23px;
    margin-left: 10px; }

/* COLLECTION GALLERY */
.mfp-bg {
	display:none;
  background: #a4bde4;
  opacity: 0.99; }

.mfp-category-title {
  color: #fff;
  font-size: 38px;
  font-weight: 700; }

.collection-gallery {
  margin-top: 50px; }
  .collection-gallery .masonry-item img {
    border-radius: 0; }

.cg-inner {
  position: relative;
  overflow: hidden; }
  .cg-inner img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
  .cg-inner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.mfp-image-holder .mfp-close {
  right: -69px;
  top: 29px;
  width: 68px;
  height: 68px;
  color: #fff;
  background: url(../img/close-icon.jpg) no-repeat center center;
  color: transparent;
  opacity: 1;
  text-align: center; }

.mfp-collection-img::after {
  display: none; }

.mfp-collection-img .mfp-img {
  padding: 30px 0 0; }

.mfp-image-holder .mfp-arrow {
  width: 69px;
  height: 137px;
  margin-top: -34px;
  opacity: 1; }

.mfp-image-holder .mfp-arrow::before, .mfp-image-holder .mfp-arrow::after {
  display: none; }

.mfp-image-holder .mfp-arrow-left {
  background: url(../img/gallery-prev-icon.png) no-repeat 50% 50%;
  left: 30px; }

.mfp-image-holder .mfp-arrow-right {
  background: url(../img/gallery-next-icon.png) no-repeat 50% 50%;
  right: 30px; }

/* MASONRY GALLERY */
.masonry-gallery.row {
  margin: 0 -20px; }

.masonry-item {
  padding: 0 20px;
  margin: 0 0 50px; }

.masonry-item img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; }

/* PRODUCT DETAIL */
.pslider-big-image {
  position: relative;
  background-color: #fff;
  padding: 30px 0; }

.pslider-big-image img {
  max-width: 95%;
  display: block;
  margin: 0 auto; }

.product-thumbs {
  padding: 0 40px;
  margin-top: 30px; }

.product-thumbs .owl-prev,
.product-thumbs .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5; }

.product-thumbs .owl-prev {
  left: 0; }

.product-thumbs .owl-next {
  right: 0; }

.pslider-small-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 99%; }
  .pslider-small-image img {
    position: absolute;
    max-width: 95%;
    max-height: 95%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.65;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s; }

.active.current .pslider-small-image img {
  opacity: 1; }

.product-detail {
  margin-top: 50px; }

.product-info {
  padding-left: 40px; }
  .product-info h2 {
    color: #336;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px; }
  .product-info p {
    margin-bottom: 30px; }
  .product-info p,
  .product-info li {
    color: #314463;
    font-family: "Futura Bk BT";
    font-size: 18px; }
  .product-info li {
    position: relative;
    padding-left: 25px; }
    .product-info li::before {
      content: "\f00c";
      font-family: "Fontawesome";
      position: absolute;
      left: 0;
      top: 0;
      color: #314463;
      font-size: 18px; }

.product-info-link {
  display: block;
  max-width: 315px;
  position: relative;
  overflow: hidden;
  padding: 25px 55px 25px 35px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  color: #333;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1.1;
  margin-top: 20px; }
  .product-info-link:hover {
    background-color: #dde7f6; }
  .product-info-link:after {
    content: "";
    width: 50px;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    background: #1b60ab url(../img/sustainability-download-icon.png) no-repeat center center;
    z-index: 1; }

/* MEDIA */
@media (max-width: 1199px) {
  .dg-title,
  .dg-desc {
    margin-bottom: 15px; }
  .qa-title {
    font-size: 20px; }
  .dc-item-title {
    font-size: 40px; }
    .dc-item-title::before {
      bottom: 7px;
      width: 46px;
      height: 46px; }
  .page-banner-subtitle {
    letter-spacing: 15px; }
  .contact-map iframe {
    height: 425px; }
  .main-nav ul li {
    margin: 0 3px; }
  .main-slider .item {
    height: 600px; }
  .developments-slider {
    padding: 0 80px; }
  .dsi-year {
    font-size: 42px; }
  .news-grid-desc {
    min-height: 500px; } }

@media (max-width: 991px) {
  .product-info {
    margin-top: 40px;
    padding-left: 15px; }
  .news-detail-img {
    max-width: 250px; }
  .news-detail-desc {
    width: calc(100% - 250px); }
  .qa-box {
    padding: 25px; }
  .dyl-item {
    margin-bottom: 55px; }
  .dc-item-title {
    font-size: 30px; }
    .dc-item-title::before {
      left: 2px;
      width: 36px;
      height: 36px; }
  .as-top-img,
  .as-bottom-img {
    width: 300px; }
  .as-top {
    padding-right: 300px;
    min-height: 223px; }
  .as-bottom {
    padding-left: 340px; }
  .as-bottom .as-text {
    margin-right: 20px; }
  .about-section-title {
    font-size: 32px; }
  .about-section-desc {
    font-size: 16px; }
  .ds-list {
    padding-left: 225px; }
  .news-grid-desc {
    min-height: 390px; }
  .main-nav {
    display: none; }
  .ds-list-item + .ds-list-item {
    margin-left: 15px; }
  .footer-logo {
    width: 110px; } }

@media (max-width: 767px) {
  .dg-title,
  .dg-title span {
    font-size: 30px; }
  .sustainability-img {
    float: none;
    margin-left: 0; }
  .rfp-title,
  .rfp-desc,
  .rfp-password,
  .rfp-form label {
    color: #4b4f56; }
  .rfp-password {
    margin: 0; }
  .register-form-popup {
    background: #fff; }
  .rfp-left,
  .rfp-right {
    width: 100%; }
  .rfp-left {
    margin-bottom: 40px; }
  .other-news-list {
    padding: 0 20px; }
  .news-detail-img {
    max-width: 250px;
    margin-bottom: 30px; }
  .news-detail-desc {
    width: 100%;
    padding: 0; }
  .news-detail-label {
    left: 0;
    margin-bottom: 30px; }
  .news-detail-label.info,
  .news-detail-label.date {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 10px;
    height: 85px;
    vertical-align: top; }
    .news-detail-label.info::before,
    .news-detail-label.date::before {
      height: 85px; }
  .nl-item-desc {
    font-style: 20px; }
  .qa-title {
    font-size: 16px; }
  .dyl-item .dsi-year {
    right: 40px; }
  .page-title {
    font-size: 34px; }
  .job-detail-link {
    display: block; }
  .job-all {
    margin: 30px 0 0; }
  .as-bottom {
    margin: 10px 0; }
  .as-top,
  .as-bottom {
    min-height: inherit;
    padding: 0; }
  .as-top-img,
  .as-bottom-img {
    position: static; }
    .as-top-img img,
    .as-bottom-img img {
      border-radius: 0; }
  .as-item-single .as-top-img img {
    border-radius: 0; }
  .as-top .as-text,
  .as-bottom .as-text,
  .as-item-single .as-top .as-text {
    padding-bottom: 20px; }
  .page-banner {
    height: 280px; }
  .page-banner-title {
    font-size: 42px; }
  .page-banner-subtitle {
    font-size: 28px;
    letter-spacing: normal; }
  .contact-map iframe {
    height: 300px; }
  .not-found-section {
    background: #fff;
    min-height: inherit;
    margin-bottom: 30px;
    padding: 0 15px; }
  .not-found-links {
    margin-top: 10px; }
  .not-found-section h2 {
    font-size: 100px;
    letter-spacing: normal; }
  .not-found-section h1 {
    font-size: 44px;
    letter-spacing: normal; }
  .not-found-links a {
    margin: 10px 0; }
  .home-about-desc {
    font-size: 16px; }
  .hdr-right {
    width: auto;
    margin-top: 18px; }
  .header-lang {
    margin-right: 10px; }
  .home-about-title {
    font-size: 30px;
    margin-bottom: 30px; }
    .home-about-title span {
      letter-spacing: normal; }
  .developments-slider .owl-prev,
  .developments-slider .owl-next,
  .slide-desc,
  .main-slider .owl-dots .owl-dot {
    display: none; }
  .developments-slider .owl-stage-outer {
    margin: 0; }
  .developments-slider .owl-prev,
  .developments-slider .owl-next {
    width: 20px; }
  .developments-slider-item {
    padding: 38px 0 0 0; }
  .developments-slider {
    padding: 0px; }
  .dsi-year {
    top: -3px; }
  .slide-title {
    font-size: 30px; }
  .main-header,
  .documents-section,
  .page-content,
  .development-year-list {
    padding-right: 15px;
    padding-left: 15px; }
  .home-developments {
    padding: 30px 15px; }
  .home-news-grid {
    padding: 0 30px; }
  .home-about {
    padding: 40px 15px; }
  .main-slider .item {
    height: 300px; }
  .news-grid-desc {
    min-height: 390px; }
  .slide-text {
    max-width: inherit;
    text-align: center; }
  .slide-title {
    margin-bottom: 15px; }
  .our-news-title {
    margin: 0; }
  .all-news-link {
    float: none;
    display: block;
    margin-bottom: 30px; }
  .news-grid-desc {
    min-height: inherit;
    padding-bottom: 40px; }
  .documents-section {
    background-position: 50% 50%; }
  .dc-title {
    float: none;
    text-align: center;
    margin-bottom: 20px; }
  .ds-list {
    padding: 0;
    text-align: center; }
  .main-footer {
    padding: 30px 15px; }
  .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .footer-links,
  .footer-copyright,
  .footer-development {
    width: 100%;
    text-align: center; }
  .footer-copyright {
    margin-bottom: 10px; }
  .footer-links a,
  .footer-links a + a {
    padding: 5px; }
  .fb-inner {
    max-width: inherit; } }

@media (max-widt: 480px) {
  .stl-text {
    right: -20px; } }

/* MIN */
@media (min-width: 768px) {
  .career-content {
    padding-right: 70px; }
  .dyl-item .developments-slider-item {
    max-width: 240px; }
  .product-main-category-list {
    margin-top: 50px; }
    .product-main-category-list .row {
      margin: 0 -22px; } }

@media (min-width: 1200px) {
  .dyl-item .developments-slider-item {
    max-width: 325px; }
  .page-banner-subtitle {
    position: relative; }
    .page-banner-subtitle::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -25px;
      width: 185px;
      height: 17px;
      border: 7px solid #fff;
      border-top: 0;
      margin-left: -92px; }
  .ng-inner-img {
    min-height: 300px; }
  .career-content {
    width: 74.3%; }
  .career-sidebar {
    width: 25.7%; } }
