/* COMPACT */

.logo-container {
	padding: 8px 8px 8px 30px;
}

.rtl .logo-container {
	padding: 8px 30px 8px 8px;
}

.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;
}

.merchant-name,
.service-name,
.headline {
	font-size: 34px;
	line-height: 44px;
}

.button {
	font-size: 16px;
}

label {
	font-size: 16px;
	line-height: 22px;
}

.selected-package .package-name,
.selected-package .price-whole,
.selected-package .price-currency {
	font-size: 34px;
	line-height: 44px;
}

@media screen and (max-width: 736px) {
	.menu {
		height: 55px;
	}
	.logo-container {
		padding-left: 10px;
	}
	.rtl .logo-container {
		padding-right: 10px;
	}
}


/* CGATE */

.menu {
	width: 80px;
}

.rebrand-banner {
	margin-bottom: 0;
}

.primary-button {
	text-align: center;
	padding: 10px 15px 13px 15px;
	background-color: #ED1A3B;
}

.primary-button:hover {
	text-align: center;
	padding: 10px 15px 13px 15px;
}

.link {
	text-align: center;
	display: block;
	padding: 5px;
	width: 100px;
	margin: -5px auto 5px auto;
	font-size: 16px;
}

.powered-by-centili {
	display: block;
}

.logo {
	background-image: url(mts-logo.png);
}

.eighteen-plus {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 7px;
	font-size: 16px;
	margin: 7px 28px 0 0;
	float: right;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.eighteen-plus {
		margin-top: 9px;
		margin-right: 10px;
	}
}


/* MADE BY WWW.CENTILI.COM */