@charset "UTF-8";

/*@opal100: #f7941e;*/

:root {
	--main-bg-color: #EAEAEA;
}

html {
	/* background: url(../images/pozadiSedoModra2.jpg) no-repeat center center fixed; */
	background: var(--main-bg-color);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	margin: 0;
}

body {
	padding: 0 0 219px 0;
	margin: 0;
	font-family: 'Fedra', sans-serif;
	font-size: 16px;
	font-weight: 200;
	background-color: transparent;
	line-height: 180%;
	color: #002624;
}

a {
	color: #005F55;
	text-decoration: underline;
}

.header {

	padding: 48px 0 0 0;
}

.main {
	padding: 0;

	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	/* or 143% */

	font-feature-settings: 'pnum'on, 'lnum'on;

	color: #000000;
}

h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	/* identical to box height, or 127% */

	text-align: center;
	font-feature-settings: 'pnum'on, 'lnum'on;

	color: #000000;
	margin-top: 0px;
	margin-bottom: 40px;
}

h1 span {
	color: #989898;
}

h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	/* identical to box height, or 143% */

	font-feature-settings: 'pnum'on, 'lnum'on;

	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2.text {
	margin-top: 56px;
	margin-bottom: 24px;
}

h2.form {
	margin-top: 24px;
	margin-bottom: 16px;
}

h3 {
	font-size: 40px;
	color: #005F55;
	font-weight: 200;
	margin-bottom: 60px;
}

h4 {
	font-size: 30px;
	font-weight: 200;
	margin-top: 60px;
	margin-bottom: 60px;
}

@media (min-width: 1200px) {
	/*.container {
		  width: 980px;
	  }*/
}

.content {
	background: #FFFFFF;
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.08);

	padding: 72px 32px 72px 32px;
	margin-top: 46px;
	display: block;
}

.content.ok {
	padding: 131px 32px 175px 32px;

	font-style: normal;
	font-weight: lighter;
	font-size: 18px;
	line-height: 24px;
	/* or 133% */

	text-align: center;
	font-feature-settings: 'pnum'on, 'lnum'on;

	color: #000000;
}

.content.ok img {
	margin-bottom: 47px;
}

/*.content#content-1 {
	display: block;
}*/
.content.center {
	text-align: center;
}

.content .infobox {
	border: 1px solid #005F55;
	color: #005F55;
	padding: 20px;
	text-align: center;
	margin: 30px 0 30px 0;
}

.responsive-table-wrapper {
	width: 100%;
	overflow-x: auto;
}

.goldenoffer {
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 20px 50px 20px 50px;
	color: #005F55;
	border: 1px solid #005F55;
	text-align: center;
}

table {
	width: 99%;
	margin-bottom: 50px;
	border-bottom: 1px solid #E3E8E6;
	;
}

table tr {
	margin: 0;
	padding: 0;
	border: 0;
}

table tr.tr-up {
	border-bottom: 0;
}

table tr:last-child {
	border-bottom: 0;
}

table tr td {
	padding: 10px;
	text-align: center;
	font-weight: 400;
}

table tr td.active {
	border: 0;
	border-left: 1px solid #005F55;
	border-right: 1px solid #005F55;
}

table tr.middle {
	border-bottom: 0;
}

table tr.middle td {
	border-bottom: 1px solid #005F55;
}

table tr.middle td.active {
	border: 0;
	border-left: 1px solid #005F55;
	border-right: 1px solid #005F55;
	border-bottom: 0 !important;
}

table tr.middle td:first-child {
	border: 0;
	border-bottom: 0;
}

table tr.middle td div.hideline {
	display: none;
}

table tr.middle td.active div.hideline {
	display: block;
}

table tr.middle td.no-bottom-border {
	border-bottom: 0;
}

table tr.middle td.no-bottom-border.active {
	border-bottom: 3px solid #005F55 !important;
}

table tr td.bottom-border.active {
	border-bottom: 1px solid #005F55 !important;
}

table tr td.table-header {
	background-color: #f5f5f5;
}

table tr td.table-header.active {
	background-color: #005F55;
	color: #ffffff;
}

table tr td a {
	font-weight: 200;
}

table tr td:first-child {
	text-align: left;
}

table tr.bottom td:last-child img {
	width: 99%;
}

table tr.bottom td:last-child {
	padding-top: 20px;
	border-left: 1px solid #005F55;
	border-right: 1px solid #005F55;
	border-bottom: 1px solid #005F55;
}

table .input-checkbox label input[type=checkbox]+span,
li label input[type=checkbox]+span {
	background: #FFFFFF;
	/* Primary / Gray 025 */

	border: 1px solid #BFBFBF;
	border-radius: 4px;
}

.glyphicon.glyphicon-question-sign {
	color: #005F55;
	cursor: pointer;
}

dl dt,
dl dd {
	display: inline-block;
}

table tr td div {
	display: block;
}

/*
table tr td:hover div {
	display: block;
}
*/

@media (max-width: 768px) {

	dl dt,
	dl dd {
		display: block;
	}
}

.disclaimer {
	display: block;
}

label {
	font-weight: 200;
}

.buttons {
	text-align: left;
	padding: 30px;
}

.buttons button {
	padding: 10px 24px 10px 24px;
	color: #ffffff;

	background: #00776A;
	/* Accent/J&T Emerald Medium 2 */

	border: 1px solid #005249;
	border-radius: 4px;

	font-style: normal;
	font-weight: 450;
	font-size: 14px;
	line-height: 20px;
}
.buttons .button-no {
	background-color: transparent;
	color: #005F55;
}
footer {
	background-color: #002624;
	color: white;
	font-weight: 200;
	font-size: 18px;
	padding: 50px;
	text-align: center;
	margin-bottom: 150px;
}

footer span {
	font-weight: 300;
}

.disclaimer {

	margin-top: 40px;
	border: 1px solid #E3E8E6;
	padding: 8px;
	font-size: 12px;
}

@media (max-width: 768px) {
	.content {
		padding: 10px;
		margin: 0;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}

	.col-md-12 {
		padding: 0;
	}

	h1 {
		font-size: 18px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 22px;
	}

	header .smallonly {
		display: inline-block;
	}

	header .smallno {
		display: none;
	}

	header .col-logo {
		text-align: center;
	}

	header .col-logo img {
		height: 20px;
	}

	h2 {
		margin-bottom: 40px;
	}

	/* .buttons {
		text-align: center;
		padding: 10px;
	}

	.buttons button {
		padding: 20px 20px 20px 20px;
		background-color: #005F55;
		color: #ffffff;
		border: 0;
		font-size: 20px;
	} */

	footer {
		margin-bottom: 0px;
	}

	table tr td {
		display: none;
	}

	table tr td.table-header {
		line-height: 100%;
		border-bottom: 1px solid #005F55;
	}

	table tr td.table-header:not(.nopointer) {
		cursor: pointer;
	}

	table tr.tr-up td.table-header,
	table tr.tr-up td {
		border-bottom: 0;
		cursor: default;
		padding: 0px 10px 0px 10px;
	}

	table tr.tr-up td.table-header.active {
		background-color: #f5f5f5;
		color: #000000;
		border: 0;
	}

	table tr.bottom td,
	table tr td.table-header,
	table tr td:first-child,
	table tr td.active {
		display: table-cell;
	}

	table tr.middle td:first-child {
		border: 0;
		border-bottom: 1px solid #005F55;
	}
}

/*
*
*
*	FONTS
*
*
*/
@font-face {
	font-family: 'Fedra';
	src: url('../fonts/FedraSansAltPro-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Fedra';
	src: url('../fonts/FedraSansAltPro-Book.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Fedra';
	src: url('../fonts/FedraSansAltPro-BookItalic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Fedra';
	src: url('../fonts/FedraSansAltPro-Demi.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Fedra';
	src: url('../fonts/FedraSansAltPro-Light.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
}