@charset "utf-8";

/* CSS Document */

@font-face {
	font-family: 'SFProTextRegular';
	src: url(fonts/SFProText-Regular.otf);
	font-weight: normal;
	font-style: normal;
}

*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.page {
	width: 100%;
}

.header-wrapper {
	width: 100%;
	background-color: #fff;
}

.container {
	width: 1100px;
	margin: auto;
}

.top-nav {
	width: 100%;
	padding: 30px 0;
}

.top-links {
	display: inline-block;
	float: left;
	padding-top: 11px;
	margin-right: 20px;
}

.search-box {
	display: inline-block;
	float: left;
	width: 244px;
	height: 42px;
}

.top-links a {
	font-family: 'SFProTextRegular';
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
	line-height: 12px;
}

.home {
	color: rgba(36, 31, 31, 0.4);
	background-image: url(../images/home-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}

.eservice {
	color: rgba(216, 38, 50, 0.65);
	font-weight: bold;
	background-image: url(../images/eservices.png);
    	background-position: left center;
    	background-repeat: no-repeat;
    	padding-left: 27px;

}

.language {
	color: rgba(36, 31, 31, 0.65);
	font-weight: bold;
	background-image: url(../images/language.png);
    	background-position: left center;
    	background-repeat: no-repeat;
    	padding-left: 27px;
}

input.gsc-input {
	width: 180px!important;
	height: 40px!important;
	background: transparent!important;
	border: none!important;
	font-size: 14px!important;
	float: left!important;
	color: #241F20!important;
	padding-left: 14px!important;
	outline: none;
	border-bottom-left-radius: 4px!important;
	border-top-left-radius: 4px!important;
}

.gsc-input-box {
	border: none !important;
	background: transparent!important;
}

td.gsib_a {
	padding: 0!important;
	background-color: transparent0!important;
}

td.gsc-search-button {
	width: 50px!important;
	opacity: 1!important;
	outline: none!important;
	cursor: pointer!important;
	background-image: url(../images/loop.png)!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	border-left: none!important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	margin: 0!important;
	background-color: #fff!important;
	border-bottom-left-radius: 4px!important;
	border-top-left-radius: 4px!important;
}

.gsc-input-box {
	background: #fff;
	height: auto!important;
	border-bottom-left-radius: 4px!important;
	border-top-left-radius: 4px!important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
	padding: 0!important;
}

.gsc-input-box table {
	border-collapse: collapse!important;
}

td.gsib_b {
	display: none!important;
}

input.gsc-search-button-v2 {
	margin-top: 0!important;
	background-color: transparent!important;
	src: none!important;
}

input.gsc-search-button {
	margin: 0!important;
	border: none!important;
	outline: none!important;
}

table.gsc-search-box>tbody>tr {
	border-bottom-left-radius: 4px!important;
	border-top-left-radius: 4px!important;
}

table.gsc-search-box {
	border: 1px solid #DDDDDD!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
	margin-bottom: 0!important;
	box-shadow: 2px 2px 1px #eaeaea;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
	padding: 17px 25px!important;
}

.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
	box-shadow: none!important;
}

.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover {
	box-shadow: none!important;
}

.gsc-search-button .gsc-search-button-v2 {
	background: transparent!important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
	background: transparent!important;
	border: transparent!important;
}

form.gsc-search-box {
	margin-bottom: 0!important;
}

.main-navigation {
	width: 100%;
	position: relative;
	padding-bottom: 40px;
}

.logo {
	display: inline-block;
	width: 143px;
	height: 73px;
	background-image: url(../images/logo.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 30px;
}

.navigation {
	float: right;
}

.nav-list li {
	display: inline-block;
	padding-left: 38px;
}

.nav-list li a {
	font-family: 'SFProTextRegular';
	font-size: 20px;
	font-weight: normal;
	color: #92855F;
}

.nav-list li a:hover,
.nav-list li a.active {
	color: #4C4632;
}

.main,
.main section {
	width: 100%;
}

.main-section {
	background-color: #EFECE7;
	box-shadow: 2px 2px 1px #ddd;
	padding-bottom: 70px;
}

.flex-c {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.main-section .flex-c {
	align-items: stretch;
}

.col {
	width: 310px;
	height: auto;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

figure img {
	width: 100%;
}

.col-text {
	padding: 15px 25px 30px;
}

.col-text h3 {
	font-family: 'SFProTextRegular';
	font-size: 26px;
	font-weight: normal;
}

.individ {
	color: #857A66;
}

.business {
	color: #4B4538;
}

.col-text ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.individ-links li {
	padding-top: 15px;
}

.individ-links li a {
	font-family: 'SFProTextRegular';
	font-size: 16px;
	font-weight: normal;
	color: #857966;
}

.business-links li {
	padding-top: 15px;
}

.business-links li a {
	font-family: 'SFProTextRegular';
	font-size: 16px;
	font-weight: normal;
	color: #4B4538;
}

.business-links li a:hover {
	color: #508BEC;
}

.individ-links li a:hover {
	color: #508BEC;
}

.col-large {
	width: 420px;
}

.home-slider {
	width: 100%;
	height: 100%;
	background-color: #F5F4F1;
	border-radius: 4px;
}

.slider-item {
	width: 100%;
	height: 100%;
}

.slider-img {
	height: 280px;
	position: relative;
}

.slider-img img {
	display: block;
	width: 100%;
}

.stick {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 100;
}

.caption-slider {
	width: 100%;
	height: 40px;
	font-family: 'SFProTextRegular';
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	padding-left: 25px;
}

.bullets {
	position: absolute;
	right: 0;
	top: 12px;
	padding-right: 30px;
}

.bullets span {
	display: inline-block;
	padding: 5px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.6);
	margin: 0 3px 0 2px;
}

.bullets span.lighted {
	background-color: rgba(255, 255, 255, 1);
}

.slider-text {
	padding: 25px;
	width: 100%;
	height: calc(100% - 280px);
	position: relative;
}

.activity-date {
	font-family: 'SFProTextRegular';
	font-size: 14px;
	font-weight: normal;
	color: rgba(26, 25, 25, 0.7);
	display: block;
	margin-bottom: 15px;
	padding-left: 22px;
	background-image: url(../images/date-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.slider-text h5 {
	font-family: 'SFProTextRegular';
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: rgba(26, 25, 25, 1);
	margin-bottom: 7px;
}

.slider-text p {
	font-family: 'SFProTextRegular';
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	color: rgba(26, 25, 25, 0.7);
	margin-bottom: 15px;
}

.more {
	font-family: 'SFProTextRegular';
	font-size: 13px;
	font-weight: normal;
	color: #1A6BF0;
	position: absolute;
	left: 25px;
	bottom: 25px;
	padding-right: 23px;
	background-image: url(../images/bluearrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px;
}

.small-ch {
	width: 310px;
}

.big-ch {
	width: 420px;
}

.information-s {
	padding-top: 70px;
	padding-bottom: 60px;
}

.information-s h2 {
	font-family: 'SFProTextRegular';
	font-size: 30px;
	font-weight: normal;
	color: #7A7259;
	margin-bottom: 30px;
}

.content-box {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
	height: 460px;
	max-height: 460px;
}

.calendar {
	height: 370px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	position: relative;
	border-radius: 4px;
}

.currency {
	height: 60px;
	border: 1px solid #E4E4E4;
	border-radius: 4px;
}

.aside-links {
	width: 100%;
	padding: 0;
	list-style: none;
}

.aside-links li {
	display: block;
	width: 100%;
	height: 92px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}

.aside-links li:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.aside-links li:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}

.aside-links li:hover {
	background-color: #F9F9F9;
}

.aside-links li img {
	position: absolute;
	left: 28px;
	top: 30px;
}

.aside-links li span {
	padding-left: 87px;
	font-family: 'SFProTextRegular';
	font-size: 18px;
	font-weight: normal;
	color: #7C725A;
}

.aside-links li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

.zeze {
	color: #000!important;
}

.news {
	border: 1px solid #CCCCCC;
	position: relative;
}

.img-frame img {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.bullets-row span {
	display: inline-block;
	padding: 5px;
	border-radius: 10px;
	background-color: #DDDDDD;
	margin: 0 3px 0 2px;
}

.bullets-row {
	padding: 10px 0 20px 26px;
}

.bullets-row span.on {
	background-color: #AAAAAA;
}

.news-text {
	padding-left: 28px;
	padding-right: 35px;
	margin-top: 40px;
}

.news-text p {
	font-family: 'SFProTextRegular';
	font-size: 16px;
	font-weight: normal;
	color: #4B4538;
	line-height: 23px;
}

.read-more {
	position: absolute;
	left: 28px;
	bottom: 20px;
	font-family: 'SFProTextRegular';
	font-size: 15px;
	font-weight: normal;
	color: #1A6BF0;
	background-image: url(../images/bluearrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
}

.date-box {
	width: 69px;
	height: 77px;
	border: 1px solid rgba(206, 206, 206, 0.63);
	background-color: rgba(232, 232, 232, 0.63);
	border-radius: 7px;
	text-align: center;
	padding-top: 8px;
}

.event-text {
	width: 270px;
	padding-top: 10px;
	padding-left: 20px;
	max-height: 110px;
	overflow-y: hidden;
}

.event>div {
	display: inline-block;
	float: left;
}

.event {
	padding-top: 30px;
	padding-left: 28px;
}

.event:after {
	content: "";
	display: table;
	clear: both;
}

.kalendar {
	display: block;
	height: auto;
	width: 100%;
	border: 1px solid #eee;
	box-shadow: 2px 2px 1px #ccc;
	margin-bottom: 25px;
	position: relative;
	padding: 25px 50px 25px 30px;
}

.kalendar:first-of-type {
	margin-top: 35px;
}

.kalendar:after {
	content: "";
	display: table;
	clear: both;
}

.kalendar>div {
	display: inline-block;
	float: left;
}

.kalendar-text {
	width: 600px;
	padding-top: 10px;
	padding-left: 20px;
	max-height: 110px;
	overflow-y: hidden;
}

.kalendar-text p {
	font-family: 'SFProTextRegular';
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	color: #333026;
	letter-spacing: -0.5px;
	margin-bottom: 6px;
}

.kalendar-text span {
	font-family: 'SFProTextRegular';
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #4B4538;
}

.month {
	font-family: 'SFProTextRegular';
	font-size: 10px;
	font-weight: normal;
	color: #333026;
}

.day {
	display: block;
	font-family: 'SFProTextRegular';
	font-size: 41px;
	line-height: 38px;
	font-weight: normal;
	color: #7B7259;
	letter-spacing: -4px;
}

.event-text p {
	font-family: 'SFProTextRegular';
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	color: #333026;
	letter-spacing: -0.5px;
	margin-bottom: 6px;
}

.event-text span {
	font-family: 'SFProTextRegular';
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #4B4538;
}

.see-all {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	border-top: 1px solid #CCCCCC;
}

.see-all a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	padding-top: 17px;
	font-family: 'SFProTextRegular';
	font-size: 13px;
	font-weight: normal;
	color: #4B4538;
	background-image: url(../images/bluearrow.png);
	background-position: 380px center;
	background-repeat: no-repeat;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.see-all a:hover {
	background-color: #F4F4F4;
}

.see-all img {
	vertical-align: middle;
	margin-right: 15px;
}

.see-all span {
	vertical-align: middle;
}

.currency a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	padding-top: 17px;
	font-family: 'SFProTextRegular';
	font-size: 16px;
	font-weight: normal;
	color: #4B4538;
	background-image: url(../images/bluearrow.png);
	background-position: 380px center;
	background-repeat: no-repeat;
	border-radius: 4px;
	background-color: #F4F4F4;
}

.currency img {
	vertical-align: middle;
	margin-right: 15px;
}

.currency span {
	vertical-align: middle;
}

.inter-links h4 {
	display: inline-block;
	width: 154px;
	font-family: 'SFProTextRegular';
	font-size: 22px;
	line-height: 23px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #3E382C;
}

.inter-links .flex-c {
	align-items: center;
	border-bottom: 3px solid #7C725A;
	padding: 35px 0;
}

.footer-wrapper {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
}

.footer-wrapper h4 {
	font-family: 'SFProTextRegular';
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #7B7259;
	margin-bottom: 18px;
}

.location a {
	display: inline-block;
	font-family: 'SFProTextRegular';
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #064D9E;
	text-decoration: underline;
	margin-bottom: 30px;
	background-position: left center;
	background-repeat: no-repeat;
}

.institutions h4 {
	color: #004493;
}

.institutions ul {
	padding: 0;
	list-style: none;
	display: inline-block;
}

.institutions ul:first-of-type {
	margin-right: 40px;
}

.institutions ul li {
	padding-bottom: 10px;
}

.institutions ul a {
	font-family: 'SFProTextRegular';
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #7B7259;
}

.loc {
	background-image: url(../images/pin-icon.png);
	padding: 8px 0 0 25px;
}

.loc2 {
	background-image: url(../images/pins.png);
	padding: 8px 0 0 28px;
}

.tel-nr {
	font-family: 'SFProTextRegular';
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color: #6B973F;
}

.contact h4:nth-of-type(2) {
	margin-top: 35px;
}

.contact span {
	font-family: 'SFProTextRegular';
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #777777;
}

.mail {
	display: inline-block;
	width: 80px;
	height: 25px;
	float: left;
	padding-top: 8px;
}

.mail img {
	vertical-align: middle;
}

.mail span {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	opacity: 0.8;
	color: #595039;
	line-height: 13px;
	margin-left: 3px;
}

.asy {
	float: left;
	margin-right: 25px;
}

.social a {
	opacity: 0.6;
	margin-left: 5px;
}

.social a:hover {
	opacity: 1;
}

.impuls {
	font-family: 'SFProTextRegular';
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #777777;
}

.showM {
	display: none;
}

#o-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.o-header {
	margin: 0;
	padding: 0;
	position: relative;
	height: 60px;
	z-index: 300;
	background-color: #fff;
}

.c-menu {
	position: fixed;
	z-index: 99999;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #fff;
}

.c-menu__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-menu--slide-right {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.c-menu--slide-right {
	width: 300px;
}

.c-menu--slide-right .c-menu__items li {
	display: block;
	text-align: left;
}

.c-menu--slide-right .c-menu__items li:first-child {
	border-top: none;
}

.c-menu--slide-right .c-menu__items li:last-child {
	border-bottom: none;
}

.c-menu--slide-right .c-menu__items li a {
	display: block;
	padding: 12px 24px;
	color: #000;
	font-family: Roboto;
}

.c-menu--slide-right .c-menu__close {
	display: block;
	padding: 12px 24px;
	width: 100%;
	text-align: right;
	background-color: #fff;
}

.c-menu--slide-right {
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.c-menu--slide-right {
	-webkit-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px);
}

.c-menu--slide-right.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.c-menu__close {
	color: #000;
	font-size: 14px;
	border: none;
	box-shadow: none;
	border-radius: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.c-menu__close:focus {
	outline: none;
}

.c-mask {
	position: fixed;
	z-index: 99990;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-button {
	width: 34px;
	height: 34px;
	float: right;
	background-image: url(../images/bars.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 100%;
	border: none;
	outline: none;
	margin-top: 13px;
	margin-right: 20px;
}

.content-header {
	padding: 30px 0;
	background-color: #EFECE7;
	box-shadow: 2px 2px 1px #ddd;
}

.content-header h1 {
	font-size: 30px;
	line-height: 30px;
	font-family: 'SFProTextRegular';
	color: #4B4538;
	font-weight: normal;
	display: inline;
	background-image: url(../images/arrowh.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 32px;
}

.sub-menus {
	padding-bottom: 100px;
	border-bottom: 1px solid #DADADA;
}

.choose {
	font-family: 'SFProTextRegular';
	font-size: 14px;
	color: #878787;
	font-weight: normal;
	line-height: 34px;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 21px;
}

.sub-menu-list {
	list-style: none;
	padding: 0;
}

.nen-menute h3 {
	font-family: 'SFProTextRegular';
	font-size: 18px;
	color: #000000;
	text-shadow: 0px 0px 1px rgba(150, 150, 150, 0.5);
	font-weight: normal;
	background-image: url(../images/openmenu.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 15px;
}

.sub-menu-list li {
	width: 740px;
	height: 60px;
	background-color: #E8E3DD;
	margin-bottom: 10px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}

.sub-menu-list li a {
	display: block;
	width: inherit;
	height: inherit;
	line-height: 60px;
	padding-left: 30px;
	font-size: 22px;
	font-family: 'SFProTextRegular';
	color: #4B4538;
	font-weight: normal;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}

.sub-menu-list li:hover {
	background-image: url(../images/menuhover.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	background-color: #78674B;
	box-shadow: 2px 2px 2px #bbb;
	transition-property: background-image, background-color, box-shadow;
}

.sub-menu-list a:hover {
	color: #fff;
	transition-property: color;
}

.sidebar {
	padding-top: 30px;
}

.sidebar h2 {
	font-family: 'SFProTextRegular';
	font-size: 30px;
	font-weight: normal;
	color: #7A7259;
	margin-bottom: 30px;
}

.nen-menute {
	width: 350px;
	padding-top: 160px;
	padding-right: 50px;
}

.open-content {
	width: 740px;
}

.koka-content {
	margin-bottom: 20px;
	padding-top: 70px;
}

.path {
	font-family: 'SFProTextRegular';
	font-size: 13px;
	line-height: 13px;
	color: #8B7F6B;
	font-weight: normal;
	background-image: url(../images/smallhome.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
}

.aktiv-link {
	color: #7D6A4D;
}

.koka-content h1 {
	font-family: 'SFProTextRegular';
	font-size: 36px;
	line-height: 36px;
	color: #4B4538;
	font-weight: normal;
	margin: 20px 0 27px;
}

.zhvillimi figure {
	margin-bottom: 25px;
}

.tekst p {
	font-family: 'SFProTextRegular';
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 20px;
}

.tekst ul {
	padding-left: 18px;
	margin-top: -10px;
	margin-bottom: 15px;
}

.tekst ul li {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNS8xNy8xN2stfSwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAYElEQVQYlWP8vm7jfwYiAQsDAwPDp6IqggrZ3Z0ZmIg19fzGTdgVi92/glUDVsWvFHWwasDpDGwacCoWu3+F4ZWiDmHF2BTiVIxNIV5nYAMsDAyQAD+/cRNeha9//2YAAHkJHLTPU7xyAAAAAElFTkSuQmCC);
}

.tekst ul li {
	font-family: 'SFProTextRegular';
	font-weight: 400;
	font-size: 16px;
	color: #777777;
	padding-left: 6px;
	line-height: 28px;
}

.tekst ol {
	counter-reset: numro;
	list-style: none;
	margin-top: -20px;
	margin-bottom: 15px;
}

.tekst ol li {
	position: relative;
	font-family: 'SFProTextRegular';
	color: #777777;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	padding: 0 0 10px 0;
}

.tekst ol li:before {
	content: counter(numro) ". ";
	counter-increment: numro;
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'SFProTextRegular';
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	color: #78674B;
}

.tekst ol li {
	padding-left: 30px;
}

.add-shadow {
	box-shadow: 3px 3px 4px #ddd;
}

.njoftime {
	border-radius: 4px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
}

.aktivitete.owl-theme .owl-dots .owl-dot.active span,
.aktivitete.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff!important;
}

.aktivitete.owl-theme .owl-dots .owl-dot span {
	margin: 5px 5px!important;
	background: rgba(255, 255, 255, 0.6)!important;
}

.aktivitete .owl-dots {
	position: absolute;
	top: 240px;
	right: 30px;
}

.aktivitete .owl-stage-outer {
	height: 100%;
}

.aktivitete .owl-stage {
	height: 100%;
}

.aktivitete .owl-item {
	height: 100%;
}

.nemenute {
	list-style: none;
	padding: 0;
}

.nemenute li {
	width: 100%;
	height: auto;
	background-color: #E8E3DD;
	margin-bottom: 10px;
	background-image: url(../images/shigjetamenu.png);
	background-position: 96% bottom;
	background-repeat: no-repeat;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}

.nemenute li:hover {
	background-color: #78674B;
	background-image: url(../images/menuhover.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	transition-property: background-color, background-image;
}

.nemenute li a {
	display: inline-block;
	width: inherit;
	height: inherit;
	line-height: 26px;
	font-size: 20px;
	font-family: 'SFProTextRegular';
	color: #4B4538;
	font-weight: normal;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
	padding: 20px 45px 20px 30px;
}

.dita {
	display: block;
	font-size: 12px;
	font-family: 'SFProTextRegular';
	color: #000;
	font-weight: normal;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}

.nemenute li:hover a {
	color: #fff;
	transition-property: color;
}

.nemenute li:hover span {
	color: #fff;
	transition-property: color;
}

.informuese {
	font-family: 'SFProTextRegular';
	font-weight: 400;
	font-size: 24px;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 40px;
}

.materiale {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	padding: 0;
	list-style: none;
}

.materiale li {
	width: 100%;
	border: 1px solid #E1E1E1;
	background-color: #EEEEEE;
	background-position: 13px 11px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	box-shadow: 1px 1px 2px #aaa;
}

.materiale li:hover,
.materiale li:active {
	background-color: #fff;
}

.materiale li.pdf {
	background-image: url(../images/pdf-icon.png);
}

.materiale li a {
	display: inline-block;
	width: inherit;
	background-image: url(../images/arrowbut.png);
	background-position: 98% 20px;
	background-repeat: no-repeat;
	line-height: 23px;
	padding-left: 57px;
	padding-right: 57px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-family: 'SFProTextRegular';
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}

.search-item {
	width: 600px;
	height: 56px;
	border: 1px solid #DDDDDD!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
	margin-bottom: 0!important;
	box-shadow: 2px 2px 1px #eaeaea;
	padding: 0 20px;
	display: block;
	margin: 80px auto 0;
	font-size: 20px;
}

.ne-mob {
	margin-bottom: 200px;
}

.t-produkte {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	white-space: nowrap;
	margin-top: 80px;
	display: inline-block;
}

.t-produkte thead tr th {
	text-align: left;
	font-family: 'SFProTextRegular';
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	padding: 15px 15px;
	background-color: #EFECE7;
}

.t-produkte thead tr th:nth-child(1) {
	width: 8%;
}

.t-produkte thead tr th:nth-child(2) {
	width: 47%;
}

.t-produkte thead tr th:nth-child(3) {
	width: 9%;
}

.t-produkte thead tr th:nth-child(4) {
	width: 9%;
}

.t-produkte thead tr th:nth-child(5) {
	width: 9%;
}

.t-produkte thead tr th:nth-child(6) {
	width: 9%;
}

.t-produkte thead tr th:nth-child(7) {
	width: 9%;
}

.t-produkte tbody tr td {
	text-align: left;
	font-family: 'SFProTextRegular';
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	padding: 15px;
}

.t-produkte tbody tr:nth-child(even) {
	background-color: rgba(239, 236, 231, 0.5);
}

.t-produkte tbody tr:nth-child(odd) {
	background-color: #fff;
}

.t-kerko {
	width: 100%;
	border-collapse: collapse;
}

.t-kerko thead tr th {
	text-align: left;
	font-family: 'SFProTextRegular';
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	padding: 15px;
	background-color: #EFECE7;
}

.t-kerko thead tr th:nth-child(1) {
	width: 8%;
}

.t-kerko thead tr th:nth-child(2) {
	width: 11%;
}

.t-kerko thead tr th:nth-child(3) {
	width: 12%;
}

.t-kerko thead tr th:nth-child(4) {
	width: 30%;
}

.t-kerko thead tr th:nth-child(5) {
	width: 14%;
}

.t-kerko thead tr th:nth-child(6) {
	width: 8%;
}

.t-kerko thead tr th:nth-child(7) {
	width: 8%;
}

.t-kerko thead tr th:nth-child(8) {
	width: 8%;
}

.t-kerko thead tr th:nth-child(9) {
	width: 8%;
}

.t-kerko thead tr th:nth-child(10) {
	width: 8%;
}

.t-kerko tbody tr td {
	text-align: left;
	font-family: 'SFProTextRegular';
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	padding: 10px;
}

.t-kerko tbody tr:nth-child(even) {
	background-color: rgba(239, 236, 231, 0.5);
}

.t-kerko tbody tr:nth-child(odd) {
	background-color: #fff;
}

.kerk-pref {
	width: 800px;
	margin: auto;
	padding: 80px 0;
}

.kerk-pref input {
	width: 600px;
	height: 56px;
	border: 1px solid #DDDDDD!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
	margin-bottom: 0!important;
	box-shadow: 1px 5px 12px -1px #eaeaea;
	padding: 0 20px;
	display: inline-block;
	font-size: 20px;
}

.kerk-pref button {
	display: inline-block;
	width: 180px;
	height: 56px;
	margin-left: 10px;
	border-radius: 4px!important;
	outline: none;
	border: none;
	box-shadow: 1px 5px 12px -1px #eaeaea;
	font-size: 20px;
	background-color: #78674B;
	color: #fff;
	font-family: 'SFProTextRegular';
	cursor: pointer;
}

.preferencaNodata h2 {
	font-family: 'SFProTextRegular';
	font-weight: 400;
	font-size: 30px;
	color: #78674B;
	text-align: center;
	padding: 50px 0;
}

.pyetje-list {
	width: 740px;
}

.pyetjet {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.pyetjet>li {
	width: 100%;
	padding: 20px 30px;
	background-color: #E8E3DD;
	border: 2px solid #E8E3DD;
	margin-bottom: 10px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}

.pyetjet>li.active,
.pyetjet>li:hover {
	background-color: #fff;
	border: 2px solid #E8E3DD;
	transition-property: background-color;
}

.pyetjet>li a {
	line-height: 24px;
	font-size: 22px;
	font-family: 'SFProTextRegular';
	color: #4B4538;
	font-weight: normal;
}

.pyetjet>li p {
	font-size: 17px;
	line-height: 27px;
	font-family: 'SFProTextRegular';
	color: #4B4538;
	font-weight: normal;
	margin-top: 20px;
}

.pyetjet ol {
	list-style: none;
}

@media (min-width: 640px) {
	.wrapper {
		min-width: 1120px;
	}
}

@media (max-width:640px) {
	.showM {
		display: block;
	}
	.hideM {
		display: none;
	}
	.left,
	.right {
		float: none;
	}
	.logo {
		display: inline-block;
		width: 74px;
		height: 40px;
		background-image: url(../images/logo.png);
		background-position: center top;
		background-repeat: no-repeat;
		position: static;
		background-size: cover;
		margin-left: 20px;
		margin-top: 10px;
	}
	.container {
		width: 100%;
		padding: 0 20px;
	}
	.flex-c {
		flex-wrap: wrap;
	}
	.col {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	figure img {
		width: 100%;
	}
	.slider-img {
		height: auto;
	}
	.more {
		font-family: 'SFProTextRegular';
		font-size: 13px;
		font-weight: normal;
		color: #1A6BF0;
		position: static;
		left: 25px;
		bottom: 25px;
		padding-right: 23px;
		background-image: url(../images/bluearrow.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 12px;
	}
	.slider-text p {
		margin-bottom: 12px;
	}
	.col-text {
		padding-bottom: 25px;
	}
	.main-section {
		padding-bottom: 20px;
	}
	.information-s {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.information-s h2 {
		font-size: 23px;
		margin-bottom: 15px;
	}
	.small-ch {
		width: 100%;
	}
	.content-box {
		width: 100%;
		border-radius: 4px;
		box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
		height: auto;
		margin-bottom: 30px;
	}
	.img-frame img {
		width: 100%;
	}
	.news-text {
		padding-bottom: 20px;
	}
	.news-text p {
		margin-bottom: 10px;
	}
	.read-more {
		position: static;
	}
	.date-box {
		width: 50px;
		height: 55px;
		border-radius: 5px;
		text-align: center;
		padding-top: 4px;
	}
	.event {
		padding-top: 20px;
	}
	.day {
		font-size: 25px;
		line-height: 25px;
		letter-spacing: -2px;
	}
	.event-text {
		width: calc(100% - 50px);
		padding-top: 10px;
		padding-left: 15px;
		max-height: 110px;
		overflow-y: hidden;
		padding-right: 20px;
	}
	.see-all {
		position: static;
		margin-top: 20px;
		height: 60px;
	}
	.inter-links .flex-c {
		padding: 0 20px 15px;
	}
	.inter-links h4 {
		width: 100%;
		margin-bottom: 20px;
	}
	.inter-links img {
		max-width: 50%;
		margin-bottom: 20px;
	}
	.footer-wrapper h4 {
		margin-bottom: 10px;
	}
	.footer-wrapper {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.footer-wrapper>.container>div {
		width: 100%;
	}
	.social {
		padding: 35px 0 25px;
	}
	.see-all img {
		float: left;
	}
	.see-all span {
		display: inline-block;
		float: left;
		max-width: 80%;
		line-height: 24px;
	}
	.currency a {
		display: block;
		padding-bottom: 15px;
	}
	.currency a:after {
		content: "";
		display: table;
		clear: both;
	}
	.currency img {
		float: left;
	}
	.currency span {
		display: inline-block;
		float: left;
		max-width: 80%;
	}
	.contact {
		padding-top: 20px;
	}
	.content-header {
		padding: 20px 0;
	}
	.content-header h1 {
		font-size: 25px;
	}
	.choose {
		font-family: 'SFProTextRegular';
		font-size: 14px;
		color: #878787;
		font-weight: normal;
		line-height: 14px;
		display: inline-block;
		margin-top: 18px;
		margin-bottom: 18px;
	}
	.sub-menu-list li {
		width: 100%;
		height: auto;
		background-color: #E8E3DD;
		margin-bottom: 10px;
		background-image: url(../images/arrowmenu.png);
		background-position: 95% center;
		background-repeat: no-repeat;
	}
	.sub-menu-list li a {
		display: block;
		width: inherit;
		height: inherit;
		line-height: 22px;
		padding: 15px 40px 15px 15px;
		font-size: 18px;
	}
	.open-content {
		width: 100%;
		padding: 0;
	}
	.koka-content {
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.sub-menus {
		padding-bottom: 30px;
	}
	.koka-content h1 {
		font-size: 27px;
	}
	.zhvillimi figure {
		margin-bottom: 10px;
	}
	.njoftime {
		margin-bottom: 30px;
	}
	.njoftime .content-box {
		box-shadow: none;
		border: none;
		margin-bottom: none;
	}
	.materiale li {
		width: 100%;
		border: 1px solid #E1E1E1;
		background-color: #EEEEEE;
		background-position: 13px 11px;
		background-repeat: no-repeat;
		margin-bottom: 10px;
		box-shadow: 1px 1px 2px #aaa;
	}
	.search-item {
		width: 100%;
		height: auto;
		margin-bottom: 0!important;
		padding: 15px;
		display: block;
		margin: 30px auto 0;
		font-size: 16px;
	}
	.t-produkte {
		margin-top: 30px;
	}
	.t-produkte thead tr th {
		font-size: 15px;
		padding: 10px 10px;
	}
	.t-produkte tbody tr td {
		font-size: 12px;
		padding: 7px 10px;
	}
	.t-kerko thead tr th {
		font-size: 15px;
		padding: 10px 10px;
	}
	.t-kerko tbody tr td {
		font-size: 12px;
		padding: 7px 10px;
	}
	.ne-mob {
		overflow-x: scroll;
	}
	.kerk-pref {
		width: 100%;
		margin: auto;
		padding: 30px 0;
	}
	.kerk-pref input {
		width: 100%;
		height: auto;
		padding: 15px;
		display: inline-block;
		font-size: 16px;
	}
	.kerk-pref button {
		display: inline-block;
		width: 100%;
		height: auto;
		padding: 10px 0;
		font-size: 16px;
		margin-left: 0;
		margin-top: 10px;
	}
	.pyetjet {
		width: 100%;
	}
	.pyetjet li {
		padding: 15px;
	}
	.pyetjet li a {
		font-size: 18px;
		line-height: 22px;
	}
	.pyetjet li p {
		font-size: 14px;
		line-height: 18px;
		margin: 10px 0 0;
		line-height: 20px;
		padding-bottom: 0;
	}
	.pyetje-list {
		width: 100%;
	}
}

@media (max-width:340px) {
	.see-all span {
		display: inline-block;
		float: left;
		max-width: 80%;
		line-height: 14px;
	}
}
