/* COLORS */


/*
Black:	#333
Gray: 	#aaa #ccc #ddd #fefefe
Green:  #4caf50
Red:    #dd2c00 #c62828
Orange: #ec6608
Blue:   #039be5
*/


/* BASICS */

::selection {
	color: #fff;
	background: #aaa;
}

::-moz-selection {
	color: #fff;
	background: #aaa;
}

::-webkit-input-placeholder {
	font-weight: normal;
	font-size: 22px;
}

:-moz-placeholder {
	font-weight: normal;
	font-size: 22px;
	/* FF 18- */
}

::-moz-placeholder {
	font-weight: normal;
	font-size: 22px;
	/* FF 19+ */
}

:-ms-input-placeholder {
	font-weight: normal;
	font-size: 22px;
}

select::-ms-expand {
	display: none;
}

body,
html {
	background: none;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	direction: ltr;
	color: #333;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.windows,
.windows input {
	font-family: 'Segoe UI', sans-serif;
}

.ios,
.ios input {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.android,
.android input {
	font-family: 'Roboto', sans-serif;
}

.rtl {
	direction: rtl;
}

p {
	margin: 0 0 10px 0;
}

strong,
b {
	font-weight: 700;
}

a {
	color: inherit;
}

a:hover {
	color: #039be5;
	text-decoration: none;
}

.container-wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	margin: 0;
	white-space: nowrap;
}

.container-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.container-bg {
	background-color: #c0c0c0;
	background-image: url(../img/bg-pattern.png);
	background-repeat: repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	filter: gray alpha(opacity=85);
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	opacity: .85;
}

.popup .container-bg {
	background: none;
}

.container {
	position: relative;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	max-height: 100%;
	min-height: 200px;
	overflow: auto;
	border-radius: 3px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px rgba(0, 0, 0, 0.15);
	white-space: normal;
}

.rtl .container {
	text-align: right;
}


/* HEADER */

.header {
	width: 100%;
	height: 85px;
	border-bottom: 1px dashed #ccc;
	display: table;
}

.logo-container {
	display: table-cell;
	height: 100%;
	padding: 15px 15px 15px 30px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rtl .logo-container {
	padding: 15px 30px 15px 15px;
}

.compact .logo-container {
	padding: 8px 8px 8px 30px;
}

.rtl.compact .logo-container {
	padding: 8px 30px 8px 8px;
}


/* HEADER - LOGO */

.logo {
	width: 100%;
	height: 100%;
	max-width: 250px;
	background: url(../img/centili-logo.png) no-repeat left center;
	background-size: contain;
	cursor: pointer;
}

.logo a {
	width: 100%;
	height: 100%;
	display: block;
}

.rtl .logo {
	background-position: right center;
}


/* HEADER - MENU */

.menu {
	display: table-cell;
	height: 100%;
	width: 170px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rtl .menu {
	width: 170px;
	padding-left: 20px;
}

.menu-country,
.menu-language,
.menu-help {
	width: 50px;
	height: 85px;
	float: left;
	cursor: pointer;
	background-image: url(../img/centili-icons-sprite.png?ver=3);
	background-repeat: no-repeat;
	background-size: 50px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-country {
	background-position: center 14px;
}

.menu-language {
	background-position: center -117px;
	text-align: center;
	display: table;
}

.menu-language-code {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.menu-help {
	background-position: center -51px;
}

.menu-country:hover,
.menu-language:hover,
.menu-help:hover {
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.menu-country:active,
.menu-language:active,
.menu-help:active {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.menu-country.selected,
.menu-language.selected,
.menu-help.selected {
	border-bottom: 5px solid #333;
	padding: 5px 0 0 0;
}

.selected.menu-country:hover,
.selected.menu-language:hover,
.selected.menu-help:hover {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	cursor: default;
}

.compact .header,
.compact .menu-country,
.compact .menu-language,
.compact .menu-help {
	height: 55px;
}

.compact .menu-country {
	background-position: center -2px;
}

.compact .menu-language {
	background-position: center -132px;
}

.compact .menu-help {
	background-position: center -67px;
}


/* WIDGET BODY */

.body {
	width: 100%;
	height: auto;
	padding: 10px 30px 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.headlines {
	margin: 0 0 10px 0;
}

.merchant-name,
.service-name,
.headline {
	font-size: 48px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -1px;
}

.compact .merchant-name,
.compact .service-name,
.compact .headline {
	font-size: 34px;
	line-height: 44px;
}

.service-name {
	font-weight: 700;
}

.merchant-name a {
	text-decoration: none;
}

.headlines.collapsed .merchant-name,
.headlines.collapsed .service-name {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
	display: inline;
	color: #aaa;
	padding: 0 5px 0 0;
}

.headlines.collapsed .service-name {
	border-left: 1px solid #aaa;
	padding-left: 10px;
}

.rtl .headlines.collapsed .service-name {
	border-left: none;
	border-right: 1px solid #aaa;
}


/* BUTTONS */

.buttons {
	width: 100%;
	display: table;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}

.button-wrapper,
.element-wrapper {
	width: 30%;
	display: table-cell;
	vertical-align: top;
}

.button-wrapper:first-child,
.element-wrapper:first-child {
	padding: 0 5px 0 0;
}

.button-wrapper:last-child,
.element-wrapper:last-child {
	padding: 0 0 0 5px;
}

.button-wrapper:only-child,
.element-wrapper:only-child {
	padding: 0;
}

.rtl .button-wrapper:first-child,
.rtl .element-wrapper:first-child {
	padding: 0 0 0 5px;
}

.rtl .button-wrapper:last-child,
.rtl .element-wrapper:last-child {
	padding: 0 5px 0 0;
}

.rtl .button-wrapper:only-child,
.rtl .element-wrapper:only-child {
	padding: 0;
}

.button {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 10px 15px 13px 15px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	cursor: pointer;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, .25), 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 -3px rgba(0, 0, 0, .25), 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -3px rgba(0, 0, 0, .25), 0 3px rgba(0, 0, 0, 0.1);
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.default-button {
	background: #333;
}

.primary-button {
	background: #4caf50;
}

.secondary-button {
	background: #FFFFFF;
	color: #333;
	box-shadow: none;
	border: 2px solid #333;
	padding: 9px 15px 10px 15px;
}

.button:hover::before,
.button:active::before {
	content: '';
	background: url(../img/button-hover-white-fallback.png) repeat;
	background: rgba(255, 255, 255, 0.10);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.button:active::before {
	background: url(../img/button-hover-black-fallback.png) repeat;
	background: rgba(0, 0, 0, 0.05);
}

.button:active {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .0s ease-in-out;
	-moz-transition: all .0s ease-in-out;
	-ms-transition: all .0s ease-in-out;
	-o-transition: all .0s ease-in-out;
	transition: all .0s ease-in-out;
}

[disabled].button,
[disabled].button:hover,
[disabled].button:active {
	background: #ccc;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	cursor: not-allowed;
}

.loading-button {
	background-image: url(../img/loading.png);
	cursor: wait;
	-webkit-animation: button-loading .5s infinite linear;
	-moz-animation: button-loading .5s infinite linear;
	-o-animation: button-loading .5s infinite linear;
	animation: button-loading .5s infinite linear;
}

@-webkit-keyframes button-loading {
	0% {
		background-position: 169px;
	}
	100% {
		background-position: 0;
	}
}

@-moz-keyframes button-loading {
	0% {
		background-position: 169px;
	}
	100% {
		background-position: 0;
	}
}

@-o-keyframes button-loading {
	0% {
		background-position: 169px;
	}
	100% {
		background-position: 0;
	}
}

@keyframes button-loading {
	0% {
		background-position: 169px;
	}
	100% {
		background-position: 0;
	}
}

.compact .button {
	font-size: 16px;
}


/* RADIO BUTTONS */

.radio-buttons {
	width: 100%;
	margin: 0 0 10px 0;
}

.radio-button,
.radio-button.selected {
	position: relative;
	padding: 5px 0 5px 30px;
}

.radio-button .icon,
.radio-button.selected .icon {
	background: url(../img/centili-icons-sprite.png?ver=3);
	background-position: center -706px;
	background-repeat: no-repeat;
	background-size: 50px;
	width: 40px;
	height: 40px;
	top: 50%;
	margin: -20px 0 0 -40px;
	position: absolute;
}

.radio-button.selected .icon {
	background-position: center -653px;
}


/* CHECK BOX */

.check-box {
	margin: 0 0 10px 0;
	position: relative;
	padding: 5px 0 5px 30px;
}

.check-box .icon {
	background: url(../img/centili-icons-sprite.png?ver=3);
	background-position: center -919px;
	background-repeat: no-repeat;
	background-size: 50px;
	width: 40px;
	height: 40px;
	top: 50%;
	margin: -20px 0 0 -40px;
	position: absolute;
}

.check-box.checked .icon {
	background-position: center -970px;
}


/* PACKAGES */

.package,
.package-recommended,
.package:hover,
.package-recommended:hover {
	margin: 0 0 10px 0;
	text-align: left;
	padding-right: 45px;
	position: relative;
}

.rtl .package,
.rtl .package-recommended,
.rtl .package:hover,
.rtl .package-recommended:hover {
	text-align: right;
	padding: 10px 15px 13px 45px;
}

.packages.card {
	max-height: 143px;
	overflow: auto;
}

.packages.card .package {
	margin: 0;
}

.package-name,
.price-whole {
	font-weight: 700;
	text-transform: none;
}

.price-currency {
	font-weight: 400;
	text-transform: none;
}

.package-popular {
	text-transform: none;
	background: #fff;
	color: #333;
	padding: 3px 7px;
	border-radius: 3px;
	margin: 0 0 0 5px;
}


/* SELECTED PACKAGE */

.selected-package {
	margin: 0 0 10px 0;
}

.selected-package .package-name,
.selected-package .price-whole,
.selected-package .price-currency {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -1px;
	margin-right: 5px;
}

.compact .selected-package .package-name,
.compact .selected-package .price-whole,
.compact .selected-package .price-currency {
	font-size: 34px;
	line-height: 44px;
}

.selected-package .package-name {
	font-weight: 500;
}

.selected-package .price-whole {
	font-weight: 700;
}

.selected-package .price-currency {
	font-weight: 400;
	color: #ccc;
}

.package .icon,
.package-recommended .icon,
.mno-button .icon {
	background-image: url(../img/centili-icons-sprite.png?ver=3);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center -200px;
	width: 50px;
	height: 50px;
	top: 50%;
	margin: -25px 0 0 0;
	position: absolute;
	right: 0;
}

.rtl .package .icon,
.rtl .package-recommended .icon {
	right: auto;
	left: 0;
	background-position: center -750px;
}

.mno-button .icon {
	background-position: center -860px;
}

.mno-button img {
	max-height: 20px;
	vertical-align: middle;
}

.mno-button {
	margin: 0 0 10px 0;
	text-align: left;
}


/* DROPDOWN */

.dropdown,
.dropdown:hover {
	text-align: left;
	text-transform: none;
	margin: 0 0 10px 0;
	background-image: url(../img/centili-icons-sprite.png?ver=3);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: right -262px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	padding: 13px 15px;
	outline: none;
}

.dropdown:active {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.rtl .dropdown,
.rtl .dropdown:hover {
	text-align: right;
	background-position: left -262px;
}


/* FOOTNOTE */

.footnote {
	font-size: 12px;
	line-height: 18px;
	color: #aaa;
	margin: 0 0 10px 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}


/* PHONE INPUT */

.sep-input {
	margin: 0 0 10px 0;
}

.sep-input input,
.sep-input textarea {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	border: 3px solid #333;
	border-radius: 4px;
	width: 100%;
	max-width: 100%;
	max-height: 500px;
	padding: 9px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: 700;
	-webkit-box-shadow: inset 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px rgba(0, 0, 0, 0.1);
}

.sep-input textarea {
	padding: 10px;
	font-size: 18px;
	height: 110px;
}

.sep-input input:focus,
.sep-input textarea:focus {
	outline: none;
	border: 3px solid #039be5;
	background: #fff;
}

.withPadlock input {
	padding: 9px 50px 9px 15px;
}

.rtl .withPadlock input {
	padding: 9px 15px 9px 50px;
}

.padlock {
	background-image: url(../img/centili-icons-sprite.png?ver=3);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center -458px;
	width: 60px;
	height: 55px;
	right: 30px;
	position: absolute;
	margin: -55px 0 0 0;
}

.rtl .padlock {
	left: 30px;
	right: auto;
}


/* ERROR */

.inline-error {
	background-color: #dd2c00;
	position: relative;
	padding: 12px 10px 12px 50px;
	margin: 0 0 10px 0;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: blinking .3s infinite alternate;
	-moz-animation: blinking .3s infinite alternate;
	-o-animation: blinking .3s infinite alternate;
	animation: blinking .3s infinite alternate;
}

.rtl .inline-error {
	padding: 12px 50px 12px 10px;
}

@-webkit-keyframes blinking {
	0% {
		background-color: #c62828;
	}
	100% {
		background-color: #dd2c00;
	}
}

@-moz-keyframes blinking {
	0% {
		background-color: #c62828;
	}
	100% {
		background-color: #dd2c00;
	}
}

@-o-keyframes blinking {
	0% {
		background-color: #c62828;
	}
	100% {
		background-color: #dd2c00;
	}
}

@keyframes blinking {
	0% {
		background-color: #c62828;
	}
	100% {
		background-color: #dd2c00;
	}
}

.inline-error .icon {
	background-image: url(../img/centili-icons-sprite.png?ver=3);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center -523px;
	width: 50px;
	height: 50px;
	top: 50%;
	margin: -25px 0 0 -49px;
	position: absolute;
}

.rtl .inline-error .icon {
	margin: -25px -49px 0 0;
}


/* MISC */

label {
	margin: 0 0 10px 0;
	display: block;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.compact label {
	font-size: 16px;
	line-height: 22px;
}

.hidden {
	display: none;
	visibility: hidden;
}

.widget-middle-text {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 18px;
	color: #aaa;
}


/* INFO */

.inline-info {
	position: relative;
	padding: 12px 15px 12px 50px;
	margin: 0 0 10px 0;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 24px;
	border: 2px solid #3f3f3f;
	border-radius: 4px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.rtl .inline-info {
	padding: 12px 50px 12px 10px;
}

.inline-info .icon {
	background-image: url(../img/centili-icons-sprite.png?ver=3);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center -805px;
	width: 50px;
	height: 50px;
	top: 50%;
	margin: -25px 0 0 -49px;
	position: absolute;
}

.rtl .inline-info .icon {
	margin: -25px -49px 0 0;
}


/* MNO LOGOS */

.mno-logos {
	margin: 0 0 15px 0;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	filter: gray alpha(opacity=40);
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	opacity: 0.4;
}

.mno-logos:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.mno-logos img {
	max-width: 100px;
	max-height: 25px;
	margin: 10px 10px 0 0;
	vertical-align: middle;
}

.rtl .mno-logos img {
	margin: 10px 0 0 10px;
}


/* PHONE HISTORY */

.phone-history-item {
	background: #333;
	margin: 0 0 10px 0;
	padding-right: 60px;
	display: inline-block;
	text-align: left;
}

.rtl .phone-history-item {
	text-align: right;
	padding: 10px 15px 13px 60px;
}

.phone-history-item.selected {
	background: #fff;
	color: #333;
	border: 3px solid #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

.phone-history-item.selected:active::before {
	background: none;
}

.phone-history-item.selected:active {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.phone-history-item span {
	float: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.rtl .phone-history-item span {
	float: right;
}

.phone-history-delete {
	width: 60px;
	height: 50px;
	background-image: url(../img/centili-icons-sprite.png?ver=3);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center -329px;
	cursor: pointer;
	margin: -9px 0 0 0;
	position: absolute;
	right: 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.rtl .phone-history-delete {
	left: 0;
	right: auto;
}

.phone-history-delete:hover {
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.selected .phone-history-delete {
	background-image: url(../img/centili-icons-sprite.png?ver=3);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center -394px;
	margin-right: -4px;
}


/* LOADING */

.inline-loading {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ddd url(../img/loading.png);
	-webkit-animation: button-loading .5s infinite linear;
	-moz-animation: button-loading .5s infinite linear;
	-o-animation: button-loading .5s infinite linear;
	animation: button-loading .5s infinite linear;
	border-radius: 4px;
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border: 2px solid #3F3F3F;
	cursor: progress;
	color: #3f3f3f;
}

.loading-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.loading-bg:hover {
	-webkit-transform: scale(.7, .7);
	-moz-transform: scale(.7, .7);
	-ms-transform: scale(.7, .7);
	-o-transform: scale(.7, .7);
	transform: scale(.7, .7);
}

.loading {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 3px solid #333;
	border-radius: 50%;
	-webkit-animation: spin .9s infinite cubic-bezier(1, .5, .6, 0);
	-moz-animation: spin .9s infinite cubic-bezier(1, .5, .6, 0);
	-o-animation: spin .9s infinite cubic-bezier(1, .5, .6, 0);
	animation: spin .9s infinite cubic-bezier(1, .5, .6, 0);
}

.loading:hover {
	-webkit-transform: scale(1.8, 1.8);
	-moz-transform: scale(1.8, 1.8);
	-ms-transform: scale(1.8, 1.8);
	-o-transform: scale(1.8, 1.8);
	transform: scale(1.8, 1.8);
}

.loading-inside {
	width: 5px;
	height: 5px;
	background: #039be5;
	border-radius: 50%;
	margin: 10px 0 0 5px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate (359deg);
	}
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate (359deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate (359deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate (359deg);
	}
}


/* INSTRUCTIONS */

.instructions {
	margin: 0 0 10px 0;
	line-height: 32px;
}

.instructionHighlight {
	background: #039be5;
	padding: 0 8px;
	margin: 1px 2px;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.instructionHighlight:hover {
	-webkit-transform: scale(1.8, 1.8);
	-moz-transform: scale(1.8, 1.8);
	-ms-transform: scale(1.8, 1.8);
	-o-transform: scale(1.8, 1.8);
	transform: scale(1.8, 1.8);
}


/* FINISH */

.finish-message {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -1px;
}


/* SELECT - COUNTRIES, LANGUAGE & HELP */

.select,
.help {
	margin: 0 0 10px 0;
	max-height: 400px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select .select-item {
	padding: 5px 0 5px 10px;
	cursor: pointer;
	border-left: 4px solid #fff;
}

.rtl .select .select-item {
	padding: 5px 10px 5px 0;
	border-right: 4px solid #fff;
	border-left: none;
}

.select .select-item.selected,
.select .select-item.selected:hover {
	font-weight: 700;
	cursor: default;
	color: #039be5;
	border-left: 4px solid #039be5;
}

.rtl .select .select-item.selected,
.rtl .select .select-item.selected:hover {
	border-right: 4px solid #039be5;
	border-left: none;
}

.select .select-item:hover {
	color: #4caf50;
	border-left: 4px solid #4caf50;
}

.rtl .select .select-item:hover {
	border-right: 4px solid #4caf50;
	border-left: none;
}


/* REBRANDING */

.rebrand-banner,
.product-image {
	display: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 0;
	position: relative;
	padding: 50% 0 0 0;
	margin: -1px 0 10px 0;
}

.product-image {
	border-radius: 3px;
}

.eighteen-plus {
	display: none;
	text-align: center;
	border-radius: 3px;
	padding: 10px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	background-color: #dd2c00;
	position: relative;
	z-index: 12345;
	margin: 0;
	cursor: not-allowed;
	-webkit-animation: blinking .3s infinite alternate;
	-moz-animation: blinking .3s infinite alternate;
	-o-animation: blinking .3s infinite alternate;
	animation: blinking .3s infinite alternate;
}


/* IFRAME */

.iframe {
	width: 100%;
	height: 500px;
	border-radius: 4px;
	margin: 0;
	border-bottom: 1px dashed #ccc;
}


/* POWERED BY CENTILI */

.powered-by-centili {
	display: none;
	height: 35px;
	width: 110px;
	position: fixed;
	right: 15px;
	bottom: 10px;
	background: url(../img/centili-logo.png) no-repeat left center;
	background-size: contain;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	filter: gray alpha(opacity=40);
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0.5;
}

.powered-by-centili:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.powered-by-centili a {
	padding: 7px;
	display: block;
}


/* PROGRESS INDICATOR */

.progress-indicator {
	margin: 0 0 15px 0;
	font-size: 0;
	font-weight: 700;
}

.progress-step {
	width: 50%;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: #aaa;
	padding: 0 0 5px 0;
}

.progress-indicator .active {
	border-bottom: 4px solid #333;
	color: #333;
}

.progress-line {
	height: 2px;
	background: #aaa;
	width: 100%;
	margin: -4px 0 0 0;
}


/* MEDIA QUERIES */

@media screen and (max-width: 736px) {
	.container-bg {
		background: none !important;
	}
	.container-wrapper:before {
		height: 0;
		display: block;
	}
	.container {
		overflow: visible;
		max-height: none;
		min-height: none;
		width: 100%;
		height: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.body {
		padding: 10px;
	}
	.logo-container {
		padding-left: 10px;
	}
	.rtl .logo-container {
		padding-right: 10px;
	}
	.menu {
		/* width: 50px; */
	}
	.compact .menu {
		height: 55px;
	}
	.rtl .menu {
		padding-left: 0;
		width: 150px;
	}
	.rtl.compact .menu {}
	.select {
		overflow: visible;
		max-height: none;
		margin: 10px 0;
	}
	.padlock {
		right: 10px;
	}
	.instructionHighlight,
	.instructionHighlight:hover {
		display: inline;
		padding: 2px 8px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.help {
		margin: 10px 0 0 0;
		max-height: none;
	}
	.packages.card {
		overflow: visible;
		max-height: none;
	}
	.header .logo-container {
		padding-left: 10px;
	}
	.compact .logo-container {
		padding-left: 10px;
	}
	.rtl.compact .logo-container {
		padding-right: 10px;
	}
	.powered-by-centili {
		position: relative;
		right: auto;
		bottom: auto;
		width: 90px;
		opacity: .3;
	}
}

@media screen and (max-width: 500px),
screen and (max-height: 800px) {
	.buttons {
		margin: 0;
	}
	.button {
		margin: 0 0 10px 0;
		font-size: 16px;
		line-height: 20px;
	}
	.merchant-name,
	.service-name,
	.headline,
	.finish-message,
	.selected-package .package-name,
	.selected-package .price-whole,
	.selected-package .price-currency {
		font-size: 28px;
		line-height: 34px;
		display: inline-block;
		margin: 0 5px 0 0;
	}
	body {
		font-size: 16px;
		line-height: 24px;
	}
	.body {
		padding-bottom: 10px;
	}
	.inline-info,
	.inline-error {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 10px 10px 50px;
	}
	.instructions {
		line-height: 28px;
	}
	.logo-container {
		padding: 8px 8px 8px 30px;
	}
	.menu {
		height: 55px;
	}
	.header,
	.menu-country,
	.menu-language,
	.menu-help {
		height: 55px;
	}
	.menu-country {
		background-position: center -2px;
	}
	.menu-language {
		background-position: center -132px;
	}
	.menu-help {
		background-position: center -67px;
	}
	label {
		font-size: 14px;
		line-height: 16px;
	}
	.dropdown {
		background-position: right -265px;
	}
	.sep-input input {
		padding: 4px 15px;
	}
	.padlock {
		margin: -51px 0 0 0;
	}
	.footnote {
		font-size: 11px;
		line-height: 16px;
	}
	.sep-input textarea {
		height: 70px;
	}
	.mno-logos img {
		max-height: 20px;
	}
	.phone-history-delete {
		margin-top: -13px;
	}
	.iframe {
		height: 400px;
	}
	.progress-step {
		font-size: 14px;
		line-height: 1.3;
	}
}

@media screen and (max-height: 540px) {
	.iframe {
		height: 300px;
	}
}

@media screen and (max-width: 500px) {
	.button-wrapper:first-child {
		display: table-footer-group;
	}
	.button-wrapper:last-child {
		display: table-header-group;
	}
	.button-wrapper:only-child {
		display: table-row-group;
	}
	.elements .element-wrapper {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width: 240px) {
	body {
		font-size: 10px;
		line-height: 12px;
	}
	.header,
	.logo-container,
	.menu,
	.menu-country,
	.menu-language,
	.menu-help {
		height: 25px !important;
	}
	.menu {
		width: 25px !important;
	}
	.menu-help {
		background-size: 30px;
		background-position: center -44px;
		width: 25px;
	}
	.header .logo-container {
		padding: 4px;
	}
	.headlines {
		display: none;
	}
	.selected-package {
		margin: 6px 0 0 0;
	}
	.selected-package .price-whole,
	.selected-package .price-currency {
		font-size: 13px;
		line-height: 10px;
	}
	.rebrand-banner,
	.product-image {
		padding: 0;
		height: 30px;
		margin: 5px 0 0 0;
	}
	.body {
		padding: 0 5px;
	}
	label {
		font-size: 10px;
		line-height: 10px;
		margin: 0 0 6px 0;
	}
	.padlock {
		display: none;
	}
	.sep-input input,
	.sep-input textarea,
	.button {
		border-width: 1px !important;
		font-size: 12px !important;
		padding: 4px !important;
	}
	.sep-input input:focus,
	.sep-input textarea:focus {
		border-width: 1px;
	}
	.button {
		margin: 0 0 4px 0;
	}
	.sep-input {
		margin: 0 0 6px 0;
	}
	.widget-middle-text {
		margin: 0 0 4px 0;
	}
	.mno-logos {
		margin: 0 0 4px 0;
	}
	.mno-logos img {
		margin: 0 4px 4px 0;
	}
	::-webkit-input-placeholder {
		font-size: 12px;
	}
	:-moz-placeholder {
		font-size: 12px;
	}
	::-moz-placeholder {
		font-size: 12px;
	}
	.footnote {
		font-size: 10px;
		line-height: 12px;
	}
	.instructions {
		line-height: 10px;
		margin: 4px 0 7px 0;
	}
	.header .service-name {
		font-size: 14px;
		line-height: 14px;
	}
	.inline-info {
		font-size: 10px;
		line-height: 14px;
		padding: 4px;
		border-width: 1px;
	}
	.inline-info .icon {
		display: none;
	}
	.link {
		font-size: 14px !important;
	}
	.instructionHighlight {
		padding: 0px 3px;
		margin: 0;
		line-height: 20px;
	}
	.inline-loading {
		padding: 4px;
		border-width: 1px;
		margin: 0 0 6px 0;
	}
	.eighteen-plus {
		font-size: 11px;
		padding: 3px;
		border-radius: 6px;
		margin: 8px 4px 0 0;
	}
}