#top-panel-navigation{
	order:3;
}

.d-grid{
	display: grid !important;
}

body{
	overflow-x: hidden;
}

.top-panel-2 .search{
	order:2;
}

.top-panel{
	padding:0 !important;
	height:80px;
	border-bottom: 1px solid #929292;
	z-index: 10;
}

.top-panel .search{
	height: 100%;
	background: #268AA3;
	width:79px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}

.top-panel .search:hover{
	background:#F8A625;
}

#lets-search{
	color: #fff;
	font-size: 35px;
	margin: 0;
}

#top-panel-navigation-toggler{
	height: 79px;
	background: #218CA5;
	width:79px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#top-panel-navigation-toggler:hover, #top-panel-navigation-toggler.active{
	background:#F8A625;
}
#top-panel-navigation-toggler i{
	color: #fff;
	font-size: 35px;
	margin: 0;
}

.top-panel-2 .logo{
	margin-right: calc(100vw - 158px - 173px);
}

#top-header-navigation{
	display:none;
}

.header{
	margin-top:10px;
	height:220px;
}

#header-posts_slider_new{
	height: 100%;
	width:100%;
}

.hp-border-bottom{
	display:none;
}

h1.hp-name{
	background: transparent !important;
	text-align: center;
	width: 100%;
	padding: 0 10px 20px 10px;
	font-weight: 500;
	border-bottom: 1px solid #929292;
}

#widget-45 h1.hp-name, #widget-50 h1.hp-name{
	border-bottom: 1px solid #929292;
}

.last_post-name{
	order:1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}

.last-post-name h2{
	color: #454545;
}

.last_post-img{
	order:2;
}

.last_post-perex{
	order:3;
}

.last_post-button{
	order:4;
}

.last_post-button span{
	background: transparent;
	border: transparent;
	color: #444444 !important;
}

.last_post .last_post-img div{
	padding-top: 72.73%;
	border-radius: 0;
}

.logo{
	display: flex;
	align-items: center;
}

.top-panel .logo img{
	width: 163px;
	height: auto;
}

.header-slider-item{

}

#top-panel-navigation-list{
	display:none;
	position: absolute;
	width: 340px;
	right: 0;
	top: calc(100% + 10px);
	background: #454545;
	z-index: 1;
	color:#fff;
	padding: 15px 0;
	flex-direction: column-reverse;
}

#top-navigation-list-inner{
	display:flex;
	flex-direction: column;
	max-height: calc(100vh - 99px);
	overflow: scroll;
	position: relative;
	scrollbar-color: #fff #fff;
}

#top-panel-navigation-list::before{
	content: '';
	position: absolute;
	top: -15px;
	right: 20px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #454545;
}

.top-panel-navigation-area{
	padding:0 20px;
	list-style: none;
}

.top-panel-navigation-area:nth-child(2){
	border-bottom: 1px solid #d5d5d5;
}

.top-panel-navigation-submenu{
	padding:0 0 0 15px;
	list-style: none;
	margin:15px 0 0 0;
}

.top-panel-navigation-area h3{
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

a.top-panel-navigation-link, a.top-panel-navigation-subitem-link{
	color:#fff;
	display:flex;
	align-items: center;
}

a.top-panel-navigation-link:hover, a.top-panel-navigation-subitem-link:hover{
	text-decoration: none;
}

.top-panel-navigation-item{
	margin: 0 0 20px 5px;
}

.top-panel-navigation-link-icon{
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	width:20px;
	justify-content: center;
	margin: 0 20px 0 0;
}

.top-panel-navigation-submenu{
	display:none;
}

.top-panel-navigation-link-name{
	position: relative;
	flex:1;
	padding:0 0 5px 10px;
}

.top-panel-navigation-link-more{
	font-size: 1.25rem;
}

.top-panel-navigation-link-less{
	font-size: 1.25rem;
	display:none;
}

.top-panel-navigation-area:nth-child(2) .top-panel-navigation-item{
	margin: 0 7px 10px 5px;
}



.top-panel-navigation-close{
	position: absolute;
	top: -5px;
	right: 20px;
	cursor: pointer;
}

.top-panel-navigation-close span{
	font-size: 2rem;
}

.top-panel-navigation-subitem {
	margin: 0 0 10px 0;
}

.top-panel-navigation-link-name::before, .top-panel-navigation-subitem-link-name::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4px;
	height: 0;
	background: #F8A625;
	transition: height 0.2s ease;
}

a.top-panel-navigation-link:hover .top-panel-navigation-link-name::before, a.top-panel-navigation-link.active .top-panel-navigation-link-name::before, a.top-panel-navigation-link.active_perma .top-panel-navigation-link-name::before, a.top-panel-navigation-subitem-link:hover .top-panel-navigation-link-name::before, a.top-panel-navigation-subitem-link.active .top-panel-navigation-link-name::before, a.top-panel-navigation-subitem-link.active_perma .top-panel-navigation-link-name::before{
	height:15px;
}

.top-panel-navigation-link-name::after, .top-panel-navigation-subitem-link-name::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #F8A625;
	transition: width 0.2s ease;
}

a.top-panel-navigation-link:hover .top-panel-navigation-link-name::after, a.top-panel-navigation-link.active .top-panel-navigation-link-name::after, a.top-panel-navigation-link.active_perma .top-panel-navigation-link-name::after, a.top-panel-navigation-subitem-link:hover .top-panel-navigation-link-name::after, a.top-panel-navigation-subitem-link.active .top-panel-navigation-link-name::after, a.top-panel-navigation-subitem-link.active_perma .top-panel-navigation-link-name::after{
	width: 45px;
}

.top-navigation-black{
	position: fixed;
	width: 100vw;
	height: 100%;
	background: #00000040;
	right: 0;
	display:none;
}

.black-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000040;
	top: 79px;
	z-index: 9;
	display:none;
}

.breadcrumb{
	justify-content: center;
	position: relative;
}

.breadcrumb::after {
	content:'';
	position: absolute;
	height: 6px;
	width: 190px;
	background: #F8A625;
	bottom: -5px;
}

.breadcrumb-item span {
	font-size:1.3rem;
}

.breadcrumb-nav{
	margin-top:10px
}

.header-slider-arrow{
	height:40px;
	width: 40px;
	background: #268AA3;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-slider-arrow span{
	font-size: 36px;
	font-weight: 200;
}

.header-slider-prev{

}

.header-slider-item-text{
	height: 180px !important;
	top: 20px;
	position: relative;
	background: #373737c4;
	color: #fff;
	width: 75%;
	padding-left: 30px;
	padding-top: 20px;
	font-size: 1.2rem;
}

.header-slider-item-button{
	position: absolute;
	padding: 8px 30px;
	background: #268AA3;
	color: #fff;
	bottom: 30px;
	left: 80px;
}

a.header-slider-item-button:hover{
	text-decoration: none;
	color: #fff;
	background: #FAA720;
}

body .last_posts-2 .last_post-name h2 {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
}

#widget-45 .last_posts-posts{
	padding: 0 25px;
}

.last_posts-2 .last_post-img{
	margin: 10px 15px;
	border-radius:0;
	position: relative;
}

body .last_posts-2 .last_post-perex{
	color:#454545;
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 1.6;
	-webkit-line-clamp: 6;
	max-height: 150px;
	flex:none;
}

.last_posts-2 .last_post-img::before{
	content: '';
	position: absolute;
	left: -15px;
	bottom: -15px;
	width: 10px;
	height: 0;
	background: #268AA3;
	transition: height 0.2s ease;
}

.last_posts-2 .last_post:hover .last_post-img::before{
	height: 65px;
}

.last_post:hover .last_post-img{
	transform: scale(1.05);
	transition: transform 0.2s ease;
}


.last_posts-2 .last_post-img::after{
	content: '';
	position: absolute;
	left: -15px;
	bottom: -15px;
	width: 0;
	height: 10px;
	background: #268AA3;
	transition: width 0.2s ease;
}

.last_posts-2 .last_post:hover .last_post-img::after{
	width: 100px;
}

.last_post .last_post-img div{
	position: relative;
}

.last_post .last_post-img div::before{
	content: '';
	position: absolute;
	right: -15px;
	top: -15px;
	width: 10px;
	height: 0;
	background: #268AA3;
	transition: height 0.2s ease;
}

.last_post:hover .last_post-img div::before {
	height:65px;
}

.last_post .last_post-img div::after{
	content: '';
	position: absolute;
	right: -15px;
	top: -15px;
	width: 0;
	height: 10px;
	background: #268AA3;
	transition: width 0.2s ease;
}

.last_post:hover .last_post-img div::after{
	width: 100px;
}

.last_post-button .btn::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4px;
	height: 25px;
	background: #F8A625;
}

.last_post-button .btn{
	font-size: 1.1rem;
	color: #424543;
	padding: 5px 10px;
	position: relative;
}

.last_post-button .btn:hover{
	background: transparent;
	border: transparent;
	color: #444444 !important;
}

.last_post-button .btn::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 4px;
	background: #F8A625;
}

body .last_posts-2 .last_post-button{
	text-align:left;
}

body .last_posts-2 .last_post:nth-child(2n) .last_post-button{
	text-align:right;
}

a.hp-button{
	display: flex;
	justify-content: center;
	align-items: start;
	text-decoration: none !important;
}

.hp-button-arrow{
	width:80px;
	height:80px;
	display:flex;
	align-items: center;
	justify-content: center;
	background: #F8A625;
	color:#fff;
	position: relative;
	z-index: 1;
}

a.hp-button:hover .hp-button-arrow{
	background: #218CA5;
}

.hp-button-arrow span{
	font-size: 3.25rem;
}

.hp-button-text{
	position: relative;
	margin-left: 20px;
	color: #454545;
	font-size: 1.2rem;
	padding: 0 10px 5px 10px;
}

.hp-button-text::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4px;
	height: 0;
	background: #F8A625;
	transition: height 0.2s ease;
}

.hp-button:hover .hp-button-text::before{
	height: 25px;
}


.hp-button-text::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #F8A625;
	transition: width 0.2s ease;
}

.hp-button:hover .hp-button-text::after{
	width: 50px;
}

.all-posts{
	position: relative;
	display:flex;
	justify-content: center;
}

.hp-button-border{
	position: absolute;
	height: 1px;
	background: #929292;
	width: calc(50% + 50vw - 45px);
	left: -20px;
	right: 20px;
	top: 40px;
}

#big-calendr-left .change-month i, #big-calendr-left #to_today{
	border-radius: 0;
}

#widget-47.big-calendar h1.hp-name{
	color: #454545 !important;
}

#anchor{
	background: #F8A625;
	color:#fff;
	height:80px;
	width:80px;
	padding: 15px 0;
	border-radius: 0;
}

#anchor span{
	font-size: 3rem;
}

#footer-logo{
	height: 180px;
}

#footer-logo img{
	transform: rotate(270deg);
	width: 250px;
	position: relative;
	left: -90px;
	top: 10px;
}

footer .box-name{
	font-size: 1.5rem;
	font-weight: 500;
	position: relative;
	padding: 0 0 10px 0;
}

footer .box-name::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 4px;
	background: #F8A625;
}

.footer-navigation-area{
	padding:0 0 0 15px;
	list-style: none;
	margin:15px 0 0 0;
}

a.footer-navigation-link, a.footer-navigation-subitem-link{
	color:#fff;
	display:flex;
	align-items: center;
	font-size: 1.1rem;
}

a.footer-navigation-link:hover, a.footer-navigation-subitem-link:hover{
	text-decoration: none;
}

.footer-navigation-item{
	margin: 0 0 20px 5px;
}


.footer-navigation-submenu{
	display:none;
	margin: 15px 0 0 0;
}

.footer-navigation-submenu-list{
	list-style: none;
	padding: 0 0 0 15px;
}

.footer-navigation-link-name{
	position: relative;
	flex:1;
	padding:0 0 5px 10px;
}

.footer-navigation-item{
	margin: 0 7px 10px 5px;
}

.footer-navigation-subitem {
	margin: 0 0 10px 0;
}

.footer-navigation-link-name::before, .footer-navigation-subitem-link-name::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4px;
	height: 0;
	background: #F8A625;
	transition: height 0.2s ease;
}

a.footer-navigation-link:hover .footer-navigation-link-name::before, a.footer-navigation-link.active .footer-navigation-link-name::before, a.footer-navigation-link.active_perma .footer-navigation-link-name::before, a.footer-navigation-subitem-link:hover .footer-navigation-link-name::before, a.footer-navigation-subitem-link.active .footer-navigation-link-name::before, a.footer-navigation-subitem-link.active_perma .footer-navigation-link-name::before{
	height:15px;
}

a.footer-navigation-link:hover, a.footer-navigation-link.active{
	font-weight: 600;
}

.footer-navigation-link-name::after, .footer-navigation-subitem-link-name::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #F8A625;
	transition: width 0.2s ease;
}

a.footer-navigation-link:hover .footer-navigation-link-name::after, a.footer-navigation-link.active .footer-navigation-link-name::after, a.footer-navigation-link.active_perma .footer-navigation-link-name::after, a.footer-navigation-subitem-link:hover .footer-navigation-link-name::after, a.footer-navigation-subitem-link.active .footer-navigation-link-name::after, a.footer-navigation-subitem-link.active_perma .footer-navigation-link-name::after{
	width: 45px;
}

#copyright{
	background:#F8A625;
	margin-top:-1em;
	padding:0;
}

#copyright-content {
	padding: 15px 0;
}

#copyright-text div:nth-child(1){
	font-weight: 200;
	color: #fff;
	font-size: 0.9rem;
	margin-bottom:10px;
}

#copyright-text div:nth-child(3){
	font-weight: 200;
	color: #454545;
	font-size: 0.9rem;
	margin-top:10px;
}

#copyright-text div:nth-child(3) a{
	color:#fff;
	font-weight:300;
}

#copyright-links a{
	color:#454545;
}

#copyright-links{
	font-size: 1.3rem;
	border:0;
}

#copyright-links>div:nth-child(2){
	margin:0 10px;
}

#copyright-sitemap::after{
	display:none;
}

#copyright-declaration::after{
	display:none;
}

article>h2{
	font-weight:400;
	text-align: center;
	margin-bottom: 0;
}

.photo {
	width: calc(33.33% - 0.2em);
	margin-bottom: 0.2em;
}

.photo:not(:nth-child(3n)) {
	margin-right: 0.2em;
}

.header-slider-prev{
	left:-100px;
	transition: left 0.5s ease;
}

.header-slider-next{
	right:-100px;
	transition: right 0.5s ease;
}

.header-slider-prev.active{
	left:10px;
}

.header-slider-next.active{
	right:10px;
}

.box-content{
	font-weight: 300;
}

.header-slider-item>div{
	background-size: contain;
	backdrop-filter: blur(10px);
}

.gallery_widget_main h1.hp-name{
	border-bottom: 0;
}

#widget-47.big-calendar h1.hp-name{
	border-bottom: 0;
	padding-bottom: 0;
}

.gallery_widget_main .gallery_widget-gallery{
	margin-top:0;
}

#widget-47.big-calendar{
	margin-top:3em;
}

#widget-47.big-calendar #big-calendar-inner{
	margin-top:0;
}

a.contact{
	background: #F8F8F4;
	color:#45455B;
	border-radius: 0;
	padding:20px;
	margin-bottom:20px;
}

a.contact:hover{
	background: #EBEBEB;
}

.contact h3{
	font-weight: 400;
}

.contact-phone{
	font-weight: 300;
	display: flex;
	align-items: center;
}

.contact-email{
	font-weight: 300;
}

.contact-photo-image{
	background-size: contain;
	backdrop-filter: blur(10px);
}

.contact-photo{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.contact-photo::after{
	content: '';
	position: absolute;
	left: -20px;
	bottom: -20px;
	width: 0;
	height: 10px;
	background: #268AA3;
	transition: width 0.2s ease;
}

a.contact:hover .contact-photo::after{
	width: 100px;
}

.contact-photo::before{
	content: '';
	position: absolute;
	left: -20px;
	bottom: -20px;
	width: 10px;
	height: 0;
	background: #268AA3;
	transition: height 0.2s ease;
}

a.contact:hover .contact-photo::before{
	height: 65px;
}

.contact-photo-image::after{
	content: '';
	position: absolute;
	right: -20px;
	top: -20px;
	width: 0;
	height: 10px;
	background: #268AA3;
	transition: width 0.2s ease;
}

a.contact:hover .contact-photo-image::after{
	width: 100px;
}

.contact-photo-image::before{
	content: '';
	position: absolute;
	right: -20px;
	top: -20px;
	width: 10px;
	height: 0;
	background: #268AA3;
	transition: height 0.2s ease;
}

a.contact:hover .contact-photo-image::before{
	height: 65px;
}

.contact-content{
	margin-top:50px;
	padding:0;
}

h2.contact-name{
	margin:0;
}

.contact-position{
	margin-top:35px;
	margin-bottom:30px;
}

.contact-phone i{
	font-size: 22px;
}

.blog-category-4row .blog-post-preview, .blog-category-4row .blog-post-image{
	border-radius: 0;
}

.blog-category-4row .blog-post-image{
	border-radius: 0;
}
.blog-category-4row .blog-post-content{
	display: flex;
	flex-direction: column;
}

.blog-category-4row .blog-post-name{
	order:1;
}

.top-panel-navigation-area:nth-child(3) a.top-panel-navigation-link:hover, .top-panel-navigation-area:nth-child(3) a.top-panel-navigation-subitem-link:hover{
	color:#F8A625;
}

.top-panel-navigation-area:nth-child(3) .top-panel-navigation-link-name::after, .top-panel-navigation-area:nth-child(3) .top-panel-navigation-link-name::before{
	display:none;
}

.school-year-select .input-group-text{
	background: #F8A525;
	color:#fff;
	border-radius: 0;
	font-size: 0.9rem;
	padding: .375rem 1.25rem;
}

.school-year-select select{
	border-radius: 0;
}

.school-year-select{
	width: max-content;
}

.pages{
	justify-content: center;
}

.pages-arrow{
	background: #268AA2;
	border-color: #268AA2;
}

.pages-button{
	border-radius: 0;
}

#pages{
	border-color: #929292;
	border-radius: 0;
}

.pages-number.active, .pages-number:hover{
	background: #F8A525;
	color:#fff;
	border-color: #F8A525;
}

.contact-categories{
	margin-bottom: 50px;
}

.contact-categories-inner{
	display: flex;
	overflow: scroll;
	scrollbar-width: none;
}

a.contact-category{
	display:block;
	font-size: 20px;
	color: #454545;
	text-wrap: nowrap;
	position: relative;
	margin: 0 15px 10px 15px;
}

a.contact-category span:first-child{
	position:absolute;
	left:50%;
	transform: translate(-50%, 0);
}

a.contact-category span:last-child{
	visibility: hidden;
	font-weight: 600;
}

a.contact-category.active, a.contact-category:hover{
	text-decoration: none !important;
}

a.contact-category.active span:first-child, a.contact-category:hover span:first-child{
	display:none;
}

a.contact-category.active span:last-child, a.contact-category:hover span:last-child{
	visibility: visible;
}

a.contact-category::after{
	content: '';
	position: absolute;
	left: -10px;
	bottom: -5px;
	width: 0;
	height: 5px;
	background: #F8A625;
	transition: width 0.2s ease;
}

a.contact-category.active::after, a.contact-category:hover::after{
	width: 45px;
}

a.contact-category::before{
	content: '';
	position: absolute;
	left: -10px;
	bottom: -5px;
	width: 5px;
	height: 0;
	background: #F8A625;
	transition: height 0.2s ease;
}

a.contact-category.active::before, a.contact-category:hover::before{
	height: 20px;
}

.supertable{
	border:0;
}

.supertable tr{
	border-bottom: 1px solid #EBEBEB;
}
.supertable tr:last-child{
	border-bottom:0;
}


.supertable td{
	border:0;
	padding:15px 10px;
}

.supertable tr:hover{
	background: #F8F4F4;
}

.last_post-name h2 {
	color: #444444 !important;
}

.box-content{
	font-weight: 200;
}

.post-name-border{
	margin-top: 15px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: .5rem;
}

.post-text img{
	margin:30px;
}

#gallery-category, #galleryDiv{
	width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-category-preview-image, .g-preview-image{
	height:220px;
	border-radius: 0;
	position: relative;
}

.gallery-category-preview, .g-preview{
	border-radius: 0;
	position: relative;
}

.gallery-category:hover .gallery-category-preview, .gallery:hover .g-preview{
	transform: scale(1.05);
	transition: transform 0.2s ease;
}

.gallery-category-preview::before, .g-preview::before {
	content: '';
	position: absolute;
	left: -15px;
	bottom: -15px;
	width: 10px;
	height: 0;
	background: #268AA3;
	transition: height 0.2s ease;
}

.gallery-category:hover .gallery-category-preview::before, .gallery:hover .g-preview::before {
	height: 65px;
}

.gallery-category-preview::after, .g-preview::after {
	content: '';
	position: absolute;
	left: -15px;
	bottom: -15px;
	width: 0;
	height: 10px;
	background: #268AA3;
	transition: width 0.2s ease;
}

.gallery-category:hover .gallery-category-preview::after, .gallery:hover .g-preview::after {
	width:100px;
}

.gallery-category-preview-image::before, .g-preview-image::before{
	content: '';
	position: absolute;
	right: -15px;
	top: -15px;
	width: 10px;
	height: 0;
	background: #268AA3;
	transition: height 0.2s ease;
}

.gallery-category:hover .gallery-category-preview-image::before, .gallery:hover .g-preview-image::before {
	height: 65px;
}

.gallery-category-preview-image::after, .g-preview-image::after {
	content: '';
	position: absolute;
	right: -15px;
	top: -15px;
	width: 0;
	height: 10px;
	background: #268AA3;
	transition: width 0.2s ease;
}

.gallery-category:hover .gallery-category-preview-image::after, .gallery:hover .g-preview-image::after {
	width:100px;
}

.gallery-category-name h2, .g-name h2{
	margin-bottom: 0;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
}

.gallery-category-name, .g-name{
	margin-bottom: 20px;
}

.gallery-category-content, .g-content{
	padding:0;
	margin:40px 0 0 0;
}

.open-post {
	font-size: 1.1rem !important;
	background: transparent;
	border: transparent;
	color: #444444 !important;
	padding: 5px 10px;
	position: relative;
}

.open-post:hover {
	background: transparent;
	border: transparent;
	color: #444444 !important;
}

.open-post::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4px;
	height: 25px;
	background: #F8A625;
}

.open-post::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 4px;
	background: #F8A625;
}

.gallery-category, .gallery{
	margin-bottom: 80px;
	display:block;
	color: #444444 !important;
}

.gallery-category:hover, .gallery:hover{
	text-decoration: none;
	color: #444444;
}

.post-name-border {
	margin-top: 15px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 35px;
}

.preview_img{
	width: 100%;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}

.preview_img>div{
	width: 100%;
	background-size: cover;
	background-position: center;
}

.preview_img>div>div{
	width: 100%;
	padding-top: 75.865%;
	background-size: contain;
	background-repeat: no-repeat;
	backdrop-filter: blur(10px);
	background-position: center;
}

.contact-modal{
	max-width: 340px;
	margin:10px auto;
}

.contact-detail{
	padding: 0 20px;
}

.cd-photo-inner{
	padding-top: 100%;
	margin-bottom:35px;
}

.contact-detail h2.contact-name{
	font-size:21px;
	color:#272727;
	font-weight: 400;
}
.contact-detail .contact-position h3{
	font-size:19px;
	color:#272727;
	font-weight: 400;
}
.contact-detail .contact-position{
	margin-top:25px;
	margin-bottom:30px;
}

.contact-text{
	color:#272727;
	margin-bottom:35px;
}

.contact-detail .contact-email, .contact-detail .contact-phone{
	font-weight: 400;
}

.contact-detail .contact-email a, .contact-detail .contact-phone a{
	text-decoration: underline;
	margin-bottom:25px;
	display: block;
}

.contact-detail .cd-mail{
	margin-top:10px;
	margin-bottom:20px;
}

.contactform .input-group-text{
	background-color: #616161;
	color:#fff;
	border-radius: 0;
}

.contactform .form-control{
	border-radius: 0;
}

.contactform .btn{
	width: 100%;
}

.swal2-container{
	z-index: 99999;
}

.fancybox-opened{
	z-index: 80300 !important;
}

.fancybox-wrap img{
	max-width:100%;
	height:auto;
}

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

	.supertable td{
		padding:20px;
	}

	body .last_posts-2 .last_post:nth-child(2n) .last_post-button{
		text-align: left;
	}

	body .last_posts-2 .all-posts {
		width:auto;
	}

	#footer-logo {
		position: absolute;
	}

	footer{
		padding-top: 240px;
	}

	#footer-logo img{
		top: -180px;
	}

	.footer-navigation-area{
		padding:0;
	}

	.footer-navigation-item {
		margin: 0 7px 10px 0;
	}

	.footer-navigation-link-name{
		margin-left: -10px;
	}

	.last_posts-2 .last_post-img{
		margin:10px 0;
	}

	.photo {
		width: calc(25% - 0.2em);
		margin-right: 0.2em;
	}

	.photo:nth-child(4n) {
		margin-right: 0;
	}

	a.contact{
		width: calc(50% - 25px / 2);
	}

	a.contact:nth-child(2n){
		margin-left:25px;
	}

	#contactDiv{
		display:flex;
		flex-wrap: wrap;
	}

	.pages-button{
		width: 50px;
		height: 50px;
		margin-right: 20px;
	}

	#pages{
		height:50px;
		width: 65px !important;
	}

	#gallery-category, #galleryDiv{
		width: 100%;
		max-width: 660px;
		display:flex;
		flex-wrap: wrap;
	}

	.gallery-category, .gallery{
		width:calc(100% / 2 - 80px / 2);
		margin-right: 0;
	}

	.gallery-category:nth-child(2n), .gallery:nth-child(2n){
		margin-left: 80px;
	}

	.preview_img{
		width:290px;
	}

}

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

	.photo {
		width: calc(20% - 0.2em);
		margin-right: 0.2em !important;
	}

	.photo:nth-child(4n) {
		margin-right: 0.2em !important;
	}

	.photo:nth-child(5n) {
		margin-right: 0 !important;
	}

	.header-slider-item>div{
		background-size: cover;
		backdrop-filter: blur(10px);
	}

	.header{
		height:calc((560 / 1920) * 100vw)
	}

	.header-slider-item-text{
		right:calc(((260 / 1920) * 100vw) + 100px);
		bottom:65px;
		top:auto;
		position: absolute;
		width:540px;
		height: 100px !important;
		font-size: 1.5rem;
		display: flex;
		align-items: center;
		padding-top:0;
		justify-content: center;
		text-align: center;
	}

	.header-slider-item>div{
		position:relative;
	}

	.header-slider-item-button{
		position: absolute;
		bottom: 65px;
		right: calc((260 / 1920) * 100vw);
		width: 100px;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		left:auto;
		font-size: 1.3rem;
	}

	.columns-none a.contact{
		width: calc(100% / 3 - 50px / 3);
		margin:0;
		margin-bottom:25px;
	}

	.columns-none a.contact:nth-child(3n-1){
		margin-left:25px;
		margin-right:25px;
	}

	main.container {
		padding: 0;
	}

	.pages{
		margin-left: auto;
		margin-right: auto;
	}

	.top-header-navigation-link-name{
		justify-content: start;
	}

	.preview_img{
		width:360px;
	}


}

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

	#top-navigation-list-inner{
		overflow: hidden;
	}

	#footer-logo img{
		width: 540px;
		left: -380px;
		top: 80px;
	}

	footer {
		padding-top: 50px;
		padding-left: 200px !important;
	}

	#copyright{
		position: relative;
		margin-top:0;
		height: 85px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#copyright-text{
		display: flex;
		margin-bottom: 0 !important;
		align-items: center;
	}

	#copyright-text div:nth-child(1){
		margin-bottom:0;
	}

	#copyright-text div:nth-child(3){
		margin-top: 0;
	}

	#copyright-text div:nth-child(2){
		margin-left: 5px;
	}

	#copyright-text div:nth-child(2) a{
		display: flex;
		align-items: center;
	}

	#copyright-links{
		position: absolute;
		right: 5px;
		top: 0;
		margin:0;
		height: 85px;
		align-items: center;
		padding:0;
	}

	#admin-link-icon{
		display:block !important;
		position: static;
	}

	#admin-link-icon a{
		display: flex;
		align-items: center;
	}

	#copyright-cookies{
		margin-right:10px;
	}

	#big-calendar-list #big-calendar-right{
		padding-top:0;
	}
	#big-calendar-list .big-calendar-list-item:first-child .bcli-date, #big-calendar-list .big-calendar-list-item:first-child .bcli-name, #big-calendar-inner .events-box, #widget-47.big-calendar .box-event-detail, .events-box .close-box, .box-event-detail .box-event-detail-close{
		border-radius: 0;
	}



	.columns-none .contact:nth-child(1n){
		width: calc(100% / 3 - 50px / 3);
		margin:0;
		margin-bottom: 25px;
	}

	.columns-none a.contact:nth-child(3n-1){
		margin-left:25px;
		margin-right:25px;
	}

	#content {
		margin-right: 1em;
	}

	.contact-categories-inner{
		justify-content: end;
	}

	.swipe-symbol{
		display:none;
	}

	#gallery-category, #galleryDiv{
		max-width: 1030px;
	}

	.columns-none .gallery-category:nth-child(1n), .columns-none .gallery:nth-child(1n){
		width:calc(100% / 3 - 160px / 3);
		margin-right: 0;
		margin-left:0;
		margin-bottom: 80px;
	}

	main.columns-none .gallery-category:nth-child(3n-1), main.columns-none .gallery:nth-child(3n-1){
		margin-left: 80px;
		margin-right: 80px;
	}

	.contact-modal{
		max-width: 950px;
	}

	.contact-detail{
		display:grid;
		grid-template:
				"photo form" 260px
				"content content" auto / 260px auto;
		gap:40px;
		padding:16px 80px 40px 80px;
	}

	.cd-photo{
		grid-area: photo;
	}

	.cd-content{
		grid-area: content;
	}

	.contact-detail .cd-mail{
		grid-area: form;
		margin:0;
	}

	.contactform textarea.form-control{
		height:98px;
	}

	.contact-modal .close-form{
		top:15px;
	}

}

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

	#top-header-navigation.fixed-top{
		position:fixed;
		animation: 0.7s ease 1s 1 normal both running slide_navigation;
		top:-84px;
		border-bottom: 1px solid #cbcbcb;
		box-shadow: #B4B4B5 0 0 10px;
		z-index: 9;
	}

	@keyframes slide_navigation {
		from { top: -84px; }
		to   { top: 0; }
	}

	.header-slider-item-text{
		width:780px;
		font-size: 1.5rem;
	}

	.top-header-navigation-subitem:hover{
		background: #6d6d6d;
	}

	.top-header-navigation-subitem{
		padding:0 10px;
		font-size: 16px;
		margin-left:20px;
	}

	#copyright-links {
		right: 20px;
	}

	article h2{
		text-align: left;

	}

	.post-name-border{
		margin-top:  30px;
		border-bottom: 1px solid #d5d5d5;
		margin-bottom: 70px;
	}

	h1.hp-name{
		text-align: left;
	}

	.top-header-navigation-submenu{
		border-radius: 0;
		transform: translate(-50%, 0);
		right:auto;
		left:50%;
		padding:15px;
	}

	.top-header-navigation-submenu-list{
		grid-template-rows: repeat(5, auto);
		grid-auto-flow: column;
		grid-auto-columns: minmax(auto, 1fr);
		gap: 0;
		display:grid;
		list-style-type: none;
		padding-left: 0;
	}
	.top-header-navigation-submenu-list.short{
		display:flex;
		flex-direction: column;
	}


	.top-header-navigation-submenu-icon{
		width:156px;
		height:130px;
		background-size: cover;
		background-position: center;
		margin-right: 0;
	}

	.top-header-navigation-submenu-icon-2{
		width: 156px;
		height: 130px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		backdrop-filter: blur(10px);
	}

	a.top-header-navigation-subitem-link{
		padding:5px 0;
		font-weight: 300;
		margin-left:10;
	}

	.top-header-navigation-area {
		list-style-type: none;
		margin-bottom: 0;
		padding: 10px 0;
	}

	.top-panel {
		position: relative;
	}

	.top-panel-navigation-area{
		padding:0;
		height: calc(((560 / 1920) * 100vw) + 164px);
		max-height:724px
	}

	.top-panel-navigation-item {
		margin: 0 0 30px 45px;
	}

	.top-panel-navigation-link-icon{
		margin: 0 25px 0 0;
		font-size: 30px;
	}

	.top-panel-navigation-link-name{
		padding:5px 0 5px 10px;
		font-weight: 300;
		font-size: 20px;
	}

	.top-panel-navigation-area:nth-child(2){
		display:none;
	}

	#top-panel-navigation-list{
		top:0;
		padding:0;
		display:flex;
		right:-360px;
	}

	.top-panel-navigation-area h3{
		height: 100px;
		display: flex;
		align-items: center;
		padding-left: 30px;
		border-bottom: 1px solid #d5d5d5;
		font-weight: 300;
		text-transform: none;
		font-size:1.5rem;
		margin-bottom:50px;
	}

	.top-panel-navigation-close span{
		font-size:3rem;
	}

	.top-panel-navigation-close{
		top: 26px;
		display: flex;
		align-items: center;
	}

	.header{
		max-height: 560px;
		margin-top: 80px;
	}

	#top-header-navigation{
		position: absolute;
		display:block;
		top:100px;
		height:80px;
		z-index: 1;
	}

	.top-header-navigation-link i{
		display:none;
	}

	.top-header-navigation-item{
		font-size: 19px;
		font-weight: 200;
	}

	.top-header-navigation-item:hover>a>div>.top-header-navigation-link-name-1{
		display:none;
	}

	.top-header-navigation-item:hover>a>div>.top-header-navigation-link-name-2{
		visibility: visible;
	}

	.top-header-navigation-link-name-2{
		font-weight: 600;
	}

	.top-header-navigation-link>.top-header-navigation-link-name::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 4px;
		height: 0;
		background: #F8A625;
		transition: height 0.2s ease;
	}

	li.top-header-navigation-item:hover .top-header-navigation-link-name::before, li.top-header-navigation-item.active .top-header-navigation-link-name::before, li.top-header-navigation-item.active_perma .top-header-navigation-link-name::before{
		height:15px;
	}

	.top-header-navigation-link>.top-header-navigation-link-name::after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 4px;
		background: #F8A625;
		transition: width 0.2s ease;
	}

	li.top-header-navigation-item:hover .top-header-navigation-link-name::after, li.top-header-navigation-item.active .top-header-navigation-link-name::after, li.top-header-navigation-item.active_perma .top-header-navigation-link-name::after{
		width:45px;
	}

	.top-header-navigation-link-name{
		position: relative;
		padding: 2px 10px;
	}

	.top-header-navigation-submenu .top-header-navigation-link-name{
		padding: 2px 0;
	}

	a.top-header-navigation-link{
		padding: 4px 10px;
	}

	.top-header-navigation-area{
		padding: 18px 0;
	}

	.header-slider-arrow{
		display:flex !important;
	}

	.top-panel{
		height:100px;
	}

	.top-panel .logo img {
		width: 250px;
	}

	.top-panel .search{
		width:99px;
	}

	#top-panel-navigation-toggler{
		height:99px;
		width:99px;
	}

	.top-panel-2 .logo {
		margin-right: calc(100vw - 198px - 260px);
	}

	#top-panel-navigation{
		position: static;
	}

	.header:hover .header-slider-prev{
		left:40px;
	}

	.header:hover .header-slider-next{
		right:40px;
	}
	.header-slider-arrow{
		height:100px;
		width: 100px;
	}

	.header-slider-arrow span{
		font-weight: 200;
		font-size: 65px;
	}

	#footer-logo img{
		width: 820px;
		left: -570px;
		top: 145px;
	}

	footer{
		min-height: 760px;
		padding-left: 300px !important;
	}

	footer .box-name{
		font-size: 1.8rem;
	}

	footer .box-name::after{
		height:6px;
	}

	.columns-none .contact:nth-child(1n){
		width: calc(100% / 4 - 75px / 4);
		margin:0;
		margin-bottom: 25px;
	}

	.columns-none a.contact:nth-child(3n-1){
		margin:0 0 25px 0;
	}

	.columns-none a.contact:nth-child(4n-2){
		margin-left:25px;
		margin-right:25px;
	}

 	.columns-none a.contact:nth-child(4n-1){
		margin-right:25px;
	}

	#copyright-text div:nth-child(1), #copyright-text div:nth-child(3){
		font-size: 17px;
	}

	body .last_posts-2 .last_post-perex{
		font-size: 16px;
		max-height: 180px;
		line-height: 1.8;
	}

	.breadcrumb-nav{
		margin-bottom: 50px;
	}

	.last_post-name{
		text-align: left;
	}

	.contact-categories-inner{
		overflow: auto;
	}

	.post-text{
		line-height: 1.9;
	}

	#big-calendar-list .big-calendar-list-item:not(:first-child){
		margin-top:18px;
	}

	.box-event-detail-close{
		right: 50px !important;
	}

	.box-event-detail-name{
		padding-right: 25 !important;;
	}

	.box-event-detail{
		padding-top:65px !important;
	}

}

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

	.top-panel{
		padding-left:calc((100vw - 1400px) / 2) !important;
		padding-right:calc((100vw - 1400px) / 2) !important;
	}

	.top-panel-2 .logo {
		margin-right: 927px;
	}

	.gallery_widget_main h1.hp-name{
		margin-left: calc((100vw - 1400px) / 2);
		margin-right: calc((100vw - 1400px) / 2);
		width:auto;
	}

	.hp-button-border{
		width: calc(50% + 675px);
	}

	footer{
		padding-left: calc((100vw - 1400px) / 2) !important;
		padding-right: calc((100vw - 1400px) / 2) !important;
		padding-top:140px;
	}

	#footer-logo img {
		left:-300px;
		top:55px;
	}

	.footer-col-one{
		margin-left:330px;
	}

	#header-posts_slider_new{
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}

	#content {
		margin-right: 0;
	}

	.footer-navigation-item{
		width:fit-content;
		position: relative;
	}

	.footer-navigation-submenu{
		position: absolute;
		left: calc(100% + 35px);
		bottom:-30px;
		background: #3B3B3B;
		margin:0;
		padding:25px 0 25px 25px;
		z-index: 1;
		max-height: 485px;
		overflow: hidden;
	}

	.footer-navigation-item[data-half="2"] .footer-navigation-submenu {
		bottom:auto;
		top: -35px;
	}

	.footer-navigation-item::after{
		content: '';
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		right:-35px;
		border-top: 27.5px solid transparent;
		border-bottom: 27.5px solid transparent;
		border-right: 27.5px solid #3B3B3B;
		display:none;
	}

	.footer-navigation-item.active::after{
		display:block;
	}

	.footer-navigation-link-name{
		text-wrap: nowrap;
		font-size: 1rem;
	}

	.footer-navigation-subitem:last-child{
		margin-bottom:0;
	}

	.footer-navigation-submenu-list{
		padding:0 35px 0 0;
	}

	.footer-navigation-submenu .slimScrollDiv{
		margin:0;
		padding:0;
	}

	.footer-navigation-submenu .slimScrollBar{
		right:15px !important;
		background: #fff !important;;
		width: 10px !important;;
		border-radius: 0 !important;;
	}

	.footer-navigation-subitem{
		margin-bottom:8px;
	}

	.preview_img{
		width: 465px;
		height: 350px;
		float: left;
		margin-right: 40px;
		margin-bottom: 40px;
	}

	.preview_img>div{
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
	}

	.preview_img>div>div{
		width: 100%;
		height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		backdrop-filter: blur(10px);
		background-position: center;
	}

	.footer-navigation-link-name{
		font-size: 19px;
	}

	.footer-navigation-subitem .footer-navigation-link-name{
		font-size: 16px;
	}

	#widget-45.last_posts {
		padding-left: calc((100vw - 1415px) / 2);
		padding-right: calc((100vw - 1415px) / 2);
	}

	div#widget-45 .last_posts-posts{
		padding:0;
	}

	.last_posts-2 .last_post{
		padding:0;
	}

	#gallery-category, #galleryDiv{
		max-width: 1400px;
	}

	.columns-none .gallery-category:nth-child(1n), .columns-none .gallery:nth-child(1n){
		width:calc(100% / 4 - (80px * 3) / 4);
		margin-right: 0;
		margin-left:0;
		margin-bottom: 80px;
	}

	main.columns-none .gallery-category:nth-child(3n-1), main.columns-none .gallery:nth-child(3n-1){
		margin-left: 0;
		margin-right: 0;
	}

	main.columns-none .gallery-category:nth-child(4n-2), main.columns-none .gallery:nth-child(4n-2){
		margin-left: 80px;
		margin-right: 80px;
	}

	main.columns-none .gallery-category:nth-child(4n-1), main.columns-none .gallery:nth-child(4n-1){
		margin-right: 80px;
	}
}