strong{
	font-weight: 700;
}

.wrapper-980.personal.profile{
	padding-top: 30px;
}

	.bc-wrapper{
		min-height: 30px;
	}

		.bc-list{
			padding: 20px 0 0 260px;
			font-size: 14px;
			color: #666;
			margin-bottom: 10px;
		}

		.bc-list li{
			display: inline;
		}
		.bc-list li+li:before{
			content: ' > ';
			display: inline;
			margin: 0 5px;
		}

		.bc-list li a,
		.bc-list li a:visited{
			color: inherit;
		}

		.bc-list li a:hover{
			text-decoration: underline;
		}

	.p-settings{
		display: inline-block;
		vertical-align: top;
		margin-right: -4px;
	}

	.settings-icons{
		position: absolute;
		top: 50%;
		margin-top: -8px;
		width: 16px;
		height: 16px;
		background: url(/Images/personal_icons.png) no-repeat 0 0 transparent;
	}

	.settings-icons.icon-info{background-position: 0 0; left: 20px;}
	.settings-icons.icon-orders{background-position: 0 -26px; left: 24px;}
	.settings-icons.icon-lock{width: 9px; height: 12px; background-position: 0 -52px; right: 0; margin-top: -6px;}

	@media
	(-webkit-min-device-pixel-ratio: 1.3),
	(-o-min-device-pixel-ratio: 13/10),
	(min-resolution: 120dpi) {
		.settings-icons{
			-webkit-background-size: 28px 64px;
			background-size: 28px 64px;
		}
		.settings-icons.icon-info{background-position: 0px 0;}
		.settings-icons.icon-orders{background-position: 0px -26px;}
		.settings-icons.icon-lock{background-position: 0px -52px;}
	}

	.p-settings.menu,
	.p-settings.p-photo{
		width: 260px;
		padding-top: 5px;
	}

		.p-settings.menu ul{
			width: 200px;
		}

		.p-settings.menu ul li a,
		.p-settings.menu ul li a:visited{
			display: block;
			position: relative;
			padding-left: 22px;
			padding: 6px 8px 5px 50px;
			margin-bottom: 2px;
			border-radius: 3px;
			font-size: 18px;
			color: #333;
			line-height: 1.4;
			font-weight: 300;
			-webkit-transition: .2s background;
			-o-transition: .2s background;
			transition: .2s background;
		}

		.p-settings.menu ul li a:hover,
		.p-settings.menu ul li.active a{
			background-color: #f1f1f1;
			-webkit-transition: 0s background;
			-o-transition: 0s background;
			transition: 0s background;
		}

	.p-settings.settings,
	.p-settings.full-profile{
		width: 720px;
	}

		h2.settings-title{
			color: #333;
			margin-bottom: 30px;
			font-size: 36px;
			font-weight: 300;
		}

		.basic-settings{
			margin-bottom: 55px;
		}

			.basic-settings .profile-photo{
				width: 130px;
				height: 130px;
				position: relative;
				border-radius: 50%;
				display: inline-block;
				vertical-align: top;
				margin-right: -4px;
			}

				.basic-settings .profile-photo img{
					max-width: 100%;
					border-radius: 50%;
				}

			.basic-settings .profile-name{
				display: inline-block;
				vertical-align: top;
				width: 300px;
				margin-left: 25px;
				padding-top: 20px;
				color: #333;
				font-weight: 300;
			}

				.basic-settings .profile-name h3{
					font-size: 30px;
					margin-bottom: 5px;
				}
				.basic-settings .profile-name h4{
					font-size: 18px;
				}

			.basic-settings .change-buttons{
				display: inline-block;
				vertical-align: top;
				padding-top: 20px;
				width: 235px;
				margin-left: 25px;
			}

				.grey-button{
					position: relative;
					text-align: center;
					width: 150px;
					padding: 5px 0;
					margin-bottom: 5px;
					border: 1px #BBB solid;
					color: #666;
					font-family: Helvetica, Arial, sans-serif;
					font-size: 16px;
					font-weight: 300;
					border-radius: 4px;
					background-color: #FFF;
					outline: none;
					cursor: pointer;
					-webkit-transition: .2s color, .2s border;
					-o-transition: .2s color, .2s border;
					transition: .2s color, .2s border;
				}

				.grey-button:hover{
					color: #000;
					border: 1px #000 solid;
					-webkit-transition: 0s color, 0s border;
					-o-transition: 0s color, 0s border;
					transition: 0s color, 0s border;
				}

				.grey-button:active{
					top: 1px;
				}


			.address-settings{
				position: relative;
			}

			.address-settings .col{
				display: inline-block;
				margin-right: -4px;
				width: 47%;
				vertical-align: top;
				margin-bottom: 25px;
			}

			.address-settings .col+.col{
				margin-left: 6%;
			}

			.address-settings .copy-address{
				position: relative;
				display: inline-block;
				font: 400 16px/20px Helvetica, Arial, sans-serif;
				color: #333;
				border-bottom: 1px #333 dashed;
				cursor: pointer;
				margin-bottom: 30px;
                left: -29px;
			}

			/*.address-settings .copy-address:after{
				content: '';
				position: absolute;
				right: -27px;
				top: 0px;
				width: 21px;
				height: 21px;
				background: url(/Images/shop/arrow_round.png) no-repeat 0 0 transparent;
			}*/

			.address-settings .copy-address:hover{
				border-color: #FFF;
			}

				.address-settings .col input,
				.address-settings .col select,
				.address-settings textarea{
					font: 300 18px/24px Helvetica, Arial, sans-serif;
					background-color: #fff;
					border: 1px #CCC solid;
					padding: 5px 8px;
					border-radius: 5px;
					margin-bottom: 5px;
					width: 220px;
					outline: none;
				}

				.address-settings .col input.zip-code{
					width: 120px;
				}

				.address-settings .col input:focus,
				.address-settings .col select:focus,
				.address-settings textarea:focus{
					box-shadow: 0 0 3px 0px #00b500;
				}


				.address-settings .col input.st-address{
					width: 296px;
				}

				.address-settings .col select{
					-webkit-appearance: none;
					-moz-appearance: none;
					appearance: none;
					width: 238px;
				}

			.address-settings h3{
				position: relative;
				font: 300 30px/36px Helvetica, Arial, sans-serif;
				margin-bottom: 20px;
				color: #333;
			}

		.submit-area{
			padding-left: 230px;
		}

			.submit-area button{
				display: block;
				left: -10px;
				padding: 12px 30px;
				border-radius: 3px;
				font: 300 18px/20px Helvetica, Arial, sans-serif;
				color: #FFF;
				background-color: #00b500;
				border: none;
				cursor: pointer;
				position: relative;
				outline: none;
				text-transform: uppercase;
			}

			.login-form .submit-area button{
				padding: 8px 30px;
			}

			.submit-area button:hover{
				background-color: #01cd01;
			}

			.submit-area button:active{
				top: 1px;
			}

.orders-history{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 100px;
}

	.orders-history th,
	.orders-history td{
		text-align: left;
		padding: 10px 4px;
		font-size: 16px;
		cursor: default;
		border-bottom: 1px #DDD solid;
	}
    .orders-history td {
        cursor:pointer;
    }

	.orders-history th{
		color: #999;
		width: 30%;
	}

	.orders-history tr+tr:hover{
		background-color: #fbfbfb;
	}

	.orders-history th.status{
		width: 10%;
	}

	.orders-history th a,
	.orders-history th a:visited{
		color: inherit;
	}

	.orders-history th.date a:after{
		content: '';
		display: inline-block;
		margin-left: 5px;
		vertical-align: middle;
		width: 0;
		height: 0;
		border-style: solid;
	}

	.orders-history th.date.desc a:after{
		border-width: 6px 4px 0 4px;
		border-color: #999 transparent transparent transparent;
	}
	.orders-history th.date.asc a:after{
		border-width: 0 4px 6px 4px;
		border-color: transparent transparent #999 transparent;
	}

	.orders-history td.order-number{font-weight: 700;}
	.orders-history td.st-done{color: #1abd1a;}
	.orders-history td.st-cancelled{color: #f90808;}

.order-heading{
	padding-bottom: 30px;
	padding-top: 10px;
	margin-bottom: 30px;
	border-bottom: 1px #DDD solid;
}

	.order-heading h2{
		color: #333;
		font-size: 36px;
		font-weight: 300;
		width: 290px;
		display: inline-block;
		vertical-align: top;
	}

	.order-heading .order-status{
		font-size: 18px;
		display: inline-block;
		vertical-align: top;
		margin-left: 60px;
	}

		.order-heading .order-status span{
			display: block;
		}

		.order-heading .order-status span.good{
			color: #1abd1a;
		}

.order-info-col{
	display: inline-block;
	width: 47%;
	margin-right: -4px;
	margin-bottom: 50px;
}

.order-info-col+.order-info-col{
	margin-left: 6%;
}

	.order-info-col h3{
		font-size: 30px;
		font-weight: 300;
		margin-bottom: 20px;
		color: #333;
	}

	.order-info-col p{
		font-size: 16px;
		line-height: 1.6;
		color: #666;
	}

.order-info-table{
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}

	.order-info-table th,
	.order-info-table td{
		text-align: left;
		padding: 14px 0;
		vertical-align: middle;
	}

	.order-info-table th{
		color: #999;
	}

	.order-info-table tr.order-row,
	.order-info-table th{
		border-bottom: 1px #EEE solid;
	}

	.order-info-table .order-picture{
		width: 90px;
	}

		.order-info-table .order-picture img{
			max-width: 70px;
		}

	.order-info-table .order-name{
		width: 700px;
	}

		.order-info-table .order-name h4{
			font-weight: 700;
			margin-bottom: 4px;
		}

		.order-info-table .order-name p{
			font-size: 14px;
			margin-bottom: 3px;
			color: #666;
		}

	.order-info-table .order-qnt{
		width: 50px;
        text-align: right;
	}

	.order-info-table .order-price,
	.order-info-table th.price{
		width: 180px;
		text-align: right;
		padding-right: 50px;
	}

	.order-info-table .order-total{
		padding-right: 30px;
		text-align: right;
	}

	.order-info-table tr.additional-info td{
		text-align: right;
		padding: 10px 0;
	}

		.order-info-table tr.additional-info td.cost{
			padding-right: 30px;
		}

		.order-info-table tr.additional-info td.title{
			padding-right: 50px;
		}

		.order-info-table tr.additional-info.total{
			border-bottom: 1px #EEE solid;
		}

		.order-info-table tr.additional-info.total strong.green{
			color: #1abd1a;
		}

.p-settings.p-photo img{
	max-width: 200px;
	border-radius: 50%;
}

.full-profile .name-area{
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #EEE solid;
}

	.full-profile .name-area h2{
		font-size: 50px;
		font-weight: 300;
		color: #333;
		width: 250px;
		margin-bottom: 5px;
	}

	.full-profile .name-area h3{
		font-size: 18px;
		color: #999;
	}

	.full-profile .name-area .profile-qr{
		position: absolute;
		right: 0;
		top: 0;
		max-width: 100px;
	}

.full-profile .profile-info{
	border-collapse: collapse;
	width: 100%;
	font-size: 18px;
	margin-bottom: 30px;
}

	.full-profile .profile-info td{
		padding: 10px 0;
		vertical-align: middle;
	}

	.full-profile .profile-info .info-title{
		color: #999;
		width: 150px;
	}

	.full-profile .profile-info a,
	.full-profile .profile-info a:visited{
		color: #3399cc;
	}

	.full-profile .profile-info a:hover{
		text-decoration: underline;
	}

.full-profile .profile-sendmsg-form{
	padding-top: 20px;
	border-top: 1px #EEE solid;
	max-width: 100%;
	position: relative;
}

	.full-profile .profile-sendmsg-form h3{
		color: #333;
		font-size: 30px;
		margin-bottom: 15px;
	}

	.full-profile .profile-sendmsg-form input,
	.full-profile .profile-sendmsg-form select,
	.full-profile .profile-sendmsg-form textarea{
		font: 300 18px/24px Helvetica, Arial, sans-serif;
		background-color: #fff;
		border: 1px #CCC solid;
		padding: 5px 8px;
		border-radius: 5px;
		margin-bottom: 5px;
		width: 200px;
		outline: none;
	}

		.full-profile .profile-sendmsg-form input:focus,
		.full-profile .profile-sendmsg-form select:focus,
		.full-profile .profile-sendmsg-form textarea:focus{
			box-shadow: 0 0 3px 0px #00b500;
		}

	.full-profile .profile-sendmsg-form select{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 238px;
	}

	.full-profile .profile-sendmsg-form .sender-name{display: block; width: 442px;}
	.full-profile .profile-sendmsg-form .sender-phone,
	.full-profile .profile-sendmsg-form .sender-email{
		display: inline-block;
	}

	.full-profile .profile-sendmsg-form textarea{
		width: 664px;
		resize: vertical;
		height: 100px;
	}

	.full-profile .profile-sendmsg-form .submit-area{
		padding: 0;
	}

	.full-profile .profile-sendmsg-form .submit-area button{
		left: 0;
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
	}

	.full-profile .profile-sendmsg-form .submit-area p{
		font-size: 14px;
		display: inline-block;
		vertical-align: middle;
		color: #666;
	}

	.personal-modal-close{
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 20px;
		color: #333;
		border: none;
		background: transparent;
		cursor: pointer;
		outline: none;
	}

	.personal-modal-close:hover{
		color: #999;
	}

	.personal-modal-close:active{
		top: 11px;
	}



/* Partner Block */
.partners-block-09{
	max-width: 1440px;
	position: relative;
	margin: auto;
	padding: 20px 0 60px 0;
	color: #666;
	/*background: url(/Images/partners/partners_09_bg.jpg) no-repeat center top #14031e;*/
	background-color: #f4f7fa;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #E9EFF3),
		color-stop(1, #F3F6F9)
	);
	background-image: -o-linear-gradient(bottom, #fff 0%, #fff 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #fff 100%);
	background-image: -ms-linear-gradient(bottom, #fff 0%, #fff 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}

.partners-block-09 .form-success.animated {
    z-index: 100;
    opacity: 1;
    top: -270px;
    left: 0%;
    display: block;
}
.partners-block-09 .form-success {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    background-image: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0, #fff),
     color-stop(1, #fff)
     );
    background-image: -o-linear-gradient(bottom, #fff 0%, #fff 100%);
    background-image: -moz-linear-gradient(bottom, #fff 0%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #fff 100%);
    background-image: -ms-linear-gradient(bottom, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    opacity: 0;
    width: 100%;
    color: #666;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    
}

.partners-block-09 .wrapper-980 {
    background: url(/Images/partners/white_radial.png) no-repeat center -250px transparent;
    overflow: visible;
    width: 720px;
}

.text-center {
    text-align: center;
}

.partners-block-09 .form-success .success-title-empl {
    font: 300 60px/72px Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    color: #00a700;
    padding-top: 150px;
    background: url(/Images/qrok.png) no-repeat center 50px transparent;
}

partners-block-09 .form-success .separator{
			width: 135px;
			border-top: 1px #00a700 solid;
			margin: 40px auto;
	}