section#viewAngle img {
    margin: 0 auto;
}

section {
    min-height: 500px;
    padding-bottom: 50px;
    padding-top: 50px;
}

section.moreeye-bg {
    background: rgba(255, 255, 255, 255) url("./img/eaglecam/MOREEYE_DNA_single.png") repeat-x scroll 100% 88% / auto 110px;
    padding-bottom: 200px;
}

.text-notice {
	background-color: #fff;
	padding-bottom: 20px;
}

.text-notice p {
	text-align: right;
	padding-right: 20px;
}

.bg-2 {
    background: rgba(0, 0, 0, 0) url("./img/eaglecam/bg_ec_software_main.jpg") no-repeat fixed center top / cover ;
    color: #fff;
}
.bg-2 h2 {
    color: #fff;
}
.bg-3 {
    background: rgba(0, 0, 0, 0) url("./img/eaglecam/bg_eaglecam_detail.jpg") no-repeat fixed center bottom / cover ;
    color: #fff;
}
.bg-3 h2 {
    color: #fff;
}

#middle {
	padding: 0 0 55px;
}

.std-bg {
	background-color: #e8e8e8;
}

.white-bg {
  background-color: #fff;
}

section.section.init {
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 20px;
}

#colors, #software {
    text-align: center;
}
@media (min-width: 992px) {

section#light {
	background: #000 url("./img/eaglecam/nightvision.jpg") no-repeat scroll right;
	background-size: auto 100%;
}
}

@media (min-width: 1200px) {
section#light {
	background-size: auto 90%;
	background-position: 80% 50%;
	min-height: 700px;
}
}