@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,900&subset=latin-ext');

h1, h2, h3, h4, h5, p, li, a, div, body{
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-weight: 400;
    position: absolute;
    top: 6px;
    right: 20px;
    color: #000;
    font-size: 9px;
    margin: 0;
    text-align: right;
	
}
h2 {
	margin-top: 0;
	text-align: center;
	margin-bottom: 	26px;
}
h3 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 22px;
}
h4 {
	letter-spacing: 0;
}
p {
	margin-bottom: 	22px;
	line-height: 1.36;
}
img {
	max-width: 100%;
	height: auto;
}
body .content-wrapper {
	background: #fff url(img/body-bck-desktop.jpg) no-repeat bottom center;
	background-size: 100% auto;
}
body footer {
	margin-top: calc((100vw * 0.3125) - 300px);
}
/* Tlačítko */
a.btn-std {
	display:  table;
	margin:  15px auto;
	background: #7ecc30;
	padding:  12px 20px;
	color:  #fff;
	border: 1px solid #7ecc30;
	transition: all 280ms ease-in-out;
}
a.btn-std:hover {
	color: #7ecc30;
	background: #fff;
	text-decoration: none;
}
/* Style of video */
video { 
	position: relative;
	width: 100%;
	height: auto;
	z-index: -100;
	background: url('video/intro-thumb.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}
.stopfade { 
	opacity: .5;
}
@media screen and (max-device-width: 800px) {
	/*#bgvid { display: none; }*/
}
/* -- Vid ---*/
header {
	position: relative;
	padding-top: 0;
	margin-bottom: 0;
}
/* Social */
.social_i {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0 0 0 8px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	transition: all 210ms ease-in-out;
}
.social_i.facebook {
	background-color: #3b5999;
}
.social_i.facebook .fa {
	color: #fff;
}
.social_i .fa {
	color: #443f3b;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 210ms ease-in-out;
}
.social_i.youtube .fa {
	color: #fff;
}
.social_i.instagram .fa {
	color: #fff;
}
.social_i.youtube {
	background-color: #cd201f;
}
.social_i.instagram {
	background-color: #962fbf;
}
.social_i:hover .fa {
	    color: #443f3b;
}
.social_i:hover {
	background-color: #fff;
}

.navbar-header {
	background: url(img/nav-background-mob.jpg) no-repeat center center;
}
nav#nav {
	position: relative;
	background: #fff;
	background-size: cover;
	width: 100%;
}
nav#nav li a{
	text-transform: none;
	letter-spacing: 0;
}
.navbar-toggle {
	margin-top: 30px;
	margin-bottom: 15px;
}
.navbar-default .navbar-brand img {
	height: 45px;
	margin-top: 22px;
}
@media(min-width: 768px) {
	nav#nav {
		background: url(img/nav-background.jpg) no-repeat center center;
		background-size: cover;
		position: relative;
		top: 0;
		transition: top 380ms ease-in;
		box-shadow: inset 0 -4px #7ecc30;
	}
	.navbar-default .navbar-brand img {
		height: 76px;
		width: auto;
		margin-top: 9px;
	}
	.social_icons {
		float: right;
		display: inline-block;
		padding: 43px 0 0 0;
		margin: 0 10px 0 0;
	}
	ul.nav.navbar-nav {
		display: inline-block;
	}
	/* Leafs */
	.content-one {
		position: absolute;
		top: 0;
		left: 0;
		width: 195px;
		height: 340px;
		background: url(img/top-leaf.png) no-repeat left top;
		background-size: contain;
		z-index: 1001;
	}
	.content-two {
		position: absolute;
		bottom: -87px;
		right: 0;
		width: 228px;
		height: 288px;
		background: url(img/right-bottom-leaf.png) no-repeat bottom right;
		background-size: contain;
		z-index: 10;
	}
}
@media(min-width: 768px) {
	ul.nav.navbar-nav {
	}
	nav ul.nav li a {
		position: relative;
		text-transform: uppercase;
		color: #333;
		padding: 10px;
		padding: 40px 0 34px;
		font-size: 13px;
		text-transform: uppercase;
	}
	nav ul.nav li a span {
		color: #333;
		font-weight: 600;
		text-transform: uppercase;
		width: 100%;
		padding: 3px 10px;
		border-right: 1px solid #333;
	}
	nav ul.nav li:nth-last-child(2) a span {
		border-right: none;
	}
	#nav .container {
		width: 100%;
	}
}
/* Fixed menu */
/* Query tester */
#size_tester {float:left;}
@media only screen and (min-width: 768px){
	#size_tester {float:none;}
}
nav#nav.to_fixed {
	position: fixed;
	/*margin-top: 0;*/
	top: 0;
	left: 0;
}
nav#nav.to_fixed .social_icons {
	padding-top: 20px;
}
nav#nav.to_fixed.navbar-default .navbar-brand img {
	height: 55px;
	margin-top: 5px;
}
nav#nav.to_fixed ul.nav.navbar-nav a{
	padding: 25px 10px 16px;
}
/* Default settings */
div.loopPage {
	padding: 30px 10px 30px;
}
img {
	max-width: 100%;
	height: auto;
}
img.img-responsive {
	margin: 0 auto;
}
/* Secondary menu */
.left-menu {
	background: url(img/subbanner.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
ul.navbar-secondary {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 50px 0;
	float: none !important;
	width: 900px;
}
ul.navbar-secondary li.home{
	display: none !important;
}
ul.navbar-secondary li {
	float: left;
	padding: 10px 20px 10px 0;
	width: 330px;
	margin-right: -40px;
}
ul.navbar-secondary li a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 5px;
	display: block;
	border-radius: 4px;
	width: 250px;
	text-align: left;
	display: block;
	margin: 0 auto;
	transition: background 300ms ease-in-out;
}
ul.navbar-secondary li a span {
	display: inline-block;
	width: 155px;
}
.navbar-secondary li a:before {
	content: "";
	width: 66px;
	height: 66px;
	display: inline-block;
	float: left;
	margin: -12px 8px 0 0;
	transition: all 280ms ease-in-out;
}
ul.navbar-secondary li a:hover ,
ul.navbar-secondary li a.active {
	background: rgba(140, 198, 65, .7);
	text-decoration: none;
}
ul.navbar-secondary li a:hover:before,
ul.navbar-secondary li a.active:before {
	width: 42px;
}
/* Sub menu */
ul.submenu {
	padding:  0;
	width:  100%;
	margin: 30px 0 0 0;
	margin-bottom:  40px;
	z-index: 25;
	list-style-type: none;
}
ul.submenu li {
	position:  relative;
	background: #eee;
	overflow: visible;
}
ul.submenu > li {
	border-bottom: 2px solid #fff;
}
ul.submenu li:hover {
	background: #8cc640;
}
ul.submenu li:hover > a,
ul.submenu li:hover:after{
	color: #fff;
}
ul.submenu > li.doubletap:after{
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 22px;
	position: absolute;
	top: 50%;
	right: 10px;
	color: #777;
	transform: translate(0, -50%);
}
ul.submenu li a {
	color:  #777;
	display: block;
	width: 100%;
	padding: 10px 40px 10px 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:  ellipsis;
	text-decoration: none;
}
/* Inner menu */
ul.inner-menu {
	position: absolute;
	top: 0;
	left: 100%;
	width: 300px;
	opacity: 0;
	padding: 0;
	margin: 0;
	max-width: 0;
	overflow: hidden;
	z-index: 20;
	transition: all 230ms ease-in;
}
ul.inner-menu > ul {
	display: none;
}
ul.submenu li:hover ul.inner-menu {
	opacity: 1;
	max-width: 500px;
	z-index: 24;
}
@media only screen and (max-width: 940px){
	ul.navbar-secondary {
		width: 740px;
	}
	.left-menu {
		background-attachment: scroll;
	}
}
@media only screen and (max-width: 767px){
	ul.navbar-secondary li {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	ul.navbar-secondary li a {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		padding: 10px;
	}
	ul.submenu li ul.inner-menu {
		position: relative;
		opacity: 1;
		left: 0;
		right: auto;
		max-width: 100%;
		z-index: 24;
		margin-left: 18px;
		background-size: 
	}
	ul.submenu li ul.inner-menu li {
		font-size: 14px;
		background: transparent;
	}
	ul.submenu li ul.inner-menu li a {
		color: #fff;            
	}
	ul.submenu > li.doubletap:after {
		top: 20px;
		right: 38px;
		color: #777;
		transform: translate(0, -50%) rotate(90deg);
	}
	ul.submenu {
		padding-bottom: 10px;
	}
	ul.submenu li {
		position: relative;
		background: #eee;
		overflow: hidden;
		height: auto;
		max-height: 43px;
		transition: all 280ms ease-in-out;
	}
	ul.submenu li:hover,
	ul.submenu li:active,
	ul.submenu li:focus-within,
	ul.submenu li:focus {
		max-height: 1003px;
		outline: none; 
	}
	.left-menu {
		width: 100%;
		overflow: hidden;
	}
	ul.navbar-secondary {
		padding: 20px;
		flex-wrap: nowrap;
		width: 100%;
		overflow: scroll;
		justify-content: left;
	}
	.navbar-secondary li a:before {
		display: table;
		margin: 0 auto 16px;
		float: none;
	}
	ul.navbar-secondary li a span {
		text-align: center;
	}
}
/* Button */
.navbar-default .navbar-toggle {
	border-color: #fff;
	color: #fff;
}
/* Bread cumb */
.bread-wrap {
	padding: 20px 0;
	background: #eee;
	position: relative;
}
.breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 0;
    z-index: 40;
    color: #fff;
    background: rgba(0, 0, 0, 0.74);
    padding: 6px 15px;
}
.breadcrumb li a {
	color: #7dcc30;
}
.breadcrumb li.home a:before {
	content: "\f015";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 8px;
}
.breadcrumb li.home a {
	display: inline-block;
	padding: 8px;
	color: #fff;
}
@media(max-width: 580px){
	.breadcrumb>li {
		width: 100%;
	}
}
.logo-table {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logo-table .logo-parth {
	width: 220px;
	margin: 10px 5px;
}
.logo-table .logo-parth img {
	width: 100%;
	height: auto;
}
/* Footer */
footer {
	background: rgba(0,0,0,.7);
	background-size: cover;
	padding: 38px 10px;
}
footer p {
	padding: 0;
	color: #fff;
}
footer ul {
	float: none;
	list-style-type: none;
	display: table;
	margin: 30px auto 30px auto;
}
footer ul li {
	float: left;
	border-right: 1px solid white;
	padding: 3px 20px;
}
footer ul li:last-child {
	border-right: none;
}
footer ul li a{
	color: #fff;
	opacity: 1;
	transition: all 280ms ease-in-out;  
}
footer ul li a:hover{
	color: #fff;
	opacity: .7;
}
div#partners {
	min-height: 0;
	padding: 15px 0;
	background: #fff;
	border-top: 6px solid #7ecc30;
}
div#partners * {
	color: #fff;
	margin-bottom: 0;
}
.galleryBox .image {
	border: none;
}
.galleryBox .image span {
	opacity: 0 !important;
}
.justified-gallery>a>.caption, .justified-gallery>div>.caption {
	left: 15px !important;
	right: initial;
	right: auto;
	text-align: center;
}
.justified-gallery>a>.caption, .justified-gallery>div>.caption {
	width: calc(100% - 30px);
	text-align: center;
}
/*
table>tbody>tr>td {
	border: 1px solid #ddd;
}
table>tbody>tr:nth-of-type(odd) {
	background: #f9f9f9;
}
table {
	min-height: .01%;
	overflow-x: auto;
}
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
table>tbody>tr>td {	
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}
table>tbody>tr>td,
table>tbody>tr>td span,
table>tbody>tr>td p{
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
*/
section.content-section {
	min-height: calc(100vh - 587px);
	position: relative;
}
/* Scroll */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgba(44, 36, 33, 0.98); 
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgba(44, 36, 33, 0.98); 
}
section ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style-type: disc;
}
section ul li {
	font-size: 17px;
	line-height: 1.36;
	color: #000;
}
section ul li ul {
	list-style-type: circle;
}
.perex a:hover {
	text-decoration: none;
}
/* Klikací mapa */
.map_wrapper {
	position:  relative;
	width:  100%;
}

a.region_link {
	position: absolute;
	display: inline-block;
	color: #000;
	padding: 50px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	/*background-color: rgba(255,255,255,.1);*/
}
a.region_link:before {
	content: "\f08e";
	font-family: FontAwesome;
	position: absolute;
	color: #056839;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 8px 0;
	text-align: center;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	opacity: 0;
	transition: all 280ms ease-in-out;
}
a.region_link:hover {
	text-decoration: none;
	color: #056839;
}
a.region_link:hover:before {
	opacity: 1;
	transform: translate(0, -69%);
}
a.region_link.c_krumlov:hover:before {
	transform: translate(0, -120%);

}
a.region_link.strakonice {
	top: 16%;
	font-size: 18px;
	left: 12.2%;
	padding: 100px 0 70px 0;
}

a.region_link.tabor {
	left: 42%;
	top: 11%;
	padding: 80px 58px;
	border-radius:  50%;
}

a.region_link.pisek {
	left: 24%;
	top: 10%;
	padding: 79px 40px;
}

a.region_link.prachatice {
	top: 50%;
	left: 4%;
	padding: 43px 60px;
}

a.region_link.cb {
	top: 36%;
	left: 35%;
	padding: 87px 17px 70px;
	border-radius: 50%;
}

a.region_link.jh {
	left: 21%;
	top: 64%;
	padding: 70px 33px 70px 60px;
	z-index: 10;
	border-radius: 50%;
}

a.region_link.c_krumlov {
	left: 57%;
	top: 35%;
	padding: 71px 105px 97px;
}
.publikace_paernt {
	display:  flex;
	flex-wrap:  wrap;
	flex-direction: row;
	justify-content:  center;
}
.publikace {
	width:  300px;
	margin:  10px;
}
.projekty {
	width: 230px;
	margin:  16px;
	transition: all 280ms ease-in-out;
}
.projekty img {
	display: block;
	width: 80%;
	margin: 16px auto 16px auto;
}
.projekty:hover {
	transform: translate(0, -8px);
	box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.28);
}
.projekty p {
	font-size: 14px;
	text-align: center;
}
.publikace_img {
	display: inline-block;
	overflow:  hidden;
}
.publikace_img img {
	width:  300px;
	transition: all 280ms ease-in-out;
}
.publikace_img:hover img{
	transform: scale(1.07);
}
.publikace h3{
	font-size: 18px;
	text-align: center;
}
.publikace p {
	font-size: 12px;
	text-align: justify;
}
@media(max-width: 1430px) {
	.content-one {
		width: 130px;
	}
}
@media(max-width: 1100px) {
	.content-one {
		top: 99px;
		left: 0;
		width: 98px;
		height: 213px;
	}
}
@media(max-width: 993px) {
	.content-two {
		width: 163px;    
	}
	.content-one {
		top: 148px;
	}
}
@media(max-width: 768px) {
	.content-one,
	.content-two {
		display: none;
	}
}
table a {
	line-height: 1.1em;
	vertical-align: middle;
}
table a[href$=".pdf"]:before {
	content: "\f1c1";
	color: #dc2026;
	font-size: 1.2em;
	line-height: 1.2em;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	font-family: FontAwesome;
}
.g-recaptcha div {
	margin: 0 auto 20px;
}
/* Life */ 
.circles-wrap {
	display:  flex;
	flex-wrap:  wrap;
	justify-content:  center;
	align-items:  center;
}
.main-circle {
	position: relative;
	width: 	160px;
	padding-top: 160px;
	background: #7ecc30;
	display: table;
	border-radius: 50%;
	margin: 12px;
}
.main-circle span{
	position: absolute;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.content-section > .row {
	margin: 0;
}
section.content-section > .row > .col-lg-12 {
	padding: 0;
}
.loopPage.top_wave {
	padding-top: 0;
	position: relative;
}
.loopPage.top_wave:before {
	content: "";
	width: 100%;
	height: calc(100vw * 0.065);
	position: absolute;
	display: block;
	bottom: 100%;
	left: 0;
	background: url(img/wave.png) no-repeat center top;
	background-size: cover;
}
img.img-over {
	width: calc(100% + 140px);
	max-width: none;
	display: block;
	margin-bottom: 30px;
}
img.img-over.right {
	margin-left: -95px;
}
ol.count-list {
	margin: 0 0 24px 24px;
	padding: 0;
	list-style-type: decimal;
}
@media(min-width: 768px){
	.col-sm-6.margined-sm {
		margin-top: 170px;
	}
}
.aktualita {
	clear: both;
	transition: all 200ms ease-in-out;
}
.aktualita:hover {
    transform: translate(0, -5px);
}
.loopPageDetail.aktualita:hover {
    transform: translate(0, 0);
}
.aktualita img {
	width: 36%;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.aktualita h3 {
	font-size: 19px;

}
.loopPage.tree-back {
	background: #fff url(img/trees.jpg) no-repeat center top;
	background-size: cover;
}
.loopPage.offset-top {
	margin-top: -200px;
}
.maps {
	position: relative;
	z-index: 20;
}
.loopPage.offset-top.top_wave {
	background: #fff;
}
.flex-logos {
	display:  flex;
	flex-wrap:  wrap;
	flex-direction:  row;
	justify-content:  center;
}
.partner-logo {
    width: 136px;
    max-width: 100%;
}
.partner-logo img {
	width: 100%;
	height: auto;
}
*.text-white {
	color: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #7ecc30;
	color: #7ecc30;
}
@media(max-width: 991px){
	ol.count-list {
		margin-bottom: 0;
	}
	footer ul {
		padding: 0;
	}
	footer ul li {
		border: none;
		padding: 15px 20px;
	}
}
@media(max-width: 767px){
	.loopPage.tree-back {
		background-image: none;
	}
	body.body-home footer {
		margin-top: 0;
	}
	footer ul li {
		float: none;
		width: 100%;
		text-align: center;
	}
	footer ul {
		margin-left: -5px;
		width: 100%;
	}
	nav#nav li a:hover{
		background: #7ecc30;
	}
	.nav>li a:hover span{ 
		color: #fff;
	}
	.social_icons {
		display: table;
		float: none;
		clear: both;
		margin: 120px auto 0;
	}
	.xs-center {
		text-align: center;
	}
	.aktualita {
		clear: both;
		margin-bottom: 12px;
		margin-bottom: 15px;
	}
	.aktualita img {
		margin-bottom: 15px;
	}
}
/* Bannery */
.loopPage.loop-banner:before {
	content: "";
	width: 100%;
	height: calc(100vw * 0.105);
	position: absolute;
	display: block;
	bottom: -2px;
	left: 0;
	background: url(img/wave.png) no-repeat center top;
	background-size: cover;
}
.loopPage.loop-banner {
	position: relative;
	background: #7ecc30;
	padding: 110px 0 210px 0;
} 
.loopPage.loop-banner h2 {
	color: #fff;
	text-transform: none;
	font-size: 80px;
	font-weight: 900;
	margin: 0;
	padding: 0;
	text-shadow: 1px 3px 30px rgba(0, 0, 0, 0.6313725490196078);
}
/* Specific subbanners */
.loopPage.loop-banner.banner-flower {
	background: url(img/banner-kytka.jpg) no-repeat center center;
	background-size: cover;
}
.loopPage.loop-banner.banner-forest {
	background: url(img/banner-les.jpg) no-repeat center center;
	background-size: cover;
}
.loopPage.loop-banner.banner-lake {
	background: url(img/banner-lake.jpg) no-repeat center center;
	background-size: cover;
}
.loopPage.loop-banner.banner-bigforest {
	background: url(img/banner-les.jpg) no-repeat center center;
	background-size: cover;
}
.loopPage.loop-banner.banner-stickyflower {
	background: url(img/banner-stickyflower.jpg) no-repeat center center;
	background-size: cover;
}
/* List */
.lict-circle {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	width: 50px;
	height: 50px;
	background: #7ecc30;
	text-align: center;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50%;
	transform: translate(0, -50%);
}
.list-w-circle {
	position: relative;
	padding-left: 50px;
}
.list-img {
	width: 100%;
	height: auto;
	margin: 14px 14px 0 0;
}
.list-w-circle a {
	color: #7ecc30;
}
.list-w-circle a:before {
	content: "\f019";
	font-family: FontAwesome;
	display: inline-block;
	margin: 0 5px;
}
/* Special LoopPages */
.loopPage.video-left iframe {
	float: left;
	margin-right: 15px;
}
.loopPage.video-left h3 {
	margin-top: 0;
}
.images-vertical {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.images-vertical img {
	margin: 0 15px 15px 0;
}
/* Special settings for actuality */
.body-aktuality .loopContent,
.body-nachrichten .loopContent,
.body-news .loopContent,
.body-hirek .loopContent {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
.body-aktuality .loopContent .loopPage.loop-banner,
.body-nachrichten .loopContent .loopPage.loop-banner,
.body-news .loopContent .loopPage.loop-banner,
.body-hirek .loopContent .loopPage.loop-banner{
	order: 1;
	width: 100%;
}
.loopPage.aktualita {
	order: 2;
	width: 600px;
	margin: 15px 40px;
}
.loopPage.aktualita .container {
	width: 100%;
}
div.loopPage.aktualita .perex img ,
div.loopPage.aktualita .perex iframe {
	float: left;
	width: 200px;
	height: auto;
	margin-right: 15px;
}
.perex a.link {
	display: inline-block;
	padding: 0;
	transition: all 280ms ease-in-out;
}
.perex {
	position: relative;
}
.perex h2 {
	text-transform: none;
	font-weight: 400;
	color: #333;
	letter-spacing: 0;
	margin-bottom: 8px;
}
.perex p {
	font-size: 14px;
	margin-bottom: 0;
}
.newsDate {
	position: absolute;
	top: -5px; 
	right: 10px;
	color: #515151;
}
@media(max-width: 1400px){
	.loopPage.aktualita {
		margin: 20px 0;
	}
}
@media(max-width: 1360px){
	.loopPage.aktualita {
		width: 500px;
		margin: 40px 0;
	}
}
@media(max-width: 1160px){
	.loopPage.aktualita {
		width: 470px;
		margin: 20px 0;
	}
}
@media(max-width: 800px){
	.loopPage.aktualita {
		width: 100%;
		margin: 20px 0;
	}
}
@media(max-width: 700px){
	footer p.pull-left {
		float: none !important;
	}
	footer p.pull-left img {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		display: table;
	}
	.social_icons {
		margin-top: 26px;
	}
	body footer {
		margin-top: 0;
	}
}
@media(max-width: 500px){
	.newsDate {
		position: absolute;
		top: -5px;
		right: 10px;
		color: #515151;
		background: #fff;
		padding: 10px;
		top: 0;
		right: 0;
	}
	div.loopPage.aktualita .perex img, div.loopPage.aktualita .perex iframe {
		float: left;
		width: 100%;
		height: auto;
		margin-right: 15px;
	}
}
ul.list-swan li:before {
    content: url(favicon.png);
    position: absolute;
    top: 0;
    left: -37px;
}
ul.list-swan {
	margin-left: 32px;
	list-style-type: none;
}
ul.list-swan li {
    position: relative;
}
table.table-download {
    width: 100%;    
}
table.table-download tr td:last-child {
    position: relative;
    text-align: right;
}
/*
table.table-download tr td:last-child:before {
    content: "\f019";
    font-family: FontAwesome;
    font-size: 26px;
    color: #7dcc30;
    transition: all 180ms ease-in-out;
}
*/
table.table-download tr td:last-child a {
    display:  block;
    position:  absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    background: orange;
    opacity:  0;
}
/*
table.table-download tr td:last-child:hover:before {
    font-size: 34px;
}
*/
table.table-download tr td {
    padding: 20px;
}
table.table-download tr:nth-child(odd) {
    background: rgba(205, 205, 205, 0.4);
}
.language-wrap {
    position: relative;
    top: 25px;
    left: 0;
    width: 30px;
    height: auto;
    float: right;
    margin-left: 22px;
}
a.lang {
    position:  relative;
    width: 100%;
    height: auto;
    display:  block;
    margin-bottom: 3px;
}
table.table-download tr:nth-child(1) {
background: #7ecc30;
    color: #fff;
    text-align: center;
}
table.table-download tr:nth-child(1) td {
	text-align: center !important;
}

.article-flex a.more-button {
    float: right;
}

.article-flex .article-right-info{
	padding-left: 20px;
	padding-right: 0;
}

.article{
	margin-top: 35px;
}

.article-flex {
    border-bottom: 1px solid #000;
}

.article-flex .article-image {
    flex-basis: 155px;
}

.article-right-info {
    min-height: 203px;
}

.article-right-info h2 a{
	font-size: 22px;
	text-transform: none;
}

.article-right-info h2 p{
	font-size: 15px;
}

.spoluprace img{
	max-height: 250px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.spoluprace a{
	font-weight: 30px;
	color: #fff;
	background: #7ECC30;
	padding: 10px 20px;
	margin: 20px auto 0;
	display: table;
	text-align: center;
	text-decoration: underline;
}

.spoluprace > div{
	margin-bottom: 50px;
}