
/*============================================================
		Style for Internet Explorer old Version
============================================================*/
.lt-ie9 .container{  width: 940px;}
.lt-ie9 .span12 { width: 940px;}
.lt-ie9 .span11 { width: 860px;}
.lt-ie9 .span10 { width: 780px;}
.lt-ie9 .span9 { width: 700px;}
.lt-ie9 .span8 { width: 620px;}
.lt-ie9 .span7 { width: 540px;}
.lt-ie9 .span6 { width: 460px;}
.lt-ie9 .span5 { width: 380px;}
.lt-ie9 .span4 { width: 300px;}
.lt-ie9 .span3 { width: 220px;}
.lt-ie9 .span2 { width: 140px;}
.lt-ie9 .span1 { width: 60px;}

.lt-ie9 .image-with-transparent-border { position:relative; display:block; margin:auto; overflow:hidden; }
.lt-ie9 .image-with-transparent-border img { width:100%; height:100%;display:block;}

.lt-ie9 .toggle-box .toggle-box-header {width:90%;}
.lt-ie9 .author{display: block; height: 80px; width: 100%;}
.lt-ie9 .author .image-with-transparent-border { position:relative;width: 80px; overflow:hidden; float:left; }
.lt-ie9 .author .image-with-transparent-border img{width:100%; height:100%;display:block;}
.lt-ie9 .tt-wrapper li a span{display: none;}
.lt-ie9 .tt-wrapper li a i {margin-left: 10px;}
.lt-ie9 .text-testimonial{ border:1px solid #ccc;}
.lt-ie9 .form-inline .btn{ float: right;}

/*============= Contact us ==========*/
.contact_us_container {
	padding-top:76px;
	overflow: hidden;
}
.contact_us_container h2 {
	font-family: "Muli", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position: relative;
	padding-bottom:13px;
}

.contact_us_container p {
	font-style: italic;
	font-size: 1em;
	color: #898989;
	padding-top: 5px;
}
.contact_us_container .address_holder {
	font-size: 0.875em;
	color: #898989;
	line-height: 25px;
}
.contact_us_container .icon_holder span {
	display: block;
	color: #e31117;
	font-size: 2.8em;
    padding-right: 34px;
    padding-top: 6px;
}
.contact_us_container .form_holder {
	margin-top:23px;
	padding-right: 83px;
}
.contact_us_container .form_holder input  {
	height:50px;
}
.contact_us_container .form_holder select {
	height:50px;
	background: #fdfdfe;
	border:1px solid #ececec;
	border-radius: 0;
	webkit-appearance: none ; 
	outline: none;
	color: #8C8C8C;
	box-shadow: none;
}


.contact_us_container .form_holder textarea {
	height:216px;
	resize:none;
	width:100%;
	display: block;
	padding-top:10px;
}
.contact_us_container .form_holder input,
.contact_us_container .form_holder textarea {
	background: #fdfdfe;
	border:1px solid #ececec;
	border-radius: 6px;
	outline: none;
	margin-top:20px;
	padding-left: 20px;
	color: #8C8C8C;
	box-shadow: none;
}


.contact_us_container .form_holder input::-webkit-input-placeholder ,
.contact_us_container .form_holder textarea::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #8C8C8C;
}

.contact_us_container .form_holder input:-moz-placeholder ,
.contact_us_container .form_holder textarea:-moz-placeholder { /* Firefox 18- */
  color: #8C8C8C;
}

.contact_us_container .form_holder input::-moz-placeholder ,
.contact_us_container .form_holder textarea::-moz-placeholder { /* Firefox 19+ */
  color: #8C8C8C;
}

.contact_us_container .form_holder input:-ms-input-placeholder ,
.contact_us_container .form_holder textarea:-ms-input-placeholder { /* IE 10+ */
  color: #8C8C8C;
}

.contact_us_container .form_holder input::-ms-input-placeholder ,
.contact_us_container .form_holder textarea::-ms-input-placeholder { /* Edge */
  color: #8C8C8C;
}

.contact_us_container .form_holder input:placeholder-shown ,
.contact_us_container .form_holder textarea:placeholder-shown { /* Standard one last! */
  color: #8C8C8C;
}


.contact_us_container .form_holder input.error,
.contact_us_container .form_holder textarea.error {
	border: 1px solid rgba(255,0,0,.3);
	background: rgba(255,0,0,.05);
}
.contact_us_container .form_holder label.error {
	display: none !important;
}
.contact_us_container .form_holder input:focus {
	box-shadow: none;
}
.contact_us_container .form_holder button {
	font-family: "Muli", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	background: #a6024c;
	color:#fff;
	padding: 12px 15px 12px 29px;
	text-transform: uppercase;
	border:1px solid transparent;
	border-radius:3px;
	position: relative;
	margin-top:42px;
}
.contact_us_container .form_holder button i {
	padding-left: 33px;
	color: #373838;
	font-size: 1.25em;
	vertical-align: middle;
}
.contact_us_container .form_holder button:before {
	content: '';
	width:1px;
	height:28px;
	background: #d7a41b;
	position: absolute;
	right: 39px;
    top: 9px;
}
.contact_us_container .form_holder button:after {
	content: '';
	width:1px;
	height:28px;
	background: #ffcd47;
	position: absolute;
	right: 40px;
    top: 9px;
}
.contact_us_container .form_holder button:hover,
.contact_us_container .form_holder button:hover i {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact_us_container .address {
	margin-top: 42px;
    padding-left: 39px;
    background: #f6f6f8;
    height:428px;
    padding-top: 35px;
    position: relative;
    z-index: 99;
}
.contact_us_container .address:before {
	content: '';
	width:2px;
	height:100%;
	background: #e31117; 
	position:absolute;
	left:-13px;
	top:0;
}
.contact_us_container .address:after {
	content: '';
	width:2500px;
	height:100%;
	background: #f6f6f8; 
	position:absolute;
	left:-13px;
	top:0;
	z-index: -1;
}
.contact_us_container .address address {
	height:116px;
	border-bottom: 1px solid #e7e7ed;
	margin:0;
}
.contact_us_container .address address:nth-child(1) {
	padding-top: 19px;
}
.contact_us_container .address address:nth-child(2) {
	padding-top: 31px;
}
.contact_us_container .address address:nth-child(3) {
	padding-top: 32px;
	border:none;
}
.google-map {
	margin-top:0px;
	width:100%;
	height:380px;
}
