@import url('https://fonts.googleapis.com/css?family=Lora:400,700|Merriweather:400,700');

html, body {

}
* {
	font-family: 'Merriweather', serif !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', serif !important;
}


.top_wrap {
	width: 100%;
	background-color: #eff5ed;
	padding-top: 34px;
	padding-bottom: 26px;
	text-align: center;
}
.top_wrap a {
	display: inline-block;
	margin: 0 auto;
}
.top_wrap a img {
	width: 337px;
	max-width: 81%;
}

.top_menu {
	width: 100%;
	background-color: black;
	height: 60px;
	text-align: center;
}
.top_menu a {
	display: inline-block;
	height: 60px;
	padding-left: 22px;
	padding-top: 22px;
	padding-right: 22px;
	transition: all ease 0.1s;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	cursor: pointer;
	-o-transition: all ease 0.1s;
}
.top_menu a:hover {
	background-color: #3c3c3c;
	text-decoration: none !important;
}
.top_menu a > p {
	display: inline-block;
	font-size: 15px;
	color: #eff5ed;
	margin-left: 13px;
}
.top_menu a > img {
	max-width: 23px;
	position: relative;
	top: -3px;
	max-height: 23px;
	display: inline-block;
}

.obsah_wrap {
	padding-top: 67px;
	padding-bottom: 80px;
}
.obsah_wrap h1 {
	font-size: 45px;
	color: black;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
}
.kontakt_title {
	display: block;
	margin: 0 auto;
	margin-top: 45px;
	font-size: 25px;
	font-weight: bold;
	color: black;
	text-align: center;
	margin-bottom: 30px;
}
.kontakt_text {
	font-size: 16px;
	line-height: 1.67em;
	margin: 0 auto;
	color: black;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}
.kontakt_mail {
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #abbf56;
	text-decoration: underline;
	text-align: center;
}

.kontakt_cojeobal {
	margin-top: 19px;

	margin-bottom: 25px;

	display: inline-block;

	width: 100%;
}

.ctj_wrap {
	width: 100%;
	display: block;
	padding-top: 36px;
	padding-left: 50px;
	padding-bottom: 40px;
	padding-right: 30px;
	background-color: #f1f1f1;
}
.ctj_container {
	width: 747px;
	max-width: 100%;
}
.ctj_container h4 {
	font-size: 35px;
	color: #868686;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 15px;
	line-height: 1.5em;
}
.ctj_container p {
	margin-top: 25px;
	font-size: 18px;
	color: black;
	line-height: 1.7em;
}
.ctj_container a {
	font-size: 14px;
	color: #eff4ed;
	text-decoration: none;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: black;
	margin-top: 15px;
		transition: all ease 0.1s;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	cursor: pointer;
	-o-transition: all ease 0.1s;
	display: inline-block;
		font-family: 'Merriweather', serif !important;
		font-weight: bold;
		box-shadow: 0px 5px 14px #898989;
}
.ctj_container a:hover {
	box-shadow: 0px 5px 14px black;
}

footer {
	width: 100%;
	background-color: #f1f1f1;
	padding-top: 30px;
	padding-bottom: 22px;
}
.footer_left a {
	display: inline-block;
	margin-right: 20px;
	text-decoration: underline;
	color: #868686;
	font-size: 14px;
	font-family: 'Merriweather', serif !important;
		transition: all ease 0.1s;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	cursor: pointer;
	-o-transition: all ease 0.1s;
	margin-bottom: 0px;
	line-height: 1.7em;
}
.footer_left a:hover {
	color: black;
}
.footer_right p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #868686;
	float: right;
	position: relative;
	top: 2px;
}



.zoznam_clankov_wrap {
	margin-top: 10px;
	margin-bottom: 25px;
}

.clanok {
margin-top: 41px;

margin-bottom: 34px;

display: inline-block;
}
.clanok_left_img {
	width: 95%;
	height: 445px;
	position: relative;
	display: block;
	background-size: cover !important;
}
.clanok_left_img_location {
	position: absolute;
bottom: 26px;
left: 38px;
}
.clanok_left_img_location img {
display: inline-block;
max-width: 35px;
position: relative;
top: -6px;
margin-right: 15px;
}
.clanok_left_img_location p {
	display: inline-block;
	color: #f0f4eb;
	font-size: 23px;
	font-weight: bold;
	font-family: "Lora", serif !important;
}
.clanok_right h2 {
	font-size: 38px;
	text-decoration: underline;
	line-height: 1.45em;
	margin-top: 0px;
	margin-bottom: 28px;
	color: black !important;
	font-weight: bold;
}
.clanok_right h2 a {
	color: black !important;
}
.clanok_right p {
	font-size: 18px;
	color: black;
	line-height: 1.65em;
	margin-top: 5px;
	margin-bottom: 15px;
}
.clanok_pdf {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 21px;
	padding-bottom: 16px;
	background-color: #eff4ed;
	border:1px solid #e0ecdb;
	border-radius: 50px;
	margin-top: 12px;
	text-decoration: none !important;
	box-shadow: 0px 3px 16px #a0a49e99;
			transition: all ease 0.1s;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	cursor: pointer;
	-o-transition: all ease 0.1s;
}
.clanok_pdf:hover {
	text-decoration: none !important;
	box-shadow: 0px 3px 16px #a0a49e;
}
.clanok_pdf img {
	display: inline-block;
	max-width: 26px;
	margin-right: 15px;
}
.clanok_pdf span {
	font-weight: bold;
	font-size: 14px;
	color: black;
	display: inline-block;
}

.clanok_meta {
	margin-top: 32px;
}
.clanok_meta_item {
	display: block;
	margin-bottom: 10px;
}
.clanok_meta_item img {
	max-width: 20px;
	max-height: 20px;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: 0px;
}
.clanok_meta_item span {
	font-size: 11px;
	color: #7f7f7f;
	display: inline-block;
	margin-bottom: 0px;
}

.main_top {
	width: 100%;
	min-height: 465px;
	background:url(../img/bg_main.jpg) no-repeat center center gray;
	background-size: cover !important;
	text-align: center;
	padding-top: 74px;
	padding-bottom: 45px;
}
.main_top h1 {
	margin:0 auto;
	display: block;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 45px;
	line-height: 1.5em;
	width: 566px;
	max-width: 100%;
}
.main_top p {
	font-family: "Merriweather", serif !important;
	font-size: 18px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 35px;
	color: white;
	line-height: 1.65em;width: 566px;
	max-width: 100%;
}
.main_top a {
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	width: 240px;
	border-radius: 50px;
	text-align: center;
	background:#eff5ed;
	padding-top: 22px;
	padding-bottom: 17px;
	text-decoration: none !important;
			transition: all ease 0.1s;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	cursor: pointer;
	-o-transition: all ease 0.1s;
}
.main_top a:hover {
	text-decoration: none !important;
	background:#d8e6d3 !important;
}
.main_top a img {
	max-width: 30px;
	max-height: 30px;
	position: relative;
	top: -1px;
}
.main_top a span {
	display: inline-block;
	font-size: 18px;
	color: black !important;
	text-decoration: none;
	margin-left: 12px;
}

.obsah_wrap_item {
	display: block;
	width: 610px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 17px;
	margin-bottom: 17px;
	line-height: 1.75em;
	color: black;
	font-family: "Merriweather", serif !important;
	font-size: 18px;
}
.obsah_wrap ul {

}
.main_a {
	text-decoration: underline;
	margin-left: 25px;
}
.top_wrap span {
	display: block;
	color: gray;
	text-align: center;
	width: 100%;
	margin-top: 30px;
}

@media(max-width: 991px) {
	.clanok_right h2 {
		margin-top: 25px !important;
		font-size: 33px !important;
	}
	.clanok_left_img {
		max-width: 100%;
		width: 100%;
	}
} 
@media(max-width: 767px) {
	.main_top h1 {
		font-size: 34px;
	}
	.clanok_left_img {
		display: block;
		margin: 0 auto;
	}
	.footer_left {
		margin-bottom: 15px;
	}
	.footer_left a {
		display: block;
		margin-right: 0px;
		margin-bottom: 3px;
		text-align: center;
	}
	.footer_right p {
		float: none;
		text-align: center;
		line-height: 1.65em;
	}
	.ctj_container h4 {
		font-size: 30px;
	}
	.ctj_container p { 
		font-size: 16px;
	}
	.ctj_wrap {
		padding-left: 28px;
	}
}
@media(max-width: 600px) {
	.clanok_left_img {
		height: 315px;
	}
	.obsah_wrap h1 { 
		font-size: 33px;
		line-height: 1.6em;
	}
}
@media(max-width: 450px) {
	.ctj_container h4 {
		font-size: 27px;
	}
	.top_menu_1 {
		display: none !important;
	}
	.top_menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width: 360px) {
	.clanok_pdf img {
		margin-right: 7px !important;
	}
	.clanok_pdf {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}
	.clanok_pdf span {
		font-size: 13px !important;
	}
}