body {
	margin: 0;
	font-family: sans-serif;
	background: #f9f9f9;
	color: #333;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}

/* LANG BAR */

.lang-bar {
	background: #444;
	font-size: 12px;
	color: #ccc;
	padding: 5px 0;
}

.lang-bar a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 5px;
	font-weight: bold;
	font-size: 12px;
}

.lang-bar .container {
	text-align: right;
	padding: 0px 10px;
}

/* HEADER */

header {
	background: #e65300;
	color: white;
}

h1 {
	margin: -20px 0px 0px 200px;
}

.header-main {
	overflow: hidden;
	padding: 15px 0;
}

.logo-wrapper {
	width: 200px;
	height: 80px;
	text-align: center;
	background: #fff;
	border-radius: 60%;
	line-height: 80px;
	box-shadow: 3px 2px 6px rgba(0, 0, 0, 0.4);
}

.logo-wrapper img {
	vertical-align: middle;
	width: 150px;
}

.logo {
	float: left;
	width: 45%;
	box-sizing: border-box;
}

.support-contact {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 30px;
}

.support-contact p em {
	font-size: 75%;
}

.login-box {
	float: right;
	width: 30%;
	text-align: right;
	box-sizing: border-box;
	padding: 10px 30px 0px 0px;
}

.admin-btn {
	display: inline-block;
	background: #fff;
	color: #e65300;
	border: none;
	border-radius: 4px;
	padding: 6px 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	width: 90px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.4);
	margin: 5px;
}

@media(max-width: 600px) {
	.header-main {
		display: block;
		padding: 0;
	}

	.logo {
		width: 100%;
		text-align: center;
		background: #fff;
		float: none;
	}

	.logo-wrapper {
		margin: 0 auto;
		width: auto;
		height: auto;
		background: none;
		box-shadow: none;
		border-radius: 0;
		line-height: normal;
	}

	.logo-wrapper img {
		width: 150px;
		vertical-align: middle;
	}

	.logo h1 {
		display: none;
	}

	.support-contact {
		width: 55%;
		background: #e65300;
		color: #fff;
		text-align: center;
		font-size: 14px;
	}

	.login-box {
		width: 45%;
		text-align: center;
		background: #e65300;
		padding: 10px 0px 10px 0px;
	}
}


/* DOMAIN + INTRO */
.domain-check {
	text-align: center;
	margin: 40px 0 20px;
}

.domain-form {
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
}

.domain-form input,
.domain-form select {
	padding: 12px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-right: 3px;
}

.domain-form input {
	width: 250px;
}

.domain-form .dot {
	font-size: 18px;
	font-weight: bold;
	margin: 0 5px;
	display: inline-block;
}

.domain-form button {
	padding: 12px 24px;
	background: #e65300;
	border: none;
	color: white;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
}

.tld-price-strip {
	background: #fff3e0;
	border: 1px solid #ffc107;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.tld-price-strip span {
	display: inline-block;
	margin: 5px 8px;
	white-space: nowrap;
}


@media(max-width: 600px) {
	.domain-form input {
		width: 170px;
		margin: 0px;
	}

	.domain-form .dot {
		margin: 0px;
	}

	.domain-form button {
		margin-top: 5px;
	}
}

.intro,
.support-note {
	text-align: center;
	margin: 40px 0 20px;
}

.support-note p {
	font-weight: bold;
	color: #e65300;
	font-size: 1.2em;
}

/* PLANS */

.plans {
	overflow: hidden;
	margin-bottom: 60px;
}

.plan {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 30px 20px;
	background: white;
	border: 1px solid #ddd;
	text-align: center;
	transition: box-shadow 0.3s, transform 0.2s;
	border-radius: 4px;
	min-height: 340px;
}

.plan:hover {
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	transform: translateY(-5px);
}

@media(max-width: 900px) {
	.plan {
		width: 50%;
	}
}

@media(max-width: 600px) {
	.plan {
		width: 100%;
	}
}


.plan h2 {
	color: #e65300;
	margin-bottom: 10px;
}

.plan .price {
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0;
}

.plan .desc {
	font-size: 0.95em;
	margin-bottom: 15px;
}

.plan ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 1.7;
}

/*.order {
	padding: 10px 20px;
	background: #e65300;
	background: #f60;
	border: none;
	color: white;
	cursor: pointer;
	border-radius: 4px;
}*/

/* FOOTER */
	/* paticka je v web2admin-shared */

/* CLEARFIX */
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* VOP */
p.vopVersion {
	margin: 40px 0px;
	text-align: right;
}

