@import url("font.css");
@import url("header.css");
@import url("grid.css");
 
@import url("sidebox.css");
@import url("banner.css");
@import url("footer.css");

@import url("home-client.css");
@import url("home-what-we-do.css");
@import url("about-us-intro.css");
@import url("about-us-gallery.css");
@import url("projects-gallery.css");


*{
	box-sizing:border-box;
	}
body {
	width: auto;
	margin: auto;
	line-height:auto;
	background-image: url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
}
.img-style{
	width:100%;
	border:4px solid #eee;
	box-shadow: 0px 0px 5px #ccc;
}
.border_right{		
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right:40px;
}
garisan{
	display:none;
	}



	
@media only screen and (max-width: 740px) {
.border_right{		
	border-right-width: 0px;
	padding-right:0px;
}	
garisan{
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	margin:20px auto;
	}
.markets{
	width:auto !important;
	}
.hilangdimobil{
	display:none;
	}
}

	
.arrow-scroller img{
	width:40px !important;
	max-width:40px !important;
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg); /* Standard syntax */
	}



