
/*@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700);*/

* {
  padding: 0;
  margin: 0;
}

/* Page Style */

body { background: #000; overflow-y:hidden;}

#logo, .message { color: #fff; }

#logo {
  font-size: 100px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.message {
  font-size: 40px;
  margin: 20px 0;
}

.btn-normal {
  padding: 8px 20px;
  border-radius: 5px;
  background: #56bffc;
  color: #fff;
  text-decoration: none;
  font-family: "Lucida Sans", sans-serif;
}

.content-resizer {
  width: 100%;
  margin: 0 auto;
  height:100%;
}
.content-resizer-port {
  width:100%;
  min-width: 100%;
  margin: 0 auto;
}
.img-rounded {
  border-radius: 5px;
  margin: 5px auto 20px auto;
}

.alt-img {
  padding: 5px;
  background: #fff;
  color: #333;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 20px;
}

div[data-target] {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

div[data-target] > div {
  text-align: center;
  position: relative;
}

div#page01 { width:100%;height:100%;min-width:1100px;background:url('/images/main2023/main_slide_01.jpg') no-repeat 50%;background-size:cover;}

div#page02 { width:100%;height:100%; min-width:1100px;}

div#page03 { width:100%; height:100%;min-width:1100px;background:url('/images/main2023/main_slide_03.jpg') no-repeat 50%;background-size:cover;}

div#page04 { width:100%;height:100%; min-width:1100px;background:url('/images/main2023/main_slide_04.jpg') no-repeat 50%;background-size:cover;}

div#page05 { width:100%; height:100%;min-width:1100px;}

div#page06 { width:100%;height:100%; min-width:1100px;background:url('/images/main/bg06_2.jpg') no-repeat 50%;background-size:cover;}

div#page07 { width:100%; height:100%;min-width:1100px;background:url('/images/main/bg07.jpg') no-repeat 50%;background-size:cover;}

div#home { background: #066093; }

div#about { background: #0670ad; }

div#examples { background: #0880c4; }

div#contact { background: #0b9bee; }


#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right { right: 17px; }

#fp-nav.left { left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.fp-slidesNav.bottom { bottom: 17px; }

.fp-slidesNav.top { top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
  background:#6eb52c;
  border:0
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 7px;
  width: 7px;
  border: 0;
  border:3px solid #6eb52c;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right { right: 20px; }

#fp-nav ul li .fp-tooltip.left { left: 20px; }

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell { height: auto !important; }
