
body {
    font-family: 微軟正黑體, Roboto, "Varela Round", sans-serif;
    color: rgb(133, 147, 155);
    background-image: url(../images/bg.jpg);
    margin: 0px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Colors */
/* ---------------------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  text-align: center;
  font-weight: 400;
}

a {
  text-decoration: none;
}

header, form {
  padding: 4em 10%;
}

header {
  background-color: #8b6c6c;
  color: white;
}
.htmleaf-header h1 {
  font-weight: 400;
  text-transform: uppercase;
   font-size: 3.5rem;

  margin-bottom: 30px;
  line-height: 3.5rem;
  text-align: left;
  width:100%;
  text-align: center;
  }

.htmleaf-header  span {
  font-weight: 300;
   font-size: 2.4rem;
  line-height: 3.4rem;
      text-align: left;
	   width:100%
}
header p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: .05em;
  margin-bottom: 10px;
}
header h3,
header h3 a {
  color: #32CCFE;
}
header h3 a,
header h3 a a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
header h3 a:hover,
header h3 a a:hover {
  color: white;
}

.form-group {
  margin-bottom: 20px;
}

h2.heading {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 300;
  text-align: left;
  color: #506982;
  border-bottom: 1px solid #506982;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.controls {
  text-align: left;
  position: relative;
}
.controls input[type="text"],
.controls input[type="email"],
.controls input[type="tel"],
.controls textarea,
.controls button,
.controls select {
  padding: 12px;
  font-size: 3rem;
  border: 1px solid  #737373;
  width: 100%;
  margin-bottom: 35px;
  color: #888;
  font-weight: 300;
  background-color: #fff0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}



.controls input[type="text"]:focus,
.controls input[type="text"]:hover,
.controls input[type="email"]:focus,
.controls input[type="email"]:hover,
.controls input[type="tel"]:focus,
.controls input[type="tel"]:hover,
.controls textarea:focus,
.controls textarea:hover,
.controls button:focus,
.controls button:hover,
.controls select:focus,
.controls select:hover {
  outline: none;
  border-color: #9FB1C1;
}
.controls input[type="text"]:focus + label, .controls input[type="text"]:hover + label,
.controls input[type="email"]:focus + label,
.controls input[type="email"]:hover + label,
.controls input[type="tel"]:focus + label,
.controls input[type="tel"]:hover + label,
.controls textarea:focus + label,
.controls textarea:hover + label,
.controls button:focus + label,
.controls button:hover + label,
.controls select:focus + label,
.controls select:hover + label {
  color: #077ABC;
  cursor: text;
}


.controls .fa-sort {
  position: absolute;
  right: 10px;
  top: 17px;
  color: #999;
}
.controls select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.controls label {
  position: absolute;
  left: 8px;
  top: 20px;
  color: #999;
  font-size: 2.8rem;
  display: inline-block;
  padding: 4px 15px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
  transition: color 0.3s, top 0.3s, background-color 0.8s;
}
.controls label.active {
  top: -30px;
  color: #555;
  background-color: #ede8e4;
}
.controls textarea {
  resize: none;
  height: 200px;
}
.controls button {
  cursor: pointer;
  background-color: #4e0f0f;
  border: none;
  color: #fff;
  padding: 12px 0;
}
.controls button:hover {
  background-color: #000000;
}

.controls2 {
  text-align: left;
  position: relative;
  float: left;
}
.controls2 input[type="text"],
.controls2 input[type="email"],
.controls2 input[type="tel"],
.controls2 textarea,
.controls2 button,
.controls2 select {
  padding: 0px;
  border: 1px solid #c6c6c600;
  width: 120px;
  margin-bottom: 18px;
  color: #888;
  font-size: 3rem;
  background-color: #fff0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  margin-left: 5%;
      margin-left: 50px;
  }


.controls2 input[type="text"]:focus,
.controls2 input[type="text"]:hover,
.controls2 input[type="email"]:focus,
.controls2 input[type="email"]:hover,
.controls2 input[type="tel"]:focus,
.controls2 input[type="tel"]:hover,
.controls2 textarea:focus,
.controls2 textarea:hover,
.controls2 button:focus,
.controls2 button:hover,
.controls2 select:focus,
.controls2 select:hover {
  outline: none;
  border-color: #9FB1C1;
}
.controls2 input[type="text"]:focus + label, .controls input[type="text"]:hover + label,
.controls2 input[type="email"]:focus + label,
.controls2 input[type="email"]:hover + label,
.controls2 input[type="tel"]:focus + label,
.controls2 input[type="tel"]:hover + label,
.controls2 textarea:focus + label,
.controls2 textarea:hover + label,
.controls2 button:focus + label,
.controls2 button:hover + label,
.controls2 select:focus + label,
.controls2 select:hover + label {
  color: #077ABC;
  cursor: text;
}

.controls2 .fa-sort {
  position: absolute;
  right: 10px;
  top: 17px;
  color: #999;
}
.controls2 select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.controls2 label {
  position: absolute;
  color: #999;
      font-size: 2rem;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
  transition: color 0.3s, top 0.3s, background-color 0.8s;
}
.controls2 label.active {
  color: #555;
}
.controls2 textarea {
  resize: none;
  height: 200px;
}
.controls2 button {
  cursor: pointer;
  background-color: #07B3A1;
  border: none;
  color: #fff;
  padding: 12px 0;
}
.controls2 button:hover {
  background-color: #08ccb7;
}




input[type='radio'],
input[type='checkbox'] {
  display: none;
  cursor: pointer;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active {
  outline: none;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
      padding-left: 35px;
    margin-right: 30px;
  color: #9ca0a2;
    font-size: 3rem;
}
input[type='radio'] + label:before, input[type='radio'] + label:after,
input[type='checkbox'] + label:before,
input[type='checkbox'] + label:after {
  content: '';
  font-family: helvetica;
  display: inline-block;
width: 30px;
    height: 30px;
    left: 0;
    bottom: 5PX;
  text-align: center;
  position: absolute;
}
input[type='radio'] + label:before,
input[type='checkbox'] + label:before {
  background-color: #fafafa;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type='radio'] + label:after,
input[type='checkbox'] + label:after {
  color: #fff;
}
input[type='radio']:checked + label:before,
input[type='checkbox']:checked + label:before {
  -moz-box-shadow: inset 0 0 0 10px #158EC6;
  -webkit-box-shadow: inset 0 0 0 10px #158EC6;
  box-shadow: inset 0 0 0 10px #8d221b;
}

div.controlss {
    margin-bottom: 12px;
   border: 1px solid  #737373;
    padding: 35px 15px 25px 15px;
    position: relative;
    margin-bottom: 35px;
    width: 100%;
	    min-height: 120px;
}
div.controlss h1 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: -10px;
    padding: 0 10px;
    color: #989898;
    background-color: #f0ebe7;
}















.demo{
			padding: 2em;
			background: #fff;
			min-height: 350px;
		}
		.progress{
                  width: 150px;
                  height: 150px;
                  line-height: 150px;
                  background: none;
                  margin: 0 auto;
                  box-shadow: none;
                  position: relative;
              }
              .progress:after{
                  content: "";
                  width: 100%;
                  height: 100%;
                  border-radius: 50%;
                  border: 2px solid #fff;
                  position: absolute;
                  top: 0;
                  left: 0;
              }
              .progress > span{
                  width: 50%;
                  height: 100%;
                  overflow: hidden;
                  position: absolute;
                  top: 0;
                  z-index: 1;
              }
              .progress .progress-left{
                  left: 0;
              }
              .progress .progress-bar{
                  width: 100%;
                  height: 100%;
                  background: none;
                  border-width: 2px;
                  border-style: solid;
                  position: absolute;
                  top: 0;
              }
              .progress .progress-left .progress-bar{
                  left: 100%;
                  border-top-right-radius: 80px;
                  border-bottom-right-radius: 80px;
                  border-left: 0;
                  -webkit-transform-origin: center left;
                  transform-origin: center left;
              }
              .progress .progress-right{
                  right: 0;
              }
              .progress .progress-right .progress-bar{
                  left: -100%;
                  border-top-left-radius: 80px;
                  border-bottom-left-radius: 80px;
                  border-right: 0;
                  -webkit-transform-origin: center right;
                  transform-origin: center right;
                  animation: loading-1 1.8s linear forwards;
              }
              .progress .progress-value{
                  width: 85%;
                  height: 85%;
                  border-radius: 50%;
                  border: 2px solid #ebebeb;
                  font-size: 30px;
                  line-height: 40px;
                  text-align: center;
                  position: absolute;
                  top: 7.5%;
                  left: 7.5%;
				  padding:20px}
			  
			  
			  
			  
              .progress.blue .progress-bar{
                  border-color: #049dff;
              }
              .progress.blue .progress-value{
                  color: #049dff;
              }
              .progress.blue .progress-left .progress-bar{
                  animation: loading-2 2s linear forwards 1.8s;
              }
			  
			  
			  
			  
			  
              .progress.yellow .progress-bar{
                  border-color: #fdba04;
              }
              .progress.yellow .progress-value{
                  color: #fdba04;
              }
              .progress.yellow .progress-left .progress-bar{
                  animation: loading-3 2s linear forwards 1.8s;
              }
			  
			  
              .progress.pink .progress-bar{
                  border-color: #ed687c;
              }
              .progress.pink .progress-value{
                  color: #ed687c;
              }
              .progress.pink .progress-left .progress-bar{
                  animation: loading-4 2s linear forwards 1.8s;
				  
              }
			  
.col-md-3{
	width:33.3%;
	    float: left;
	}			  
			  
.by{
	position: relative;
	}			  
		      

.air{
	    position: absolute;
		left: 0px;
    top: 0px;
	    z-index: 99;
		width:100%;
		height:100%;
	}			  
		  			  
	.air img{
		width:100%;
		height:100%;
		}		  
              @keyframes loading-1{
                  0%{
                      -webkit-transform: rotate(0deg);
                      transform: rotate(0deg);
                  }
                  100%{
                      -webkit-transform: rotate(180deg);
                      transform: rotate(180deg);
                  }
              }
              @keyframes loading-2{
                  0%{
                      -webkit-transform: rotate(0deg);
                      transform: rotate(0deg);
                  }
                  100%{
                      -webkit-transform: rotate(180deg);
                      transform: rotate(180deg);
                  }
              }
              @keyframes loading-3{
                  0%{
                      -webkit-transform: rotate(0deg);
                      transform: rotate(0deg);
                  }
                  100%{
                      -webkit-transform: rotate(180deg);
                      transform: rotate(180deg);
                  }
              }
              @keyframes loading-4{
                  0%{
                      -webkit-transform: rotate(0deg);
                      transform: rotate(0deg);
                  }
                  100%{
                      -webkit-transform: rotate(180deg);
                      transform: rotate(180deg);
                  }
              }
      
              @media only screen and (max-width: 990px){
                  .progress{ margin-bottom: 20px; }
              }
			  
			  
			  
			  
			  