/**
 * fullPage 1.4.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */



body, html {
  margin: 0; 
}

body, .onepage-wrapper, html {
  padding: 0;
}

.onepage-wrapper {
  padding: 0;
}

/*this is the initial style for the full page css and we removed the onepage pagination style: ;*/

/*
.onepage-pagination {
  position: absolute;
  right: 15px;
  top: 28%;
  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;
  
  filter: alpha(opacity=30);
  opacity: 0.3;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.onepage-pagination li:hover a:before{
  filter: alpha(opacity=0);
  opacity: 1;
}

.onepage-pagination li a.active:before{
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
  filter: alpha(opacity=0);
  opacity: 1;
}*/

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}

@media only screen and (min-width: 980px) and (min-height:768px) {

  body, .onepage-wrapper, html {
    display: block;
    position: static;
    width: 100%;
    height: 100%;
  }

  .onepage-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
  }

  .onepage-wrapper .section {
    width: 100%;
    height: 100%;
  }

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


@media only screen and (min-width: 980px) and (max-height: 768px) {
  .fallback_nav {display: inline!important;}
  .onepage-pagination {display: none;}
  .bylink {position: static!important;}
}

@media only screen and (min-width:980px) and (max-height:810px){
  .bg_img {position: static;}
}

@media only screen and (max-height: 1000px) and (min-width: 1600px) {
  .bg_img {bottom: -100px;}
}