/*------------------------------------------------------------------------------
 * Account Feature Carousel
 *----------------------------------------------------------------------------*/

.account-feature.bx-slider {
	padding: 0 50px;
	position: relative;
}
.account-feature.bx-slider .bx-wrapper {
	position: static;
}
.account-feature.bx-slider .bx-slide a {
	display: block;
	height: 120px;
}
.account-feature.bx-slider .bx-slide .slide-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.account-feature.bx-slider .bx-slide img {
	display: inline-block;
	max-height: 120px;
	vertical-align: middle;
}
.account-feature.bx-slider .bx-prev {
	left: 0;
}
.account-feature.bx-slider .bx-next {
	right: 0;
}


/*------------------------------------------------------------------------------
 * Account Summary
 *----------------------------------------------------------------------------*/

.account-summary ul,
.account-summary li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.account-summary .title {
	margin: 0;
}
.account-summary .item {
	border-top: 2px solid;
	padding: 20px;
}
.account-summary .item:last-child {
	border-bottom: 2px solid;
}
.account-summary .item .item-title {
	
}
.account-summary .item .item-address {
	color: #7D7C7C;
	font-weight: bold;
	margin-bottom: 10px;
}
.account-summary .item .item-image {
/*	float: left;
	width: 33%;*/
}
.account-summary .item .item-img {
	background: #FFF;
	max-width: 100%;
	max-height: 100px;
	width: auto;
}
.account-summary .item .img-blank {
	display: none
}
/*.account-summary .item .item-content {
	float: left;
	padding-left: 20px;
	width: 67%;
}*/
/*.account-summary .item .item-descr {
	margin-bottom: 10px;
}*/
.account-summary .item-contacts {
	font-size: 0.95em;
	margin-bottom: 10px;
}
.account-summary .item-contacts .account-contact {
	border-right: 1px solid;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}
.account-summary .item-contacts .account-contact:last-child {
	border-right: none;
	margin-right: 0;
}
.account-summary .item-contacts .contact-title {
	font-weight: bold;
	padding-right: 3px;
}


/*------------------------------------------------------------------------------
 * Account Profile
 *----------------------------------------------------------------------------*/

.account-profile .title {
	margin-top: 0;
}
.account-profile .form {
	float: none;
}
.account-profile .item-image {
	margin-bottom: 20px;
}
.account-profile .item-image .img-blank {
	display: none;
/*	background: #F5F5F5;
	display: block;
	min-height: 160px;
	width: 100%;*/
}
.account-profile .item-content {
/*	float: left;
	padding-left: 20px;
	width: 67%;*/
}
.account-profile .item-descr {
	margin-bottom: 20px;
}
.account-profile .item-address {
	/*font-size: 0.9em;*/
	margin-bottom: 20px;
}
.account-profile table {
	border: none;
	width: auto;
}
.account-profile td {
	border: none;
	padding: 0;
}
.account-profile td:first-child {
	font-weight: bold;
	padding-right: 5px;
}