/* BASE (nikdy neměnit, přepisovat až v CUSTOM části!) (author: PragueCoding.cz)
======================================================== */
/* Main
-------------------------------------------------------- */
* { padding: 0; margin: 0; box-sizing: border-box; }
html { font-family: 'Roboto', Helvetica, Arial, sans-serif; position: relative; min-height: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #fff; color: #000; text-rendering: optimizeLegibility; text-rendering: geometricPrecision; font-smooth: always; font-smoothing: antialiased; -moz-font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;}
::selection { background: #00b1eb; color: #fff; }
img { border: 0; max-width: 100%; vertical-align: bottom; border-style: none; }
svg:not(:root) { overflow: hidden; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
optgroup { font-weight: bold; }
input, button { border: 0; border-radius: 0; }
input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; }
input:focus, button:focus, textarea:focus { outline: 0; }
button { overflow: visible; text-transform: none; }
select { text-transform: none; }
textarea { overflow: auto; }

/* Layout sections
-------------------------------------------------------- */
header, .header { min-height: 65px; width: 100%; background: #002f53; }
footer, .footer { position: absolute; bottom: 0px; left: 0px; min-height: 295px; width: 100%; background: #f8f8f8; border-top: 1px solid #dadada; }
.footer-hpf { height: 295px; clear: both; margin-top: 120px; }

/* Table 
-------------------------------------------------------- */
table { border-collapse: collapse; border-spacing: 0; }
thead {}
tbody {}
th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #e1e1e1; }
th:first-child, td:first-child { padding-left: 0; }
th:last-child, td:last-child { padding-right: 0; }

/* Text
-------------------------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-size: 30px; padding: 0; margin: 0; text-align: left; font-weight: normal; color: #000; }
p, .p, .paragraph { padding-bottom: 9px; text-align: left; font-size: 13px; font-weight: 300; line-height: 27px; color: #000; }
b, .b, strong, .strong { font-weight: bold; }
em, .em { font-style: italic; }
u, .u { text-decoration: underline; }
a, .a { color: #39c; cursor: pointer; background-color: transparent; -webkit-text-decoration-skip: objects; }
a:hover, .a:hover { text-decoration: none; }

/* Ordered list
-------------------------------------------------------- */
ol {
	counter-reset: section;
	list-style-type: none;
	color: #000;
	font-size: 13px;
	font-weight: 300;
	line-height: 27px;
}
li {
	display: block;
}
ol li:before {
	font-weight: bold;
	color: #002f53;
	counter-increment: section;
	content: counters(section, ".") ". ";
}
li ol {
	margin-left: 30px;
}

/* CUSTOM PROJECT CSS
======================================================== */
/* Header
-------------------------------------------------------- */
.header__logo {
	display: inline-block;
	width: 140px;
	height: 75px;
	background: url(../img/logo-viasat.png) center center no-repeat;
	background-size: 140px;
}
.header__nav {
	
}

/* Container
-------------------------------------------------------- */
.container { 
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 10px; 
}
.container--box {
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 560px;
}
.container--boxset {
	max-width: 830px;
}
.container--steps {
	max-width: 600px;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Text
-------------------------------------------------------- */
.text {
	font-size: 40px;
	color: #002f53;
	font-weight: bold;
	text-align: center;
}
.text--lvl1, h1 {
	font-size: 40px;	
}
.text--lvl2, h2 {
	font-size: 24px;
}
.text--lvl3, h3 {
	font-size: 18px;
	line-height: 26px;
}
.text--lvl4,h4 {
	font-size: 16px;
}
.text--tal, h{
	text-align: left;
}

/* Box
-------------------------------------------------------- */
/*
combos by meelis

*/

.okmsg {
    background: #f8f8f8;
	border: 1px solid #dadada;
	width: 100%;
	padding: 45px;
	margin: 20px auto;
    padding-top: 20px;
	padding-bottom: 20px;	
    background: #dcffd6;
	border: 1px solid #c8f6bf;
    color: #002f53;
    font-weight: bold;
    text-align: center;
}
.errormsg{

    background: #f8f8f8;
	border: 1px solid #dadada;
	width: 100%;
	padding: 45px;
	margin: 20px auto;
    padding-top: 20px;
	padding-bottom: 20px;	
    background: #ffe1e2;
	border: 1px solid #ffc1c3;
    color: #002f53;
    font-weight: bold;
    text-align: center;
}
.warningmsg {

    background: #f8f8f8;
	border: 1px solid #dadada;
	width: 100%;
	padding: 45px;
	margin: 20px auto;
    padding-top: 20px;
	padding-bottom: 20px;	
    background: #faffe6;
	border: 1px solid #b7d63a;
    color: #002f53;
    font-weight: bold;
    text-align: center;
}

.box {
	background: #f8f8f8;
	border: 1px solid #dadada;
	width: 100%;
	padding: 45px;
	margin: 20px auto;
}
.box--low {
	padding-top: 20px;
	padding-bottom: 20px;	
}
.box--half {
	max-width: 250px;
	text-align: center;
	padding: 20px 10px 28px;    
	margin: 10px;
	float: left;
}
.box--error {
	background: #ffe1e2;
	border: 1px solid #ffc1c3;
}
.box--positive{
	background: #dcffd6;
	border: 1px solid #c8f6bf;
}
.box--neutral{
	background: #faffe6;
	border: 1px solid #b7d63a;
}

.box__hash {
	color: #002f53;
	font-size: 20px;
	font-weight: bold;
}

.box__name {
	color: #000;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 10px;
}

.box__address {
	color: #000;
	font-size: 13px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 10px;
}

.box__headline {
	color: #002f53;
	font-size: 24px;
	font-weight: bold;
}

.box__img {
	width: 100%;
	max-width: 210px;
	margin: 20px auto;
}

.box__feature {
	max-width: 210px;
	margin: 0 auto;
	border-bottom: 1px solid #dadada;
	font-size: 15px;
	font-weight: 300;
	padding: 10px 0;
	text-align: left;

}
.box__feature--bold {
	font-weight: bold;
}

.box__price {
	color: #002f53;
	font-size: 18px;
	font-weight: bold;
	margin: 20px auto 15px;
	height: 3em;
}

.box__price--regular {
    text-decoration: line-through;
    font-weight: 400;
    margin-top: 0px;
	font-size: 14px;
}

.box__current {
    height: 115px;
}

.box__normaltext {
	font-size: 16px;
	line-height: 20px;
	color: #002f53;
	font-weight: 300;
	text-align: center;
	margin-top: 15px;
}

@media (max-width: 580px) {
	.box--half {
		max-width: 100%;
		margin: 0 0px 10px;
	}
	.box__headline {
		margin-bottom: 10px;
	}
	.box__img {
		display: none;
	}
	.box__feature {
		max-width: 100%;
	}
}

/* Button
-------------------------------------------------------- */
.button {
	display: inline-block;
	padding: 10px 15px;
	height: 40px;
	width: 100%;
	max-width: 165px;
	border: 0px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #004578;
	cursor: pointer;
	transition: background .5s;

	-webkit-transition: background .5s;
}
.button:hover {
	color: #fff;
	background: #001a2e;
	text-decoration: none;
}
.button--sec {
	background: #ec7329;	
}
.button--sec:hover {
	background: #a6511d;	
}

/* Label
-------------------------------------------------------- */
.label {
	font-size: 16px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 18px;
}

/* Form
-------------------------------------------------------- */
.form {
	position: relative;
	width: 100%;
}

.form__input-id {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 230px;
	height: 20px;
	width: 20px;
}
.form__input-id--ok {
	background: url(../img/svg/icon-ok.svg) center center no-repeat;
}
.form__input-id--fail {
	background: url(../img/svg/icon-fail.svg) center center no-repeat;
}

.form__input {
	position: relative;
	border: 1px solid #dadada;
	height: 40px;
	width: 100%;
	max-width: 263px;
	padding: 0 15px;
	color: #002f53;
	font-weight: 300;
	font-size: 15px;
	float: left;
}

.form__email {
	position: relative;
	border: 1px solid #dadada;
	height: 40px;
	width: 100%;
	padding: 0 15px;
	color: #002f53;
	font-weight: 300;
	font-size: 15px;
}

.form__button {
	float: right;
}

.form__inputset {
	position: relative;
	width: 100%;
	max-width: 263px;
}
.form__inputset__field {
	/* position: relative;
	border: 1px solid #dadada;
	height: 40px;
	width: 40px;
	padding: 0 15px;
	margin-right: 12px;
	color: #002f53;
	font-weight: 300;
	font-size: 15px;
	float: left; */
	position: relative;
    border: 1px solid #dadada;
    height: 40px;
    width: 200px;
    padding: 0 15px;
    margin-right: 12px;
    color: #002f53;
    font-weight: 300;
    font-size: 15px;
    float: left;
    letter-spacing: 4px;
    text-align: center;
}

.form__info {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	margin-top: 17px;
}
.form__info--light {
	font-weight: 300;	
}

.form__info--link {
	color: #004578;
	text-decoration: underline;
	cursor: pointer;
}
.form__info--link:hover {
	text-decoration: none;
}

.form__checkbox {
	display: inline-block;
	position: relative;
	margin-top: 12px;
	margin-bottom: 5px;
}

.form__checkbox__checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #dadada;
	margin-right: 5px;
}

.form__checkbox__text {
	position: relative;
	display: inline-block;
	top: -5px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form__checkbox__hidden {
	display: none;
}

.form__checkbox__hidden:checked ~ .form__checkbox__checkbox {
	background: url(../img/svg/icon-checkbox.svg) center center no-repeat;
}

@media (max-width: 560px) {
	.form__input {
		max-width: 100%;
	}
	.form__input-id {
		left: auto;
		right: 15px;
	}
	.form__button {
		float: left;
		margin-top: 15px;
	}
}

/* Footer elements
-------------------------------------------------------- */
.footer-strip {
	width: 100%;
	padding: 30px 0 33px;
	margin-top: 40px;
	background: #002f53;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
}

.footer-strip__link {
	color: #fff;
}

.footer-links {
	display: block;
	width: 100%;
	margin-top: 12px;
}

.footer-links__link {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.footer-links__link:hover {
	text-decoration: underline;
}

.footer-links__devider:after {
	display: inline-block;
	content: "|";
	padding: 0 10px;
}

.footer__logo {
	width: 160px;
	border: 0;
	margin: 40px auto 25px;
}
.footer__div {
	display: inline-block;
	width: 10px;
}
@media (max-width: 430px) {
	.footer .button {
		margin-top: 10px;
	}
}

/* Icon
-------------------------------------------------------- */
.icon {
	display: inline-block;
	height: 11px;
	margin-right: 5px;
}
.icon--help {
	background: url(../img/svg/icon-help.svg) center center no-repeat;
	width: 8px;
}
.icon--reload {
	background: url(../img/svg/icon-reload.svg) center center no-repeat;
	width: 11px;
}

.icon--ok {
	background: url(../img/svg/icon-ok.svg) center center no-repeat;
	height: 13px;
	width: 50px;
}
.icon--fail {
	background: url(../img/svg/icon-fail.svg) center center no-repeat;
	height: 13px;
	width: 50px;
}

/* Steps
-------------------------------------------------------- */
.step {
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
	float: left;
}
.steps--3items .step {
	width: 33%;
}

.step:after {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 50%;
	background: #dadada;
	height: 1px;
	width: 100%;
}
.step--last:after {
	display: none;
}

.step__label {
	position: relative;
	width: 34px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	color: #004578;
	background: #f8f8f8;
	border: 1px solid #dadada;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 10;
}

.step__text {
	margin-top: 10px;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #002f53;
}
.step--active .step__label {
	background: #004578;
	color: #fff;
}
@media (max-width: 580px) {
	.steps--mobile-sort .step {
		width: 100%;
		min-height: 50px;
	}
	.steps--mobile-sort .step__label {
		margin: 0 10px;
		float: left;
	}
	.steps--mobile-sort .step__text {
		width: auto;
		margin-top: 8px;
		float: left;
		text-align: left;
	}
	.steps--mobile-sort br {
		display: none;
	}
	.steps--mobile-sort .step:after {
		width: 1px;
		height: 50px;
		top: 19px;
		left: 27px;
	}
}

/* Box devided
-------------------------------------------------------- */
.box__devided-icon {
	float: left;
	background-size: 32px;
	height: 50px;
	width: 50px;
	background-position: top left;
}

.box__devided-text {
	float: left;
	text-align: left;
	width: 350px;
}

@media (max-width: 560px) {
	.box__devided-icon {
		display: block;
		background-position: top center;
		width: 100%;
	}
	.box__devided-text {
		text-align: center;
		width: 100%;
	}
}

/* Helpers (height, margin, padding, align, float etc.)
-------------------------------------------------------- */
.h-clear { clear: both; }
.h-clearfix:after, .h-clearfix:before { content: " "; display: table; clear: both; }
.h-hidden { display: none; }
.h-oh { overflow: hidden; }
.h-bs { padding: 0 10px; box-sizing: border-box; }
.h-transition { transition: all .5s; -webkit-transition: all .5s; }

.h-hr { position: relative; display: block; width: 100%; height: 1px; background: #dadada; margin: 10px 0; }

.h-tar { text-align: right; }
.h-tal { text-align: left; }
.h-tac { text-align: center; }
.h-fr { float: right; }
.h-fl { float: left; }

.h-mb10 { margin-bottom: 10px; }
.h-mb20 { margin-bottom: 20px; }
.h-mb30 { margin-bottom: 30px; }
.h-mb40 { margin-bottom: 40px; }
.h-mb50 { margin-bottom: 50px; }

.h-mt40 {
	margin-top: 40px;
}

/* Menu
-------------------------------------------------------- */
.menu {
	margin-top: 13px;
	float: right;
}

.menu__link {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	padding: 8px 10px;
	margin-right: 25px;
}
.menu__link--sec {
	color: #d27031;
}
.menu__link:hover {
	text-decoration: underline;
}

.menu__lang-select-name {
	display: none;
}

.menu-switch {
	display: none;
}
.menu-switch__checkbox {
	display: none;
}

/* Lang select
-------------------------------------------------------- */
.lang-select {
	position: relative;
	width: 60px;
	height: 40px;
	background: url(../img/svg/icon-arrow.svg) no-repeat 35px 15px;
	overflow: hidden;
	z-index: 20;
	float: right;
}
.lang-select:hover {
	background-color: #fff;
	height: auto;
	border: 1px solid #dadada;
}

.lang-select__link {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #002f53;
	text-decoration: underline;
	padding: 8px 13px;
}
.lang-select__link--active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.lang-select:hover .lang-select__link--active {
	color: #002f53;
}

.avatar {
	background: url(../img/svg/icon-profile.svg) center center no-repeat #002f53;
	width: 30px;
	height: 30px;
	float: right;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 17px;
	margin-left: 10px;
}

@media (max-width: 580px) {
	.header__logo {
		display: block;
		margin: 0 auto
	}

	.avatar {
		position: absolute;
		top: 17px;
		right: 15px;
		margin: 0;
	}
	.menu {
		display: none;
		position: absolute;
		background: #004578;
		width: 100%;
		height: 100%;
		margin: 0;
		left: 0;
		z-index: 20;
		box-sizing: normal;
	}

	.menu__link {
		width: 90%;
		border-top: 1px solid #00599a;
		border-bottom: 1px solid #00599a;
		text-align: center;
		font-size: 16px;
		padding: 16px 10px;
		margin-right: 0px;
		margin-left: 5%;
		box-sizing: border-box;
	}
	.menu__link--last {
		border-top: 0px solid #00599a;
	}

	.menu__lang-select-name {
		display: block;
		color: #fff;
		width: 100%;
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		margin-top: 35px;
	}

	.lang-select, 
	.lang-select:hover {
		height: auto;
		width: 100%;
		background: none;
		text-align: center;
		border: none;
		margin: 15px 0 35px;
	}
	.lang-select__link {
		display: inline-block;
		color: #fff;
		padding: 0 25px 0 20px;
		border-right: 1px solid #fff;
		line-height: 14px;
	}
	.lang-select__link--last {
		border-right: 0px solid #fff;
	}
	.lang-select:hover .lang-select__link--active {
		color: #fff;
	}

	.menu-switch {
		position: absolute;
		display: block;
		top: 17px;
		left: 15px;
		width: 30px;
		height: 30px;
		background: url(../img/svg/icon-menu.svg) center center no-repeat;
	}
	.menu-switch__checkbox:checked ~.menu {
		display: block;
	}

}

/*
additions
*/
.menu li {

    float: right;
}