﻿/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general styles */
html, body {
  height: 100%;
  width: 100%;
  font-family: 'microsoft yahei',Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
font-family: 'microsoft yahei',Arial,sans-serif;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 7em;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color:#FFF;
  text-shadow: 0 0 10px #999;
}

.text-vcenter h3 {
  color:#FFF; 
 text-shadow: 0 0 10px #999;
}

/* additional sections */
#home {
  background: url(../images/bg_jion.jpg) no-repeat center top fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {

}

#services {
   background: url(../images/services_bg.jpg) no-repeat center center ; 
	width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
#services h2 {
  color: #ffffff;
}
#services hr{ border-top:1px solid #fff
}
#services h4 {
  margin:10px 0;
  color: #ffffff;
  font-weight:bold
}
#services h3 {
  color: #fff; text-align:center; font-size:40px; margin-top:0px; }
.quality_list{ background:#fff; border-radius:10px; padding:15px; min-height:178px; color:#fff; font-size:14px; line-height:180%}

#services .glyphicon {
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
  color:#fff;
}

#information {
  background: url(../images/jion_bg.jpg) no-repeat center center fixed; 
  display: table;
  height: 700px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  opacity: 0.85;
}
#information .panel .panel-body  {
	line-height:180%;
	padding:30px 80px;

}

#google_map {
  height: 500px;
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}
.reasons { border:2px solid #fff; border-radius:5px; padding:10px; margin-bottom:20px}
.reasons p{ margin:0}