@font-face {
	font-family: National;
	src: url(../font/national-2-regular.woff);
	font-weight: normal;
}
@font-face {
	font-family: National;
	src: url(../font/national-2-bold.woff);
	font-weight: bold;
}

* {
	box-sizing: border-box;
}

a {
	color: #282828;
}

a:hover {
	color: #FF5A97;
	text-decoration: none;
}

body {
	font-family: 'National', Arial, Helvetica, sans-serif;
	color: #282828;
	padding: 0;
	margin: 0;
}

.container {
	max-width: 1024px;
	position: relative;
	padding: 0 24px;
	margin: 0 auto;
}

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

header {
	padding-top: 14px;
	margin-bottom: 50px;
}

.slogan {
	color: #FFBE00;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 70px 0 0;
	float: right;
	text-transform: uppercase;
}

.menu {
	position: absolute;
	top: 12px;
	right: 24px;
}

.menu__icon {
	width: 33px;
	height: 22px;
	position: relative;
	border-top: 3px solid #282828;
	border-bottom: 3px solid #282828;
	cursor: pointer;
}

.menu__icon:after {
	width: 33px;
	height: 3px;
	position: absolute;
	top: 7px;
	right: 0;
	content: "";
	background: #282828;
}

.menulist {
	display: none;
}

.menulist--open {
	display: block;
}

.menulist ul {
	list-style: none;
	padding: 0;
	text-align: center;
	margin: -20px 0 60px;
}

.menulist li {}

.menulist li a {
	color: #282828;
	font-size: 36px;
	font-weight: bold;
	line-height: 52px;
	text-decoration: none;
	text-transform: uppercase;
}

.menulist li a:hover,
.menulist li a.active {
	color: #FF5A97;
}

.menulist ul ul {
	display: none;
	padding: 0;
	margin: 4px 0 8px;
}

.menulist ul ul.submenu--open {
	display: block;
}

.menulist ul ul li a {
	font-size: 26px;
	line-height: 42px;
}

.submenu__icon {
	display: inline-block;
	width: 50px;
	height: 24px;
	margin-left: 5px;
	background: center no-repeat url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/arrow-down.png");
	background-size: 32px 20px;
	cursor: pointer;
}

.submenu__icon:hover {
	background-image: url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/arrow-down-pink.png");
}

.submenu__icon.submenu__icon--open {
	background-image: url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/arrow-up.png");
}

.submenu__icon.submenu__icon--open:hover {
	background-image: url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/arrow-up-pink.png");
}

.section {
	position: relative;
	padding: 50px 0 90px;
}

.section:before {
	width: 100%;
	height: 40px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	content: "";
	background: center bottom repeat-x url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/predel-white.png");
	background-size: 85px 40px;
}

.section--silver {
	background: #F3F3F1;
}

.section--silver:before {
	background-image: url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/predel-silver.png");
}

.yellowsilver:before {
	background-image: url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/predel-yellow.png");
}


.section--pink {
	background: #FF5A97;
}

.section--pink:before {
	background-image: url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/predel-pink.png");
}

.section--green {
	background: #26A846;
}

.section--green:before {
	background-image: url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/predel-green.png");
}

.section--yellow {
	background: #FFBE00;
}

.section--yellow:before {
	background-image: url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/predel-yellow.png");
}

.section--tag .box__name {
	display: none;
}

.section__title {
	max-width: 750px;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 40px;
}

.section__title p {
	margin: 0;
}

.section__text {
	max-width: 650px;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	margin: 0 auto 40px;
}

.slider {
	max-width: 650px;
	margin: 0 auto;
	overflow: hidden;
}

.slider__item {
	text-align: center;
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {opacity: .7}
	to {opacity: 1}
}

.slider__item__img {
	margin-bottom: 28px;
}

.slider__item__img img {
	width: 100%;
}

.slider__item__nav {
	margin-bottom: 20px;
}

.slider__item__nav__item {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	background: #fff;
	margin: 0 6px;
	cursor: pointer;
}

.slider__item__nav__item.active {
	background: #FFBE00;
}

.slider__item__title {
	min-height: 74px;
	font-size: 26px;
	font-weight: bold;
	line-height: 37px;
	margin-bottom: 12px;
}

.slider__item__author {
	font-size: 20px;
	font-weight: bold;
	color: #FFBE00;
}

.box {
	width: 860px;
	margin: 0 auto 70px;
}

.box a {
	text-decoration: none;
}

.box a:hover {
	color: #000;
}

.box.box--small a:hover {
	color: #fff;
}

.box__img {
	width: 400px;
	line-height: 0;
	background: #282828;
	margin-right: 14px;
	float: left;
}

.box__img img {
	width: 100%;
}

.box__title {
	font-size: 26px;
	line-height: 37px;
	font-weight: bold;
	margin-bottom: 28px;
	overflow: hidden;
}

.box__name {
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
}

.box--small .box__img {
	width: 152px;
	height: 152px;
}

.box--small .box__title {
	color: #fff;
	margin-bottom: 14px;
}

.box--small .box__name {
	color: #000;
}

.more-btn {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	padding: 8px 11px 6px;
	background: #282828;
	border-radius: 10px;
}

.more-btn:hover {
	color: #fff;
}

.contest {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.contest__text {
	max-width: 760px;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	padding: 0 20px;
	margin: 0 auto 60px;
}

.contest-box {
	width: 310px;
	padding: 48px 28px;
	margin: 0 7px 14px;
	background: #fff top left repeat-x url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/contest-dot.png");
	background-size: 28px 28px;
	float: left;
}

.contest-box--highlighted {
	width: 634px;
	background-color: #FFBE00;
}

.contest-box__title {
	font-size: 26px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
}

.contest-box p {
	font-size: 18px;
	line-height: 32px;
}

.contest-box ul {
	font-size: 18px;
	line-height: 32px;
	padding-left: 20px;
}

.contest-box ul li {
	padding-bottom: 16px;
}

.form {
	max-width: 816px;
	margin: 0 auto;
	text-align: center;
}

.form p {
	margin: 0;
}

.form input:not([type="submit"]),
.form textarea {
	width: 100%;
	line-height: 70px;
	color: #282828;
	font-size: 22px;
	font-family: 'National', Arial, Helvetica, sans-serif;
	padding: 0 28px;
	border: none;
	margin-bottom: 28px;
}

.form textarea {
	height: 500px;
}

.form input[type="submit"] {
	color: #282828;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	padding: 8px 12px 6px;
	background: #FFBE00;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	margin: 40px 0;
}

.person {}

.person__item {
	width: 33.33%;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	padding: 0 24px;
	margin-bottom: 40px;
	float: left;
}

.person__item__img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 22px;
}

.person__item__img img {
	width: 100%;
}

.person__item__name {
	color: #282828;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.person__item__desc {
	height: 75px;
	color: #F3F3F1;
}

.about {}

.about__text {
	font-size: 20px;
	line-height: 30px;
	max-width: 760px;
	margin: 0 auto 60px;
}

.about__text ul li {
	margin-bottom: 10px;
}

.about__item {
	color: #282828;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 56px;
	padding: 60px 40px 40px;
	background: #fff top left repeat-x url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/contest-dot.png");
	background-size: 28px 28px;
}

.about__item__img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	background: #919191;
	margin-right: 50px;
	float: left;
}

.about__item__img img {
	width: 100%;
}

.about__item__name {
	text-transform: uppercase;
}

.about__item__desc {
	margin-bottom: 20px;
}

.about__item__text {
	font-weight: normal;
	line-height: 30px;
	overflow: hidden;
}

.conditions li {
	margin-bottom: 24px;
}

.detail__tags {
	text-align: right;
	margin-top: 28px;
}

.detail__tags a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	padding: 3px 7px;
	background: #FF373B;
	margin: 0 0 14px 14px;
}

footer {
	position: relative;
	font-weight: bold;
	text-align: center;
	padding-top: 60px;
	background: #282828;
}

.footer:before {
	width: 100%;
	height: 40px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	content: "";
	background: center bottom repeat-x url("https://klicekmediim.cz/wp-content/themes/klicekmediim/assets/img/predel-gray.png");
	background-size: 85px 40px;
}

.footer-title {
	color: #919191;
	font-size: 20px;
	padding-bottom: 20px;
}

.partners {
	margin-bottom: 50px;
}


.partners__item {
	width: 33.33%;
	float: left;
}

.partners__center .partners__item {
	margin:0 auto; float:none;
}


.partners__item img.tm {
	width: 100px;
	margin-top: 17px;
}

.partners__item img.vs {
	width: 240px;
	margin-top: 42px;
}

.partners__item img.pn {
	width: 180px;
	margin-top: 33px;
}
.partners__item img.vi {
	width: 130px;
	margin-top: 10px;
}

.footer__contact {
	color: #F3F3F1;
	font-size: 14px;
	padding-bottom: 40px;
}

.footer__contact a {
	color: #F3F3F1;
	text-decoration: none;
}

.footer__contact a:hover {
	text-decoration: underline;
}

.footer__copyright {
	color: #919191;
	font-size: 14px;
	padding-bottom: 60px;
}

.wp-block-file {
	display: none;
}

div.wpcf7 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

@media only screen and (max-width: 1023px) {
	.slogan {
		display: none;
	}

	.contest-box--highlighted {
		width: 310px;
	}


}

@media only screen and (max-width: 859px) {
	.box {
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}

	.box__img {
		width: 90%;
		margin: 0 auto 20px;
		float: none;
	}

	.person__item {
		width: 50%;
	}

	.partners__item {
		width: 100%;
		float: none;
	}

	.partners__item img,
	.partners__item img.tm,
	.partners__item img.vi,
	.partners__item img.pn {
		margin: 0 0 50px;
	}
}

@media only screen and (max-width: 639px) {
	.contest-box {
		width: 90%;
	}

	.person__item {
		width: 100%;
	}
}

@media only screen and (max-width: 539px) {
	.about__item__img {
		float: none;
		margin: 0 auto 22px;
	}

	.about__item__name,
	.about__item__desc {
		text-align: center;
	}

}