 
@font-face {
    font-family: seed-icons;
    font-display: auto;
    src: local("seed-icons"), url(./fonts/seed-icons/seed-icons.woff2?seed) format("woff2"), url(../fonts/seed-icons/seed-icons.woff?seed) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DB Helvethaica X 57 Cond';
    src: url('./fonts/crea/DBHelvethaicaX-57Cond.woff2') format('woff2'),
        url('./fonts/crea/DBHelvethaicaX-57Cond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DB Helvethaica X 77 BdCond';
    src: url('./fonts/crea/DBHelvethaicaX-77BdCond.woff2') format('woff2'),
        url('./fonts/crea/DBHelvethaicaX-77BdCond.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cinzel';
    src: url('./fonts/crea/Cinzel-Black.woff2') format('woff2'),
        url('./fonts/crea/Cinzel-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Cinzel';
    src: url('./fonts/crea/Cinzel-Regular.woff2') format('woff2'),
        url('./fonts/crea/Cinzel-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cinzel';
    src: url('./fonts/crea/Cinzel-Bold.woff2') format('woff2'),
        url('./fonts/crea/Cinzel-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TrajanPro';
    src: url('./fonts/crea/TrajanPro-Regular.woff2') format('woff2'),
        url('./fonts/crea/TrajanPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



div#loadPage, div#loadPage_content {
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #FFF;
  z-index: 500000000;
  text-align: center;
  opacity: .7;
  padding-top: 200px;
  vertical-align: middle;
  filter: alpha(opacity=70);
  display: none
}
/* ====== preload ========== */
img {
  max-width: 100%;
}
html {
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family:  "DB Helvethaica X 57 Cond",
sans-serif;
  font-size: 22px;
  line-height: 120%;
  background: #fff;
  color: #000000;
}

.flickity-enabled.is-draggable,
html {
    -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  color: #242428;
}
a:hover {
  color: #666666;
}
.stop-scrolling {
  overflow: hidden;
}
 
h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 140%;
  font-weight: normal;
  font-family:  "TrajanPro",sans-serif;
  letter-spacing: 0px;
}
h3 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 140%;
  font-weight: normal;
  font-family: 'TrajanPro';
  letter-spacing: 1px;
}
a, a:hover, a:link {
  text-decoration: none;
}
.gillsiam {
  font-family: 'DBGillSiamX';
}
.bull {
  font-family: "sans-serif";
  width: 20px;
}
table {
  font-family:  "DB Helvethaica X 57 Cond",
sans-serif;
  font-size: 22px;
  line-height: 120%;
}
table td {
  padding: 2px 0;
  border: 0 !important;
}
table tr {
  border: 0 !important;
}
ul, li {}
.header ul, .header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.bold {
  font-family: 'MontserratBd';
}
.top5 {
  padding-top: 5px;
}
.top10 {
  padding-top: 10px;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.top40 {
  margin-top: 40px;
}
.top60 {
  margin-top: 60px;
}
.size48 {
  font-size: 48px;
  line-height: 120%;
}
.size40 {
  font-size: 40px;
  line-height: 120%;
}
.size36 {
  font-size: 36px;
  line-height: 120%;
}
.size30 {
  font-size: 30px;
  line-height: 120%;
}
.size24 {
  font-size: 24px;
  line-height: 120%;
}
.size21 {
  font-size: 21px;
  line-height: 120%;
}
.size18 {
  font-size: 18px;
  line-height: 120%;
}
.size12 {
  font-size: 12px;
  line-height: 120%;
}
.style1 {
  color: #fff !important;
}
.style2 {
  color: #CE2129 !important;
}
.webshow {}
.mobileshow {
  display: none;
}
.popup {
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  bottom: 0;
  position: fixed;
  background: url("../../img/tp/shadow.png");
  padding: 20px 0 100px 0;
  overflow: scroll;
  text-align: center;
  display: none;
}
.popup-dev {
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  bottom: 0;
  position: fixed;
  background: #fff;
  padding: 20px 0 0px 0;
  overflow: scroll;
  text-align: center;
  display: none;
}

.area_load{
	max-width: 1200px; margin-left: auto; margin-right: auto;
	border: 0px #000 solid;
}

.popup-dev .area{
		padding: 20px 0 0 0;
	}	

.popup_form {
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  bottom: 0;
  position: fixed;
  background: #CE2129;
  background-size: 100%;
  padding: 20px 40px 100px;
  overflow: scroll;
  text-align: center;
  display: none;
}
.popupclose {
  background: url("../../img/tp/close.png") top center no-repeat;
  width: 36px;
  height: 36px;
  opacity: 1;
  text-align: right;
}
#load_popup img {
  /*	width: 100%;*/
}
area:focus {
  outline: 0;
}
.popup_area {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  min-height: 400px;
  position: relative;
  margin-top: 10px;
  text-align: left;
  padding: 30px 0;
  color: #fff;
}
.pop_padding {
  margin-top: 10px;
  background: #f6f1ea;
  padding: 40px;
  color: #000;
}
.thankyou {
  background: url("../../img/scg-heim/bg-web.jpg") top center no-repeat;;
  background-size: 100%;
  padding: 100px 50px 100px;
  min-height: 600px;
  text-align: center;
	
  font-size: 28px;
  line-height: 100%;
}

.thankyou h1{
	font-family:  "DB Helvethaica X 57 Cond",
sans-serif;
	font-size: 38px;
  line-height: 100%;
	letter-spacing: 0;
}
 
.thankyou-area {
 background: #fff;
    width: 80%;
    height: auto; margin-top: 30px;
    padding: 50px;
    border: 0 solid #333;
}
.thankyou img {
  width: 150px;
}
.btn-thank {
	display: inline-block; vertical-align: top;
   border: 1px solid #ebdab7;
    color: #ebdab7;
    background-color: #86744e;
    padding: 10px 60px; border-radius: 10px;
    cursor: pointer; margin-top: 50px;
}
.pop_img {
  height: 400px;
}
.popup_close {
  text-align: right;
  position: relative;
  right: 0;
  margin: 0 0px 0 0;
  z-index: 5;
}
.pop_thank {
  padding: 100px 0;
  text-align: center;
}
.web {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.area_content {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1150px;
  border: 0px #000 solid;
  text-align: left;
}
.padding_page {
  padding: 60px 0;
}
.head_fixe {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}
.bg_head {
  position: relative; background: url("../../img/template/header-web.jpg") top center no-repeat;
 
}
.site-header{
	position: relative; background: url("../../img/template/header-web.jpg") top center no-repeat;
	 
}

#logo-crea img {
   
}

.headerL{
	display: inline-block; vertical-align: top;
	width: 20%;
}

.headerR{
	display: inline-block; vertical-align: top;
	width: 79%;
}

.header {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  border: 0px #000 solid;
  padding: 0px 0 10px;
	 font-family: 'TrajanPro';
font-weight: normal;
  font-size: 14px;
}
.bg_head li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
   color: #000000;
	margin-top: 20px;
 
  padding: 10px 8px;
}

.bg_head li:hover {
    color: #ebdab7;
}

.site-header li{
	color: #000000;
}

.site-header li:hover{
	color: #666666;
}

.bnt_resiter {
    color: #000 !important;
    background: url("../../img/template/btn-register.jpg") center center  ;
	  display: inline-block; margin-top: 25px !important;
    padding: 5px 12px !important;
}
.bnt_resiter:hover {
    
}

.input_register {
  font-family:  "DB Helvethaica X 57 Cond",
sans-serif;
  font-size: 18px;
  line-height: 100%;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  background: #ffffff;
  resize: none;
  outline: none;
  color: #000;
  border-radius: 10px;
  border: 1px #dddddd solid;
}
.input_register_error {
  font-family:  "DB Helvethaica X 57 Cond",
sans-serif;
  font-size: 18px;
  line-height: 100%;
  width: 100%;
  height: 30px;
  padding-left: 20px;
  background: #FFFFFF;
  color: #000;
  resize: none;
  outline: none;
  border: 1px #dddddd solid;
}
.input_register::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #fff;
}
.input_register:-moz-placeholder {
  opacity: 1 !important;
  color: #fff;
}
.input_register::-moz-placeholder {
  opacity: 1 !important;
  color: #fff;
}
input:focus::placeholder {
  color: transparent;
}
textarea:focus::placeholder {
  color: transparent;
}


.concept {
    padding: 50px 0 100px;
    background: url(../../img/concept/bg.jpg) center top no-repeat;
    background-size: cover;
    color: #000000;
}

.scghelm h1{
	color: #D6C180;
	 position: relative;
    text-align: center;
}

.concept h1  ,.projectinfo h1 ,.location h1 {
	background: #9C7F43;
background: radial-gradient(circle farthest-side at center center, #9C7F43 0%, #E2D59E 30%, #DFD196 60%, #D6C180 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

    position: relative;
    text-align: center;
}
.concept h1::after , .projectinfo h1::after  , .location h1::after , .scghelm h1::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #8d7032;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.concept .concept_flex {
	background: #fff;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    margin: 60px 0 0;
    position: relative;
}
.concept .concept_flex::before {
    position: absolute;
    content: "";
    border: 0px solid #ebdab7;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.concept .concept_flex .concept_block {
    width: 50%;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 0 solid #fff;
    z-index: 2;
    padding: 50px;
}
.concept .concept_flex .concept_block h3 {
     text-align: center;
    padding: 0;
	background: #D6C180;
background: linear-gradient(to right, #D6C180 0%, #8D7134 50%, #DFC790 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.concept .concept_flex .concept_block .content {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    border: 0 solid #fff;
}


.concept .concept_flex .concept2_block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 55px 0 0;
    position: relative;
}

.concept .concept_flex .concept_block .title {
    padding:50px 0 20px;
}
.concept .concept_flex .concept_block .concept_img {
    
}
.concept .concept_flex .concept_block .concept_img img {
     
}



.scghelm .engHeader,
.scghelm h1 {
    
    text-align: center; 
}
.scghelm {
    padding: 50px 0 60px; 
    background: url("../../img/scg-heim/bg-web.jpg") top center no-repeat;
    background-size: 120%;
}
.scghelm h3 {
	font-size: 40px;
  line-height: 100%;
    font-family: "DB Helvethaica X 77 BdCond";
	background: #D6C180;
background: linear-gradient(to right, #dac88a 0%, #927639 50%, #e0c891 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    position: relative;
}
.scghelm .engHeader {
    font-family: TrajanPro;
}
.scghelm .scghelm_flex {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
}
.scghelm .scghelm_flex .block-logo {
    text-align: center;
    width: 40%;
    border: 0 solid #fff;
}
.scghelm .scghelm_flex .block-logo img {
    width: 140px;
}
.scghelm .scghelm_flex .block-right {
    text-align: right;
}
.scghelm .scghelm_flex .block-right img {
    width: 200px;
}
.scghelm .scghelm_flex .block-b {
    border-right: 1px #b8babc solid;
    padding: 0 0 0 10px;
    margin: 30px 20px 0 0;
    width: 2px;
    height: 50px;
}
.scghelm .scghelm2_column {
    counter-increment: carousel-cell;
    line-height: 1.2;
    width: 100%;
    height: auto;
    margin: 40px 0;
    border: 0 solid #333;
}
.scghelm .scghelm2_flex {
	background: #ffffff;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border: 0px solid #9b8045;
    line-height: 1.2;
    padding: 50px;
    position: relative;
    z-index: 12;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.scghelm .scghelm2_flex .scghelm2_box {
    width: 50%;
    height: auto;
}
.scghelm .scghelm2_flex .scghelm2_block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 55px 0 0;
    position: relative;
}
.close_block,
.scghelm .scghelm2_flex .scghelm2_block .content h1 br {
    display: block;
}



.scghelm .scghelm2_flex .scghelm2_block .content {
    border: 0 solid #333;
}
.scghelm .scghelm2_flex .scghelm2_block .content .logo {
    position: relative;
    border: 0 solid #333;
    text-align: center;
    padding: 0 0 10px;
}
.scghelm .scghelm2_flex .scghelm2_block .content .logo img {
    text-align: center;
    width: 50px;
}
.scghelm .scghelm2_flex .img_box { 
   padding-right: 50px;
}

.scghelm .scghelm2_flex .img_box  img{ 
}


.projectinfo {
    padding: 50px 0; 
    background: url(../../img/projectinfo/bg.jpg) top center no-repeat;
    background-size: cover;
}
.projectinfo .projectinfo_flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border: 0 solid #fff;
}
.projectinfo .projectinfo_flex .block1 {
    width: 45%;
}
.projectinfo .projectinfo_flex .block2 {
    width: 55%;
}
.projectinfo .projectinfo_label {
    background: url("../../img/projectinfo/shadow.png")  ; 
    width: 500px;
    height: auto;
    padding: 30px;
}

.projectinfo_box .i-will{
	background: url("../../img/projectinfo/i-will.png") top left no-repeat;
	background-size: 50px; padding: 0 0 0 40px;
}

.projectinfo_box .n7a{
	background: url("../../img/projectinfo/n7a.png") top left no-repeat;
	background-size: 50px; padding: 0 0 0 70px;
}
 
.projectinfo .projectinfo_label .projectinfo_box {
    border: 1px solid #c8ac72;
    padding: 30px;
    color: #000;
}
.projectinfo .projectinfo_label .projectinfo_box h1 {
    text-align: center;
    position: relative;
}
.projectinfo .projectinfo_label .projectinfo_box h1::before {
    position: absolute;
    width: 80px;
    background-color: #ebdab7;
}
.projectinfo .projectinfo_label .projectinfo_box .info {
    border: 0 solid #fff;
    padding: 30px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top; 
}
.projectinfo .projectinfo_label .projectinfo_box .info .label_box1 {
    width: 45%;
    font-family: "DB Helvethaica X 77 BdCond";
    padding: 5px 0;
}
.projectinfo .projectinfo_label .projectinfo_box .info .label_box2 {
    width: 55%;
    padding: 5px 0;
}

.location {
    padding: 50px 0;
    background: url(../../img/location/bg.jpg) top center no-repeat;
    background-size: 100%; background-color: #efefef;
      position: relative;
}

.location .area{
	padding: 50px 0 0 0;
}

.location .label_box1 {
    width: 30%; display: inline-block; vertical-align: top;
    font-family: "DB Helvethaica X 77 BdCond";
    padding: 5px 0;
}
.location .label_box2 {
    width: 5%; display: inline-block; vertical-align: top;
    padding: 5px 0;
}

.location .label_box3 {
    width: 50%; display: inline-block; vertical-align: top;
    padding: 5px 0;
}



.location h1 {
    text-align: center;
    position: relative;
}
.location h1::before {
    position: absolute;
    width: 80px;
    background-color: #ebdab7;
}
.location h3 {
     text-align: center;
    padding: 40px 0 20px;
}
.location .location_flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top; margin-top: 40px;
     
}
.location .location_flex .location_block {
    display: inline-block;
    padding: 5px 10px;
    border-right: 1px #a7a7a7 solid;
    text-align: center;
    width: 14%;
}
.location .map_box,
.location .map_flex {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    position: relative;
}
.location .location_flex .location_block .title {
    font-family: "DB Helvethaica X 77 BdCond";
}
.location .location_flex .location0 {
    border-right: 0;
}
.location .location_flex .location-mobile0 {
    border-right: 1px #a7a7a7 solid;
}
.location .map_box {
    padding: 40px 0 0;
    height: auto;
    overflow: hidden;
    border: 0 solid #fff;
}
.location .map_flex {
	margin-top: 50px;
	color: #666666;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
}
.location .map_flex .map-left,
.location .map_flex .map-right {
    font-family: TrajanPro;
     font-size: 14px;
}
.location .map_flex .bnt_endlarge {
    background: url(../../img/location/icon-01.png) left center no-repeat;
    padding: 10px 0 10px 40px;
    margin: 5px 0 0;
    cursor: pointer;
}
.location .map_flex .bnt_googlemap {
    border: 1px solid #666666;
    padding: 10px 30px;
    margin: 5px 0 0;
    cursor: pointer;
}


.plan h1::before,
.plan h3::before {
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
}
.plan {
    padding: 50px 0;
    color: #ffffff;
   background: url("../../img/floor-plan/bg.jpg") top center;
	background-size: 100%;
    line-height: 1.2;
}
.plan h1 {
    text-align: center;
    position: relative;
    color: #ffffff;
}
.plan h1::before {
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #ffffff;
    bottom: -20px;
}
.plan h3 {
    text-align: center;
    position: relative;
}
.plan h3::before {
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    bottom: -30px;
}
.plan .crea-info,
.plan .plan_flex {
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.gallery_box_data h1::before,
.register h3::after {
    content: "";
    bottom: -20px;
    left: 0;
    right: 0;
}
.plan .plan_flex {
	margin-top: 40px;
    width: 100%;
    padding: 50px 0 30px;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.plan .crea-masterplan {
    width: 60%;
    border: 0 solid #333;
}
.plan .crea-masterplan img {
    object-fit: cover;
}
.plan .crea-info {
    width: 40%;
    border: 0 solid #333;
    padding: 0 40px 0 60px;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.plan .crea-info .title {
    padding: 50px 0 0; text-align: center;
}

.plan .crea-info .description {
    padding: 30px 0 0;  
}

.plan_type {
    border: 0 solid #0c1817;
    padding: 0; margin-top: 50px;
}
.carousel-cell {
	display: inline-block; vertical-align: top;
    width: 28%;
    height: auto;  color: #000;
    background: #fff;
    border-radius: 0;
    counter-increment: carousel-cell;
    border: 0px solid #b8babc;
    line-height: 1.2;
    margin: 0 15px 30px 15px;
}

.carousel-cell img{
	width: 100%;
}

.carousel-cell .content {
    padding: 20px 30px;
    text-align: center;
}
.carousel-cell .content h4 {
    text-align: center; font-family: 'DB Helvethaica X 57 Cond'; font-weight: bold;
}
.carousel-cell .content .title {
    
    width: 100%;
    height: 50px;
    border: 0 solid #333;
}
.carousel-cell .content .link_flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border: 0 solid #333;
}
.carousel-cell .content .link_flex .link_block {
    padding: 5px;
}
.carousel-cell .content a { 
	font-weight: bold;
    border-bottom: 1px #000 solid;
}

.gallery-tab{
	margin-top: 70px; text-align: center; 
}

.gallery-tab .active{
	 font-weight: bold;
	background: #fff; color: #000 !important;
}


.gallery-tab li{
	display: inline-block; vertical-align: top;
	width: 120px; padding: 6px 0 ; text-align: center;
	color: #fff; border: 1px #fff solid; font-family: 'DB Helvethaica X 57 Cond';
	margin: 0 20px  0;
}




.gallery_box_data {
    padding: 50px 0;
    background: url(../../img/gallery/bg.jpg) top center repeat-x;
    background-size: cover;
    color: #ffffff;
}
.gallery_box_data h1 {
    text-align: center;
    position: relative;
}
.gallery_box_data h1::before {
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #ffffff;
    margin: 0 auto;
}


.gallery_box_data .gallery_column {
    counter-increment: carousel-cell;
    line-height: 1.2;
    width: 100%;
    height: auto !important; 
    margin: 0px 0;
    border: 0px solid #333; position: relative;
}

#gallery-slide{
	height: auto; 
}

.gallery_box_data .min-h{
	min-height: 940px !important;
}

.gallery_box_data .gallery_flex {
      display: flex;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border: 0px solid #9b8045;
    line-height: 1.2;
    padding: 50px;
    position: relative;
    z-index: 12;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.gallery_box_data .gallery_flex .gallery_box {
	 width: 25%;
    height: auto;
    padding: 5px; 
}
.gallery_box_data .gallery_flex .gallery_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.footer-flex {
    padding: 50px 0 30px;
}

.footer-flex,
.footer-flex .footer-social-flex .box_social a {
    color: #000;
}

.footer-flex h1 {
   background: #D6C180;
background: linear-gradient(to right, #e1d099 0%, #8c7033 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    position: relative;
    text-align: center;
}
.footer-flex h3 {
    font-family: "DB Helvethaica X 77 BdCond";
    font-size: 30px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.footer-flex .address {
    text-align: center;
    padding: 20px 0;
}
.footer-flex .footer-social-flex {
     
    width: auto;
    height: auto;
	background: #fff; display: inline-block; vertical-align: top;
    border: 0 solid #fff;
    padding: 20px 40px;
}
.footer-flex .footer-social-flex .box_social {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    text-align: center;
    line-height: 1.2;
    font-size: 20px;
    width: auto;
}
.scghelm .scghelm2_flex,
.scghelm .scghelm_flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center;
}
.footer-flex .footer-social-flex .i-class {
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    background-color: #666666;
    position: relative;
    line-height: 1.2;
}
.footer-flex .footer-social-flex .i-social {
    position: absolute;
    padding: 0;
    margin: -5px 0 0;
    font-size: 32px;
    line-height: 32px;
    border: 0 solid #fff;
    text-align: center;
}
.footer-flex .footer-social-flex .title {
    position: relative;
    margin: 28px 0 0;
    text-align: center;
    border: 0 solid #fff;
}
.footer-flex .copyright {
    font-family: TrajanPro; font-weight: bold;
    font-size: 12px;
    padding: 50px 0 0;
    text-align: center;
}

 
.site-footer {
    min-height: 50px;
}

.site-footer {
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../img/footer/bg.jpg) top repeat-x #ebdab7;
	background-size: 100%;
}


[class*=" si-"],
[class^="si-"] {
    font-family: seed-icons !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.si-mail:before {
    content: "\e91e";
}
.si-phone:before {
    content: "\e91f";
}
.si-phone-o:before {
    content: "\e920";
}
.si-phone-alt:before {
    content: "\e921";
}

.si-facebook:before {
    content: "\e94c";
}

.si-line:before {
    content: "\e951";
}

.si-location:before {
    content: "\e91d";
}

.si-google-logo:before {
    content: "\e95a";
}

.s-slider.-togrid:after {
    content: "flickity";
    display: none;
}

.s-slider.-dots-in .flickity-page-dots {
    bottom: 10px;
}
.s-slider.-dots-in .flickity-page-dots .dot {
    background: #fff;
    opacity: 0.5;
}
.s-slider.-dots-in .flickity-page-dots .dot.is-selected {
    opacity: 1;
}
.s-slider.-dots-in .flickity-prev-next-button {
    color: #fff;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: 0;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
 

.flickity-button {
  background: transparent;
	 position: absolute;  z-index: 99; top: 40%;
    border: none;
    color: #000; 
    transition: 0.3s ease;
	
}
/* big previous & next buttons */
.flickity-prev-next-button {
  width: 50px;
  height: 50px;
}
/* icon color */
.flickity-button-icon {
  fill: white;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}

.flickity-button:hover {
    cursor: pointer;
    color: #b8babc;
}
.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #b8babc;
}
.flickity-button:active {
    opacity: 0.6;
}
.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}
.flickity-button-icon {
    fill: currentColor;
}
.flickity-prev-next-button {
      
}
.flickity-prev-next-button.previous {
    left: -55px;
}
.flickity-prev-next-button.next {
    right: -55px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -5px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    cursor: pointer;
    transition: 0.3s ease;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1; background: #dec489;
    width: 18px;
}

.flickity-slider .content-headline .info {
    opacity: 0;
    margin-top: 10px;
}
.flickity-slider .is-selected .content-headline .info {
    opacity: 1;
    margin-top: 2px;
}


.register h1,
.register h3 {
	text-align: center;
	color: #fff;
    position: relative;
} 
.register {
	background: url("../../img/scg-heim/bg-web.jpg") top center no-repeat;
     padding: 50px 0 50px;
   
} 
.register h3::after {
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #ebdab7;
    margin: 0 auto;
}
.register_form {
	background: #fff;
    width: 100%;
    height: auto; margin-top: 50px;
    padding: 50px;
    border: 0 solid #333;
}
 
.input_register input[type="text"],
.input_register input[type="email"] {
    border: 0;
    color: #ebdab7;
    background-color: transparent; 
    font-size: 24px;
    line-height: 1.5;
}
.input_register input[type="text"]::-webkit-input-placeholder,
.input_register input[type="email"]::-webkit-input-placeholder {
    color: #ebdab7;
}
.input_register input[type="text"]:-ms-input-placeholder,
.input_register input[type="email"]:-ms-input-placeholder {
    color: #ebdab7;
}
.input_register input[type="text"]::-moz-placeholder,
.input_register input[type="email"]::-moz-placeholder {
    color: #ebdab7;
}
.input_register input[type="text"]::placeholder,
.input_register input[type="email"]::placeholder {
    color: #ebdab7;
}
.select_register {
    display: inline-block;
    font-size: 24px;
    color: #ebdab7;
    width: 100%;
    height: 40px;
    line-height: 18px;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 25px 5px 5px;
    border: 0;
    border-bottom: 1px #ebdab7 solid;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/icon-down.png), linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0.4em top 50%, 0 0;
    background-size: 12px, 12px;
    border-radius: 0;
}
.select_register option {
    color: #ebdab7;
    background: #253b3c;
} 
.register_form .btn-submit {
    border: 1px solid #ebdab7;
    color: #ebdab7;
    background-color: #86744e;
    padding: 10px 60px;
    cursor: pointer; margin-top: 50px;
}

.register_form .col-sm{
	margin-top: 20px;
}

.social_footer {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
}
.social_footer img {
    width: 60px;
}

.btn-back {
  display: inline-block;
  vertical-align: top;
  background: url("../../img/plan/back.png") center left no-repeat;
  background-size: 30px;
  padding: 0 0 0 40px;
}

.popup_plan_detail{
	display: inline-block; vertical-align: top;
	background: #eeeeee; padding: 40px 40px; margin: 50px 0;
}

.popup-dev h1{
	font-family: 'DB Helvethaica X 77 BdCond';
	 font-size: 46px;
  line-height: 140%;
  background: #9C7F43;
background: radial-gradient(circle farthest-side at center center, #9C7F43 0%, #E2D59E 30%, #DFD196 60%, #D6C180 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;


    position: relative;
    text-align: center;
}
 
.popup-dev h1::after{
    content: "";
    position: absolute;
    width: 90px;
    height: 4px;
    background-color: #8d7032;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.table-plan td{
	padding: 10px 0;
	border-bottom: 1px #b2b2b2 solid !important;
}

@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 70em) {
	
	.bg_head{
		
	}
  .header {
   width: 100%;  
   font-size: 10px;
}n-
	
	#logo-crea img {
 height: 55px;  
}
	
	
	.header .container{ 
		position: relative; 
		width: 100% !important; min-width: 94%;  border: 0px #000 solid;
		padding: 0 !important;  
	}
	
.bg_head li {
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
   color: #000000;
	margin-top: 20px;
 
  padding: 10px 2px;
}

	.bg_head li:hover {
    color: #000000;  
}

	
	.bnt_resiter {
     margin-top: 24px !important;
     padding: 5px 12px !important;
}
	
	
  .area_content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .webshow {
    display: none;
  }
  .mobileshow {
    display: block;
  } 	

	.flickity-prev-next-button.previous {
    left: 0px;
}
.flickity-prev-next-button.next {
    right: 0px;
}
	
	.concept .concept_flex .concept_block {
    width: 100%; 
    padding: 20px;
}
	
	.concept .concept_flex .concept_block .concept_img {
    position: relative;
    z-index: 9;
    left: 0px;
    top: 0px;
}
.concept .concept_flex .concept_block .concept_img img {
    height: auto;
    width: 100%;
}
	

	.scghelm {
    padding: 50px 0 50px; 
    background: url(../../img/scg-heim/bg.jpg) top center no-repeat;
    background-size: 150%;  
}	

.scghelm .scghelm2_flex .scghelm2_box {
    width: 100%;
    height: auto;
}	

.scghelm .scghelm2_flex .title {
    padding: 20px 0 20px;
}	

.scghelm .scghelm2_flex .scghelm2_block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    padding: 40px 20px;
    position: relative;
}	
	
.scghelm .scghelm2_flex .img_box { 
   padding: 0; border: 0px #000 solid; text-align: center;
}	
	
.plan .crea-masterplan {
    width: 100%; 
}
 
.plan .crea-info {
    width: 100%;
   padding: 50px 0; 
}	

.site-footer {
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../img/footer/bg.jpg) top repeat-x #ebdab7;
	background-size: 1920px;
}
	
.btn-back {
    margin-left: 20px;
  }	
	
	.location .location_flex .location_block {
    display: inline-block;
    padding: 5px 8px;
     text-align: left;
    width: 25%;
}
	.carousel-cell {
	display: inline-block; vertical-align: top;
    width: 45%;
    height: auto;  color: #000;
    background: #fff;
    border-radius: 0;
    counter-increment: carousel-cell;
    border: 0px solid #b8babc;
    line-height: 1.2;
    margin: 0 15px 30px 15px;
}
	
	.popup-dev .container{
		width: 100%; min-width: 100%;
	}
	
	.location .location_flex .location-mobile1 {
    border-bottom: 1px #a7a7a7 solid;
}
	.location .location_flex .location-mobile0,
.location .location_flex .location0 {
    border-right: 0;
}
	
	 .container {
    min-width: 94%;
  }
	
	
.gallery_box_data .min-h{
	min-height: 600px !important;
}
	
	
}
@media screen and (max-width: 40em) {
	body{
		width: 100%; overflow-x: hidden;
	}
	
	
	h1 {
   font-size: 32px;
  line-height: 140%;
}
	
	.row{
		margin: 0; padding: 0;
	}	
	
	
  .logo {}
	
#logo-crea img {
 height: 55px;  
}
	
  .webbr br {
    display: inherit;
  }
  .menu-head {
    display: none; background: #f7f7f5;
    padding-top: 10px;
    text-align: center;
    width: 100%; margin: 0;
    position: relative;
  }
 
	.bg_head {
		
  		background: url("../../img/template/header.jpg") top center no-repeat; 
		background-size: 110%; position: relative;
	}
	
	.headerL{
	display: inline-block; vertical-align: top;
	width: 100%;
}

.headerR{
	display: inline-block; vertical-align: top;
	width: 100%;
}
	
  .header {
    width: 100%; overflow: hidden;height: auto;
    position: relative;
    margin: 0 !important; padding: 0 !important; 
	   
     
  }
	
	.header .logo{
		margin-left: 10px;
	}	
	
  .container {
    margin: 0;
    padding: 0;
  }
  .header .col-sm {
    margin: 0;
    padding: 0;
  }
  .icon_menu {
    margin-left: 10px;
    background: url("../../img/template/icon-menu.png") top center no-repeat;
    background-size: 26px;
    cursor: pointer;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    position: absolute; right: 0;
	  margin: 20px 10px 0 0;
    display: block;
    z-index: 10;
  }
  .close_mobile {
    margin-left: 10px;
    background: url("../../img/template/icon-close.jpg") top center no-repeat;
    background-size: 26px;
    cursor: pointer;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    position: absolute; right: 0;
	  margin: 20px 10px 0 0;
    display: none;
    z-index: 10;
  }
  .header li {
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    padding: 7px 20px;
    margin: 0;
    text-align: left;
    font-size: 12px;
    line-height: 100%; border-bottom: 1px #cccccc solid;
     
  }
	
	
.bnt_resiter {
      background: none  ; width: 100%;
	  display: inline-block; margin-top: 0px !important;
    padding: 7px 20px !important;
}
  
  .concept {
    padding: 50px 0  ;
    background: url(../../img/concept/bg-m.jpg) center top no-repeat;
    background-size: 150%; 
}	
	
	.concept .concept_flex {
		background-color: #fff;
		width: 90%;
		margin: 60px 5% 0 5%; 
	}
	
	.concept .concept_flex::before {
    position: relative;
    content: "";
    border: 0px solid #ebdab7;
    width: 100%;
    height: 100%;
    z-index: 0;
}
	
	
	.scghelm .scghelm2_column {
    counter-increment: carousel-cell;
    line-height: 1.2;
    width: 100%;
    height: auto;
    margin: 20px 0;
    border: 0 solid #333;
}
.scghelm .scghelm2_flex {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;  height: 420px;
    height: auto; max-height: none; 
    line-height: 1.2;
    padding: 20px;
    position: relative;
    z-index: 12;
    left: 0;
    right: 0;
    margin: 0 5%;
}

.scghelm .scghelm2_flex .scghelm2_block .content {
    border: 0 solid #333;
} 
.scghelm .scghelm2_flex .scghelm2_block .content .logo {
    position: relative;
    border: 0 solid #333;
    text-align: center;
    padding: 0 0 10px;
}
.scghelm .scghelm2_flex .scghelm2_block .content .logo img {
    text-align: center;
    width: 50px;
}
	
	
	
.scghelm .scghelm2_flex .img_box {
    position: relative;
    z-index: 9;
    margin-top: 0;
    margin-left: 0;
    width: 100%; padding: 0;
    height: auto;
}
	

.projectinfo {
	margin: 0;
    padding: 50px 0;
    background: url(../../img/projectinfo/bg-m.jpg) top center no-repeat;
    background-size: 140%;
}
.projectinfo .projectinfo_flex {
    
    width: 90%; margin: 0 5% 0 5%; 
    height: auto;
    border: 0 solid #fff;
}
.projectinfo .projectinfo_flex .block1 {
    width: 100%;
}
.projectinfo .projectinfo_flex .block2 {
    width: 100%;
}
.projectinfo .projectinfo_label {
    background: url("../../img/projectinfo/shadow.png")  ; 
    width: 100%;
    height: auto;
    padding: 20px;
}
	
.location {
    padding: 50px 0;
    background: url("../../img/location/bg-m.jpg") top center no-repeat;
    background-size: 150%; background-color: #efefef;
      position: relative;
}	

.location .area{
	padding: 30px 5%;
}
	
.location .location_flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
     
}
	
.location .location_flex .location-mobile1 {
    border-bottom: 0px;
}	
	
.location .location_flex .location_block {
    display: inline-block;
    padding: 5px 15px;
    border-right: 0px #ebdab7 solid;
    text-align: left;
    width: 100%;
}
.location .map_box,
.location .map_flex {
    left: 0;
    right: 0;
    margin: 0 auto; 
    position: relative;
}
.location .location_flex .location_block .title {
   width: 45%; display: inline-block; vertical-align: top;
}
	
.location .location_flex .location_block .description {
    display: inline-block; vertical-align: top;
}	
	
	
.location .location_flex .location_block .title::before {
    position: absolute;
    content: ":";
    border: 0px solid #ebdab7;
     padding-left: 35%;
    z-index: 3;
}	
	

.location .map_box {
    padding: 40px 0 0;
    height: auto;
    overflow: hidden;
    border: 0 solid #fff;
}
.location .map_box .img {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.location .map_flex {
	 
	margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
}
.location .map_flex .map-left,
.location .map_flex .map-right { 
}
.location .map_flex .bnt_endlarge {
      padding: 10px 0 10px 40px;
    margin: 5px 0 0;
    cursor: pointer;
}
.location .map_flex .bnt_googlemap {
    border: 1px solid #666666;
    padding: 10px 20px;
    margin: 5px 0 0 10px;
    cursor: pointer;
}	
  
.plan {
    padding: 50px 0;
    color: #ffffff;
   background: url("../../img/floor-plan/bg.jpg") top center;
	background-size: 200%;
    line-height: 1.2;
}	
	
.plan .plan_flex {
    width: 90%; margin: 0 5%;
    padding: 50px 0; 
	border: 0px #000 solid;
}	
	

.plan h3::before {
    position: absolute;
    width: 1px;
    height: auto;
    background-color: none;
    bottom: 0px;
}	
	

.carousel-cell {
    width: 100%;
    height: auto;  
    margin: 0 0 30px 0px;
}
.carousel-cell .content {
    padding: 20px 30px;
    text-align: center;
}
.carousel-cell .content h4 {
    text-align: center;
}
.carousel-cell .content .title {
    color: #777;
    width: 100%;
    height: 50px;
    border: 0 solid #333;
}
.carousel-cell .content .link_flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border: 0 solid #333;
}
.carousel-cell .content .link_flex .link_block {
    padding: 5px;
}
.carousel-cell .content a {
     
}
	
.gallery_box_data {
    padding: 50px 5%;
    background: url(../../img/gallery/bg.jpg) top center repeat-x;
    background-size: 180%; 
}
	
.gallery_box_data .min-h{
	min-height: 1040px !important;
}
	
	
.gallery_box_data h1 {
    text-align: center;
    position: relative;
}
.gallery_box_data h1::before {
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #ebdab7;
    margin: 0 auto;
}
.gallery_box_data .gallery_flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 40px 0 0;
}
.gallery_box_data .gallery_flex .gallery_box {
    width: 50%;
    height: auto;
    padding: 5px;
}
.gallery_box_data .gallery_flex .gallery_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}	
	
.site-footer {
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../../img/footer/bg-m.jpg") top center;
	background-size: 120%;
}

	
.footer-flex {
    padding: 50px 0 30px;
}
.footer-flex h1 {
    text-align: center;
}
.footer-flex h3 {
    font-family: "DB Helvethaica X 77 BdCond";
    font-size: 30px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.footer-flex .address {
    text-align: center;
    padding: 20px 0;
}
.footer-flex .footer-social-flex {
	 width: auto; display: inline-block;  vertical-align: top;
	margin-left: 5%; margin-right: 5%;
}
.footer-flex .footer-social-flex .box_social {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
     
    width: 49%;
    border: 0px solid #000;
    text-align: center;
}	
	
.footer-flex .copyright {
    font-size: 10px;
    padding: 50px 0 0; 
}
	
	.popup-dev .area{
		padding: 0 5%;
	}	

.popup_plan_detail{
	 padding: 40px; margin: 50px 0;
}

.popup-dev h1{
	 font-size: 36px;
  line-height: 140%;
}
 	
	

.gallery-tab li{ 
	width: 80px; padding: 6px 0 ; 
	margin: 0 10px  0;
}
	
	
	
}





