
.custom-fixed-banner .show-me{
	top: 140%;
}

#cookies-panel{
	position: fixed;
    left: 10px;
    bottom: 10px;
    width: 340px;
    background: #ffffff;
    padding: 3em 1em 1em 1em;
	font-family: "Arial";
    font-size: 14px;
	border-radius:10px;
	box-shadow:#5e5e5e 0px 0px 13px 0px;
	z-index:3;
}

#cookies-panel-header{
	font-weight:bold;
	margin-bottom:1.5em;
}

#cookies-panel-top{
	margin-bottom:2em;
	line-height:1.5;
}

#cookies-panel-bottom{
	display: flex;
	justify-content: center;
}

#black-bg{
	background: #000;
    position: fixed;
    top: 0;
	z-index:2;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
	display:none;
}

.cookies-modal{
	position: fixed;
    z-index: 1;
    top: 10em;
    background: #fff;
    left: 0;
    right: 0;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
	border-radius:5px;
	display:none;
	font-family: "Arial";
    font-size: 13.3px;
	z-index:3;
}

.cookies-modal-header{
	padding: 1em;
	font-size: 1.5em;
	border-bottom: 1px solid #d5d5d5;
}

.cookies-modal-body{
	padding: 1em;
	font-size:1.1em;
	line-height:1.2;
	border-bottom: 1px solid #d5d5d5;
}

.cookies-area{
	margin-top:2em;
	background:#ededed;
	padding:0.5em;
}

.cookies-area-header{
	font-size:1.2em;
	margin-bottom:1em;
}

.cookies-modal-footer{
	padding: 1em;
	font-size:1.1em;
	line-height:1.2;
}

#cookies-panel-bottom button, .cookies-modal-footer button{
	border: 0;
	padding: 0.8em 1.2em;
	border-radius:5px;
	cursor:pointer;
	background: #d5d5d5;
}

#cookies-panel-bottom button:hover, .cookies-modal-footer button:hover{
	background:#a3a2a2;
}

#cookies-panel-bottom button{
	margin-right: 0.4em;
}

#cookies-panel-bottom button:last-child{
	margin-right:0;
}

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

	.cookies-modal{
		width:calc(100% - 1em);
		left:0.5em;
		right:0.5em;
	}

}

@media screen and (max-width: 390px) {

	#cookies-panel{
		width:calc(100% - 1em);
		left:0.5em;
		right:0.5em;
	}

}


#module-100{
	order:2;
}

#footer .boxContent-padding{
	padding:10px 0px;
	box-sizing:border-box;
}

#footer .form-row{
	width:100%;
}

#left{
	display:none;
}

:focus{
	outline:none !important;
}

#navigation .sf-arrows .sf-with-ul:after{
	display:none;
}

#slider {
    margin-top: 3px;
	padding-top: 103px;
}

#top-panel{
	height:60px;
	top:0;
}

#navigation{
	margin-top:60px;
	position:fixed;
	z-index:3;
}

 #navigation-padding{
	 padding:0;
 }

#header{
	height:643px;
}

.menu-name{
	font-size:16px;
}

#navigation.smaller .menu-icon{
	display:none;
}

#navigation.smaller .menu-name{
	height: 86px;
	display:flex;
	align-items:center;
}

.menu-icon img{
	height:70px;
}

#navigation .sf-menu{
	flex-direction: row-reverse;
}

#navigation .sf-menu li>a{
	border-radius:0px;
	padding: 30px 20px;
	cursor:pointer;
	font-weight:normal;
}

#navigation .sf-menu ul a{
	height:auto;
	padding:5px 15px !important;
	background: #f5f5f5;
	margin-right: 0;
}

.slick-next img {
    transform: rotate(180deg);
}

#navigation ul.submenu li:hover>a, #navigation ul.submenu li.active>a{
	text-decoration:none;
}

#footer-padding{
	line-height:1.3;
	display:flex;
}

#module-101{
	flex:1;

}

#footer{
	height:auto;
}

#partners-inner{
	position:absolute;
	overflow: hidden;
	width:100%;
}

#partners img{
	max-height:65px;
	filter: grayscale(100%);
}

#partners img:hover{
		filter: grayscale(0%);
}

#partners{
	height:105px;
	background: #f3f3f3;
	overflow: hidden;
	margin-top:25px;
	display:none;
}

.partners-item{
	padding:20px;
}

#partners-items{
	display: flex;
	align-items: center;
}

#footer .linkIcon, #footer .mailIcon{
	display:none;
}

#footer a{
	color:#fff;
}

#navigation .sf-menu ul a {
    color: #313131;
}

.sliderItem{
	position:relative;
}

.boxHead-padding{
	font-weight:normal;
}

.boxHead{
	border-radius:0;
}

#mod_submenu li>a:hover, #mod_submenu li.active>a, #mod_submenu ul li>a:hover, #mod_submenu ul li.active>a{
	border-radius:0;
}

.btn{
	border-radius:0;
}

#container{
	border-radius:0;
}

.boxContent{
	border-radius:0;
}

.btn-primary{
	font-weight:normal;
}

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

	#headerText{
		margin-top: 140px;
		height: 130px;
	}

	#top-panel-inner{
		width:1400px;
	}

	#title a {
		color: #462B30;
    	font-size: 1.7em;
    	line-height: 1.1;
    	text-decoration: none;
	}

	#navigation{
		width:100%;
	}

	#slider{
		width:100%;
		max-width:1920px;
		height:480px;
		position:absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		box-sizing: content-box;
	}

	.sliderItem{
		height:480px !important;
	}

	.slick-arrow{
		position: absolute;
		z-index: 1;
	    height: calc(100% - 103px);
	    background: #4e4e4ec2;
	    border: 0;
		width:50px;
	}

	.slick-arrow:hover{
		background: #4e4e4ed8;
		cursor:pointer;
	}

	.slick-next{
		right:0;
		top:103px;
	}

	.slider-title{
		position:absolute;
		top: 200px;
		background: #4e4e4eeb;
	    font-size: 2em;
	    line-height: 1;
	    padding: 1em;
	    color: #d9eeff;
		right:100%;
		width:fit-content;
	}

	a.slider-button{
		position:absolute;
		top: 480px;
		right:15%;
		padding: 0.65em 1em;
	    font-size: 1.5em;
	    text-decoration: none;
	    background: #015798;;
	    color: #fff !important;
	}

	a.slider-button:hover{
		background: #989759;
	}

	.slider-helper{
		width:100%;
		height:480px;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
	}

	#footer-padding{
		width:1390px;

}

}


@media (max-width: 1399px) {

	#openMenu{
		padding-left:0.5em;
		border-left: 1px solid #ffffff;
	}

	#header-mobile{
		background:#8ca683;
	}

	#title a{
		color:#fff;
		text-decoration:none;
	}

	#footer-padding{
		width:100%;
		padding:0.5em;
		font-size:1rem !important;
		box-sizing: border-box;
	}

	@media screen and (max-width: 1100px)
		#openMenu path {
    	fill: #ffffff;
	}

	#openMenu div {
    	color: #ffffff;
	}

}

@media (min-width: 850px) {

	.box{
		width:320px;
	}

	#module-100{
		margin-left:2.5em;
	}

	#page #mod_calendar{
		width:320px;
	}

	#page #calendarDays .dayTitle{
		width:45px;
	}

	#page #calendarDays .day{
		width:45px;
	}

	#page #calendarDays .today{
		width: 45px;
	}

	.weekinfo{
		width: 120px;
	}

	#page #calendarMonth{
		font-weight: normal;
	}

	.schoolWeek{
		font-weight: normal;
	}

}
