/*12-8 add by zhangjing for Multi language*/
.multi-lang .animated-box{
  width: 43px;
    height: 27px;
    margin: 0 auto;
}
.lang-text .btn{
  background: transparent;
    color: #000 !important;
}
.lang-text{
  text-align:center;
}

/*12-08 add by zhangjing for contact icon*/
.btn:focus{
   background-color: #6592ED;
   border-color:transparent;
}
.ask-btn{
  position: fixed !important;
    top: 30%;
    right: 0px;
    z-index: 100;
}
.ask-btn:hover{
   right: 20px;
   transition: right 1s;
}

/*12-9 add by zhangjing for contact form*/
.contact-page .btn:hover{
  background:#1C7CDE;
}
fieldset section input,fieldset section textarea{
  border:1px solid #cdcdcd !important;
  padding:10px 15px;
}
form footer {
    text-align: center;
}
.send-btn {
    font-size:18px;
    margin: 10px 15px;
    padding: 9px 54px;
    background: #6592ED;
    border: none;
    color: #fff;
}
/*12-10 new add by hu for img margin:auto*/
.img-responsive{margin:auto;}

/*12-15 add by zhangjing for btn font-size*/
.input-group-btn{
  font-size:14px;
}
#searchContentHeader .btn-u{
  padding:6px;
}
/*12-26 add by zhangjing  for modal Dialog*/

 form fieldset section, form fieldset section .input{
	padding:0px !important;
	margin:0px;
}
form fieldset section{
	margin:5px 0px 5px;
	padding: 0px 15px !important;
}
form fieldset section label.col-md-10 {
    width: 83.33333333% !important;
}
form fieldset section .required{
	background: #cdcdcd;
	padding: .375rem;
	color: #fff;
}
.enquiry-form{
	margin-bottom:0px !important;
}
.modal-open .modal{
    overflow-x:hidden!important;
    overflow-y:auto!important;
	  padding-right:0px !important;
    }
@-moz-document url-prefix(){
   .modal-open .modal {
    overflow-x:hidden!important;
    overflow-y:auto!important;
    }
    .modal-header .close {
        margin-top:15px!important;
    }
}


