/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
h4 ,h3{
  margin: 0;
/*  text-align: center;*/
}
.txt-center{
  text-align: center;
}
.m-center a{
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.m-center  img{
  display: block;
  margin: 30px auto;
}
.m-top{
  margin-top: 45px;
}
.grid_2{
  padding: 0 15px; 
}
.p-lr-cf h3,.p-lr-cf p,.p-lr-cf div{
  padding-left: 45px; 
  padding-right: 45px; 
}
.Refresh {
  /*換一張驗證碼*/
  display: block;
  width: 35px;
  height: 35px;
  float: left;
  background: url(../images/Icon_ChangeA.gif) no-repeat;
  background-size:35px;
margin: 0px 15px 0px 0px;
}
.Refresh:hover {
  /*換一張驗證碼*/
  background: url(../images/Icon_ChangeB.gif) no-repeat;
  background-size:35px;
}
.codeFrameBox{
  min-width: 172px;
  display: inline-block;
}
.fa-refresh:before {
    content: "\f021";
    font-size: 40px;
    padding-top: 19px;
    display: block;      
}
.Warning {
  /*警告文字框*/
  width: 300px;
  color: #ff0000;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 0 7.5%;
  text-align: center;
}
.mailSendOk {
  /*警告文字框*/
  border: solid 1px #eee;
  border-radius: 6px;
  width: auto;
  max-width:640px;
  margin: 0px auto 18px auto;

  color: #ff0000;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
#txtForm {
  position: relative;
  margin: 0 0 26px 0;
}
#txtForm label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin-bottom: 18px;
}
#txtForm label.message {
  width: 100%;
  height: 153px;
}

.google-map1{margin-bottom:44px;margin-top:-2px;height:412px}

.serv-info{
    margin: 0 0 30px 70px;
    display: inline-block;
}
.address-block{/*margin:0 15px; */ font-style: normal;}
.address-block address{display:block;position:relative;}
.address-block address:before{display:block;
  font-family:"微軟正黑體",Microsoft JhengHei,Apple LiGothic Medium,Verdana,Arial,Helvetica,sans-serif,FontAwesome;
  font-size:30px;position:absolute;font-style:normal;font-weight:normal;text-decoration:none;cursor:default;color:#3c5cff;left:0}
.address-block address span{display:block}
.address-block address.location:before{content:'\f015';}
.address-block address.phones:before{content:'\f095';top:9px}
.address-block address.mail:before{font-size:24px;content:'\f0e0';top:1px}
.address-block address.facebook:before{font-size:24px;content:'\f082';top:1px}
.address-block address+address{margin-top:2px}

@media (max-width: 1199px) {
  #txtForm label {
    width: 100%;
  }
.grid_2{
  padding: 0; 
}
}
#txtForm fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#txtForm ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font: 400 16px/22px "微軟正黑體", Microsoft JhengHei, Apple LiGothic Medium, Verdana, Arial, Helvetica, sans-serif;
  color: #2c2c2c;
  padding: 12px 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  cursor: text;
}
#txtForm ._placeholder.focused ,#txtForm textarea[name=enquiry]:focus{
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
}
#txtForm textarea[name=enquiry]:focus{ /* 取代js 程式 _placeholder 獲得焦點的方法 */
 opacity: 0.6;
 filter: alpha(opacity=60);
 color: #000;
}

#txtForm ._placeholder.hidden {
  display: none;
}
#txtForm .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#txtForm input[type='text'] {
  width: 100%;
  font: 400 16px/22px "微軟正黑體", Microsoft JhengHei, Apple LiGothic Medium, Verdana, Arial, Helvetica, sans-serif;
  color: #2c2c2c;
  background: #e6e6e6;
  padding: 12px 21px;
  outline: none;
  height: 100%;
  border: 1px solid #f4f2ee;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
}
/* Contact Form Textarea 
========================================================*/
#txtForm textarea {
  width: 100%;
  font: 400 16px/22px "微軟正黑體", Microsoft JhengHei, Apple LiGothic Medium, Verdana, Arial, Helvetica, sans-serif;
  color: #2c2c2c;
  background: #e6e6e6;
  padding: 12px 21px;
  outline: none;
  border: 1px solid #f4f2ee;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  resize: none;
  height: 100%;
  -webkit-appearance: none;
}
#txtForm a[type=submit]{
  width: 120px;
  height: 44px;
  padding: 12px 16px;
  background: #252525;
  color: #f4f4f4;
  text-align: center;
  vertical-align: text-bottom;

   -webkit-transition: all .5s; 
   -moz-transition: all .5s; 
   -ms-transition: all .5s; 
   -o-transition: all .5s; 
   transition: all .5s;
}
#txtForm a[type=submit]:hover{
  background: #f57a43;
  color: #fff;
}

/* 驗證碼欄位 */
#txtForm #captcha {
  width: 160px;
  height: 54px;
  float: left;

}
#codeFrame {
  height:54px; 
  width:100px;
 float:left;
}
#codeFrame {
    margin: 10px 15px 0px 20px;
  }
.Refresh,#txtForm a[type=submit] {
    margin: 0px 15px 0px 20px;
  }



#txtForm .message .empty-message,
#txtForm .message .error-message {
  right: 20px;
}
/* Contact Form Error messages
========================================================*/
#txtForm .empty-message,
#txtForm .error-message {
  position: absolute;
  right: 4px;
  top: 4px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  line-height: 12px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#txtForm .invalid .error-message,
#txtForm .empty .empty-message {
  height: 20px;
}
/* Contact Form Buttons
========================================================*/
.txtForm-buttons {
  text-align: left;
  margin: 16px 0 0 0;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: "微軟正黑體", Microsoft JhengHei, Apple LiGothic Medium, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.modal h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 24px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  color: #525151 !important;
}
.modal-dialog {
  width: 600px;
  margin: 140px auto;
}
@media only screen and (max-width: 767px) {
  .p-lr-cf h3,.p-lr-cf p,.p-lr-cf div{
  padding-left: 15px; 
  padding-right: 15px; 
}


  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .serv-info{
    margin: 0 0 30px 15px;
}
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

address{font-style: normal;}

/* ======= Address  ======= */


.address-block {
  margin-top: 37px;
  margin-bottom: 60px;
}
.address-block address {
  display: block;
  position: relative;
  padding-left: 85px;
  font-family: FontAwesome;  
  margin-bottom: 13px;
  height: 62px;
}

.location strong{
  line-height: 27px;

}
 .phone strong,.mail strong, .fb strong , .line strong {
  line-height: 62px;

}
.address-block address span {
  display: block;
}
.address-block address:before {
  display: block;
  font-size: 36px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  width: 60px;
  height: 62px;
  background: #faaa2b;
  color: #ffffff;
  line-height: 62px;
  text-align: center;
  left: 0;
}
.address-block address.location:before {
  content: '\f015';
}

.address-block address.phone:before {
  content: '\f095';
}
.address-block address.mail {
}
.address-block address.mail:before {
  content: '\f0e0';
  font-size: 30px;
}

.address-block address.fb {
}

.address-block address.line {
}


.Icon_con {
    position: absolute;
    left: 0px;
    display: block;
    width: 60px;
    height: 62px;
}


