.layout-page {
	padding: 10px 0px;
}
.layout-page h1 {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #161616;
	display: table;
	margin-bottom: 10px;
}
.layout-page h1:after {
	content: "";
	float: right;
	width: 27px;
	background: #161616;
	height: 1px;
	margin: 9px;
}
.layout-page .page-border-left {
	border-left: 1px solid #e7e7e7;
}
.layout-page .sidebar-page-left li {
	margin-bottom: 10px;
}
.layout-page .sidebar-page-left li a {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
.layout-page .sidebar-page-left li.active a {
	color: #eb278d;
	position: relative;
	width: 100%;
	display: inline-block;
}
.layout-page .sidebar-page-left li.active a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	width: 3px;
	height: 100%;
	background: #eb278d;
	z-index: 4;
}
.layout-page .page-left-contact,
.layout-page .page-right-contact {
	margin-top: 10px;
}
.layout-page .page-left-title,
.layout-page .page-right-title {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 25px;
	margin: 5px 0 15px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}
.layout-page .page-left-title span,
.layout-page .page-right-title span {
	color: #161616;
	font-weight: 500;
	margin-right: 8px;
text-transform:uppercase;

}
.layout-page .page-left-title i,
.layout-page .page-right-title i {
	margin-right: 10px;
	font-size: 15px;
}
.layout-page .page-right-contact .address,
.layout-page .page-right-contact .phone {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0;
	overflow: hidden;
	padding-bottom: 5px;
}
.layout-page .page-right-contact i {
	margin-right: 10px;
	font-size: 16px;
	width: 30px;
	text-align: center;
}
.layout-page .page-right-contact b {
	margin-right: 10px;
}
.layout-page .page-right-contact .address:after,
.layout-page .page-right-contact .phone:after {
	content: '';
	width: 100%;
	float: left;
	position: absolute;
	height: 0;
	border-top: 1px dashed #d7d7d7;
	top: 0;
	bottom: 0;
	margin: auto;
}
.layout-page .page-right-contact .text-indent-page {
	text-indent : 40px;
	float: left;
	width: 100%;
}
.contact-form .input-group {
	width: 100%;
	margin-bottom: 10px;
}
.contact-form .input-group span.input-group-addon {
	width: 42px;
}
.contact-form .input-group span.input-group-addon i {
	font-size: 14px;
}
.contact-form .input-group * {
	border-radius: 0;
	background: #fff;
	font-size: 12px;
}
.contact-form .input-group input {
	border: 1px solid #e7e7e7;
box-shadow:none;
}
.contact-form .input-group textarea {
	width: 100%;
	height: 122px;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #e7e7e7; 
}
.contact-form button {
	    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 10px;
    position: relative;
    width: auto;
    white-space: nowrap;
    margin-top: 20px;
    height: 35px;
    line-height: 35px;
}
@media (min-width: 768px){
.contact-info-tb dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contact-info-tb dd {
    margin-left: 160px;
}

}
.contact-info-tb dt {
    width: 100px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
font-size:13px;
}
.contact-info-tb dd {
    margin-left: 4px;
}

.contact-info-tb dd {
float:left;
}

.padd-r0{padding-right:0;}








