@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.cms2cms-connector-wrapper{
	font-family: 'Monsterrat',sans-serif;
}

h3 {
	color: #4C4C4C;
	font-size: 1.1em;
	margin: 1em 0 0.5em;
}

#cms2cms_connector_accordeon li.cms2cms_connector_accordeon_item {
	border: solid 2px #ddd;
	list-style: none;
}

#cms2cms_connector_accordeon li.cms2cms_connector_accordeon_item form {
	margin-bottom: 20px;
}

#cms2cms_connector_accordeon_item_id_2 > form,
#cms2cms_connector_accordeon_item_id_3 > form,
#cms2cms_connector_accordeon_item_id_4 > form,
#cms2cms_connector_accordeon_item_id_5 > form,
#cms2cms_connector_accordeon_item_id_6 > form,
#cms2cms_connector_accordeon_item_id_7 > form {
	display: none;
}

#cms2cms_connector_accordeon_item_id_1 > form {
	display: block;
}

#cms2cms_connector_accordeon form button {
	margin-top: 5px;
}

.cms2cms-connector-container {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-weight: 400;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cms2cms-connector-container a {
	color: #7d9d3d;
	font-size: 14px;
	font-weight: 600 !important;
}

.cms2cms-connector-container a:focus {
	-webkit-box-shadow: 0 0 0 1px #7d9d3d, 0 0 2px 1px rgb(125, 157, 61);
	box-shadow: 0 0 0 1px #7d9d3d, 0 0 2px 1px rgb(125, 157, 61);
}

.cms2cms-connector-plugin {
	vertical-align: middle;
	background-color: #fff;
	margin: 10px 0;
	overflow: hidden;
	box-shadow: rgb(45 62 80 / 20%) 0 1px 5px 0;
}

.cms2cms-connector-plugin .form-table th {
	width: 60px;
}

.cms2cms-connector-plugin .error_message a,
.cms2cms-connector-plugin #error a,
.cms2cms-connector-error a {
	font-size: 11px;
	color: #fff;
}

.cms2cms-connector-plugin .error_message,
.cms2cms-connector-plugin #error,
.cms2cms-connector-error {
	color: #fff;
	padding: 3px 5px;
	width: 310px;
	box-sizing: border-box;
	margin-left: 241px;
	position: relative;
	display: none;
	background-color: #DE5A5A;
	border-radius: 4px;
	font-size: 11px;
}

.error-arrow {
	position: absolute;
	top: -4px;
	left: 15px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #DE5A5A;
}

.cms2cms-connector-error.total {
	margin: 20px auto
}

.cms2cms-connector-plugin #error {
	text-transform: capitalize;
}

.cms2cms-connector-message {
	padding: 12px 30px;
	overflow: hidden;
	margin: 10px 0;
	border-radius: 4px;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	background: #E0E0E0;
	color: #757575;
}

.no-margin {
	margin: 15px auto !important;
}

.cms2cms-connector-message span {
	display: inline-block;
	line-height: 35px;
	vertical-align: middle;
}

.cms2cms-connector-message .cms2cms-connector-logout {
	float: right;
}

.cms2cms-connector-logout{
	float: right;
}

#cms2cms-connector-description {
	display: inline-block;
	font-size: 11px;
	margin-top: 80px;
	vertical-align: top;
	width: 300px;
	color: #555;
	padding: 15px 25px;
	background: #eee;
}

.cms2cms-connector-improve a {
	color: #606060;
}

.cms2cms-connector-header {
	width: 100%;
	margin-top: 15px;
}

.cms2cms-connector-header {
	margin: 24px 0;
	display: flex;
}

.cms2cms-connector-header a {
	margin: 0 5px;
}

.cms2cms-connector-header h3{
	margin-top: revert;
	margin-left: 10px;
	font-weight: 700;
	color: #000;
}

.logo{
	width: 60px;
	height: auto;
}

/*Buttons*/
.cms2cms-connector-button {
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 40px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	cursor: pointer;
}

.cms2cms-connector-header .cms2cms-connector-button {
	padding: 8px 18px;
}

.cms2cms-connector-logout .cms2cms-connector-button {
	margin-top: -2px !important;
	background-color: #000;
	color: #fff !important;
	font-size: 14px;
	padding: 0 27px;
	cursor: pointer;
	margin-right: 10px;
}

.button-green, .button-green a, button.button-green {
	background-color: #598d08;
	color: #fff !important;
	border: 2px solid #598d08;
}

.button-green,
.button-green a,
button.button-green:disabled {
	background-color: #c7c7c7;
	color: #fff !important;
	border: 2px solid #ddd;
}

.button-grey,
.button-grey a,
button.button-grey {
	color: #515151 !important;
	border: 2px solid #515151;
}

.button-dark,
.button-dark a,
button.button-dark {
	background-color: #000;
	color: #fff !important;
	border: 2px solid #000;
}

a.login-reg {
	margin-left: 5px;
	cursor: pointer;
	text-decoration: underline;
	font-size: 14px !important;
}

.cms2cms-connector-button.button-ghost {
	background-color: transparent;
	border: 2px solid #626465;
	color: #626465;
}

.cms2cms-connector-button.button-ghost:hover {
	background-color: #626465;
	color: #fff;
}

/*Estimator loader*/

#cms_overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
	background: rgba(30, 30, 30, 0.70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9303030, endColorstr=#d9303030);
}

.circle-an {
	position: absolute;
	border-radius: 50%;
	background: transparent;
	z-index: 10;
}

span.dot {
	position: absolute;
	width: 11px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -8px;
}

span.dot:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: #fff;
	width: 11px;
	height: 11px;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	border-radius: 50%;
}

/* Angles */

span.dot.no2 {
	transform: rotate(36deg);
	-webkit-transform: rotate(36deg);
}

span.dot.no3 {
	transform: rotate(72deg);
	-webkit-transform: rotate(72deg);
}

span.dot.no4 {
	transform: rotate(108deg);
	-webkit-transform: rotate(108deg);
}

span.dot.no5 {
	transform: rotate(144deg);
	-webkit-transform: rotate(144deg);
}

span.dot.no6 {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

span.dot.no7 {
	transform: rotate(216deg);
	-webkit-transform: rotate(216deg);
}

span.dot.no8 {
	transform: rotate(252deg);
	-webkit-transform: rotate(252deg);
}

span.dot.no9 {
	transform: rotate(288deg);
	-webkit-transform: rotate(288deg);
}

span.dot.no10 {
	transform: rotate(324deg);
	-webkit-transform: rotate(324deg);
}

/* Animation */

.circle-an {
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	-webkit-animation: animatedEight 10s linear infinite;
	animation: animatedEight 10s linear infinite;
}

@-webkit-keyframes animatedEight {
	from {
		-webkit-transform: rotate(15deg);
	}

	to {
		-webkit-transform: rotate(-345deg);
	}
}

@keyframes animatedEight {
	from {
		transform: rotate(15deg);
	}

	to {
		transform: rotate(-345deg);
	}
}

span.dot.no1:after {
	-webkit-animation: animatedDotOne 2.5s ease-in-out infinite;
	animation: animatedDotOne 2.5s ease-in-out infinite;
}

@-webkit-keyframes animatedDotOne {

	0%,
	50%,
	100% {
		-webkit-transform: scale(0.5);
	}

	20%,
	30% {
		-webkit-transform: scale(1);
		background: #598d08;
	}
}

@keyframes animatedDotOne {

	0%,
	50%,
	100% {
		transform: scale(0.5);
	}

	20%,
	30% {
		transform: scale(1);
		background: #598d08
	}
}

span.dot.no2:after {
	-webkit-animation: animatedDotTwo 2.5s ease-in-out infinite;
	animation: animatedDotTwo 2.5s ease-in-out infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

@-webkit-keyframes animatedDotTwo {

	0%,
	50%,
	100% {
		-webkit-transform: scale(0.5);
	}

	20%,
	30% {
		-webkit-transform: scale(1);
		background: #598d08;
	}
}

@keyframes animatedDotTwo {

	0%,
	50%,
	100% {
		transform: scale(0.5);
	}

	20%,
	30% {
		transform: scale(1);
		background: #598d08;
	}
}

span.dot.no3:after {
	-webkit-animation: animatedDotThree 2.5s ease-in-out infinite;
	animation: animatedDotThree 2.5s ease-in-out infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-webkit-keyframes animatedDotThree {

	0%,
	50%,
	100% {
		-webkit-transform: scale(0.5);
	}

	20%,
	30% {
		-webkit-transform: scale(1);
		background: #598d08;
	}
}

@keyframes animatedDotThree {

	0%,
	50%,
	100% {
		transform: scale(0.5);
	}

	20%,
	30% {
		transform: scale(1);
		background: #598d08;
	}
}

span.dot.no4:after {
	-webkit-animation: animatedDotFour 2.5s ease-in-out infinite;
	animation: animatedDotFour 2.5s ease-in-out infinite;
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

@-webkit-keyframes animatedDotFour {

	0%,
	50%,
	100% {
		-webkit-transform: scale(0.5);
	}

	20%,
	30% {
		-webkit-transform: scale(1);
		background: #598d08;
	}
}

@keyframes animatedDotFour {

	0%,
	50%,
	100% {
		transform: scale(0.5);
	}

	20%,
	30% {
		transform: scale(1);
		background: #598d08;
	}
}

span.dot.no5:after {
	-webkit-animation: animatedDotFive 2.5s ease-in-out infinite;
	animation: animatedDotFive 2.5s ease-in-out infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

@-webkit-keyframes animatedDotFive {

	0%,
	50%,
	100% {
		-webkit-transform: scale(0.5);
	}

	20%,
	30% {
		-webkit-transform: scale(1);
		background: #598d08;
	}
}

@keyframes animatedDotFive {

	0%,
	50%,
	100% {
		transform: scale(0.5);
	}

	20%,
	30% {
		transform: scale(1);
		background: #598d08;
	}
}

span.dot.no6:after {
	-webkit-animation: animatedDotSix 2.5s ease-in-out infinite;
	animation: animatedDotSix 2.5s ease-in-out infinite;
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

@-webkit-keyframes animatedDotSix {

	0%,
	50%,
	100% {
		-webkit-transform: scale(0.5);
	}

	20%,
	30% {
		-webkit-transform: scale(1);
		background: #598d08;
	}
}

@keyframes animatedDotSix {

	0%,
	50%,
	100% {
		transform: scale(0.5);
	}

	20%,
	30% {
		transform: scale(1);
		background: #598d08;
	}
}

span.dot.no7:after {
	-webkit-animation: animatedDotSeven 2.5s ease-in-out infinite;
	animation: animatedDotSeven 2.5s ease-in-out infinite;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

@-webkit-keyframes animatedDotSeven {

	0%,
	50%,
	100% {
		-webkit-transform: scale(0.5);
	}

	20%,
	30% {
		-webkit-transform: scale(1);
		background: #598d08;
	}
}

@keyframes animatedDotSeven {

	0%,
	50%,
	100% {
		transform: scale(0.5);
	}

	20%,
	30% {
		transform: scale(1);
		background: #598d08;
	}
}

span.dot.no8:after {
	-webkit-animation: animatedDotEight 2.5s ease-in-out infinite;
	animation: animatedDotEight 2.5s ease-in-out infinite;
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

@-webkit-keyframes animatedDotEight {

	0%,
	50%,
	100% {
		-webkit-transform: scale(0.5);
	}

	20%,
	30% {
		-webkit-transform: scale(1);
		background: #598d08;
	}
}

@keyframes animatedDotEight {

	0%,
	50%,
	100% {
		transform: scale(0.5);
	}

	20%,
	30% {
		transform: scale(1);
		background: #598d08;
	}
}

span.dot.no9:after {
	-webkit-animation: animatedDotNine 2.5s ease-in-out infinite;
	animation: animatedDotNine 2.5s ease-in-out infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes animatedDotNine {

	0%,
	50%,
	100% {
		-webkit-transform: scale(0.5);
	}

	20%,
	30% {
		-webkit-transform: scale(1);
		background: #598d08;
	}
}

@keyframes animatedDotNine {

	0%,
	50%,
	100% {
		transform: scale(0.5);
	}

	20%,
	30% {
		transform: scale(1);
		background: #598d08;
	}
}

span.dot.no10:after {
	-webkit-animation: animatedDotTen 2.5s ease-in-out infinite;
	animation: animatedDotTen 2.5s ease-in-out infinite;
	-webkit-animation-delay: 2.25s;
	animation-delay: 2.25s;
}

@-webkit-keyframes animatedDotTen {

	0%,
	50%,
	100% {
		-webkit-transform: scale(0.5);
	}

	20%,
	30% {
		-webkit-transform: scale(1);
		background: #598d08;
	}
}

@keyframes animatedDotTen {

	0%,
	50%,
	100% {
		transform: scale(0.5);
	}

	20%,
	30% {
		transform: scale(1);
		background: #598D08;
	}
}

/*end Estimator Loader*/

/*Steps*/

.step {
	margin: 0;
	position: relative;
	font-size: 17px;
	font-weight: 700;
	color: #000;
	padding: 15px 0 12px 145px;
	overflow: hidden;
	line-height: 40px;
	background-color: #e8e8e8;
	-webkit-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.step-numb-block {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 35px;
	line-height: 24px;
}

.step b {
	display: block;
	height: 40px;
	width: 42px;
	top: 15px;
	left: 85px;
	position: absolute;
	overflow: hidden;
}

.step .step-numb-block i {
	display: block;
	height: 70px;
	width: 70px;
	font-size: 36px;
	font-style: normal;
	line-height: 63px;
	position: absolute;
	overflow: hidden;
}

.step.done .step-numb-block {
	color: #fff;
	background-color: #000;
}

.step.done {
	color: #598d08 !important;
	border-bottom: 2px solid #fff;

}

.step.active .step-numb-block {
	color: #fff;
	background-color: #000;

}

.step.active {
	color: #000 !important;
}


.step.step-sign b {
	background: url('../img/cms2cms-steps-icons-new.png') -65px 7px no-repeat;
}

.step.step-sign.active b {
	background: url('../img/cms2cms-steps-icons-new.png') 0 0 no-repeat;
}

.step.step-sign.done b {
	background: url('../img/cms2cms-steps-icons-new.png') -49px 0 no-repeat;
}


.step.step-connect b {
	background: url('../img/cms2cms-steps-icons-new.png') -3px -53px no-repeat;
}

.step.step-connect.active b {
	background: url('../img/cms2cms-steps-icons-new.png') -50px -53px no-repeat;
}

.step.step-connect.done b {
	background: url('../img/cms2cms-steps-icons-new.png') -30px -33px no-repeat;
}

.step.step-start b {
	background: url('../img/cms2cms-steps-icons.png') -59px -73px no-repeat;
}

.step.step-start.active b {
	background: url('../img/cms2cms-steps-icons.png') 4px -73px no-repeat
}

.step.step-start.done b {
	background: url('../img/cms2cms-steps-icons.png') -29px -73px no-repeat
}


.step.step-complete b {
	background: url('../img/cms2cms-steps-icons.png') -64px -110px no-repeat;
}

.step.step-complete.active b {
	background: url('../img/cms2cms-steps-icons.png') 8px -110px no-repeat
}

.step.step-complete.done b {
	background: url('../img/cms2cms-steps-icons.png') -28px -110px no-repeat;
}

.step.step-options b {
	background: url('../img/cms2cms-steps-icons.png') -59px -349px no-repeat;
}

.step.step-options.active b {
	background: url('../img/cms2cms-steps-icons.png') 6px -349px no-repeat;
}

.step.step-options.done b {
	background: url('../img/cms2cms-steps-icons.png') -29px -349px no-repeat;
}

/*inputs*/

.cms2cms-connector-plugin input,
.cms2cms-connector-plugin textarea,
.cms2cms-connector-plugin select {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 15px;
	width: 310px;
	color: #757272 !important;
	font-style: italic;
	font-weight: 600;
	font-size: 15px;
	height: auto !important;
}

::-webkit-input-placeholder {
	color: #c9c9c9;
}

::-moz-placeholder {
	color: #c9c9c9;
}

/* Firefox 19+ */
:-moz-placeholder {
	color: #c9c9c9;
}

/* Firefox 18- */
:-ms-input-placeholder {
	color: #c9c9c9;
}

.center-content {
	text-align: center;
	margin: 40px auto;
	font-weight: 600;
	width: 80%;
	font-size: 16px !important;
	color: #5f5f5f !important;
}

.center-content > div {
	margin-top: 10px;
}

.center-content label,
.center-content input,
.center-content textarea,
.center-content select {
	display: inline-block;
	margin: 7px 0;
}

.center-content textarea {
	height: 180px;
}

.center-content label {
	color: #000;
	font-weight: 500;
	width: 110px;
	padding-right: 20px;
	margin-right: 10px;
	text-align: left;
}

.center-content button {
	font-size: 16px !important;
	margin-top: 20px !important;
}

#verifySource_joomla{
	margin-left: 20px !important;
	padding: 5px 22px !important;
}

.cms2cms-connector-real-link {
	margin-top: 10px;
	font-size: 14px;
}

.account-login {
	display: none;
}

.account-register {
	display: block;
}

.pages-url {
	display: none;
}

.pages-url label {
	vertical-align: top !important;
}

.center-content span {
	font-weight: bold;
}

.big-number {
	font-size: 24px;
	color: #598d08;
	vertical-align: top;
}

.center-content input[type="checkbox"] {
	display: none !important;
}

.center-content input[type="checkbox"] + label {
	display: inline-block;
	padding-left: 22px;
	line-height: 23px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
}

.estim-icons {
	background: url('../img/cms2cms-steps-icons.png') no-repeat;
}

.center-content input[type="checkbox"] + label.estim-icons {
	background: url('../img/cms2cms-steps-icons.png') -38px -247px no-repeat;
}

.center-content input[type="checkbox"]:checked + label.estim-icons.options-checked {
	background: url('../img/cms2cms-steps-icons.png') -38px -300px no-repeat;
}

.checkbox {
	margin: 3px 0;
}

.checkbox label {
	width: auto !important;
	padding-right: 5px;
	text-align: left;
	display: inline !important;
	padding-left: 27px !important;
}

.additional-options {
	text-align: left;
	width: 400px;
	margin: 25px auto 5px auto;
	position: relative;
}

/*hint*/
span.qmark {
	background: rgba(0, 0, 0, 0);
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: baseline;
}

.qmark a,
.new-qmark a {
	display: inline-block;
	vertical-align: middle;
	color: #81AAC3;
	text-decoration: none;
	padding: 0 6px;
	font-size: 13px;
	line-height: 17px;
	border: solid 1px #81AAC3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.qmark span,
.new-qmark span {
	display: none;
}

.qmark span,
.new-qmark span {
	display: none;
	position: absolute;
	left: 0;
	background: #EEC;
	font-size: 11px;
	font-weight: normal;
	padding: 10px;
	width: 300px;
	line-height: 16px;
	box-shadow: 0 2px 10px #CCC;
	z-index: 99999;

}

.show-hint {
	display: block !important
}

#count-migr {
	color: #598d08;
}

#count-migr,
#count-of {
	vertical-align: top;
}

.check-migr-pages b {
	background: url('../img/cms2cms-steps-icons.png') 0 -320px no-repeat;
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

.check-migr-pages {
	text-decoration: underline;
	padding-left: 30px;
	cursor: pointer;
	margin: 20px 0;
}

span.additional-options {
	display: block;
	text-align: center;
}

.migrated-pages p {
	font-size: 14px;
}

.migrated-pages {
	display: none;
}


/*Progress Bar*/

.meter {
	height: 30px;
	position: relative;
	background: #DCE0E3;
	border-radius: 1000px;
	overflow: hidden;
	width: 360px;
	border: 2px solid #ddd;
}

.meter > span {
	display: block;
	height: 100%;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.meter > span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #598d08), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #598d08), color-stop(.75, #598d08), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #598d08 25%, transparent 25%, transparent 50%, #598d08 50%, #598d08 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #598d08 25%, transparent 25%, transparent 50%, #598d08 50%, #598d08 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #598d08 25%, transparent 25%, transparent 50%, #598d08 50%, #598d08 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #598d08 25%, transparent 25%, transparent 50%, #598d08 50%, #598d08 75%, transparent 75%, transparent);
	z-index: 1;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	-webkit-animation: move 2s linear infinite;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	overflow: hidden;

}

/* PROGRESS BAR - ANIMATION */
@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 30px 30px;
	}
}

@-moz-keyframes move {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 30px 30px;
	}
}

#demo-complete {
	color: #598d08;
	display: none;
}

#progress {
	text-align: left;
	padding-left: 40px;
}

.cms2cms-connector-container .support-block div {
	vertical-align: top;
	margin-top: 5px;
}

.support-block .cristine {
	width: 70px;
	height: 70px;
	border-radius: 1000px;
	border: 2px solid #ddd;
	background: url('../img/cms2cms-support.jpg') 0 0 no-repeat;
	background-size: 70px 70px;
}

.arrow-left {
	position: absolute;
	top: 25px;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #ddd;
}

.support-block {
	margin-top: 10px;
	margin-left: 20px;
}

.support-block h3 {
	margin-bottom: 0;
	color: #000;
	font-weight: 700;
	background-color: #e8e8e8;
	padding: 13px 26px;
	line-height: 40px;
	overflow: hidden;
}

.support-block .supp-bg {
	background-color: #fff;
	position: relative;
}

.position-m-block {
	margin-top: 20px;
	text-align: center;
}

.position-m-block a {
	padding: 5px 7px;
}

.supp-bg.supp-need-help {
	width: 400px;
	box-shadow: rgb(45 62 80 / 12%) 0 1px 5px 0;
}

.feed-back-block {
	padding-top: 5px;
}

.visitlink{
	padding-top: 18px !important;
}

.packages-block {
	background: url('../img/book-partner-program.png') 19px 25px no-repeat;
	width: 245px;
	padding-top: 32px;
	padding-left: 165px;
	height: 145px;
}

.cms2cms-connector-footer.cms2cms-connector-plugin {
	text-align: center;
	margin-top: 30px;
	padding: 13px;
}

.cms2cms-connector-footer.cms2cms-connector-plugin a {
	padding: 0 10px;
}

#sourceCmsInfo {
	margin: 0 auto !important;
}

.mapping-space {
	margin: 15px 0 6px;
}

/* *** erorr block *** */
.r-b-e a {
	color: #5f5f5f;
	font-size: 15px;
	padding: 5px;
}

.container-erorr-1 {
	position: relative;
	display: block;
}

.container-erorr-2 {
	position: relative;
	display: block;
	margin: 3px 0 -5px 0;
}

.block-erorr {
	display: block;
	color: #ffffff;
	background-color: #e8a7a7;
	border-color: #ebccd1;
	text-align: center;
}

.block-erorr2 {
	display: block;
	color: #ffffff;
	background-color: #e8a7a7;
	border-color: #ebccd1;
	text-align: center;
	padding: 0 5px;
	border: 1px solid transparent;
	border-radius: 0;
	position: relative;
	margin-right: -200px;
	margin-left: -95px;
}

.block-erorr h3 {
	color: #fff;
	font-size: 1.3em;
}

.alert {
	padding: 22px 20px;
	border: 1px solid transparent;
	border-radius: 0;
	position: relative;
	font-size: 15px;
	font-weight: 600;
}

.title-arrow:after {
	position: absolute;
	bottom: -10px;
	right: -50%;
	content: '';
	left: -50%;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 12px solid #e8a7a7;
}

.cms2cms-er-button {
	border-radius: 1000px;
	font-weight: 600;
	font-size: 16px;
	padding: 9px 35px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	cursor: pointer;
}

.button-block {
	display: block;
	text-align: center;
	margin: 25px 0 20px 0;
}

.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}

@media screen and (min-device-width: 375px) and (max-device-width: 768px) {
	.cms2cms-connector-container .support-block{
		width: auto;
	}

	.support-block{
		margin-left: 0;
	}

	.step{
		font-size: 14px;
		line-height: 35px;
		padding: 0 0 0 138px;
	}

	.supp-bg.supp-need-help{
		width: auto;
	}

	.center-content label{
		text-align: center;
		padding-right: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 767px) and (max-device-width: 768px){
	.cms2cms-connector-container .support-block{
		width: auto;
	}

	.support-block{
		margin-left: 0;
	}

	.step{
		font-size: 14px;
		line-height: 35px;
		padding: 0 0 0 145px;
	}

	.supp-bg.supp-need-help{
		width: auto;
	}

	.center-content label{
		text-align: center;
		padding-right: 0;
		margin-right: 0;
	}
}

.supp-bg.supp-need-help {
	width: 100% !important;
}
