/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/**************************************************************************
					Contact Page Styles
**************************************************************************/
.contact-title {
  margin: -5px 0 27px 0;
  line-height: 23px;
}
.contact-title i {
  font-size: 23px;
  color: #c0c0c0;
  padding: 0 8px 0 0;
}

.contact-form-box {
  /*padding: 23px 0 0 0;*/
  margin: 0 0 30px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
}
.contact-form-box fieldset {
  padding: 0 15px 21px 19px;
  /*background: url(../img/form-contact-shadow.png) center bottom no-repeat;*/
}
.contact-form-box .col-md-3 {
  padding-left: 0;
}
@media (max-width: 991px) {
  .contact-form-box .col-md-3 {
    padding-right: 0;
  }
}
.contact-form-box .col-md-9 {
  padding-right: 0;
}
@media (max-width: 991px) {
  .contact-form-box .col-md-9 {
    padding-left: 0;
  }
}
.contact-form-box #desc_contact0 {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form-box div.uploader span.filename {
    width: 114px;
  }
}
#phone-contactus {
display: inline-block;
font-size: 22px;
vertical-align: top;
margin: 0 10px;
background: black;
color: white;
padding: 9px 12px;
width: 40px;
height: 40px;
}
#mail-contactus {
display: inline-block;
font-size: 18px;
vertical-align: top;
margin: 0 10px;
background: black;
color: white;
padding: 10px 12px;
width: 40px;
height: 40px;
}
#phone-linkcontactus {
	font-weight: bold;
font-size: 18px;
}
#text-contactinfos {
border-bottom: solid 1px #eee;
margin-bottom: 20px;
display: block;
text-align: left;
font-size: 17px;
line-height: 20px;
padding-bottom: 5px;
max-width: 560px;
display: inline-block;
vertical-align: top;
}