*{
	box-sizing: border-box;
}
html,body{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Kanit', sans-serif;
	font-size: 15px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #262626;
}
.black-ribbon {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 110px;
}
@font-face {
    font-family: 'thaisans-bold';
    src: url('fonts/thaisansneue-bold-webfont.woff2') format('woff2'),
         url('fonts/thaisansneue-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thaisans-regular';
    src: url('fonts/thaisansneue-regular-webfont.woff2') format('woff2'),
         url('fonts/thaisansneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, b, label, strong{
	font-family: 'Kanit';
	font-weight: 400;
    font-style: normal;
}

a img{
	max-width: 100%;
}
img {
	image-rendering: auto;
	-webkit-image-rendering: auto;
	-webkit-backface-visibility: hidden; 
	max-width: 100%
}
.img-res{
	max-width: 100%;
}
a.title,
.title a{
	text-decoration: none;
	color: #6e8847;
	cursor: pointer;
}
a.title:hover,
.title a:hover{
	text-decoration: none;
	color: #262626;
}
a:hover{
	transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}
.breadcrumb{
	background-color: transparent;
	padding: 0;
}
.breadcrumb .text-muted a{
	text-decoration: none;
	color: #777;
}
.breadcrumb .text-muted a:hover{
	color: #6e8847;
}
.breadcrumb .active{
	color: #6e8847;
}
.hr-style{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin: 1em 0;
    padding: 0; 
}
.divider-center{
	display: block;
	width: 50%;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 50px auto;
    padding: 0; 
}
.title-divider{
  background-color: #f9f9f9;
  color: #262626;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.title-divider:before {
  border-bottom: 1px solid #262626;
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  width: 100%;
}
.title-divider .title{
  background-color: inherit;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.text-link{
	display: inline-block;
	border-bottom: 1px dotted #6e8847;
	color: #6e8847;
	text-decoration: none;
}
.text-link:hover{
	border-bottom: 1px dotted #262626;
	color: #262626;
	text-decoration: none;
}

.wp-video, video{
	max-width: 100%;
	margin: auto;
}

/* Overwrite Bootstrap */
.btn{
	cursor: pointer;
	border-radius: 0;
	border: 0;
	outline: 0;
	font-family: 'Kanit';
}
.btn:hover,
.btn-lg:hover{
	text-decoration: none;
}
.btn-lg{
    padding: 10px 30px;
    border-radius: 0;
    cursor: pointer;
}
.btn-primary{
	background-color: #6e8847;
	border: 0;
	color: #fff!important;
}
.btn-primary:hover{
	background-color: #597331;
	border: 0;
	color: #fff!important;
}
.btn-dark{
	background-color: #262626;
	border: 0;
	color: #fff!important;
}
.btn-dark:hover{
	background-color: #343434;
	border: 0;
	color: #fff!important;
}
.btn-secondary{
	background-color: #c4b69b;
	border: 0;
	color: #262626!important;
}
.btn-secondary:hover{
	background-color: #aa9877;
	border: 0;
	color: #262626!important;
}
.height-formcontrol{
	line-height: 34px;
}

.header{
	background-color: #fff;
	width: 100%;
    color: #000;
    box-shadow: 1px 1px 10px #1b1b1b;
    margin-bottom: 0px;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0; 
}
.topbar:after{
	content: '';
	display: block;
	clear: both;
}
.topbar .block-left{
	width: 50%;
	float: left;
}
.topbar .block-right{
	width: 50%;
	float: right;
	text-align: right;
	padding: 5px 10px;
}
.topbar .social,
.topbar .lang{
	display: inline-block;
}
.topbar .social ul,
.topbar .lang ul{
	margin: 0;
	padding: 0;
}
.topbar .social ul li a{
	display: block;
	width: 20px;
	height: 20px;
}
.topbar .social ul li a img{
	display: block;
	max-width: 100%;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.topbar .social ul li a:hover img{
	-webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.topbar .lang {
	padding-left: 15px;
}
.topbar .lang ul:after,
.topbar .social ul:after{
	content: '';
	display: block;
	clear: both;
}
.topbar .lang ul{
	padding: 3px 0;
}
.topbar .lang ul li,
.topbar .social ul li{
	list-style: none;
	display: block;
	float: left;
}
.topbar .social ul li{
	padding: 0 5px;
}
.topbar .lang ul li{
	padding: 0 10px;
}
.topbar .lang ul li:first-child{
	border-right: 1px solid #fff;
}
.topbar .lang ul li a{
	color: #000;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 14px;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.topbar .lang ul li a:hover{
	text-decoration: none;
	color: #6e8847;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.headerwrap{
	width: 100%;
}
.headerwrap:after{
	content: '';
	display: block;
	clear: both;
}
.headerwrap .header__icon {
    display: none; 
}
.headerwrap .logowrap{
	width: 180px;
	float: left;
}
.headerwrap .logowrap a{
	display: block;
	width: 100%;
	padding: 10px 0;
}
.headerwrap .logowrap a img{
	max-width: 100%;
}
.headerwrap .nav {
	width: calc(100% - 250px);
	float: right;
	text-align: right;
}
.headerwrap .nav ul{
	padding: 0;
	margin: 0;
}
.headerwrap .nav ul li{
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.headerwrap .nav ul li a{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 30px 12px;
	cursor: pointer;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.headerwrap .nav ul li a:hover,
.headerwrap .nav ul li a.active,
.headerwrap .nav ul .current-menu-item a,
.headerwrap .nav ul .current_page_parent a{
	color: #fff;
	background-color: #6e8847;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}


.ma5slider{
	margin-bottom: 0;
}

.wrapall{
	margin-top: 111px;
}
.section{
	padding: 80px 0;
	background-color: #f9f9f9;
}
.clear:after{
	content: '';
	display: block;
	clear: both;
}

.bg-dark{
	background-color: #262626;
}
.bg-bw{
	background-color: #f9f9f9;
	position: relative;
}
.bg-bw:before{
	content: '';
	width: 100%;
	height: 400px;
	background-color: #262626;
	position: absolute;
	top: 0;
	left: 0;
}
.bg-bw .title-divider{
  background-color: #262626;
  color: #fff;
  margin-bottom: 10px;
}
.bg-bw .title-divider:before {
  border-bottom: 1px solid #fff;
}
.bg-bw .title-divider .title{
	margin: 0 auto;
}
.bg-bw .btnwrap{
	padding: 30px 0;
}
.bg-bw .btnwrap .btn{
	font-size: 18px;
	font-weight: 300;
}
.filters{
	padding: 30px 0;
}
.projectwrap:after{
	content: '';
	display: block;
	clear: both;
}
.projectwrap .listitem{
	position: relative;
	width: 33.33%;
	float: left;
	padding: 15px;
}
.projectwrap .listitem .pj-type{
	position: absolute;
	top: 25px;
	left: 7px;
	z-index: 1;
	background-color: #6e8847;
	color: #fff;
	padding: 5px 20px;
}
.projectwrap .listitem .block-img{
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.projectwrap .listitem .block-img:before{
	content: '';
    display: block;
}
.projectwrap .listitem .block-img .contenido{
	display: block;
	position: absolute;
   	top: 0; 
   	left: 0; 
   	bottom: 0; 
   	right: 0;
   	outline: 0;
   	border: 0;
   	cursor: pointer;
}
.projectwrap .listitem .block-img .contenido img{
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.projectwrap .listitem .block-img .contenido:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.projectwrap .listitem .block-body{
	padding: 10px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
}
.projectwrap .listitem .block-body .shortdesc{
	min-height: 65px;
}
.projectwrap .listitem .block-body h4{
	margin-bottom: 0;
}
.projectwrap .listitem .block-body .title{
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	font-family: 'Kanit';
	margin-bottom: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.projectwrap .listitem .block-body .hr-style{
	margin: 10px 0;
}
.projectwrap .listitem .block-body  .detail .col-md-8{
	padding-right: 5px;
}
.projectwrap .listitem .block-body  .detail .col-md-4{
	padding-left: 5px;
}
.projectwrap .listitem .block-body  .detail .icon{
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #6e8847;
}
.projectwrap .listitem .block-footer{
	background-color: #262626;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding: 4px 10px;
}


.blogwrap:after{
	content: '';
	display: block;
	clear: both;
}
.blogwrap .listitem{
	position: relative;
	width: 33.33%;
	float: left;
	padding: 15px;
}
.blogwrap .listitem .date{
	position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    background-color: #6e8847;
    color: #fff;
    padding: 10px;
    line-height: 20px;
}
.blogwrap .listitem .block-img{
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.blogwrap .listitem .block-img:before{
	content: '';
    display: block;
}
.blogwrap .listitem .block-img .contenido{
	display: block;
	position: absolute;
   	top: 0; 
   	left: 0; 
   	bottom: 0; 
   	right: 0;
   	outline: 0;
   	border: 0;
   	cursor: pointer;
}
.blogwrap .listitem .block-img .contenido img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.blogwrap .listitem .block-img .contenido:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.block-img img{
	max-width: 100%;
	height: auto;
}
.blogwrap .listitem .title{
	margin-top: 7px;
	margin-bottom: 10px;
}
.blogwrap .listitem .title a{
	font-size: 18px;
	font-weight: 500;
	display: block;
	height: 52px;
    overflow: hidden;
}
.blogwrap .listitem .shortdesc{
	margin: 0;
	display: none;
}

.blog-detail{
	width: calc(100% - 350px);
	float: left;
}
.blog-detail img{
	height: auto;
	max-width: 100%;
}
.blog-detail .title{
	margin-top: 15px;
}
.blog-detail .title{
	font-size: 20px;
	color: #6e8847;
}
.sidebar{
	width: 300px;
	float: right;
	margin-top: 85px;
}
.sidebar .sidemenu ul,
.sidebar .widget ul{
	padding: 0;
	margin-bottom: 20px;
}
.sidebar .sidemenu ul li,
.sidebar .widget ul li{
	padding: 10px 0;
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
.sidebar .sidemenu ul li a,
.sidebar .widget ul li a{
	text-decoration: none;
	color: #262626;
}
.sidebar .sidemenu ul li a:hover,
.sidebar .widget ul li a:hover{
	color: #6e8847;
}

.banner-link{
	display: block;
	width: 100%;
	padding: 20px;
	outline: 0;
	border: 0;
	text-decoration: none;
	cursor: pointer;
}
.banner-link img{
	width: 100%;
	display: block;
	outline: 0;
	border: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.banner-link:hover img{
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.feature-img{
	position: relative;
	width: 100%;
}
.feature-img .imgwrap img{
	display: block;
	width: 100%;
	height: auto;
}

.bg-vision{
/* 	background-image: url('../images/bg-vision.jpg'); */
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
}
.teamwrap .imgwrap{
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.teamwrap .imgwrap img{
	max-width: 100%;
}
.teamwrap p{
	margin: 0;
	text-align: center;
}

.projectdetail{
	padding-top: 30px
}
.projectdetail{
	background-color: #fff;
}
.projectdetail .pj-nav{
	margin-top: 20px;
}
.projectdetail .pj-nav .icon{
	display: none;
}
.projectdetail .pj-nav>li{
	width: 20%;
	margin: 0;
	text-align: center;
}
.projectdetail .pj-nav>li>a{
	display: block;
	color: #262626;
	border: 1px solid #6e8847;
	border-radius: 0;
	padding: 8px 15px;
	margin-right: -1px;
}
.projectdetail .pj-nav>li>a:hover{
	background-color: #6e8847;
	color: #fff;
}
.projectdetail .pj-nav>li.active>a, 
.projectdetail .pj-nav>li.active>a:focus, 
.projectdetail .pj-nav>li.active>a:hover{
	color: #fff;
    cursor: default;
    background-color: #6e8847;
    border: 1px solid #6e8847;
    border-bottom-color: #6e8847;
}
.projectdetail .tab-content{
	padding: 20px 0;
}
.projectdetail .tab-content .textarea{
	background-color: #fff;
	padding: 15px 30px;
}
.projectdetail .btn-calc{
	display: none;
}

#project-info .block-left{
	width: calc(100% - 350px);
	float: left;
}
#project-info .block-right{
	width: 300px;
	float: right;
}
#project-info .project-promotion .listitem{
	width: 100%;
	margin-bottom: 10px;
}
#project-info .project-promotion .listitem .imagewrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#project-info .project-promotion .listitem .imagewrap a{
	display: block;
}
#project-info .project-promotion .listitem .imagewrap img{
	max-width: 100%;
	display: block;
	outline: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#project-info .project-promotion .listitem .imagewrap a:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#project-info .project-promotion .listitem .title{
	margin-top: 7px;
}
#project-info .project-promotion .listitem .title a{
	text-decoration: none;
	font-size: 18px;
	font-family: 'Kanit';
	color: #6e8847;
}

#project-plan .plan-nav .title{
	font-family: 'Kanit';
	color: #6e8847;
	margin-top: 10px;
}
#project-plan .col-md-4 a{
	cursor: pointer;
}


.gallery .placeholder {
  	width: 100%; 
 }
.gallery .gallery-images {
  	width: 100%;
  	margin-top: 15px;
  	margin-bottom: 20px;
  	display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.gallery .image {
	/*width: 20%;*/
	position: relative;
	overflow: hidden;
  	background-color: #000; 
}
.gallery .placeholder .image{
	width: 100%;
}
.gallery .gallery-images .image{
	width: 19%;
	margin: 0 0.5%;
	float: left;
	cursor: pointer;
}
.gallery .gallery-images:after{
	content: '';
	display: block;
	clear: both;
}
.gallery .image:before{
	content: '';
	display: block;
	padding-top: 56.25%;
}
.gallery .image .contenido{
	display: block;
	position: absolute;
   	top: 0; 
   	left: 0; 
   	bottom: 0; 
   	right: 0;
   	outline: 0;
   	border: 0;
}
.gallery img {
	display: block;
  	width: auto;
  	max-width: 100%;
  	max-height: 100%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-webkit-transform: translate(-50%, -50%);
}
.gallery .gallery-images .current:after {
  	content: '';
  	display: block;
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	background-color: #000;
  	opacity: 0.5; 
}

#project-location .map{
	padding: 0;
}
#project-location .map iframe{
	width: 100%;
}
#project-location .textarea{
	padding: 30px 0;
}

#project-contact:after{
	content: '';
	display: block;
	clear: both;
}
#project-contact .textarea{
	width: 50%;
	float: left;
	background-color: transparent;
	padding: 0 30px;
}
#project-contact .textarea h3{
	margin-top: 0;
}
#project-contact .contactform{
	width: 50%;
	float: left;
	padding: 0 30px;
}

.promotionwrap{
	width: calc(100% - 350px);
	float: left;
}
.promotion-calcwrap{
	width: 300px;
	float: right;
	margin-top: 85px;
}
.promotionwrap .listitem{
	width: 100%;
	margin-bottom: 15px;
}
.promotionwrap .listitem .block-img{
	overflow: hidden;
}
.promotionwrap .listitem .block-img a{
	display: block;
	cursor: pointer;
}
.promotionwrap .listitem .block-img img{
	width: 100%;
	max-width: 100%;
}
.promotionwrap .listitem .block-img a img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.promotionwrap .listitem .block-img a:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.promotionwrap .listitem .title{
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #6e8847;
}

.calcwrap{
	width: 100%;
	background-color: #6e8847;
	padding: 15px 10px;
	color: #fff;
	font-size: 13px;
}
.calcwrap input{ text-align: right; }
.form-control[disabled], fieldset[disabled] .form-control{
	cursor: not-allowed;
    background: rgba(255,255,255,.2);
    border: none;
}
.calcwrap .nav-tabs{ border-bottom: 0px;border: 2px solid #fff; }
.calcwrap .nav>li{ display: table-cell;float: none; }
.calcwrap .nav>li>a{
	padding: 6px 9px;
    border-radius: 0;
    margin: 0px;
    font-size: 12px;
	/* font-family: 'thaisans-bold'; */
	color: #fff;
	/* 	border: 2px solid #fff; */
}
.calcwrap .nav>li:last-child>a{
	margin-left: -2px;
}
.calcwrap .nav-tabs>li.active>a, 
.calcwrap .nav-tabs>li.active>a:focus, 
.calcwrap .nav-tabs>li.active>a:hover{
	color: #6e8847;
/* 	border: 2px solid #fff; */
	background-color: #fff;
	opacity: 1;
}
.calcwrap .tab-content{
	padding: 15px 10px;
	border: 2px solid #fff;
	margin-top: -1px;
}
.calcwrap .tab-content .row .col-md-4{
	padding: 0;
}
.calcwrap  .text-link{
	color: #fff;
	border-color: #fff;
	cursor: pointer;
}
.calcwrap  .text-link:hover{
	color: #262626;
	border-color: #262626;
}


.bg-banner{
	background-image: url('../images/bg-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
}

.contactform{
	padding: 30px 0;
}

.map iframe{
	width: 100%;
}

.footer{
	background-color: #262626;
	padding: 50px 0px 40px;
	color: #fff;
	text-align: center;
}
.footer .imgwrap{
	max-width: 200px;
	margin: auto;
	margin-bottom: 20px;
}
.widget_media_image{ margin-bottom: 20px; }
.widget_text .textwidget.mtl p{ white-space: pre-wrap; }
.footer .imgwrap img{
	max-width: 100%;
}

/*.animated.hidden{
	opacity: 0;
}
.animated.visible{
	opacity: 1;
}*/

.site-cache {
	width: 100%;
	height: calc(100% - 90px);
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9;
	opacity: 0;
	visibility: hidden; 
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.site-cache.visible {
	opacity: 1;
	visibility: visible; 
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.fa-envelope:before{
	content: "\f0e0"!important;
}
.fa-map-marker:before {
    content: "\f041"!important;
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"!important;
}
.fa-map-o:before {
    content: "\f278"!important;
}
.fa-info:before {
    content: "\f129"!important;
}
.textarea h1:first-child,
.textarea h2:first-child,
.textarea h3:first-child,
.textarea h4:first-child{
	margin-top: 0;
}

.navigation.pagination{
	display: table;
    text-align: center;
    padding-top: 30px;
    width: 100%; 
}
.navigation.pagination .screen-reader-text{ display: none; }
.navigation.pagination .page-numbers{ padding: 5px 15px;background: #262626;color: #f9f9f9; }
.navigation.pagination a.page-numbers{ text-decoration: none; }
.navigation.pagination a.page-numbers:hover{ background: #6e8847; }
.navigation.pagination .page-numbers.current{ background: #6e8847; }

.modal-register{
	top: 5%;
}
.modal-register .modal-content{
	max-height: 90vh;
	overflow: auto;
}
button.close{
	font-size: 40px;
    line-height: 0;
    z-index: 999;
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
}


/*start responsive*/
@media screen and (max-width: 1023px){
	.headerwrap .logowrap{
		width: 175px;
	}
	.topbar .block-right{
		width: 100%;
		float: none;
	}
	.topbar .block-left{
		display: none;
	}
	.headerwrap .header__icon {
		position: relative;
		display: block;
		float: right;
		width: 50px;
		height: 50px;
		cursor: pointer;
		font-size: 30px;
		padding: 0 10px;
		color: #000; 
	}
	.headerwrap .header__icon i {
		line-height: 74px; 
	}
	.headerwrap .nav {
		position: relative;
		width: 250px;
		margin-top: -1px; 
	}
	.headerwrap .nav > ul {
		background-color: #fff;
		padding: 0;
		display: none;
		box-shadow: 0 0 1px #ccc;
		position: absolute;
		width: 100%;
		right: -15px;
		top: 0;
		z-index: 5; 
		text-align: left;
	}
	.headerwrap .nav > ul > li {
		display: block;
		padding: 0; 
	}
	.headerwrap .nav > ul > li > a {
		display: block;
		width: 100%;
		padding: 10px 12px;
	}
	.headerwrap .nav > ul > li > a:hover,
	.headerwrap .nav > ul > li > a.-selected {
		background-color: #6e8847;
		color: #fff;
	}
	.headerwrap .nav > ul > li > .submenu {
		position: relative;
		border-top: 0; 
	}
	.headerwrap .nav > ul > li > .submenu > li > a {
		padding-left: 40px;
	}
	.section{
		padding: 30px 0;
	}
	.projectwrap .listitem,
	.blogwrap .listitem{
		width: 50%;
		max-width: 400px;
	}
	.banner-link{
		max-width: 500px;
		margin: auto;
	}
	.filters{
		padding: 20px 0;
	}
	.filters .col-md-3{
		margin-bottom: 10px;
	}
	.filters .col-md-3:last-child{
		text-align: right;
	}
	#project-info .block-left{
		width: 100%;
		float: none;
	}
	#project-info .block-right{
		float: none;
		margin-top: 15px;
	}
	.projectdetail .btn-calc{
		display: block;
	}
	#project-info .calcwrap{
		display: none;
	}
}
@media screen and (max-width: 991px){
	.projectdetail .col-md-4.text-right{
		text-align: left;
	}
	.projectdetail .col-md-4.text-right h3{
		margin-top: 0;
	}
}
@media screen and (max-width: 767px){
	.projectwrap .listitem,
	.blogwrap .listitem{
		width: 100%;
		padding: 15px 0;
		max-width: 400px;
		margin:auto;
		float: none;
	}
	.title-divider .title{
		white-space: initial;
	}
	#project-contact .textarea,
	#project-contact .contactform{
		width: 100%;
		float: none;
		padding: 15px;
	}
	.projectdetail .tab-content .textarea{
		padding: 10px;
	}
	#project-info .block-right{
		width: 100%;
		max-width: 300px;
	}
	.calcwrap .nav>li>a{
		padding: 6px 10px;
	}
	#project-location .map iframe,
	.map iframe{
		height: 200px;
	}
	.promotionwrap{
		width: 100%;
		float: none;
	}
	.promotion-calcwrap{
		width: 100%;
		max-width: 300px;
		margin-top: 15px;
	}
	.projectdetail{
		padding-top: 0;
	}
	.modal-register{
		top: 3%;
	}
	.sidebar{
		display: none;
	}
	.blog-detail{
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 640px){
	.projectdetail .pj-nav .icon{
		display: block;
	}
	.projectdetail .pj-nav .text{
		display: none;
	}
	.gallery .gallery-images{
		display: inherit;
    	display: -webkit-inherit!important; 
    	display: -ms-inherit!important;
     	display: inherit!important; 
	}
	.gallery .gallery-images .image{
		width: 24%;
		margin-bottom: 10px;
	}
}