.center {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

a {
	color: #323232;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

	a:hover {
		color: #323232;
		text-decoration: underline;
	}

html, body {
	/*overflow-x: hidden;*/
}

html {
	font-size: 62.5%;
	/*height: 100%;*/
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	color: #757677;
	background-color: #fff;
	background-image: url("../images/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


p {
	line-height: 2rem;
	margin-top: 1.2rem;
	margin-bottom: 0;
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1.5rem;
	margin-bottom: 0;
	line-height: 1.7rem;
	color: #111;
	font-weight: 700;
	/*text-transform: uppercase;*/
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
	color: #231f20;
}

h1 {
	font-size: 4.2rem;
	line-height: 5rem;
	margin-top: 0;
	text-align: center;
}
h2 {
	font-family: 'PT Serif', serif;
	font-size: 4.2rem;
	margin-top: 4rem;
	line-height: 5rem;
	text-align: center;
}

h2.title {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

h3 {
	font-size: 1.414rem;
}
h4 {
	font-size: 0.707rem;
}
h5 {
	font-size: 0.471rem;
}
h6 {
	font-size: 0.3535rem;
}




.main {
}


.btn {
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	line-height: 36px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	background: #ee8a00;
	border: 0;
	border: 2px solid #ee8a00;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.2s ease-out;
}

	.btn:hover {
		background: transparent;
		color: #ee8a00;
		text-decoration: none;
	}

	.btn:active {
		border: 2px solid #D17600;
		color: #D17600;
		text-decoration: none;
	}

	.btn.btn-border {
		padding: 0 18px;
		color: #414042;
		background: transparent;
	}

		.btn.btn-border:hover {
			background: #ee8a00;
			color: #fff;
		}

		.btn.btn-border:active {
			border: 2px solid #D17600;
			color: #000;
			text-decoration: none;
		}



.input {
	display: inline-block;
	height: 46px;
	/*padding: 12px 45px;*/
	padding: 0 15px;
	line-height: 32px;
	color: #3e3e3e;
	background: transparent;
	border: 2px solid #0078ba;
	background-color: #fff;
	text-align: left;
	font-size: 16px;
	transition: all 0.2s ease-out;
}

::-webkit-input-placeholder {
	font-style: italic;
	color: #ccc;
}

:-moz-placeholder {
	font-style: italic;
	color: #ccc;
}

::-moz-placeholder {
	font-style: italic;
	color: #ccc;
}

:-ms-input-placeholder {
	font-style: italic;
	color: #ccc;
}

.placeholder-like {
	/*font-style: italic;*/
	color: #555;
}

.section {
	position: relative;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding: 0 15px;
	z-index: 10;
}

.main-menu-wrap .inner {
	max-width: 1170px;
}


.center {
	text-align: center;
}




.anchor {
	position: absolute;
	top: -88px;
	left: 0;
}



.imac {
	position: relative;
	margin: 3% auto 0;
	width: 65%;
	max-width: 954px;
}

	.imac-image {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		pointer-events: none;
		z-index: 10;
	}

	.imac .slideshow {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		padding: 3.3% 3.5%;
		z-index: 11;
	}

		.fotorama {
			width: 100%;
			/*height: 100%;*/
			background-color: #000;
		}

			.fotorama .slide {
				width: 100%;
				height: 100%;
				overflow-x: hidden;
				overflow-y: auto;
			}

				.fotorama .slide img {
					width: 100%;
					height: auto;
				}

				.fotorama .slide.seznam {
					padding: 35px 25px;
					background-color: #191919;
				}

					.fotorama .slide.seznam a {
						display: inline-block;
						color: #333;
						margin: 5px;
						padding: 5px 9px;
						background-color: #DCDCDF;
						border-radius: 5px;
					}

						.fotorama .slide.seznam a:hover {
							background-color: #fff;
							text-decoration: none;
						}

.fotorama__fullscreen-icon {
    top: 25px;
    right: 25px;
}

.fotorama__arr--next {
	right: 25px;
}

.fotorama__arr--prev {
	left: 25px;
}

.fotorama__img {
	top: 0 !important;
}

	.prev,
	.next {
		position: absolute;
		top: 30%;
		display: block;
		width: 35px;
		height: 90px;
		background-color: #7ab142;
		background-position: center;
		background-repeat: no-repeat;
		transition: all 0.2s ease-out;
	}

		.prev:hover,
		.next:hover {
			width: 45px;
		}

	.prev {
		left: -35px;
		background-image: url("../images/prev.png");
	}

		.prev:hover {
			left: -45px;
		}

	.next {
		right: -35px;
		background-image: url("../images/next.png");
	}

		.next:hover {
			right: -45px;
		}

	.fotorama:not(.fotorama--fullscreen) .fotorama__nav-wrap {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 0;
		line-height: 0;
		text-align: center;
		z-index: 50;
	}

.logo {
	position: absolute;
	right: 3%;
	bottom: 8.5%;
	z-index: 30;
}

.password-form {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	padding: 2rem;
	border-radius: 10px;
	background: white;
	-webkit-box-shadow: 0px 0px 41px -7px #0000006b;
	box-shadow: 0px 0px 41px -7px #0000006b;
}

.password-form input {
	width: 100%;
	display: block;
	border: 1px solid #d2d2d2;
	height: 45px;
	line-height: 45px;
}

.password-form label {
	margin-top: 20px;
	font-weight: 300;
	display: block;
	margin-bottom: 10px;
}

.password-form button {
	width: 100%;
	margin-top: 15px;
	border: none;
	background: #7ab142;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
}

.reset-pass-form {
	position: fixed; 
	right: 20px; 
	top: 20px;
}

.reset-pass-form button {
	border: none;
	background: #7ab142;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
}