/* VARIABLES */
:root {
  --main: #267;
	--pink: #ee365e;
	--lightgrey: #d9d9d9;
	--primary:#888;
  --primary_green: #888;
  --pg: #389;
	--slyel_20:rgba(254,193,39,.2);
	--slg_20:rgba(86,191,152,.2);
	--fl:24px;
	--fxl:36px;
	--fm:20px;
	--fn:16px;
	--fs:14px;
	--fxs:12px;
	--th:rgba(86,191,12,.05);
}

*{padding:0px; margin:0px; }
@font-face {font-family: icons; src: url(font-awesome/fonts/FontAwesome.otf);}
@font-face {font-family: asap; src: url('fonts/asap_regular.ttf');}
@font-face {font-family: cherokee; src: url('fonts/plantagenet_cherokee.ttf');}
@font-face {font-family: numbers; src: url('fonts/PlayfairDisplayRegular.ttf');}
/* ELEMENTS*/

.buttons{
	background:var(--pg);
	min-width:200px;
	max-width:240px;
	margin:auto;
	box-sizing: border-box;
	padding:10px 16px;
	border-radius:6px;
	color:#eee;
	cursor: pointer;
	text-decoration: none;
}


HTML{width:100%;}
BODY {width:100%; font-size:14px; font-family:asap,sans-serif; background: linear-gradient(#012 50%, #000 100%) }
img {border:0}
a{color:inherit;font-size:inherit;}
p{font-family: sans-serif; font-size: 16px; line-height: 1.5em}
.oblast_strane{width:100%; margin:auto; }
.index .oblast_zaglavlja{position:fixed;width:100%;top:0;
  background:none;
  font-family: asap ;
  border: none
}
.oblast_zaglavlja{position:fixed;width:100%;top:0; 
  background: #1115;
  font-family: asap ;
  border-bottom:1px solid #ddd3;
}
.oblast_zaglavlja_inner{width:960px;margin: auto; position:relative;}
.oblast_sadrzaja{width:100%; min-height:700px;  margin:0 auto;}
p, a, h1,h2,h3,h4,h5,h6,li, label{color: #d9d9d9;}
.top_baner, .mainTopBannerInner{width:100%;}
/*CHANGE*/
.index .top_baner{margin-top: 0px}
.top_baner{margin-top:118px; }
.icons {font-family: icons;text-decoration:none;}

.index .oblast_strane .pageTitle{color: #006837; text-align: center; padding: 20px 0px 0px; font-weight: normal; font-size: 30px; box-sizing: border-box}

/* DISPLAY NONE */
.obavestenje,.meni_jezici{display:none;}
.flyOutMenu{
	
	width:20px;
	position:absolute;
	top:25px;right:69px;
	z-index: 200;
}
.flyOutMenu #cart_indication a{
font-size:0;
	width:10px; height:10px;
	display: block;
	background: red;
	border-radius:50%;
	border:2px solid #fff;
}
.index .sideCatNav{display: block;}
.imageForMobile,
.mob_main_menu, .poruciTekst,.tempContainer,.footer_mob_info,
.wishListBar,.PageTrackNav,.iconOpis,.catalog_search{
	display:none
}
.hidden{display: none!important}

.userBar,
.headerIconsDiv,
.CatTrackNav,
.homeMenu {display: none!important; } 
.imate_nalog_dugme{display: none}


.zaglavlje_content{/*! position:relative; */ display: flex; } 
.logo{display:block; width: 230px; opacity:.7} 
.logo a{display:block; width: 100%; padding: 30px}
.logo img{display: block;width:100%; } 

/*GLAVNI MENI*/
.glavni_meni{display:flex;justify-content: flex-end;margin-left: auto; border-bottom:1px solid #fff3} 
.glavni_meni ul{display: flex;list-style: none; width:800px; margin-right: 80px} 
.glavni_meni ul > li{flex-grow: 1; text-align: center; } 
.glavni_meni ul > li a{
	text-decoration: none; display: block; padding:50px 20px 0 20px ; box-sizing: border-box;  
	border-bottom:3px solid transparent; 
	font-size:18px; 
  border-radius: 0;
  color: #fff;
  position: relative;
  _overflow: hidden;
  z-index: 1;
}
.glavni_meni ul > li a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: calc( 100vw * 9 / 16 * .8) ;
  background: #fff2;
  z-index: -1;
  transition: width 1.5s ease-in-out;
}
.glavni_meni ul > li a:hover {
  color: #fff;
}
.glavni_meni ul > li a:hover:after {
  width: 110%;
}

.glavni_meni ul > li a{color:#}
.glavni_meni li img{width: 100%; display: block;height: 100%}

/* GORNJA TRAKA */ 
.wrapperTraka{border-bottom:1px solid #999; display: flex; _background: rgb(255,255,255);padding:16px 5px; box-sizing:border-box;
transition: all 1s} 
.wrapperTraka{_background:#444; position:relative; display:flex; justify-content:flex-end;min-height:80px; display: none}
 img{display: block;width:100%;} 
.logoHome img{}
.wrapperTraka p{ display: none} 
.wrapperTraka > div{display: flex; } 
.removeMenu.logoScroll{
	display: none;
	_display: block;
position: absolute;

}
.removeMenu.wrapperTraka{display: none}

.meni_jezici li:nth-child(1){
	position: absolute;
	top:80px; right:-80px;
	z-index: 10;
	width:120px;
	list-style: none;
	text-align: right;
	transition: 1s
	
}
.meni_jezici li:nth-child(2){
	position: absolute;
	top:120px; right:-80px;
	z-index: 10;
	width:120px;
	list-style: none;
	text-align: right;
	transition: 1s;
	
}
.meni_jezici .markLng a span {color:#999}
.meni_jezici a{color:#888;text-decoration: none; display: block}
.meni_jezici li >a {display: flex; margin-bottom: 10px; background: #fff}
.meni_jezici li >a img{width: 40px; display:;padding-right: 10px}
.meni_jezici li >a span{font-size: 20px; color: #444}
.meni_jezici li{display: block}
.meni_jezici li:hover{position: absolute;right:0px; transition: 1s}


.divLevi{padding:2px 10px;} 
.divLevi .itemIcon{width:35px;  padding:4px 8px} 
.divDesni .itemIcon{width:29px;  padding:8px 8px;} 
.divDesni .item.right:last-child .itemIcon{padding: 8px 20px 8px 8px} 

.fixedLink_form{display: flex; width:auto;position: absolute;top:6px; left:300px;}
.fixedLink_form div{margin:5px 0; display: flex;}
.fixedLink_form .slika{display: block; width: 44px;padding: 3px; box-sizing: border-box}
.fixedLink_form img{display: block; width: 100%; _filter:invert(1) contrast(5) saturate(1) }
.fixedLink_form a{text-decoration: none; display: flex; width: 100%; height:50px}
.fixedLink_form p{width: max-content;color:#fff; padding: 10px 5px;display:none}
.fixedLink_form a:hover{margin-left: 0; transition:.3s}


.catalog_search .searchDugme:after{content: "\f002"; font-family: icons; font-size: 18px; color: #01543d; position: absolute; right: 12px; top:6px}
.catalog_search a{text-decoration: none}

.catalog_search{
	position: absolute;
	top:20px;right:330px;
}
.catalog_search input{
	font-size:var(--fn);
	padding:4px 10px;
	border:2px solid var(--main);
	border-radius:10px;
	outline: none;
}



#brzi_pretrazivac {
position:relative;
}

#suggestions{
position: absolute;
	top:100%; right:-50px;
	width:600px;height:500px;
	background:#fff;
	overflow-y: auto;
	border-radius:10px;
}

.close_suggestions{
background: var(--primary_green);
	display: block;
	color:#000;
	cursor: pointer;
	padding:10px
}
#autoSuggestionsList li{
display:flex;
	border-bottom:1px solid #ccc;
	cursor:pointer;
	padding:10px;
	box-sizing: border-box;
}

#autoSuggestionsList div{
padding: 0 14px;
	flex-grow: 1;
}
#autoSuggestionsList li img{
width:80px;
	max-height:120px;
	display:block;
	
}

#autoSuggestionsList h3{
color:var(--primary_green);
	font-size:var(--fm);
}
#autoSuggestionsList p{
color:var(--main);
	padding:6px 10px 0 0;
	font-size:var(--fs)
}

.logoScroll{
	display: block;
	width:130px;
	padding: 1px 16px 0 16px;
}
.logoScroll img{
	display: block;
	width: 100%;
}

/* BANNER */


.baner_slide_title{
 position:absolute;
	top:20px;right:0;
	z-index: 100;
	font-size:30px;
	background: var(--pg);
	color:#fff;
	padding:10px 30px 10px 50px;
	border-radius:8px 0 0 8px;

	
}
.baner_slide_description{
 position:absolute;
	top:80px;right:0;
	z-index: 100;
	font-size:20px;
	background: var(--main);
	color:#eee;
	padding:10px 30px 10px 50px;
	border-radius:8px 0 0 8px;	
}

#pageTitle{
	padding: 30px 0 6px 0;
	border-bottom:.5px solid #eee;
	font-family: asap;
	font-weight:lighter;
	font-size:var(--fl);
}


/* HOME */
.oblast_zaglavlja{_background: var(--main); /*! background: #111 */}
.index .oblast_zaglavlja.colorChange{background: rgba(1,1,1,.8); transition: .3s}
.oblast_sadrzaja{width:100%; min-height:700px;  margin:0 auto;}
.onama .oblast_sadrzaja{display: flex;}
.onama .oblast_sadrzaja #coll_left {width: 260px}
.onama .oblast_sadrzaja #coll_middle{flex-basis: 0;flex-grow: 1; width: 100%;}
.index #coll_middle {padding:0; box-sizing: border-box; width:100%; flex-basis:initial; flex-grow:initial}
.homebox{width: 100%}

.reference_home .horizontInner{width: 100%}
.reference_home .horizontInner .innerLeft ul{display: flex; flex-wrap: wrap;}
.reference_home .innerLeft ul li{width: 30%; margin-right: 20px; margin-bottom: 20px;;border: 5px solid #fff; list-style: none}
.reference_home .innerLeft ul li a, .reference_home .innerLeft ul li img{display: block; width: 100%}

.brojac {display: flex; padding: 140px 80px; justify-content: center;}
.brojac >div span{display: block; text-align: center;  color: #fff; margin-left: 60px;}
.brojac >div span:nth-child(1){font-size: 20px;padding-bottom: 30px;  }
.brojac >div span:nth-child(2){font-size: 50px; font-family: cherokee;
color: #FFFFFF;
_text-shadow: 
	0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 
	0 3px 0 #bbb, 0 4px 0 #b9b9b9, 
	0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 
	0 0 5px rgba(0,0,0,.1), 
	0 1px 3px rgba(0,0,0,.3), 
	0 3px 5px rgba(0,0,0,.2), 
	0 5px 10px rgba(0,0,0,.25), 
	0 10px 10px rgba(0,0,0,.2), 
	0 20px 20px rgba(0,0,0,.15);}

.brojac >div span:nth-child(2):hover {transform: scale(1.1)}

.homebox .flexBox{display: flex;width: 1200px; margin:20px auto 0;justify-content: space-between }
.horizont{position: relative;max-width:1000px; margin:auto; color:#eee;
}
.index .horizont:nth-of-type(1n){background-image: url('../../cms_upload/pages/files/46_imageforbackground1.jpg')}
.index .horizont:nth-of-type(2n){background-image: url('../../cms_upload/pages/files/46_imageforbackground2.jpg')}
.index .horizont p, .index .horizont h2{color:inherit}
.horizont h2{font-size:var(--fxl); padding: 0 0 40px 0; color: #eee}
.index .horizont h2{color: var(--main)}
.horizont p{font-size:16px; line-height:1.9em; color: #eee; max-width:80%}
.index .horizont p{color: var(--lightgrey)}
.horizont ul{font-size:var(--fn); color:inherit;padding: 30px 30px; display: block;}
.horizont li{line-height: 1.9em; font-size: 16px;color: #eee; list-style-type: disclosure-closed; padding: 0 6px; }
.index .horizont h2 {margin-top: 30px; }
.index .horizontInner{width: 66%;margin: auto;padding: 50px;position:relative;box-sizing:border-box;}
.horizontInner{width: 100%;margin: auto;padding: 50px 20px;position:relative;box-sizing:border-box;}
.horizontInner .features .featureItem {width: 270px; padding: 30px; margin: 15px;}
.horizontInner table{
	width:100%;
	text-align: left;
	border-collapse: collapse;
}
.horizontInner table th, .horizontInner table td{
	padding:10px;
	border-bottom:1px solid #aae
}
.horizontInner h3{
	padding: 30px 0 16px;
	font-size:var(--fl)
}


/*.horizont:nth-child(2n):before{
	content: "";
	width:18%;
	height:calc(100%);
	background: url('../../cms_upload/pages/files/131_left.png');
	background-size: 100%;
	background-repeat: repeat-y;
	top: 0px;
	left:0;
	position: absolute;
	display: block;
	z-index: 10;	
}
.horizont:nth-child(2n):after{
	content: "";
	width:16%;
	height:calc(100%);
	background: url('../../cms_upload/pages/files/131_right.png');
	background-size: 100%;
	background-repeat: repeat-y;
	top: 0px;
	right:0;
	position: absolute;
	display: block;
	z-index: 10;	
}
*/
.linkMore{
	position: relative;
	font-size:var(--fl);
	text-decoration: none;
	margin:1em;
	display: block;
	width:180px;
	border-top:1px solid #555;
	border-bottom: 1px solid #555;
	padding: 10px;
	text-align:center;
	color: #fff;
}
.horizont:nth-child(2n) .linkMore{
		border-top:1px solid #eee;
	border-bottom: 1px solid #eee;
}

.linkMore:before{
	content: "";
	width:35px;height:35px;
	_background: red;
	position: absolute;top:6px;left:-18px;
	transform: rotate(45deg);
	border-left:1px solid #555;
	border-bottom:1px solid #555;
}

.horizont:nth-child(2n) .linkMore:before,
.horizont:nth-child(2n) .linkMore:after{
		border-left:1px solid #eee;
	border-bottom:1px solid #eee;
}

.linkMore:after{
	content: "";
	width:35px;height:35px;
	_background: red;
	position: absolute;top:6px;left:181px;
	transform: rotate(225deg);
	border-left:1px solid #555;
	border-bottom:1px solid #555;
}

/*uvod*/

.index .homeContainer .uvodna_recenica span {text-align: center;  font-size: 22px;  }
.index .homeContainer .uvodna_recenica h3 {margin: 30px; color: #f2f2f2; font-weight: lighter; }
.index .homeContainer h2  {display: flex;flex-direction: row;margin: 50px 200px;color: #f2f2f2}
.index .homeContainer h2:before, .index .homeContainer h2:after{content: "";flex: 1 1;margin: auto;border-bottom: 1px solid #f2f2f2;}
.index .homeContainer h2:before {margin-right: 10px}
.index .homeContainer h2:after {margin-left: 10px}

/*reference home*/
.index .horizont.reference_home{background-image: none; padding-bottom: 50px; }
.index .horizont.reference_home >p{color: #fff; width: 90%; margin: auto; padding-left: 60px}
.index .reference_home{width: 90%; margin: auto;}
.index .reference_home h2{padding-top: 30px; text-align: center; color: #f2f2f2; font-size: 20px; font-weight: lighter}
.index .flex-reference{display: flex; flex-wrap: wrap; width: 90%; margin: 0px auto; padding: 20px 0}
.index .flex-reference .reference_box{width: 29%; box-shadow: 0px 0px 9px -5px #fff; margin: 30px auto 30px;  background-color: transparent; perspective: 1000px; }
.index .reference_box_inner{position: relative;width: 100%;height: 100%;text-align: center;transition: transform 1s;transform-style: preserve-3d;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
.index .reference_box:hover .reference_box_inner {transform: rotateY(180deg);}
.index .reference_box:hover{}
.index .front, .back{position: absolute;width: 100%;top:0; left: 0; right: 0; bottom: 0;backface-visibility: hidden;}
.index .front{background-color: #bbb;color: ;}
.index .back{background-color: var(--pink);;color: white;transform: rotateY(180deg); font-size: 20px; display: flex; align-items: center; justify-content: center;}
.index .back span{display: block; color: #fff;}
.index .back a{text-decoration: none; display: block}
.index .back .more{margin-top: 20px; padding: 5px; border: 1px solid #fffff; background: #ffeeee; color: #737373; width: 200px}
.index .homeContainer .vise p{color: var(--lightgrey); font-weight: lighter; text-align: center; font-size: 16px; width: 4%; 
border: 1px solid var(--lightgrey)}

/*software production*/

.index .software_production h2 {padding-top: 30px; text-align: center; color: #f2f2f2; font-size: 20px; font-weight: lighter; margin-bottom: 80px}
.index .software_production .flex {display: flex; justify-content: center; width: 100%}
.software_production .slika img {width: 100%; display: block}
.index .software_production .slika {width: 20%}
.index .software_production .tekst {width: 40%; margin-left: 30px; }
.index .software_production .tekst p {padding: 10px}
.index .software_production span p{color: var(--lightgrey); text-align: center; font-weight: lighter; text-align: center; width: 100%; margin:auto; }


/*plum(x) solutions*/

.index .plumx_home h2 {padding-top: 30px; text-align: center; color: #f2f2f2; font-size: 20px; font-weight: lighter; margin: 80px auto}
.index .plumx_home {width: 100%; margin: auto; justify-content: center; }
.index .plumx_home .slika_1 img {width: 100%; display: block}
.index .plumx_home .slika_1 {width: 80%; margin: auto; }
.index .plumx_home .slika_2 img {width: 100%; display: block}
.index .plumx_home .slika_2 {width: 50%; }
.index .plumx_home .flex {display: flex; margin-left: 200px; }
.index .plumx_home .tekst {width: 75%}
.index .plumx_home .tekst p {font-size: 16px; color: var(--lightgrey); padding-bottom: 30px; line-height:2em}
.index .plumx_home .vise p {margin-top: 50px}


/*hosting home*/
.index .horizont.hosting_home{_background-image: none; padding-bottom: 50px;_background: #ffffff}
.index .horizont.hosting_home >p{color: #444; margin: 0px auto 30px;text-align: center }
.index .hosting_home{width: 100%;}
.index .hosting_home h2{padding-top: 30px; text-align: center; color: var(--lightgrey); font-size: 16px}
.index .hosting_home .options{display: flex;  width: 70%; margin: auto; }
.index .hosting_home .coll {width: 27%;padding: 8px;margin: auto;}
.index .coll ul {list-style-type: none;border: 1px solid #eee;margin: 0;padding: 0;transition: 0.3s; background: #fff}
.index .price:hover {box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)}
.index .coll ul .naslov{background-color: #111;color: white;font-size: 20px;}
.index .coll ul li {border-bottom: 1px solid #eee;padding: 15px;text-align: center; font-size: 16px }
.index .coll ul .kupi_hosting{padding: 0;}
.index .coll ul .grey {background-color: #eee;font-size: 20px;}
.index .button {background-color: #f6325d;border: none;color: white;display: block;padding: 10px 25px;text-align: center;text-decoration: none;font-size: 18px;}
.index .hosting_home .vise p {margin-top: 30px}

/**leva navigacija**/

.oblast_sadrzaja .bocniMeniStrane {font-size: 18px; margin-top: 90px;}
.oblast_sadrzaja .bocniMeniStrane li {_border: 1px solid #eee8; border-left:none;width: 180px; background: #eee2; 
margin-top: 8px; color:#eee8; clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);}
.oblast_sadrzaja .bocniMeniStrane li a{text-decoration: none; color: inherit;font-weight:lighter; font-size:var(--fn); padding: 10px; display:block; }

/*PAGE*/
#coll_middle {/*! padding-top: 60px */}
.page .oblast_sadrzaja{display: flex;width: 100%;}
.page #coll_middle{/*! margin: 10px auto; */width:100%}
.page #coll_left,.page #coll_right{width: 260px;padding: 20px;}
.page #coll_left a{text-decoration: none;padding:16px;display:block;font-weight:normal}
.page .bocniMeniStrane{list-style: none;}
.page #coll_left .bocniMeniStrane >li >a{text-transform: uppercase}
.page .bocniMeniStrane li{ border-bottom:1px solid #ccc;}
.page #coll_left h3{background: var(--main);color:#eee;	font-size:var(--fm);text-align: center;}
.page #coll_left h3 a{color:#eee;}

.page .pageTitle{
	color:#338899;
	width:100%;
	text-align: center;
	font-weight:lighter;
	font-size:var(--fl)
}
.features{
	display: flex;
	list-style: none;
}
.featureItem{
	margin:10px;
	border:2px solid #eee;
	padding:40px 0;
	text-align: center;
	_flex-grow: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	
}
.featureItem > span{
	display: block;
	box-sizing: border-box;
	padding:8px 0;
	line-height:1.2em;


}
.featureItem .featTitle{font-size:24px; line-height: 1em; padding: 0; min-height: 60px;}
.featureItem .featDesc {font-size: 30px; padding: 10px;}

.horizont:nth-child(2n+1) .features span{
		color:#fff
}
.horizont:nth-child(2n+1) .featureItem{
	border:2px solid #fff
}

.featGraphic{
	font-size:80px;
	display: block;
	line-height: 1em;
	font-weight:bold;
	font-family: sans-serif;
}


.featureItem .button{
	font-weight: bold;
}

/*SUPPORT*/

.support #coll_middle{

}

.support .tabMeniStrane{
	background: beige;
	display: flex;
	list-style: none;
position: relative;
 
}
.tabMeniStrane li{
	display: block;
	flex-grow: 1;
}
.tabMeniStrane li a{
	display: block;
	background: #aaa;
	text-decoration: none;
	padding:10px;
	
}

.support .pagesListWrapper{
	width:70%;
	margin:30px auto;
}
.support .pagesListWrapper h1{
	padding:10px 0 0 30px; 
	color:#467
}
.support .pagesListWrapper .horizontInner{

	width:100%;
	padding:30px;
}
/* PARTNERI */
.projekti.catid_30 #coll_middle{
	width:900px;
	margin:auto;
	
}
.partneri .flex {
	max-width:900px;
	margin:auto;

}
.partneri h2{
	padding: 50px 0 10px 30px
}
.partneri .flex .prvi_blok{
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.partneri .flex .drugi_blok{
	display: flex;
	flex-wrap:wrap;

}
.partneri .flex .slika{
	max-width:120px;
	margin:10px 30px;
	border-radius: 6px;
		background: #fff;
		padding: 10px;
	opacity: .9;
	width:120px;
	height:120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partneri .flex .slika img{
	display: block;
	width:100px;
	filter: grayscale(1); 
	_border-radius: 16px;
  max-height:80%;
}
.partneri .flex .slika img:hover{
	filter: grayscale(0); 
}



/*FOOTER*/

.blokoviFuterGonji,.ikoniceFoter{display: none}

.oblast_futera {
  width:100%;
  background:#123; padding: 30px 0 20px; box-sizing: border-box; border-top: 2px solid #667

}
.oblast_futera a{text-decoration: none; color: inherit}
.oblast_futera li{color:#fff}
.oblast_futera img{display: block;width:100%}
.oblast_futera .footer_container{
  width:1200px; margin: auto;display: flex}

.footerLine{
	padding: 30px 30px 30px 50px;
	color:#eee;
}
.footerLine p, .footerLine ul, .footerLine li{
	font-size:inherit;
	color:inherit;
	line-height: 1.9em;
}
.footerLine h3{
	color: inherit;
}
.footerLine li{list-style: none}

.footer_linksContainer{display: flex;}
.footer_linksContainer > div, .footer_linksContainer >ul{
  flex-grow: 1; 
	list-style: none;
}
.footer_linksContainer .footer_contact{width:200px;  padding:0 0 0 60px;box-sizing: border-box}
.footer_links p{
text-align: center;
	color:#f5f5f5;
	font-size:var(--fs);
}
.footer_linksContainer .footer_navigation a{display: block;  padding: 8px; font-size: 16px; text-transform: uppercase;}
.footer_linksContainer .footer_navigation a:hover{text-decoration: underline}
.footer_contact li{font-size: var(--fn); padding: 6px}
.footer_linksContainer .futerLogo img{width: 250px;margin: 0 auto 20px auto; }
.footer_linksContainer .futerLogo h4{color: #fff; font-weight: normal; font-size: 20px; padding:10px 5px; }
.futerDrustveneMreze{display: flex; justify-content: start; padding:16px 6px}
.links_drustvene_mreze span{
	display: inline-block;
	font-size:36px;
	padding: 10px
}



