
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot");
  src: url("bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap-3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 40, ../sass/contact-form.scss */

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.google-map1{margin-bottom:44px;margin-top:-2px;width:100%;height:480px;}
@media (max-width: 768px) {
.google-map1 {
    height:420px;
  }
}
.mar-bot-18 {
  display: inline-block;
  margin-bottom: 24px;
}

.half_input{
  display:block;
width: 75px;
height: 100%;
}
/* line 60, ../sass/contact-form.scss */
#txtForm input[name='jpgCode'],
#Msg-add-Form input[name='jpgCode'],
#Msg-add-Form2 input[name='jpgCode'],
 #jpgCode-label {
  max-width: 290px;
  height: 54px;
  margin-right: 15px;
}
#txtForm textarea[name='enquiry']{
   height: 230px; 
}

#txtForm label {
  font-size: 16px;
  width: 100%;
}
/* 驗證碼欄位 */
iframe{
    margin: 0;
    padding: 0;
    border: 0;
    height:auto;
}
#txtForm #captcha {
  width: 250px;
  height: 51px;
  float: left;

}
#codeFrame {
  height:51px; 
  width:100px;
 float:left;
}
#codeFrame {
  margin: 0px 12px;
  }
#txtForm .btn {
  font-size: 16px;
  padding: 13px 25px;
 /* margin: -39px 12px 0 7px;*/
  heigth: 51px;
  float: right;
}
#txtForm a[type=submit] {
    margin: 10px 15px 0px 15px;
}

.glyphicon-refresh:before {
    display: none; /* 隱藏原版 */
}
.glyphicon-refresh:after {
  content: "\e031";
  display: inline-block;
  width: auto;
  float: left;
  color: #ff7065;
  font-size: 32px;
  padding-top: 10px;
}
.glyphicon-refresh:hover {
    color: #aaa;
    text-decoration:none;
}
.submit-button{
display: inline-block;
margin: 8px 0px 0px 7px;
vertical-align: top;
cursor: pointer;
}
.btn-default, .btn-Refresh {
/*  background-color: #197305;
  color: #e1f8fc;
*/
  text-decoration: none;
  margin: 0px 15px 0px 0px;

  padding: 13px 17px;
  display: inline-block;  

}
/* line 85, ../sass/contact-form.scss */
.btn-default:hover,.btn-Refresh:hover {
/*   background-color: #0a0;*/
 text-decoration: none;

}

/* line 91, ../sass/contact-form.scss */
.Warning {
  width: 300px;
  color: #f00;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 0 7.5%;
  text-align: center;
}

/* line 100, ../sass/contact-form.scss */
.mailSendOk {
  border: solid 1px #eee;
  border-radius: 6px;
  width: auto;
  margin-bottom: 18px;
  color: #f00;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  padding-top: 10px;
  text-align: center;
}

/* line 112, ../sass/contact-form.scss */
#txtForm ,#Msg-add-Form,#Msg-add-Form2{
  position: relative;
  margin: 0 0 26px 0;
}
#txtForm {
  position: relative;
  margin: -1px 0 0 0;
}
#txtForm label {
  position: relative;
  display: inline-block;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin-bottom: 18px;
}

#content .mailform{
  background: #000000;
}
@media (max-width: 1199px) {
  #txtForm label {
  }
}

/* Contact Form Placeholder Styles 
========================================================*/
#txtForm ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
font: 400 16px/24px "微軟正黑體", Microsoft JhengHei, Apple LiGothic Medium, Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
  color: #999;
  padding: 15px 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  cursor: text;
}
#txtForm ._placeholder.focused {
  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 ._placeholder.hidden {
  display: none;
}
#txtForm .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#txtForm input[type='text'] {
  width: 100%;
font: 400 16px/24px "微軟正黑體", Microsoft JhengHei, Apple LiGothic Medium, Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
  /*color: #000000;
  background: #e9fdfc;*/
  padding: 15px 22px;
  outline: none;
  height: 100%;
  border: none;
  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/24px "微軟正黑體", Microsoft JhengHei, Apple LiGothic Medium, Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
  /*color: #999;
  background: #e9fdfc;*/
  padding: 15px 22px;
  outline: none;
  border: none;
  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 textarea:focus{
 color: #e3e3e3;
  }
#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
========================================================*/
.contact-form-buttons {
  text-align: left;
  margin: 18px 0 0 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #999 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #e3e3e3 !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;
}
@media (max-width: 767px) {
    #txtForm #captcha {
    width: 100%;
}
}