@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("accordion.css");
@import url("gallery.css");
@import url("banner.css"); 
@import url("indexbelow.css"); 
@import url("sidebox.css");  
@import url("toggle.css");  
*{
	box-sizing:border-box;
	}
body {
	width: auto;
	margin: auto;
	line-height:auto;
	background-image: url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	overflow-x:hidden;
	
}
.border_right{		
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

blackdot{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background-image: url(../images/blackdot.png);
	z-index:0;
	background-attachment: scroll;
	}
blackdot-black{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background-image: url(../images/blackdot-black.png);
	z-index:0;
	}
whatsapp{
	display:none;
	
}
@media only screen and (max-width: 800px) {
.border_right{
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}	

}

@media only screen and (max-width: 640px) {
whatsapp{
	display:inline-block;
	position:fixed;
	top:22px;
	right:17%;
	z-index:9999;
}
whatsapp a{
	 color:#fff;
	 font-size:12px;
	 }
}