body {
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #444444;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #25bce9;
}

#contact-form span.text-danger.field-validation-error {
    margin-top: -14px;
    display: block;
    margin-bottom: 16px;
}


img {
    max-width: 100%;
}

p, a, span, h1, h2, h3 {
    font-weight: 400;
    color: #444444;
}

input:focus, input[type="search"]:focus, textarea:focus {
    outline-offset: 0px;
    outline: 0px;
}

.field-validation-error span{
    color:#a94442;
}


.header-page{
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 55px;
  line-height: 55px;
  background: #fcfcfc;
}
.breadcrumb-w{
  text-align: right;
}
.breadcrumb{
  float: right;
  margin-left: 8px;
}
.breadcrumb-w > span,
.breadcrumb-w ul li span,
.breadcrumb-w ul li a{
  font-size: 12px;
  color: #888888;
}
.breadcrumb-w ul li a:hover{
  color: #25bce9;
}

.mh-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #888888;
}

.pr-main {
    padding: 30px 0 55px;
}


/* Contact */
#pr-contact h1.ct-header{
    margin-top:-12px;
    font-size:21px;
    font-weight:bold;
}
.content{
    background:url(../images/image_style/bg-contact.png);
    padding-bottom:65px;
}
.contact-map{
    margin-bottom:45px;
}
p,a,span,h1,h2,h3{
    font-weight: 400;
    color:#444444;
}
#breadcrumbs{
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #e1e1e1;
    padding:20px 0;
    background:#ffffff;
}
#breadcrumbs h2{
    float:left;
    font-size:16px;
    font-family:"Roboto Regular";
}
#breadcrumbs ul{
    float:right;
}
#breadcrumbs ul li{
    display:inline-block;
    font-size:12px;
    color:#888888;
    font-family:"Roboto Regular";
}
#breadcrumbs ul li a{
    color:#888888;
    position:relative;
    padding-right:10px;
}
#breadcrumbs ul li a:before{
    position:absolute;
    content:"/";
    top:0;
    right:0;
}
.container  h1.ct-header{
    font-size:18px;
    color:#444444;
    font-family:"Roboto Bold";
}
#faq .container  h1.ct-header{
    padding-top: 0;
}
.contact-map img{
    max-width:100%;
}
.container .address,
.container .phone,
.container .fax,
.container .website{
    overflow:hidden;
    line-height:30px;
}
.container .address i,.container .phone i,.container .fax i,.container .website i{
    float:left; 
    font-size:24px;
}
.container .address p,.container .phone p,.container .fax p,.container .website p{
    float:right;
    width:84%;
    margin-top: -5px;
}
.container .address p span,.container .phone p span,.container .fax p span,.container .website p span{
    font-size:14px;
    color:#444444;
    font-family:"Roboto Regular";
}
#contact-form textarea {
    width:100%;
    border:1px solid #d6d6d6;
    padding:5px;
    text-align:left;
    font-size:12px;
    color:#888888;
    height:250px;
    margin-bottom:15px;
}
#contact-form p{
    font-size:12px;
    color:#888888;
}
span.star{
    font-size:14px;
    color:#f27571;
}
#contact-form  input{
    border:1px solid #d6d6d6;
    font-size:12px;
    color:#888888;
    width:100%;
    padding:10px 15px;
    margin-bottom:18px;
}

#contact-form  input.subject{
    width:12px!important;
        height: 12px;
        padding: 0;
}
#contact-form  span{
    font-size:12px;
}
#contact-form  button.sendmail{
    width:100%;
    background:#d6d6d6 ;    
    border:2px solid transparent;
    color:#444444;
    font-size:14px;
    padding:8px 0;
    text-transform:uppercase;
    max-width:260px;
    border-bottom:2px solid #646464;
    cursor:pointer;
}
#contact-form  button.sendmail:hover{
    background:#fbc443;
    color:#ffffff;
}
#contact-form .col-md-3.col-sm-8.col-xs-12{
    float: right;
}