/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap'); */

/*------------------------------------*\
		ADS
\*------------------------------------*/
@media (min-width: 576px) {
	#sas-container_9332563{
		display: none !important;
	}
}
.ads-wrap img{
	height: auto !important;
}
/*------------------------------------*\
    BOOTSTRAP UPGRADE
\*------------------------------------*/
.object-fit-cover{
	object-fit: cover;
}
.bg-cover{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.text-large{
	font-size: 20px;
}
.center-absolute{
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.top{
	top: 0;
}
.right{
	right: 0;
}
.bottom{
	bottom: 0;
}
.left{
	left: 0;
}
.bottom-40{
	bottom: 40%;
}
.header-right{
	right: 15px;
}
@media (max-width: 575px) {
	.header-right{
		right: 0;
	}
}
.header-left{
	left: 15px;
}
.z-1{
	z-index: 1 !important;
}
.z-10{
	z-index: 10 !important;
}
.z-50{
	z-index: 50 !important;
}
.z-1000{
	z-index: 1000 !important;
}
.z-10000{
	z-index: 10000 !important;
}
.text-underline{
	text-decoration: underline;
}
.text-decoration-none{
	text-decoration: none;
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1,1.1);
    }
}

.intro-carousel.active img {
  animation: zoomin 12s infinite ;
}
.cursor-default{
	cursor:default;
}

/*------------------------------------*\
		ICONS
\*------------------------------------*/
.icon-play-wrap{
	min-width: 40px;
	max-width: 40px;
	height: 40px;
	border: 3px solid #0c89b0;
	background-color: rgba(255,255,255,0.6);
	left: 10px;
	bottom: 43px;
}
.archive-icon-play-wrap.icon-play-wrap {
  bottom: 9px;
}
.icon-play-inner{
  width: 0;
  height: 0;
	margin-left: 4px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #0c89b0;
}

/*------------------------------------*\
    MOVES
\*------------------------------------*/
.smooth{
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.zoom-on-hover:hover{
	transform: scale(1.1);
}
.description-on-hover{
	width: 100%;
	bottom: 0;
}
@media (min-width: 1200px) {
	.description-on-hover{
		top: 118px;
		bottom: unset;
		width: 100%;
		height: 100%;
	}
	.thumbnail-wrap a:hover .description-on-hover{
		top: 0;
	}
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font- size for REM use */

body {
	font:300 16px/1.4 'Roboto Condensed', Helvetica, Arial, sans-serif;
	color:#646464;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
/* a {
	color:#444;
	text-decoration:none;
} */
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h5 a{
	text-decoration: none;
}

/*------------------------------------*\
    ELEMENTS
\*------------------------------------*/

#breadcrumbs{
	font-size:14px;
	list-style:none;
  margin:10px 0;
  overflow:hidden;
	padding-left: 0;
}

#breadcrumbs li{
  display:inline-block;
  vertical-align:middle;
  margin-right:8px;
}

#breadcrumbs .separator{
  font-weight:100;
  color:#ccc;
}
@media only screen and (max-width: 575.98px) {
	#breadcrumbs{
		font-size: 12px;
	}
	#breadcrumbs li{
	  margin-right: 4px;
	}
}

.editable-content{
	font-size: 20px;
}
.editable-content ul{
	list-style: none;
	padding-left: 0;
	line-height: 2;
}
.editable-content li{
	padding-left: 30px;
	position: relative;
}
.editable-content ul li::before{
	position: absolute;
	left: 0; top: 11px;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid #7DABBA;
	width: 0;
	height: 0;
	content: "";
	display: block;
}
.editable-content li{
	padding-left: 30px;
	position: relative;
}
.editable-content ul li::before{
	position: absolute;
	left: 0; top: 11px;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid #7DABBA;
	width: 0;
	height: 0;
	content: "";
	display: block;
}
.editable-content ul.nav li{
	padding-left: 0;
}
.editable-content ul.nav li::before{
	content: unset;
}
.editable-content ul.nav li a{
	text-decoration: none;
}

.category-label ul{
	list-style: none;
	padding: 0;
	margin-bottom: 0!important;
}
.category-label li{
	padding-right: 4px;
}
.category-label a{
	background-color: #7DABBA;
	color: #fff;
	text-decoration: none;
	padding: 6px 8px;
}
.gray-block .thumb-wrap{
	height: 100%;
	max-height: 240px;
}
.thumbnail-wrap footer{
	font-weight: bolder;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* Searchform */
.top-header-search-input {
    padding: 6px 8px;
    border: 1px solid #F0EFEF!important;
    -webkit-appearance: none!important;
    appearance: none!important;
    width: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.top-header-search.show .top-header-search-input {
    width: 145px;
    opacity: 1;
		z-index: 20;
}
@media (min-width: 1200px) {
	.top-header-search.show .top-header-search-input {
	    width: 217px;
	}
}
@media (max-width: 1199px) {
	.top-header-search-input{
		width: 100%;
		opacity: 1!important;
		background-color: #D3EAF2;
	}
	.top-header-search{
	  background-color: #D3EAF2;
	}
}

#searchOpener {
  height: 100%;
  width: 36px;
  right: 0;
  top: 0;
  background: 0 0;
  z-index: 242412421421412421;
	cursor: pointer;
}
.top-header-search-submit {
  background-color: transparent;
	border-color: transparent;
	color: #fff;
}
@media (max-width: 1199px) {
	.top-header-search-submit {
	  padding: 4px 8px;
	  -moz-border-radius: 0;
	  -webkit-border-radius: 0;
	  border-radius: 0;
	}
	.nav-icon.search-icon.fa-search{
		color: #076380;
	}
}
#navbarOverlay{
	z-index: -1;
}
/* wrapper */
.wrapper {
	max-width:1920px;
	margin:0 auto;
	position:relative;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.27);
}
.content-wrap{
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (max-width: 575px) {
	.content-wrap{
		padding-top: 40px;
	}
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {
	width: 259px;
}
@media (max-width: 575px) {
	.logo-img {
		width: 210px;
	}
}
#nav_menu-5{
	padding-left: 15px;
	padding-right: 15px;
}
#menu-uzitecne-odkazy ul{
	display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
  margin-right: -15px!important;
  margin-left: -15px!important;
	background-color: #F5F5F5 !important;
}
#menu-uzitecne-odkazy li{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
	border: .5px solid #E4E4E4;
}
#menu-uzitecne-odkazy li a{
	width: 100%;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

@media (min-width: 768px){
	#menu-uzitecne-odkazy li{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	}
}
/*------------------------------------*\
    Navbar
\*------------------------------------*/
#desktopNav{
	text-transform: uppercase;
}
#desktopNav a{
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	color: #fff;
}
#desktopNav a:hover{
	background: rgb(0 0 0 / 28%);
}
#desktopNav li a::after{
	/* content: '';
	position: absolute;
	width: 1px;
	height: 21px;
	right: -1px;
	background-color: #fff;
	top: 12px; */
}
#desktopNav li:last-of-type a::after{
	/* content: none; */
}
#hlavniNavigace {
	z-index: 10000;
	border: 1px solid #DDD;
	right: 0px;
	top: 0px;
	width: 212px;
	background-color: #ECFAFF;
}
.navbar-toggler{
	z-index: 10001;
}
/*------------------------------------*\
		PLUGINS
\*------------------------------------*/

/* WPML */
.wpml-ls-legacy-list-horizontal{
	padding: 0;
}
.wpml-ls-legacy-list-horizontal.wpml-ls ul{
	margin-left: 4px!important;
	display: -ms-flexbox !important;
  display: flex !important;
	list-style: none !important;
}
.wpml-ls-legacy-list-horizontal a{
	display: block;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 1;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
}
.wpml-ls-legacy-list-horizontal a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	height: 15px;
	width: 1px;
	background-color: #fff;
}
.navbar-collapse.collapse .wpml-ls-legacy-list-horizontal a{
	color: #000;
}
.navbar-collapse.collapse .wpml-ls-legacy-list-horizontal a::after{
	background-color: #000;
}
.wpml-ls-legacy-list-horizontal li:first-of-type a::after{
	content: unset;
}
.wpml-ls-current-language{
	display: none!important;
}

/* SOCIAL SHARING  */
.the_champ_horizontal_sharing .theChampSharing {
  background-color: transparent;
  background: transparent;
  color: #3C589A;
  border-width: 2px;
  border-style: solid;
  border-color: #3C589A;
	font-weight: 400;
}
.post-social-list .theChampSharing.theChampTwitterBackground{
  color: #2B80B7!important;
	border-color: #2B80B7!important;
	background-position: left center!important;
}
.post-social-list .the_champ_horizontal_sharing .theChampFacebookSvg{
	background-position: left center!important;
}
.theChampSharing.theChampFacebookBackground::after{
	content: 'sdílet';
	position: absolute;
	right: 7px;
	bottom: 4px;
	font-style: normal;
}
.theChampSharing.theChampFacebookBackground{
	margin-right: 1rem!important;
	width: 75px!important;
	border-radius: 5px!important;
	position: relative!important;
}
.theChampSharing.theChampTwitterBackground::after{
	content: 'Twítnout';
  position: absolute;
  right: 7px;
  bottom: 4px;
  font-style: normal;
}
.theChampSharing.theChampTwitterBackground{
	width: 102px!important;
	border-radius: 5px!important;
	position: relative!important;
}
.the_champ_horizontal_sharing .theChampTwitterSvg, #the_champ_ss_rearrange .theChampTwitterSvg{
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%232B80B7%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat left center!important;
}
.the_champ_horizontal_sharing .theChampFacebookSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%233C589A%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) center center no-repeat;
}
.the_champ_horizontal_sharing .theChampSharing:hover{
	border-color: unset;
}

/* SIMPLE LIGHTBOX */
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status{
	font-family: "Roboto Condensed", sans-serif!important;
}

/*------------------------------------*\
    ICON BAR
\*------------------------------------*/

/* icon bar */
.icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 6px;
  background: #076380;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.navbar-toggler .icon-bar {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
    position: relative;
    left: 3px;
    top: 4px;
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transform-origin: 10% 10%;
    -moz-transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    left: 3px;
    bottom: 3px;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    left: unset;
    top: unset;
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=1);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    left: unset;
    bottom: unset;
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.icon-bar:last-of-type {
    margin-bottom: 0!important;
}

/* Searchform */
/* .top-header-search-input {
  width: 145px!important;
  padding: 6px 8px;
  border: 1px solid transparent;
	background-color: rgba(7, 99, 128, 0.11);
  -webkit-appearance: none!important;
  appearance: none!important;
  width: 0;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.top-header-search-submit {
  padding: 4px 8px;
  border: 0;
  background-color: rgba(7, 99, 128, 0.11);
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.top-header-search-input, .top-header-search-submit {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -o-transition: .3s ease all;
  -ms-transition: .3s ease all;
  transition: .3s ease all;
} */
/* sidebar */
.sidebar {

}

/* footer */
footer.footer{
	font-size: 18px;
}

.widget_nav_menu ul{
	padding: 0;
	list-style: none;
}

.widget_nav_menu ul li a{
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
}

.widget_nav_menu.nav-vertical ul{
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	margin-right: -0.8rem !important;
	margin-left: -0.8rem !important;
  background-color: #F5F5F5 !important;
}

@media (min-width: 992px){
	.widget_nav_menu.nav-vertical ul{
    -ms-flex-pack: start !important;
    justify-content: start !important;
	}
}

.widget_nav_menu.nav-vertical ul li{
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* HOMEPAGE */
#hpHeader{
	height: 180px;
}
@media (min-width: 1360px) {
	#hpHotelSearch::before{
		content: '\f562';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 24px;
		display: -ms-flexbox !important;
    display: flex !important;
		/* -ms-flex-align: center !important;
    align-items: center !important; */
		-ms-flex-pack: center !important;
    justify-content: center !important;
    color: #fff;
    position: absolute;
    height: 129px;
    width: 55px;
    left: -50px;
		padding-top: 25px;
    top: 0;
    background-color: #076380;
	}
}
@media (min-width: 992px)  {
	#hpHeader{
		height: 457px;
	}
}
@media (min-width: 992px)  {
	.intro-header-default{
		height: 400px!important;
	}
}


/* Počasí */
.header-weather{
	color: white;
  font-size: 20px;
}
.header-weather:hover{
	color: white;
	text-decoration: none;
}
#s2n-weather {
    font-family: inherit!important;
    width: 100%!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#s2n-weather-detail {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
table.s2n-forecast-table {
    width: 100%!important;
    margin: 5em 0!important;
    position: relative;
}
#s2n-weather-cities {
    display: none!important;
}
table.s2n-forecast-table, table.s2n-forecast-table .time span.hour {
    color: #444!important;
}
table.s2n-forecast-table caption {
    text-align: left;
    font-size: 120%;
    font-weight: normal;
    margin: 1em 0.5em 0.5em 0.2em;
}
table.s2n-forecast-table {
    width: 100%!important;
    margin: 5em 0!important;
    position: relative;
}
#s2n-weather caption {
    display: block!important;
    position: absolute;
    top: -60px;
    left: 0;
}
/*------------------------------------*\
    SINGLE
\*------------------------------------*/
article p{
	margin-bottom: 24px;
}
/*------------------------------------*\
    SINGLE - AKTUALITY
\*------------------------------------*/
.single-post{
	font-size: 18px;
	line-height: 24px;
}
.perex{
	font-size: 21px;
  line-height: 28px;
}
/*------------------------------------*\
    ARCHIVE - AKTUALITY
\*------------------------------------*/
.first-post .loop-post-title{
	font-size: 28px;
}
.first-post .loop-col {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
@media only screen and (min-width: 576px){
	.first-post .loop-col:first-of-type {
	    -ms-flex-order: 2;
	    order: 2;
	}
}
@media only screen and (min-width: 576px){
	.first-post .loop-col:nth-child(2) {
	    -ms-flex-order: 1;
	    order: 1;
	}
}

/* Loop thumbnails */
@media (min-width: 576px) {
	.main-post-thumbnail-wrap {
    height: 380px;
	}
	.read-more-post-thumbnail-wrap{
		height: 180px;
	}
}
@media (min-width: 768px) {
	.main-post-thumbnail-wrap {
		height: 515px;
	}
	.other-post-thumbnail-wrap {
    height: 161px;
	}
	.read-more-post-thumbnail-wrap{
		height: 245px;
	}
}
@media (min-width: 992px) {
	.main-post-thumbnail-wrap {
    height: 405px;
	}
	.other-post-thumbnail-wrap {
    height: 140px;
	}
	.read-more-post-thumbnail-wrap{
		height: 185px;
	}
}
@media (min-width: 1200px) {
	.main-post-thumbnail-wrap {
    height: 480px;
	}
	.other-post-thumbnail-wrap {
    height: 150px;
	}
	.read-more-post-thumbnail-wrap{
		height: 226px;
	}
}
/* / Loop thumbnails */

/* pagination */
.pagination {
  margin: 0 auto;
	margin-bottom: 24px !important;
  font-size: 20px;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}
.pagination .page-numbers {
  margin-right: 4px;
  padding: 4px;
  visibility: hidden;
}
.pagination a, .pagination a:hover, .post-content a:hover {
  text-decoration: none!important;
}
.pagination .next, body[class*=' paged-'] .pagination .page-numbers, body[class^=paged-] .pagination .page-numbers {
  visibility: visible!important;
}
.pagination .next {
  margin-left: 12px;
}
.pagination .next, .pagination .prev {
  background: #7DABBA;
  color: #fff!important;
  padding: 4px 8px;
  border-radius: 0;
}
.page-numbers{
	display: inline-block;
	font-size: 18px;
	padding: 0 4px;
}
.page-numbers.current{
	font-weight: 700;
}

/* ARCHIVE AKCE */
.input-overlay{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 80%;
	height: 100%;
	z-index: 10;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.wp-block-image img{
	height: auto !important;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* @font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
} */

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:576px) {
	#sas-container_9783836{
		display: none !important;
	}
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		/* color:#000 !important; */
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	/* a[href]:after {
		content:" (" attr(href) ")";
	} */
	.print-none{
		display: none !important;
	}
	#mainNav{
		display: block !important;
		position: static !important;
    background: #076380 !important;
	}
	iframe{
		display: none;
	}
	a[href]:after {
	 content: none !important;
 	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
