.center { 
	text-align:center
}
.center > input[type="text"] {
	height: 46px;
	display: inline-block;
	text-align:center;
	font-size: 16px;
}
.form-horizontal .has-feedback .form-control-feedback {
	top: auto;
	bottom: 0;
	right: 0;
}
.form-horizontal .control-label {
	padding-top: 0;
}
.has-feedback label~.form-control-feedback {
    top: 0;
}
.modal-body .hidden {
    display: none;
}
.tooltip {
	z-index: 99999;
}
.email-field {
	float:left;
}
.phone-field {
	float:right;
	text-align:right;
	margin-bottom:7px;
}
#notify_me_success {
	padding: 44px !important;
}
#notify_me_success .modal__title {
	font-family: 'LatoBold';
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 15px;
}
@media (max-width: 1510px) {
	.product-name label {
		font-size: 16px;
		line-height: 26px;
	}
	#notify_me_success {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.center > input[type="text"],.center > textarea {
		width: 100%;
	}
	.email-field, .phone-field {
		float:none;
		text-align:left;
	}
	.product-name label {
		display: none;
	}
	.modal-dialog {
		margin: 0;
	}
}