@charset "utf-8";
/* CSS Document */
.main{	
background: url(../images/bg.jpg) no-repeat center center fixed;

-moz-background-size: cover;

-webkit-background-size: cover;

-o-background-size: cover;

background-size: cover;}

.main2{	
background: url(../images/img8.gif) no-repeat center center fixed;

-moz-background-size: cover;

-webkit-background-size: cover;

-o-background-size: cover;

background-size: cover;}

.dtx_body{
	
	margin:0 auto;
	width:1000px;
	height:1275px;
	background:url(../images/watermark.png);
	margin-top:50px
	
	
}
.dtx_body2{
	
	margin:0 auto;
	width:1000px;
	height:1140px;
	background:url(../images/watermark.png);
	margin-top:50px
	
	
}
.dtx_body3{
	
	margin:0 auto;
	width:1000px;
	height:1150px;
	background:url(../images/watermark.png);
	margin-top:50px
	
	
}
.dtx_body4{
	
	margin:0 auto;
	width:1000px;
	height:1805px;
	background:url(../images/watermark.png);
	margin-top:50px
	
	
}
.dtx_body5{
	
	margin:0 auto;
	width:1000px;
	height:1000px;
	background:url(../images/watermark.png);
	margin-top:50px
	
	
}
.dtx_body6{
	
	margin:0 auto;
	width:1000px;
	height:1480px;
	background:url(../images/watermark.png);
	margin-top:50px
	
	
}
.dtx_body7{
	
	margin:0 auto;
	width:1000px;
	height:2165px;
	background:url(../images/watermark.png);
	margin-top:50px
	
	
}


.dtx_head{width:100%;height:75px;background:url(../images/ele_rep2.png);}
.dtx_slid{width:100%;height:400px;background:none;margin-top:10px;}

.dtx_slid2{width:98%;height:150px;background:url(../images/1000x150/sl.jpg);margin-top:10px;border-bottom-right-radius:30px;margin-left:10px;border-top-left-radius:30px;}

.dtx_slid3{width:98%;height:150px;background:url(../images/1000x150/abul.jpg);margin-top:10px;border-bottom-right-radius:30px;margin-left:10px;border-top-left-radius:30px;}

.dtx_slid4{width:98%;height:150px;background:url(../images/1000x150/tour.jpg);margin-top:10px;border-bottom-right-radius:30px;margin-left:10px;border-top-left-radius:30px;}

.dtx_slid5{width:98%;height:150px;background:url(../images/1000x150/gal.jpg);margin-top:10px;border-bottom-right-radius:30px;margin-left:10px;border-top-left-radius:30px;}

.dtx_slid6{width:98%;height:150px;background:url(../images/1000x150/contact.jpg);margin-top:10px;border-bottom-right-radius:30px;margin-left:10px;border-top-left-radius:30px;}

.dtx_eli{width:85%;height:115px;background:url(../images/manik.png) no-repeat;position:absolute;margin-left:-30px;margin-top:-20px;}
.dtx_abu{width:98%;height:600px;background:none;margin:10px;margin-top:105px;}
.dtx_footer{width:100%;height:75px;background:url(../images/ele_rep.png) repeat-x;}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}