body, html {
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  height: 100%;
  margin: 0;
}
body {
	background: #000;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
}
.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 30%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a{
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
  
}
.onepage-pagination li a:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0,0,0,0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.onepage-pagination li a.active:before{
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}
.wrapper {
	height: 100% !important;
	width:100%;
	margin: 0 auto; 
	overflow:hidden;
}
a {text-decoration: none;}
.main section.page1{background:url(../images/1.jpg) no-repeat center center;}
.main section.page2{background:url(../images/2.jpg) no-repeat center center;}
.main section.page3{background:url(../images/3.jpg) no-repeat center center;}
.main section.page4{background:url(../images/4.jpg) no-repeat center center;}
.main section.page5{background:url(../images/5.jpg) no-repeat center center;}
.main section.page6{background:url(../images/6.jpg) no-repeat center center;}
.main section.page7{background:url(../images/7.jpg) no-repeat center center;}
.main section.page8{background:url(../images/8.jpg) no-repeat center center;}
.main section.page9{background:url(../images/9.jpg) no-repeat center center;}
.main section.page10{background:url(../images/10.jpg) no-repeat center center;}
.main section  {
	overflow: hidden;
	background-size: contain !important;
}
body.disabled-onepage-scroll .onepage-wrapper  section {
  min-height: 100%;
  height: auto;
}
body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}