/**
* Demo Stuff
*/
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  margin: 0px 0px 0px 0px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,hr{margin:0;padding:0;font-family: 'Î¢ÈíÑÅºÚ'}
.container {
  text-align: center;
}
h1 {
  color: #117964;
  font-weight: 400;
  font-size: 2em;
  margin: 1em 0;
}
/**
* iPhone
* Credits: Flat, Scaleable CSS iPhone Illustration by Tom Hergenreter
* http://codepen.io/TomHergenreter/details/qDywF/
*/

 
.iphone {
  width: 100%;
  /*height: 1000px;*/
  /*border-radius: 1.875em;*/
  /*margin: 2em;*/
  /*position: relative;*/
  /*display: inline-block;*/
  /*background: #fff;*/
}
.iphone__item {
  width: 100%;
  height: 1em;
  position: absolute;
  bottom: -2em;
  color: #158f76;
  text-align: center;
}
.iphone__power-btn {
  width: 2.188em;
  height: .188em;
  background: #e0e0e0;
  position: absolute;
  right: 2.5em;
  top: -0.188em;
}
.iphone__left-btn {
  width: .188em;
  height: 1.250em;
  top: 3.250em;
  left: -0.188em;
  position: absolute;
  background: #e0e0e0;
}
.iphone__left-btn:before {
  content: '';
  width: .188em;
  height: .875em;
  position: absolute;
  top: 3em;
  background: #e0e0e0;
}
.iphone__left-btn:after {
  content: '';
  width: .188em;
  height: .875em;
  position: absolute;
  top: 5.5em;
  background: #e0e0e0;
}
.iphone__details {
  width: .438em;
  height: .438em;
  border-radius: 100%;
  position: relative;
  top: 1.313em;
  left: 8em;
  background: #7c7c7c;
}
.iphone__details:before {
  content: '';
  width: 2.5em;
  height: .25em;
  border-radius: .25em;
  position: absolute;
  top: 1em;
  left: -1em;
  background: #7c7c7c;
}
.iphone__home-btn {
  width: 2.25em;
  height: 2.25em;
  border-radius: 100%;
  position: absolute;
  bottom: 1em;
  right: 6.75em;
  background: #f7f7f7;
}
.iphone__home-btn:before {
  content: '';
  width: .813em;
  height: .813em;
  border: .15em solid #a8a8a8;
  border-radius: .2em;
  position: absolute;
  top: .6em;
  left: .57em;
}
.iphone__screen {
  width: 100%;
  /*height: 1000px;*/
  position: absolute;
  top: 0px;
  /*left: .750em;*/
  /*overflow: hidden;*/
}
.iphone__content {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding-top:0px;
    top: 0px;
    left: 0px;
}
/**
* Navigation Defaults
*/
.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav--active .nav {
  opacity: 0.9;
  background-color: #333;

}
.nav__list {
  margin: 0;
  padding: 10px;
}
.nav__item {
  list-style-type: none;
  text-align: left;
}
.nav__link {
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
/* Default navigation icon */
.nav__trigger {
  display: block;
  position: absolute;
  width: 2em;
  height: 25px;
  right: 10px;
  top: 10px;
  z-index: 200;
}
.nav--active .nav__trigger {
  opacity: 0.5;
}
.nav__icon {
  display: inline-block;
  position: fixed;
  top:20px;
  width: 2em;
  height: 5px;
  background-color: #969494;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 2em;
  height: 5px;
  position: absolute;
  background: #969494;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -10px;
}
.nav__icon:after {
  margin-top: 10px;
}

/**
* Style #5
*/
.style-5 .nav {
  -webkit-transform: translate(100%, -100%) scale(0.5);
          transform: translate(100%, -100%) scale(0.5);
  border-radius: 100%;
}
.style-5 .nav--active .nav {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.style-5 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.style-5 .nav--active .nav__link {
  opacity: 1;
}
.style-5 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.style-5 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.style-5 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.logobox{padding-top:5px;padding-bottom:5px;width:100%;text-align:left;padding-left:.5em;position:fixed;top:0px;z-index:10;background-color: rgba(255,255,255,0.9);}
.newestdiv{height:40px;font-size:2em;padding-left:10px;padding-right:10px;overflow:hidden}
    .newestText{font-size:0.7em;color:#000;}
.contdiv{padding:10px;}
.jddiv{height:10px;background-color:#e3e2e2}
.n1 {
	background-image: url(/images/m1.png); background-repeat: no-repeat; height:40px; line-height:40px; padding-left:80px;
}
.n2 {
	background-image: url(/images/m2.png); background-repeat: no-repeat; height:40px; line-height:40px; padding-left:80px;
}
.n3 {
	background-image: url(/images/m3.png); background-repeat: no-repeat; height:40px; line-height:40px; padding-left:80px;
}
.topbox {
    width: 100%;
    font-size: 1.2em;
    color: #0879ae;
    padding-bottom:10px;
}
.leftbox{width:40%;float:left;height:100px;overflow:hidden}
.rightbox{width:60%;float:left;font-size:16px;line-height:18px;}
.rightbox a{color:#333;font-size:16px;line-height:18px;}
.wplei {float:left;width:20%;font-size:1.2em;color:#000;text-align:center;padding-top:10px;padding-bottom:10px}
.wplei a{color:#7c7c7c}
.wplei a:hover{color:#7c7c7c}
.bottomdiv{position:fixed;bottom:0px;height:3.2em;background-color:#262834;width:100%;color:#fff;background-color: rgba(38,40,52,0.9);}
    .bottomdiv a {color:#fff;}
.dbntbox{width:100%;color:#fff;}
.dbntbox li{width: 25%;float:left;position:relative;list-style-type:none;text-align:center}
.dbntbox li a{color:#fff}