.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9000080;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.modal-middle {
	text-align: center;
	padding: 0 !important;
}
.modal.modal-middle::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
@media (max-width: 767px) {
	.modal.modal-middle::before {
		height: 20%;
	}
}
.modal.modal-middle .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9000050;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal .close {
	margin: 0;
	padding: 0;
	background: url(https://www.ecwid.com/wp-content/plugins/ecwid-download/assets/img/cross.svg) no-repeat center center;
	width: 16px;
	height: 16px;
	background-size: 16px;
	border: 0;
	position: absolute;
	top: 24px;
	right: 24px;
	cursor: pointer;
	z-index: 100;
}
.modal-body {
	position: relative;
	padding: 80px 50px;
}
.modal-body .h4.modal-title,
.modal-body h4.modal-title {
	font-size: 28px;
	line-height: 36px;
	margin: 0;
}
.modal-body h5.modal-title {
	font-size: 22px;
	line-height: 36px;
	margin: 0;
}
.modal-body .content-subscription-form {
	margin: 50px 0;
	position: relative;
}
.modal-body .content-subscription-form input.form-control {
	font-size: 14px;
	line-height: 18px;
	border: 2px solid #CCCCCC;
	border-radius: 4px;
	padding: 13px 15px;
	vertical-align: bottom;
}
.modal-body .content-subscription-form input.form-control.email {
	width: 80%;
	max-width: 300px;
	margin: 0;
}
.modal-body .content-subscription-form input.form-control.email.error {
	border-color: #EC907B;
	background: #FFF6F6;
}
.modal-body .content-subscription-form .error-text {
	display: none;
	color: #D20B23;
	font-size: 12px;
	position: absolute;
	bottom: -30px;
	width: 100%;
	left: 0;
	text-align: center;
}
.modal-body .content-subscription-form input.form-control::-webkit-input-placeholder {
	text-align: center;
	font-style: italic;
}
.modal-body .content-subscription-form input.form-control:-moz-placeholder {
	text-align: center;
	font-style: italic;
}
.modal-body .content-subscription-form input.form-control::-moz-placeholder {
	text-align: center;
	font-style: italic;
}
.modal-body .content-subscription-form input.form-control:-ms-input-placeholder {
	text-align: center;
	font-style: italic;
}
.modal-body .content-subscription-form input.form-control:focus::-webkit-input-placeholder {
	color:transparent;
}
.modal-body .content-subscription-form input.form-control:focus:-moz-placeholder {
	color: transparent;
}
.modal-body .content-subscription-form input.form-control:focus::-moz-placeholder {
	color: transparent;
}
.modal-body .content-subscription-form input.form-control:focus:-ms-input-placeholder {
	color:transparent;
}
.modal-body .content-subscription-form .btn.btn-blue {
	background-color: #1678BF;
	border: 2px solid #1678BF;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 13px 20px;
	min-width: 160px;
	display: block;
	margin: 32px auto 0;
		position: relative;
}
.modal-body .content-subscription-form .btn-block.loader {
	position: relative;
}
.modal-body .content-subscription-form .btn-block.loader::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	background: url(https://www.ecwid.com/wp-content/plugins/ecwid-download/assets/img/loader.svg) no-repeat center center #fff;
	border: 5px solid #1678BF;
	border-radius: 50%;
	height: 25px;
	margin: -3px 0 0 -28px;
	padding: 10px;
	width: 25px;
	z-index: 10;
}
.modal-body .content-subscription-form .btn-block.loader::before {
	-webkit-animation: spinright 0.5s linear 0s infinite;
	animation: spinright 0.5s linear 0s infinite;
	display: block;
	-webkit-transform: translateZ(0);
}
.modal-body .content-subscription-form .btn-block.loader .btn {
	font-size: 0;
	color: transparent;
}
.modal-body .blog-search-form__loader {
	margin: 0;
	position: absolute;
	top: -3px;
	right: 56px;
}
@media (max-width: 767px) {
	.modal-body {
		padding: 50px 20px;
	}
    .modal-body .h4.modal-title,
	.modal-body h4.modal-title,
	.modal-body h5.modal-title {
		font-size: 20px;
		line-height: 28px;
	}
	.modal-body .content-subscription-form {
		margin-bottom: 18px;
	}
	.modal-body .content-subscription-form input.form-control {
		padding: 5px 15px;
	}
	.modal-body .content-subscription-form .btn.btn-blue {
		padding: 5px 11px;
	}
	.modal-body .content-subscription-form .error-text {
		bottom: auto;
		top: 40px;
	}
	.modal-body .content-subscription-form .btn-block.loader::before {
		margin-top: -12px;
	}
}
@media (min-width: 768px) {
	.modal-body .content-subscription-form input.form-control.email {
		border-right: 0px;
		border-radius: 4px 0 0 4px;
	}
	.modal-body .content-subscription-form input.form-control.email + .btn-block {
		display: inline-block;
	}
	.modal-body .content-subscription-form input.form-control.email + .btn-block > .btn.btn-blue {
		border-radius: 0 4px 4px 0;
		display: inline-block;
		margin: 0;
	}
}
.modal-body p.notes {
	font-size: 14px;
	color: #4A4A4A;
	margin: 0;
}
.modal-body.text-center {
	text-align: center;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.clearfix::before,
.clearfix::after,
.modal-header::before,
.modal-header::after,
.modal-footer::before,
.modal-footer::after {
	content: "";
	display: table;
}
.clearfix::after,
.modal-header::after,
.modal-footer::after {
	clear: both;
}
