body {
font-family: 'Open Sans', sans-serif;
    color: #818285;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 20px;
		
}

::-webkit-scrollbar {
  height: 0;
  width: 0;
  color: transparent;
}

::-webkit-scrollbar-button{ color:#000}

a:link {
	color: #818285;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #818285;
}
a:hover {
	text-decoration: none;
	color: #818285;
		position:relative;
	top:1px;
	left:1px;

}

a {noFocusLine:expression(this.onFocus=this.blur())} 
a:focus{outline:none;}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	color: #444;
}

.primary-btn {
	color: #056367;
	background-color: #fff;
}


.box-container {
	width: 400px;
    height: 479px;
    text-align: center;
    margin: auto;
    position: relative;
    margin-top: 8%;
}
.title{font-size:14px; background:url(http://www.iiros.com/images/flow.png) no-repeat;padding: 13px 0 0 38px;}
.stitle{font-size: 12px;
    background: url(../images/icon_78_r1.gif) no-repeat left top 4px;
    padding: 0px 0 20px 18px;
    margin: 20px 0 0 30px;}

.update{font-size: 9px;
    background: #becfa9;
    padding: 2px 0 2px 35px;
    border-radius: 10px;
	width:320px;
	height: 70px;
	overflow-y: scroll; 
	}
.update p{color: #FFF;}

.zhushi{font-size: 12px;text-align: right;margin-right:30px;}
.more{font-size: 12px;margin-left:30px;}

.primary-text {
	color: #ffd092;
}

.secondary-text {
	color: #ff9a7c;
	font-size: 21px;
}

.primary-btn {
	background-color: #ffd092;
}

.white-btn {
	background-color: #fff;
	color: #056367;
}

table tbody tr:last-child {
	border-bottom: 0;
}

.button {
	position: absolute;
    right: 0;
    left: 0;
    bottom: 73px;
    font-size: 28px;
    color: #626262;
    border: 3px solid #626262;
    display: inline-block;
    width: 190px;
    margin: 0 auto;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
}

.button:hover {
	border-color: #ff9a7c;
	color: #ff9a7c;
}

section {
padding-top: 30px;
    background: transparent;
    background: -moz-linear-gradient(top, #F7F7F7 0%, #fff 37%);
    background: -webkit-linear-gradient(top, #F7F7F7 0%,#fff 37%);
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#fff',GradientType=0 );
    padding-bottom: 30px;

}

.what-is-this {
	background: #292929 !important;
	font-size: 22px;
	min-height: 100vh;
	display: table;
	width: 100%;
}

.content-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.what-is-this img {
	margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -69px;
    opacity: 0.2;
    transition-duration: 1s;
}

.what-is-this img:hover {
	opacity: 0.3;
}

.highlight-text {
	background: #FFF;
}

.gray-section {
	background: #F5F2F0;
	background: -moz-linear-gradient(top, #F5F2F0 0%, #fff 77%);
	background: -webkit-linear-gradient(top, #F5F2F0 0%,#fff 77%);
	background: linear-gradient(to bottom, #F5F2F0 0%,#fff 77%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F2F0', endColorstr='#fff',GradientType=0 );
}

#customers
  {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  width:350px;
  border-collapse:collapse;
  margin: 20px 0 0 -20px;
  }

#customers td, #customers th 
  {
  font-size:1em;
border-top:1px solid #dce0d6;
  padding:3px 7px 2px 7px;
  }

#customers th 
  {
  font-size:1.1em;
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#A7C942;
  color:#ffffff;
  }

#customers tr.alt td 
  {
  color:#FFF;
  background-color:#dce0d6;
  }
  
  
  
  
  
  
  
.bullets-container {
    display: table;
    position: fixed;
    right: 0;
    height: 100%;
    z-index: 1049;
    font-weight: normal;
}

.section-bullets {
    transition-duration: .3s;
    list-style: none;
    margin: 0;
    display: table-cell;
    vertical-align: top;
}

.section-bullets li {
    display: block;
    text-align: right;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    cursor: pointer;
    margin-bottom: 1px;
}

.section-bullets li a:before {
    content: ' ';
    width: 0;
    height: 100%;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition-duration: .1s;
}

.section-bullets li a:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    right: 8px;
    top: 8px;
    transition-duration: .2s;
}

.section-bullets li a {
    color: #000;
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition-duration: .3s;
    opacity: 0.5;
    margin-left: 5px;
    padding: 5px 20px 5px 10px;
    text-decoration: none;
    min-height: 11px;
}

.section-bullets li span {
    position: relative;
    right: 0;
    transition-duration: 0.3s;
    opacity: 0;
}

.section-bullets li.active a {
    opacity: 1;
}

.section-bullets li.active a:before {
    width: 100%;
    transition-duration: .3s;
    transition-delay: 0.5s;
}

.section-bullets li:hover a {
    opacity: 1;
}

.section-bullets li:hover span {
    opacity: 1;
    transition-delay: 0.1s;
}

.section-bullets li.active span {
    opacity: 1;
    transition-duration: .3s;
    transition-delay: 0.6s;
}