/*
Theme Name: Aluska Optimized
Theme URI: https://aluska.org
Description: Optimized version of Aluska theme
Author: Aluska
Version: 1.0
*/
body {
	background-color: #E9F4F9;
	color: #000;
	font-family: 'Poppins','Roboto Condensed', sans-serif;
	background-image: url(images/bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

header {
	height: 60px;
	background: #fff;
}

header ul {
	margin-bottom: 0;
	padding-left: 0;
}

header ul>div {
	font-size: 0;
}

header ul .sub-menu {
	display: none;
	height: 60px;
	position: fixed;
	width: 100%;
	top: 59px;
	left: 0;
	background: #E3FCFE;
	z-index: 1;
}

header ul li {
	display: inline-block;
}

header ul li a {
	color: #353D51;
	text-decoration: none;
	display: block;
	padding: 16px 14px 17px;
	font-size: 16px;
}

header .main-menu ul li a:hover {
	background-image: url('images/zobacek.svg');
	background-position: 50% 45px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: inherit;
}

button.toggle-main-menu {
	border: none;
	background: none;
	cursor: pointer;
}

button.toggle-main-menu img {
	vertical-align: baseline;
	margin-right: 10px;
}

header .mid-menu a {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: center left;
	transition: 0.5s color;
}

header .mid-menu a:hover {
	color: #52C2F8;
	text-decoration: none;
}

header .mid-menu ul li#menu-item-202 a {
	background-image: url(images/ikona.svg);
}

header .mid-menu ul li#menu-item-203 a {
	background-image: url(images/youtube.svg);
}

header .mid-menu ul li#menu-item-207 a {
	background-image: url(images/user.svg);
}

header .mid-menu ul li#menu-item-368732 a {
	background-image: url(images/hand.svg);
	background-size: 19px;
}

header .main-search {
	padding: 0;
}

header .main-search input {
	border: none;
	background: none;
	display: inline-block;
	width: 100%;
}

header .main-search input[type="submit"] {
	background-image: url(images/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -4px;
	left: -30px;
	z-index: 2;
	padding: 0;
}

section#head img {
	margin-top: 60px;
	margin-bottom: 60px;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 50px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 3px 10px #3C8AB1;
	background-image: url(images/podpis.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.side-panel {
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
	background: #fff;
	margin-bottom: 20px;
}

.side-panel .side-head {
	background: #E3FCFE;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
	padding: 30px;
}

.side-panel .side-head h3 {
	margin: 0 auto;
	color: #4F5B78;
	font-weight: bold;
	font-size: 20px;
}

.side-panel.newsletter .side-head {
	padding: 10px;
	background: #3C8AB1;
	text-align: center;
	cursor: pointer;
}

.side-panel.newsletter .side-head h3 {
	color: #E9F4F9;
	font-size: 18px;
	font-weight: normal;
	background-image: url(images/bell.svg);
	background-repeat: no-repeat;
	background-position: center right;
	display: inline-block;
	padding-right: 20px;
}

.side-panel .side-content {
	color: #353D51;
	font-size: 18px;
	padding: 30px;
	font-size: 16px;
}

.side-panel.newsletter .side-content {
	display: none;
}

.side-panel .side-content img {
	max-width: 100%;
}

.side-panel.comments .side-content {
	padding: 10px 30px;
}

.side-panel .side-content p {
	margin: 0;
}

.side-panel .side-content iframe {
	/*margin-top: 20px;*/
}

.side-panel.newsletter .side-content p {
	margin: 20px 0 0;
}

.side-panel .side-content a {
	color: #52C2F8;
}

.side-panel:first-child .side-content a,
.side-panel .side-content input[type="submit"] {
	color: #fff;
	display: block;
	background: #52C2F8;
	border-radius: 4px;
	text-align: center;
	padding: 8px 20px;
	border: none;
	width: 100%;
	cursor: pointer;
	margin-top: 10px;
	transition: 0.5s background;
}

.side-panel.comments .side-content a {
	background: transparent;
	display: block;
	color: #353D51;
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #E6E6E6;
	margin-top: 0;
	text-align: left;
	transition: 0.5s color;
	overflow: hidden;
}

.side-panel.comments .side-content a:hover {
	background: none;
	color: #000;
	text-decoration: none;
}

.side-panel:first-child .side-content a:hover,
.side-panel .side-content input[type="submit"]:hover {
	background: #3C8AB1;
	text-decoration: none;
}

.side-panel.comments .side-content a:last-child {
	border-bottom: none;
}

.side-panel.comments .side-content a span {
	color: #52C2F8;
}

.side-panel .side-content input[type="email"] {
	border: 1px solid #E6E6E6;
	background: #fff;
	font-size: 16px;
	padding: 8px 5px;
	width: 100%;
	border-radius: 4px;
}

.side-panel .side-content .es_lablebox,
.side-panel .side-content .es_caption {
	display: none;
}

.side-panel .side-content .es_textbox,
.side-panel .side-content .es_button {
	padding: 0;
}

.side-panel.archive .side-content ul {
	padding-left: 0;
}

.side-panel.archive .side-content ul li {
	display: inline-block;
	list-style: none;
}

.side-panel.archive .side-content ul li a {
	padding: 5px 10px;
	display: block;
	margin-top: 4px;
	font-size: 18px;
	color: #353D51;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	background: #fff;
	transition: 0.5s color, 0.5s background;
}

.side-panel.archive .side-content ul li a:hover {
	color: #fff;
	background: #52C2F8;
	text-decoration: none;
}

div.filters p {
	font-size: 18px;
	font-weight: bold;
	color: #4F5B78;
	padding: 10px;
}

div.filters a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	background: #52C2F8;
	border-radius: 4px;
	text-align: center;
	padding: 8px 12px;
	border: none;
	cursor: pointer;
	transition: 0.5s background;
	margin-right: 10px;
	font-size: 14px;
}

div.filters a:hover,
div.filters a.active {
	background: #3C8AB1;
}

div.row.list-article {
	margin: 0 0 20px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
}

div.row.list-article+ins {
	margin-bottom: 20px;
}

div.row.list-article>div:first-child {
	padding-left: 0;
	padding-right: 0;
}

div.row.list-article>div:last-child {
	display: flex;
	flex-direction: column;
}

div.row.list-article img {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

div.row.list-article h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px;
	max-height: 48px;
	overflow: hidden;
}

div.row.list-article h2 a {
	color: #4F5B78;
	display: block;
	transition: 0.5s color;
}

div.row.list-article h2 a:hover {
	color: #3C8AB1;
	text-decoration: none;
}

div.row.list-article p {
	color: #353D51;
	font-size: 18px;
	margin-bottom: 20px;
	max-height: 81px;
	overflow: hidden;
}

div.row.list-article a.read-more {
	font-size: 18px;
	font-weight: bold;
	color: #4F5B78;
	display: inline-block;
	background-image: url(images/chevron-circle-right.svg);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 25px;
	transition: 0.5s color;
}

div.row.list-article a.read-more:hover {
	text-decoration: none;
	color: #52C2F8;
}

.list-date {
	font-size: 15px;
}

div.row.list-article .list-date a,
.single-meta .list-date a {
	color: #52C2F8;
	font-weight: bold;
}

div.row.list-article a.list-comments,
.single-meta a.list-comments {
	color: #353D51;
	background-image: url(images/comment.svg);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding: 5px 0 5px 30px;
	margin-left: 10px;
}

div.pagination {
	background: #fff;
	padding: 10px;
	margin: 30px 0;
}

div.pagination .row {
	width: 100%;
	margin-left: 0;
	justify-content: center;
}

div.pagination ul {
	padding: 0;
	margin: 0;
}

div.pagination li {
	display: inline-block;
}

div.pagination a,
div.pagination span {
	display: block;
	padding: 5px 8px;
	color: #353D51;
}

div.pagination a:hover,
div.pagination span {
	font-weight: bold;
}

div.pagination span.dots,
div.pagination span.dots+a {
	display: none;
}

div.list-extra {
	margin: 60px 0 0;
}

div.list-extra h2 {
	font-size: 40px;
	font-weight: bold;
	color: #4F5B78;
	margin-bottom: 40px;
}

div.list-extra a {
	display: block;
	position: relative;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
	transition: 0.5s box-shadow;
}

div.list-extra a:hover {
	box-shadow: none;
}

div.list-extra img {
	border-radius: 4px;
}

div.list-extra h3 {
	color: #fff;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 10px;
	text-shadow: 0 0 5px #000;
	width: 100%;
	margin-bottom: 0;
	background: rgba(0, 0, 0, 0.25);
	transition: 0.5s background;
}

div.list-extra a:hover h3 {
	background: none;
}

footer {
	background: #fff;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
	margin-top: 60px;
	padding: 60px 0;
}

footer h3 {
	font-size: 20px;
	font-weight: bold;
	color: #4F5B78;
	margin: 0 0 10px;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul li a {
	display: block;
	color: #353D51;
	transition: 0.5s color;
	font-size: 18px;
}

footer ul li a:hover {
	text-decoration: none;
	color: #52C2F8;
}

footer p {
	color: #353D51;
	font-size: 18px;
}


div.copyright {
	background: #E3FCFE;
}

div.copyright p {
	margin: 0;
	padding: 20px 0;
}

button#toTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 1;
	background: #52C2F8;
	border: none;
	cursor: pointer;
	transition: 0.5s background;
	border-radius: 50%;
	width: 26px;
	outline: none;
}

button#toTop:hover {
	background: #3C8AB1;
}

/* Default page */
.page-content {
	padding: 30px 60px;
	background: #fff;
	font-size: 18px;
}

.page-content h2, .single-content h2 {
	color: #cba0d6;
	font-size: 24px;
	font-weight: 400;
	padding: 25px 0px 10px;
}

.single-content h3, .page-content h3 {
	color: #03accb;
	font-size: 20px;
	font-weight: 400;
}

.single-content h4, .single-content h5, .single-content h6, .page-content h4, .page-content h5, .page-content h6 {
	color: #7786cd;
	font-size: 18px;
	font-weight: 400;
}

blockquote {
	background-color: #f4f0fd;
	padding: 20px;
  margin: 0 60px 1rem;
}

blockquote p {
	margin-bottom: 0;
}

/* Search page */
header.page-header {
	height: auto;
}

h2.search-page-title {
	font-size: 30px;
	font-weight: 700;
	color: #4f5b78;
	padding: 25px 60px;
	margin-bottom: 0;
	text-align: center;
}

/* Single Article */
.single-article {
	background: #fff;
}

.single-article h2 {
	font-size: 30px;
	font-weight: 700;
	color: #4f5b78;
	padding: 25px 60px;
	margin-bottom: 0;
}

.single-content {
	padding: 60px;
}

.single-content p {
	font-size: 18px;
	color: #353D51;
}

.single-content p iframe {
	display: block;
	margin: 0 auto;
}

.single-content img {
	max-width: 100%;
	height: auto;
}

.single-content img.aligncenter,
.single-content .wp-caption.aligncenter img {
	display: block;
	margin: 0 auto;
}

.image-holder {
	position: relative;
}

.image-holder img {
	width: 100%;
}

.single-meta {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	padding: 5px 8px;
	border-radius: 4px;
}

/* Single Comments section */
.single-list-comment {
	margin-top: 40px;
}

.single-list-comment h2 {
	font-size: 40px;
	font-weight: bold;
	color: #4F5B78;
	padding: 20px 0px;
	margin-bottom: 0;
}

.single-comment {
	margin-top: 15px;
}

.single-comment>.single-comment {
	padding-left: calc(8.3333333333% + 15px);
}

.single-comment span {
	display: inline-block;
	padding: 0 5px 0 1px;
	border-right: 1px solid #353d51;
	font-size: 18px;
	color: #353D51;
	text-align: left;
}

.single-comment span:nth-child(2n+0) {
	font-weight: bold;

}

.single-comment a {
	font-size: 18px;
	color: #353D51;
	display: inline-block;
}

.nopadding-right {
	padding-right: 0;
}

.extrapadding-left {
	padding-left: 30px;
}

.single-icon img {
	margin-top: 10px;
	border-radius: 4px;
	display: inline-block;
}

.single-text {
	background: #FFFFFF;
	position: relative;
	padding: 20px 40px 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-top: 10px;
}

.single-text>img {
	position: absolute;
	left: -11px;
	z-index: 1;

}

.text-expand {
	color: #52C2F8;
	font-weight: bold;

}

.single-infobox {
	background: #F2FDFE;
	position: relative;
	margin-top: 15px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	padding: 20px 10px 5px;
	border-radius: 3px;
}

/*.single-morecomment {
	position: relative;
}
*/
.single-infobox p {
	color: #3C8AB1;
	text-align: left;
	padding: 0px 30px 5px 75px;
	display: inline-block;
}

.single-infobox img {
	display: inline-block;
	position: absolute;
	left: 25px;
	Top: 5px;
}

.single-form-comment {
	margin-top: 30px;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.single-form-comment input {
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	resize: none;
	border: 1px solid #687F89;
	border-color: #687F89;
	border-radius: 3px;

}

.single-textarea {
	width: 100%;
	margin-top: 25px;
	padding: 5px 10px;
	height: 150px;
	resize: none;
	border: 1px solid #687F89;
	border-color: #687F89;
	border-radius: 3px;
}

.single-form-comment #wp-comment-cookies-consent {
	width: auto;
	display: inline-block;
	margin-top: 20px;
}

.single-form-comment label {
	display: inline-block;
	margin-left: 5px;
	color: #353D51;
	cursor: pointer;

}

.single-form-comment button {
	background-color: #52C2F8;
	border: none;
	border-radius: 3px;
	color: white;
	padding: 5px 25px;
	text-align: center;
	font-size: 18px;
	width: 100%;
	cursor: pointer;
	transition: 0.5s background;
}

.single-form-comment button:hover {
	background: #3C8AB1;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #C9C9C9;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #C9C9C9;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #C9C9C9;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #C9C9C9;
}

@media only screen and (max-width:1199px) {
	div.row.list-article h2 {
		margin-bottom: 15px;
	}

	div.row.list-article p {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.left-sidebar {
		position: absolute;
		left: -320px;
		top: 428px;
		width: 320px;
		transition: 0.5s left;
	}

	.left-sidebar+div {
		transition: 0.5s transform;
	}

	button.left-opener {
		position: fixed;
		left: -45px;
		top: calc(50% - 10px);
		border: none;
		background: none;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transition: 0.5s transform;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 18px;
		z-index: 9999;
	}

	.move .left-sidebar {
		left: 0;
	}

	.move .left-sidebar+div {
		transform: translateX(320px);
	}

	.move button.left-opener {
		transform: translateX(320px) rotate(-90deg);
	}

	header .mid-menu a {
		width: 50px;
		text-indent: -9999px;
		background-position: center;
	}

	.single-form-comment input {
		margin-top: 25px;
	}

	.single-form-comment {
		margin-top: 5px;
	}

}

@media only screen and (max-width: 768px) {
	.main-menu ul {
		display: none;
		position: absolute;
		width: 400%;
		left: 0;
		top: 42px;
		z-index: 999;
		background: #E3FCFE;
	}

	.main-menu ul li {
		display: block;
	}

	header ul .sub-menu {
		position: relative;
		top: 0;
		height: auto;
		background: #fff;
	}

	header .main-menu ul li.menu-item-has-children>a:after {
		content: '';
		display: inline-block;
		background: url('images/arrow-down.svg') center no-repeat;
		width: 20px;
		height: 23px;
		vertical-align: sub;
	}

	header .main-menu ul li a:hover {
		background-image: none;
	}

	section#head img {
		margin: 30px 0;
	}

	div.row.list-article {
		padding: 15px 0;
	}

	div.row.list-article>div:first-child,
	div.row.list-article>div:last-child {
		padding-left: 15px;
		padding-right: 15px;
	}

	div.row.list-article h2 {
		margin-top: 15px;
	}

	div.row.list-article img {
		border-bottom-left-radius: 0;
		border-top-right-radius: 4px;
		display: block;
		margin: 0 auto;
	}

	div.filters a {
		margin-right: 5px;
		padding: 8px;
	}

	.single-form-comment input {
		margin-top: 25px;
	}

	.single-form-comment {
		margin-top: 0px;
	}

	.single-comment {
		margin-left: 0;
	}

	.single-comment span {

		border-right: 1px solid #353d51;
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
	}

	.single-comment a {
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
	}

	.single-comment span:first-child {
		border-right: 0px;
	}

	.single-icon img {
		margin-top: 0;
		margin-left: 15px;
		border-radius: 4px;
		width: 40px;

	}

	.extrapadding-left {
		padding-left: 0;
	}

	.nopadding-right {
		padding-right: 15px;
	}


	.single-text {
		margin-left: 16px;
	}

	.single-infobox {
		padding: 20px 0px 5px 25px;
	}

	.single-infobox img {
		display: inline-block;
		position: absolute;
		left: 15px;
	}

	.single-form-comment button {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 575px) {
	#body>.container {
		padding-left: 45px;
		padding-right: 45px;
	}
}


@media only screen and (max-width: 360px) {
	.single-text p {
		padding-left: 2px;
		padding-right: 2px;
	}

	.single-list-comment h2 {
		text-align: center;
	}

	.single-comment a {
		margin-left: 20px;

	}
}

section#head img {
	width: 169px;
	height: 162px;
}

.es_txt_email {
	width: 108% !important;
}

.side-panel.newsletter .side-content {
	display: block !important;
}

.side-panel.newsletter .side-head {
	cursor: default;
}

.side-panel.archive .side-content {
	display: none;
}


.side-panel.archive .side-head {
	cursor: pointer;
}

.al-no-results {
	color: #fff;
}

/*-----------------------------------------------*/
/*  Global Styles - Imported from YellowPencil                               */
/*-----------------------------------------------*/
@media (max-width:768px) {

	body .menu-hlavni-menu-container>.menu-item>a {
		padding-left: 34px;
	}

	body .menu-hlavni-menu-container .sub-menu a {
		padding-left: 42px;
	}

}


@media (max-width:575px) {

	body #body .container .align-items-start .col-lg-9 .single-article .single-content {
		padding-left: 12px !important;
		padding-right: 10px !important;
	}

	body #body .container .align-items-start .col-lg-9 .single-article h2 {
		padding-left: 20px !important;
		padding-right: 29px !important;
	}

}

.fcbkbttn_arhiv {
	display: none !important;
}

/*-----------------------------------------------*/
/*  Author Box - Global                          */
/*-----------------------------------------------*/
.author-box-global {
	margin: 30px 0 30px 0;
	padding: 30px;
	background-color: #f4f0fd;
	border: none;
	border-radius: 0;
}

.author-box-global p {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Poppins", sans-serif;
	color: #585859;	
}

.author-box-global p:last-child {
	margin-bottom: 0;
}

.author-box-global a {
	color: #593885;
	transition: 0.3s color;
}

.author-box-global a:hover {
	color: #3C8AB1;
}

.author-box-global img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}