@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');
*{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition:  all 150ms ease-in-out;
}
:root{
	--main-color:#99cc33; /*#0087C4;*/
	--txtmain-color:white;
	--content-width:1200px;
	--content-basewidth:98%;
}
body{
	background-color:#ffffff;
	color:#2a2a2a;
	margin:0;
	padding:0;
	font-size:100%;
	font-family:'Source Sans Pro', sans-serif;
	background-position:top center;
	background-size:100% 100%;
	background-repeat:no-repeat;
}
a, a:visited{
	text-decoration:none;
	color:var(--main-color);
}
a:hover, a:active, a:focus{
	color:#000000;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:0;
}
label, select{cursor:pointer;}
.clear{
	clear:both;
}
div#page{
	background-position:top center;
	background-repeat:repeat;
}
#wrapper{
	width:100%;
	height:100%;
}
#wrapper_content{
	width:var(--content-basewidth);
	max-width:var(--content-width);
	margin:auto;
}
/* Banner */
/* ======================================================================================== */
#banner_wrapper{
	width:100%;
	position:relative;
	left:0;
	top:0;
	z-index:5;
}
#banner{
	width:var(--content-basewidth);
	max-width:var(--content-width);
	margin:auto;
	height:30vw;
	max-height:451px;
	background-image:url(../../../../images/fw_gallery/kepek678/banner.jpg);
	background-size:100% 100%;
	position:relative;
	box-shadow:0px 15px 20px rgba(0,0,0,.4);
}
#banner_content{
	position:absolute;
	width:100%;
}
.banner_language{
	z-index:500000;
	/* transform:scale(.8); */
	text-align:right;
	width:auto;
	height:auto;
	vertical-align:middle;
	position:absolute;
	top:1%;
	right:1%;
}
.banner_language:hover i{display:none;}
.banner_language i{
	position:absolute;
	left:-10px;
	bottom:25%;
	color:black;
}
.banner_language ul{
	list-style:none;
	margin:0;
	box-sizing:border-box;
	border:2px solid transparent;
	width:30px;
}
.banner_language ul li{
	display:none;
	margin:0;
	margin-left:-45px;
	padding:3px;
}
.banner_language ul li:first-of-type{display:block;}
.banner_language ul:hover li{display:block;}
.banner_language ul:hover{
	background-color:rgba(0,0,0,.4);
	border:2px solid black;
}
.banner_language a, .banner_language a:visited{
	
}
.banner_valuta{
	float:right;
	z-index:50;
	text-align:right;
	width:auto;
	height:auto;
	padding-top:1%;
	padding-right:1%;
	vertical-align:middle;
	margin-top:1%;
	margin-left:1%;
}
.banner_valuta select{width:auto;cursor:pointer;background-color:#fefefe;color:#333333;padding:5px;border:0;}
.banner_logo{
	width:60px;
	display:inline-block;
	vertical-align:middle;
	padding:6px;
	padding-left:30px;
	padding-right:0px;
}
.banner_logo img{
	max-width:100%;
	max-height:100%;
}
.banner_mainmenu_wrapper{
	background-color:rgba(0,0,0,.3);
	top:0;
	left:50%;
	transform:translate(-50%,-0%);
	position:fixed;
	z-index:9;
	width:var(--content-basewidth);
	max-width:var(--content-width);
	margin:auto;
}
.banner_mainmenu{
	display:inline-block;
	width:85%;
	height:auto;
	text-align:left;
}
.banner_mainmenu ul{
	list-style:none;
	margin:0;
	width:100%;
	box-sizing:border-box !important;
}
.banner_mainmenu ul li{
	width:auto;
	display:inline-block;
	vertical-align:middle;
	padding:0% 2%;
	border-left:2px solid white;
}
.banner_mainmenu ul li:first-of-type{border:none;padding-left:0%;}
.banner_mainmenu a, .banner_mainmenu a:visited{
	font-size:130%;
	color:white;
	font-weight:bold;
	word-break:keep-all;
	text-shadow:1px 1px rgba(0,0,0,.5);
}
.banner_mainmenu a:hover, .banner_mainmenu a:active, .banner_mainmenu a:focus, .banner_mainmenu .mainmenu_selected a{
	color:black !important;
	text-decoration:underline;
	text-shadow:0px 0px 10px #fff;
}
.social_platforms{
	position:absolute;
	bottom:-20%;
	right:1%;
	z-index:10;
}
.social_platforms img{max-width:45px;max-height:100%;margin:5px;}
/* Content Basics */
/* ======================================================================================== */
#content{
	min-height:300px;
	padding-top:50px;
	padding-bottom:50px;
}
.title{
	font-size:200%;
	padding:1%;
	text-align:center;
	font-weight:bold;
}
.title a, .title a:visited{color:#2A2A2A;}
.title a:focus, .title a:hover, .title:active{color:var(--main-color);}
.title img{
	max-width:100%;
	max-height:30px;
	display:inline-block;
}
.txt{
	padding:1%;
	font-size:140%;
}
.txt img, .txt iframe{
	width:auto;
	height:auto;
	max-width:100% !important;
	max-height:100% !important;
	display:inline-block;
	vertical-align:middle;
}
/* Footer */
/* ======================================================================================== */
#footer_wrapper{
	width:100%;
	background-color:transparent;
	height:auto;
}
#footer{
	width:var(--content-basewidth);
	max-width:var(--content-width);
	margin:auto;
	/* background-color:white; */
}
#footer_content{
	padding:2% 0%;
	text-align:center;
	font-size:110%;
	color:#2a2a2a;
}
#footer_content a, #footer_content a:visited{
	color:#2a2a2a;
	padding:5px;
	display:inline-block;
}
#footer_content a:focus, #footer_content a:hover, #footer_content a:active{
	color:black;
	background-color:white;
}
#footer_content table tr td{
	width:33%;
	box-sizing:border-box;
	box-shadow:0px 0px 10px rgba(0,0,0,.4);
}
#footer_content table:first-of-type tr td:nth-of-type(1){background-color:#a1d295;}
#footer_content table:first-of-type tr td:nth-of-type(2){background-color:#f4f3f4;}
#footer_content table:first-of-type tr td:nth-of-type(3){background-color:#2999a9;}
#footer_content table table td{
	background-color:transparent !important;
	padding:10%;
	box-shadow:inset 0px 0px 10px 10px rgba(0,0,0,.2);
}

/* Miscs */
/* ======================================================================================== */
.up{
	width:60px;
	height:60px;
	line-height:70px;
	cursor:pointer;
	display:none;
	position:fixed;
	z-index:50;
	right:2vw;
	bottom:2vw;
	border-radius:10px;
	background-color:var(--main-color);
	color:var(--txtmain-color);
	text-align:center;
	vertical-align:middle;
}

/* Autocomplete */
/* ======================================================================================== */
.autocomplete-suggestions{
	font-size:110%;
}
.autocomplete-selected{
	background-color:var(--main-color);
}
.autocomplete-selected strong{
	color:white;
}
.autocomplete-suggestion{
	padding:10px;
}
.ui-autocomplete-category {
	font-weight:bold;
	padding:10px;
	margin:15px;
}


input[type="text"], input[type="email"], input[type="password"], input[type="telephone"], textarea, select{
	padding:10px;
	border:thin solid #2999a9;
	background-color:#f4f3f4;
	color:black;
	margin:2px;
	width:100%;
	font-size:110%;
	box-sizing:border-box;
}
input[type="submit"]{
	padding:10px 16px;
	border:thin solid #c0c0c0;
	color:var(--txtmain-color);
	margin:2px;
	width:auto;
	background-color:var(--main-color);
	font-size:110%;
	cursor:pointer;
	margin-top:40px;
	margin-bottom:20px;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus{
	color:var(--txtalt-color);
	background-color:var(--alt-color);
}

/* Media Screens */
/* ======================================================================================== */
@media screen and (max-width: 1000px){
	.banner_mainmenu_wrapper{left:0;top:0;transform:initial;width:100%;font-size:100%;position:relative;}
	.banner_mainmenu ul li{display:block;width:100%;}
	.banner_logo{vertical-align:top;}
}