/*
 *@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) * / }
 @media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone * / }
 @media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) * / }
 @media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops * / }
 @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops * / }
 @media (min-width:1281px) { /* hi-res laptops and desktops * / }
*/

/* For tablets: */

@media only screen and (min-width: 800px) {
    html {        
		overflow-x: hidden;
    }
	body {
		max-width: 100%;
		overflow-x: hidden;
	}
	.menu-btn {
		background: #000 none repeat scroll 0 0;
		border: 0 none;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 41px;
		height: 50px;
		line-height: 50px;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 50px;
	}
	/*.phone_navigation .menu-btn {  display: block; width: 13%; float: left; }*/
	.phone_navigation .menu-btn {
		display: block;
		position: absolute;
		z-index: 10;
	}
	/* mobile navihation */
	.main_navigation,
	.sticky-header {
		display: none;
	}
	.mobile_link {
		pointer-events: auto;
		cursor: pointer;
	}
	.cookieinfo {
		display: block;
		display: flex;
		flex-direction: column;
		padding: 8px 10% !important;
	}
	.tekstcookie {
		width: 100% !important;
		float: left !important;
		display: block !important;
		order: 1;
	}
	.cookieinfo-close {
		position: relative !important;
		float: left !important;
		display: block !important;
		width: 100%;
		height: 65px;
		order: 2;
	}
	.video_div .video-js {
		display: none;
	}
	#mobimg img {
		display: block;
		width: 100%;
	}
	#mp a {
		margin-left: 0px;
	}
	.grid_col {
        grid-template-columns: repeat(1, minmax(340px, 1fr));
        width: auto;
        margin: auto !important;
        display: block;
    }
	.grid_col .col-xs-12 {
		width: 100%;
		float: left;
		display: block;
		text-align: center;
		margin: auto;
	}
	.card-img-overlay {
		width: 100%;
		height: 340px;
	}
	.news-block-image {
		width: 100%;
		height: 340px;
	}
	.fix_width {
		width: 100% !important;
		text-align: center;
	}
	.carousel-caption {
		display: none;
	}
	.deepskyblue {
		height: auto;
	}
	.top_left {
		width: 100%;
		display: block;
	}
	.top_right {
		width: 100%;
		margin: 25px 0 0 0;
	}
	.text-right {
		width: 100%;
		padding-left: 10px;
	}
	.text-left {
		width: 100%;
		float: left;
	}
	.text-right img {
		width: unset;
		height: 90%;
		padding-top: 6px;
		float: left;
	}
	.text-left img {
		width: auto;
		height: 50px;
	}
	.navbar-brand {
		padding: 3px 0 !important;
	}
	.text-right span {
		width: unset;
	}
.text-right a {
	padding: 0;
	margin: 0;
	text-align: center;
	float: unset;
}
	.navbar-brand span {
		font-size: 14px;
		line-height: 16px;
		padding-top: 5px;
	}
	.top_right .text-left {
		width: 100%;
		text-align: unset;
	}
	.col-xs-1 {
		margin-left: -20px;
		padding-top: 5px;
	}

	.col-xs-12 {
		margin-left: -25px;
	}
	.card_img {
		width: 40% !important;
		display: block !important;
	}
	.navbar-brand {
		padding: 0 15px;
	}
	.social {
		width: 100%;
	}
	.social a {
		float: unset;
		margin: 0 auto;
	}
	.slick-list {
		width: calc(100% - 50px) !important;
	}
	.testimonials .card .card-body img {
		height: auto;
		width: 100%;
	}
	.testimonials .card .card-body .card-text {
		width: 100%;
		padding: 15px;
	}
	iframe {
		max-width: 100%;
	}
	.grid_c {
		grid-template-columns: 100%;
	}
	.container.padding.text-left.article_content {
		float: left;
		width: 100%;
	}
	.container .grid_c {
		grid-template-columns: 100%;
	}
	.card .row .news-block-image {
		width: 100px;
		height: 100px;
	}
	.card .col-sm {
		width: calc(100% - 100px);
	}
	.card-text p,
	.card-text i,
	.card-text span,
	.card-title,
	.card-text {
		font-size: 15px !important;
		line-height: 11px;
	}
	.card-body {
		padding: 5px 5px 0 5px;
	}
	#page-header {
		height: 150px;
	}
	.post-sharing-ico li a {
		float: left;
		display: inline-block;
		margin: 5px;
	}
	#navigacija {
		padding: 0 0 0 50px;
	}
	#navigacija .nav_bgcolor {
		display: none;
	}

	.grid_col {
		/*float: left;*/
	}
	.calendar td {
		width: 100%;
		display: block;
	}
	.calendar .calendar-day-head,
	.calendar .calendar-day-np {
		display: none !important;
	}
	.calendar .day-number, .calendar .day-number_now {
        float: left;
        width: 50px;
        display: inline-block;
    }
	.calendar .event {
		float: right;
		display: inline-block;
		width: calc(100% - 50px);
		margin: 0 0 10px 0;
	}
	.calendar .calendar-day, .calendar .calendar-day_now {
        float: left;
        display: block;
        width: 100%;
        border-bottom: 1px solid #fff !important;
        padding: 20px 0 !important;
    }
	#page_list .col-xs-12 {
		margin-left: 0;
	}
	.navbar-brand>img {
		display: block;
        max-height: 36px;
        width: auto;
	}
	#navigacija .text-right {
		width: 100%;
	}
	.navbar-right {
		height: auto !important;
	}

	.social {
		display: none !important;
	}
	.h_search {
		display: block;
		width: 100%;
	}
	#navigacija .navbar-right {
		float: left !important;
	}
    #page_list h1 {
        width: 100%;
    }
    .day-number_now {
        height: 50px;
        line-height: 50px;
    }
.pushy-submenu > button > a {
	padding: 0;
}
.pushy-content svg {
	max-height: 20px;
}
}

/* For mobile phones: */

@media only screen and (max-width: 799px) {
    html {        
		overflow-x: hidden;
    }
	body {
		max-width: 100%;
		overflow-x: hidden;
	}
	.menu-btn {
		background: #000 none repeat scroll 0 0;
		border: none;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 41px;
		height: 50px;
		line-height: 50px;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 50px;
	}
	/*.phone_navigation .menu-btn {  display: block; width: 13%; float: left; }*/
	.phone_navigation .menu-btn {
		display: block;
		position: absolute;
		z-index: 10;
	}
	/* mobile navihation */
	.main_navigation,
	.sticky-header {
		display: none;
	}
	.mobile_link {
		pointer-events: auto;
		cursor: pointer;
	}
	.cookieinfo {
		display: block;
		display: flex;
		flex-direction: column;
		padding: 8px 10% !important;
	}
	.tekstcookie {
		width: 100% !important;
		float: left !important;
		display: block !important;
		order: 1;
	}
	.cookieinfo-close {
		position: relative !important;
		float: left !important;
		display: block !important;
		width: 100%;
		height: 65px;
		order: 2;
	}
	.video_div .video-js {
		display: none;
	}
	#mobimg img {
		display: block;
		width: 100%;
	}
	#mp a {
		margin-left: 0px;
	}
	.grid_col {
        grid-template-columns: repeat(1, minmax(340px, 1fr));
        width: auto;
        margin: auto !important;
        display: block;
    }
	.grid_col .col-xs-12 {
		width: 100%;
		float: left;
		display: block;
		text-align: center;
		margin: auto;
	}
	.card-img-overlay {
		width: 100%;
		height: 340px;
	}
	.news-block-image {
		width: 100%;
		height: 340px;
	}
	.fix_width {
		width: 100% !important;
		text-align: center;
	}
	.carousel-caption {
		display: none;
	}
	.deepskyblue {
		height: auto;
	}
	.top_left {
		width: 100%;
		display: block;
	}
	.top_right {
		width: 100%;
		margin: 25px 0 0 0;
	}
	.text-right {
		width: 100%;
		padding-left: 10px;
	}
	.text-left {
		width: 100%;
		float: left;
	}
	.text-right img {
		width: unset;
		height: 90%;
		padding-top: 6px;
		float: left;
	}
	.text-left img {
		width: auto;
		height: 50px;
	}
	.navbar-brand {
		padding: 3px 0 !important;
	}
	.text-right span {
		width: unset;
	}
.text-right a {
	padding: 0;
	margin: 0;
	text-align: center;
	float: unset;
}
	.navbar-brand span {
		font-size: 14px;
		line-height: 16px;
		padding-top: 5px;
	}
	.top_right .text-left {
		width: 100%;
		text-align: unset;
	}
	.col-xs-1 {
		margin-left: -20px;
		padding-top: 5px;
	}

	.col-xs-12 {
		margin-left: -0;
	}
	.card_img {
		width: 40% !important;
		display: block !important;
	}
	.navbar-brand {
		padding: 0 15px;
	}
	.social {
		width: 100%;
	}
	.social a {
		float: unset;
		margin: 0 auto;
	}
	.slick-list {
		width: calc(100% - 50px) !important;
	}
	.testimonials .card .card-body img {
		height: auto;
		width: 100%;
	}
	.testimonials .card .card-body .card-text {
		width: 100%;
		padding: 15px;
	}
	iframe {
		max-width: 100%;
	}
	.grid_c {
		grid-template-columns: 100%;
	}
	.container.padding.text-left.article_content {
		float: left;
		width: 100%;
	}
	.container .grid_c {
		grid-template-columns: 100%;
	}
	.card .row .news-block-image {
		width: 100px;
		height: 100px;
	}
	.card .col-sm {
		width: calc(100% - 100px);
	}
	.card-text p,
	.card-text i,
	.card-text span,
	.card-title,
	.card-text {
		font-size: 15px !important;
		line-height: 11px;
	}
	.card-body {
		padding: 5px 5px 0 5px;
	}
	#page-header {
		height: 150px;
	}
	.post-sharing-ico li a {
		float: left;
		display: inline-block;
		margin: 5px;
	}
	#navigacija {
		padding: 0 0 0 50px;
	}
	#navigacija .nav_bgcolor {
		display: none;
	}

	.grid_col {
		/*float: left;*/
	}/*
	.calendar td {
		width: 100%;
		display: block;
	}*/ /*
	.calendar .calendar-day-head,
	.calendar .calendar-day-np {
		display: none !important;
	}*/ /*
	.calendar .day-number, .calendar .day-number_now {
        float: left;
        width: 50px;
        display: inline-block;
    }*/ /*
	.calendar .event {
		float: right;
		display: inline-block;
		width: calc(100% - 50px);
		margin: 0 0 10px 0;
	} */
	/*.calendar .calendar-day, .calendar .calendar-day_now {
        float: left;
        display: block;
        width: 100%;
        border-bottom: 1px solid #fff !important;
        padding: 20px 0 !important;
    }*/
	#page_list .col-xs-12 {
		margin-left: 0;
	}
	.navbar-brand>img {
		display: block;
        max-height: 36px;
        width: auto;
	}
	#navigacija .text-right {
		width: 100%;
	}
	.navbar-right {
		height: auto !important;
	}

	.social {
		display: none !important;
	}
	.h_search {
		display: block;
		width: 100%;
	}
	#navigacija .navbar-right {
		float: left !important;
	}
    #page_list h1 {
        width: 100%;
    }
    .day-number_now {
        height: 50px;
        line-height: 50px;
    }
    .pushy-submenu > button > a {
	padding: 0;
}
.pushy-content svg {
	max-height: 20px;
}
}
footer form, footer input.form-control, footer textarea.form-control, #wformsend, footer iframe, .g-recaptcha {
	width: 100%;
}
[class*="col-"] {
	padding: 0;
}
.container {
	padding-right: 0;
	padding-left: 0;
}
.align-right {
	float: unset;
	text-align: center;
}
.karta {
	float: unset;
	margin: 0 0 25px 10px;
	padding: 0;
}
/*table.calendar { width: 100px; }*/
.calendar tr td {
	display: block;
	width: 100%;
	margin-bottom: 3px;
}
.calendar tr td.calendar-day .day-number, .day-number_now {
	width: 70px;
	height: 70px;
	display: inline-block;
	line-height: 70px;
	font-size: 25px;
	color: #fff;
	background-color: #2da7ee;
	border-radius: 10px 0 0 10px;
	text-align: center;
	float: left;
}
.day-number_now {
	background-color: #EA018C;
}
.calendar tr td.calendar-day .event {
	display: inline-block;
	/*width: calc(99% - 75px);*/
	/*margin: 0;*/
	padding: 0 0 0 5px;
	line-height: 14px;
}

.event {
	width: calc(100% - 80px);
	float: right;
	margin-bottom: 5px;
}
.calendar tr td.calendar-day .event a {
	line-height: 1;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.calendar-day-head {
	display: none !important;
}
.calendar-row {
	border: none !important;
}
.calendar td {
	min-width: 100%;
	max-width: 100%;
	width: 100% !important;
	float: left;
}
.calendar-day .event, .calendar-day_now .event, .calendar-row, .calendar-day_now { border: none !important; }
.calendar-day-np {
	display: none !important;
}
.breadcrumbs_block i {
	margin: 0 5px;
}
.breadcrumbs_block a {
	padding: 1px 5px;
}
.news-block-wrapper img {
	width: 100% !important;
	height: auto !important;
	/*position: relative;*/
}
.card {
	overflow: hidden;
}
.card img.imgheight {
	min-width: unset;
}
.news-block-wrapper .card img.imgheight {
	width: auto !important;
	height: 100% !important;
	position: absolute;
}
.card-text .material-icons {
	float: unset;
}
.container .grid_c {
	margin-bottom: 10px;
}

.card-img-overlay h4 {
	font-size: 27px;
}
.event {
	width: calc(100% - 80px);
	float: right;
	margin-bottom: 5px;
}
#page_list .grid_col .col-xs-12 {
	margin-bottom: 32px;
}

.table-container .col-table-cell {
	display: block;
}















