html {
	width:100%;
	height:100%;
}
body {
	margin: 0px;
	background: #000;
	font-family: Myriad Pro Regular;
	font-size: 10px;
	background: no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    width: 100%;
    min-height: 100%;
    height: auto !important;
	padding-top:70px;
}

#loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}
#loader img{
	left: 50%;
    margin-left: -20px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
}

h1 {
	display: block;
	font-size: 2em;
	font-weight: bold;
}

h2 { font-size: 1.5em; }
h3 { font-size: 1.17em;}
h5 { font-size: .83em;}
h6 { font-size: .75em;}

p{ 
font-size: 1.1em;
line-height: 1.2em;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.os-animation{
  opacity: 0;
}

.os-animation .animated{
    opacity: 1;
}

.container {
    width: 100%;
    height:auto;
}

.center {
    left: 50%;
    margin-left: -180px;
    margin-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    text-align: center;
    width: 400px;
}

#background-image {
	width:100%;
	height:400px;
}

.home_naslov {
	color: #e53b51;
    font-size: 4em;
    padding: 5%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20%;
    width: 100%;
	font-weight: 300;
}

.home_tekst {
	font-size: 4em;
    font-weight: 300;
    padding: 5% 10%;
    position: absolute;
    top: 40%;
    width: 100%;
}

.home_button{
	position: absolute;
    bottom: 10%;
	text-align: center;
    width: 100%;
}

/***** HEADER ****/
header {
	background-color: #000;
    clear: both;
    min-height: 70px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.nav-up {
    top: -70px !important;
}

.nav-down{
	height:auto;
}

.f-nav {
    margin: 0;
    position: fixed;
    top: 0;
	width:100%;
    z-index: 9999;
}

.no-header {
	display:none;
}

.fixed {
	margin: 0;
    position: fixed;
    top: 0;
}

.offset {
	margin-top:70px;
}

/***** logo ****/
.logo{
	clear: both;
    height: auto;
    left: 4%;
    position: absolute;
    top: 0;
    transition: top 0.2s ease-in-out 0s;
    width: 110px;
    z-index: 1050;
}

.logo img{
	width:100%;
	z-index: 1050;
}

.logo_pocetna {
	width: 160px;
	position: fixed;
    top: 0;
	left:50%;
	margin-left:-150px;
	background: transparent;
	z-index:1050;
}
.logo_pocetna img{
	width:300px;
}


/***** MENI ****/

.meni{
	text-align: center;
    width: 100%;
	background-color: #e7e7e7;
}

.meni ul{
	display: inline-block;
    list-style: outside none none;
    text-align: left;
}
	
.meni ul a li{
	color: #888;
	background-color: #e7e7e7;
    display: block;
    float: left;
    font-size: 1.7em;
    line-height: 70px;
    min-height: 70px;
    min-width: 5%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: auto;
	padding:0 20px;
}



.meni ul a li:hover{
	background-color:#eee;
	color:#593c1e;
	transition: all 300ms ease-in-out 0s;
}

#meni_ikone {
    height: 400px;
    margin-top: 300px;
    position: absolute;
    width: 100%;
    z-index: 3000;
}

#meni_ikone ul {
	height: 300px;
    margin-top: 50px;
}

#meni_ikone ul li {
    float: left;
    height: 300px;
    list-style: outside none none;
    margin: 0 1%;
    width: 23%;
}


/***** ikonice menija *****/

#meni_ikone ul #meni_home {
	background: url("gwsm_images/meni/home.png") no-repeat scroll center 0 / cover rgba(0, 0, 0, 0);
}
#meni_ikone ul #meni_home:hover{
	background: url("gwsm_images/meni/home_1.png") no-repeat scroll center 0 / cover rgba(0, 0, 0, 0);
}

#meni_ikone ul #meni_o_nama {
	background: url("gwsm_images/meni/o_nama.png") no-repeat scroll center 0 / cover rgba(0, 0, 0, 0);
}
#meni_ikone ul #meni_o_nama:hover{
	background: url("gwsm_images/meni/o_nama_1.png") no-repeat scroll center 0 / cover rgba(0, 0, 0, 0);
}

#meni_ikone ul #meni_kontakt{
	background: url("gwsm_images/meni/kontakt.png") no-repeat scroll center 0 / cover rgba(0, 0, 0, 0);
}
#meni_ikone ul #meni_kontakt:hover{
	background: url("gwsm_images/meni/kontakt_1.png") no-repeat scroll center 0 / cover rgba(0, 0, 0, 0);
}

#meni_ikone ul #meni_Usluge{
	background: url("gwsm_images/meni/usluge.png") no-repeat scroll center 0 / cover rgba(0, 0, 0, 0);
}
#meni_ikone ul #meni_Usluge:hover{
	background: url("gwsm_images/meni/usluge_1.png") no-repeat scroll center 0 / cover rgba(0, 0, 0, 0);
}

/***** kraj ikonica menija *****/

#mobileMenu {
	display:none;
}

.toggleMobile {
    display: none;
}


/***** STRANICA ****/
#stranica{
	position:relative;
	margin: 0 auto;
	width: 100%;
	height:100%;
	z-index: 200;
}

section {
	float:left;
	width:100%;
    margin : 0 auto;
    height : 100%;
}

section .naslov_sekcije {
	background: url("gwsm_images/poz_naslovi.jpg") no-repeat scroll right center #111111;
    color: #eeeeee;
    font-size: 3.5em;
    padding: 3%;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
}

section a {
	text-decoration: none;
	color: #33291e;
}

section a:hover {
    opacity:0.7;
	filter: alpha(opacity=70);
}

article .article_content:after {
    clear: both;
}
*, *:before, *:after {
    box-sizing: border-box;
}

article ul {
    line-height: 1.5em;
	padding-top: 10px;
}

.one {
	width:100%;
	float:left;
	margin: 0 auto;
}

.two {
	width:50%;
	margin: 0 auto;
	float:left;
}

.three {
	width:33.333%;
	margin: 0 auto;
	float:left;
	padding: 2%;
}

.four {
	width:25%;
	margin: 0 auto;
	float:left;
}

.six {
	width:16.666%;
	margin: 0 auto;
	float:left;
}

.article_content {
	float:left;
	display: inline-block;
	width:100%;
	vertical-align:middle;
	box-sizing: border-box;
	padding:10px;
	font-size: 1.5em;
    line-height: 1.2em;
}

.article_content img{
	max-width:99%;
}

.two .article_content {
	padding:10px 30px;
}

.article_content ul li{
    font-size: 1.1em;
}
	
.naslov_menija {
	background: url("gwsm_images/poz_naslovi.jpg") no-repeat scroll 0 0 #111111;
    color: #fff;
    font-size: 3.5em;
    padding: 3%;
    text-align: center;
    text-shadow: 1px 1px 1px #eeeeee;
    text-transform: uppercase;
}

.article_content table {
	border-collapse: separate;
    border-spacing: 1px;
}

/****** FONTOVI ZA CONTENT U SECTIONIMA *****/

.article_content h1{font-size:3.5em; font-weight: 700; padding: 2%;line-height: 1.2em;}
.article_content h2{font-size:3em; font-weight: 500; padding: 2%;line-height: 1.2em;}
.article_content h3{font-size:2.5em; font-weight: 400; padding: 2%;line-height: 1.2em;}
.article_content h4{font-size:2em; font-weight: 300; padding: 2%;line-height: 1.2em;}
.article_content h5{font-size:1.7em; font-weight: normal;line-height: 1.2em;}
.article_content h6{font-size:1.5em; font-weight: normal;line-height: 1.2em;}

/**** BUTTONI U CONTENTU U SECTIONIMA *****/

.button_responsive {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.111em;
    margin: 0.556em auto 0;
    min-height: 2.889em;
    padding: 1em 0 0.833em;
    text-transform: uppercase;
    transition: background 0.2s ease 0s, color 0.2s ease 0s, border 0.2s ease 0s;
    vertical-align: middle;
    width: 13.5em;
	max-width: 100%;
	text-align: center;
}

.button_standard {
	border: 2px solid #33291e;
	color: #33291e;
}

.button_standard:hover {
	color: #fff;
	background-color: #33291e;
}

.button_bijeli {
	border: 2px solid #fff;
	color:#fff;
}

.button_bijeli:hover {
	color: #000;
	background-color: #fff;
}

.button_crni {
	border: 2px solid #000;
	color:#000;
}

.button_crni:hover {
	color: #fff;
	background-color: #000;
}

/******** JEZICI ********/

#logo_naslovna{
	position: absolute; 
	top: 200px; 
	left: 5%; 

	padding: 8px; 
	background: transparent; 
	z-index: 1000; 
	border-top-left-radius: 4px; 
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px; 
	border-bottom-left-radius: 4px;
	}
	
#logo_ostale{
	position: absolute; 
	top: 5px; 
	left: 0;
	width: 100%;
	text-align: center; 

	padding: 8px; 
	background: transparent; 
	z-index: 1000; 
	display:none;

	}

/******** GALERIJA ********/
#galerija {
	display: flex;
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap;  /* Safari 6.1+ */
	flex-wrap: wrap;
	-webkit-justify-content: center;  /* Safari 6.1+ */
	justify-content:  center;
    margin: 0 auto;
    padding: 5% 10%;
    text-align: center;
}
#galerija_slike {
    margin: 0 auto;
    padding: 2% 10% 5%;
}

#galerija_slike #naziv_galerije {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  color: #33291e !important;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0 10% 2%;
  padding: 2%;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
}

#galerija .galerijaRed .naslov_galerija {
  border-top: 0px solid rgba(0, 128, 0, 0.2) !important;
  height: 50px;
  margin-top: 10px;
  padding-top: 10px;
  width: 200px;
}

#galerija .galerijaRed .naslov_galerija a {
  line-height: 1.2em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #33291e !important;
}

#galerija .galerijaRed {
  border: 5px solid #ccc !important;
  background: #efefef !important;
  box-shadow: 2px 2px 2px #888888 !important;
  -webkit-align-self: center !important;
  align-self: flex-start !important;
  margin: 10px;
  padding: 20px;
  width: 240px;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  box-shadow: #888888;
}


/*** CAROUSEL SLIDER ***/
.carousel{position:relative;}
.carousel-inner{position:relative;overflow:hidden;width:100%;}
.carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}
.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;line-height:1;}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block;}
.carousel-inner>.active{left:0;}
.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%;}
.carousel-inner>.next{left:100%;}
.carousel-inner>.prev{left:-100%;}
.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;}
.carousel-inner>.active.left{left:-100%;}
.carousel-inner>.active.right{left:100%;}
.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}.carousel-control.left{background-image:-webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));background-image:-webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));background-image:-moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);}
.carousel-control.right{left:auto;right:0;background-image:-webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));background-image:-webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));background-image:-moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);}
.carousel-control:hover,.carousel-control:focus{color:#d2ac67;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block;}
.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif;}
.carousel-control .icon-prev:before{content:'\2039';}
.carousel-control .icon-next:before{content:'\203a';}
.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center;}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #3a3a3a;border-radius:10px;cursor:pointer;}
.carousel-indicators .active{width:12px;height:12px;background-color:#d2ac67;}
.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#3a3a3a;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}.carousel-caption .btn{text-shadow:none;}
@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px;} .carousel-caption{left:20%;right:20%;padding-bottom:30px;} .carousel-indicators{bottom:20px;}}

.slider{
	padding: 2% 10%;
}

.carousel .lijevo{
	float:left;
	width:50%;
	height:100%;
}
.carousel .app-screenshot {
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 20px;
	text-align: center;
    width: 45%;
}

.carousel h1, .carousel p {
    font-weight: 300;
    text-align: left;
}
.carousel h1 {
    font-size: 5vmin;
    padding-bottom: 20px;
}
.carousel h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Myriad Pro Regular;
    font-weight: 700;
}
.carousel p {
	margin: 0 0 10px;
}
.carousel-indicators {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px solid #eee;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 5px 5px 8px;
    position: relative;
    width: 100%;
}
.carousel-indicators .active {
    border: medium none;
    border-radius: 0;
    height: 5px;
    width: 45px;
}
.carousel-indicators li {
    background: none repeat scroll 0 0 #3a3a3a;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 5px;
    margin: 1px;
    text-indent: -999px;
    width: 45px;
}


/**** FOOTER *****/
footer {
	width:100%;
	line-height: 1.2em;
	font-size:0.8em;
}

footer .inside {
	float:left;
	margin: 0 auto;
	margin-top:10px;
	text-align: center;
	display: inline-block;
}

footer .logo_down {
	margin-left: 2%;
}
footer .logo_down img {
	padding-bottom: 5px;
}

footer .text{
	font-weight:300;
	color:#fff;
}

footer img {
    vertical-align: middle;
    max-height: 100px;
}

footer .menu {
	float: right;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 100px;
    margin-top: 25px;
	margin-right: 70px;
}

footer .menu ul {
	list-style: none outside none;
	color: #fff;
    font-size: 1em;
    line-height: 1.2em;
}
footer .menu ul  li{
	display: block;
	background:none;
	padding-left:0;
    float: left;
    margin-right: 6px;
}
footer .menu ul  li a{
	text-transform: uppercase;
	color: #fff;
}
footer .menu ul  li a:hover{
	color:#ccc;
	transition: all 300ms ease-in-out 0s;
}
footer .menu ul .crta:after {
    content: "|";
    margin-left: 6px;
	color: #fff;
}
footer .menu ul .last:after {
	content: "";
}
footer .fb {
    border-left: 1px solid #ccc;
    float: right;
    margin-left: 20px;
	margin-right: 20px;
    margin-top: 15px;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
    z-index: 2;
}

footer .dmanag {
	color: #fff;
    font-size: 1em;
    padding: 2% 0;
    position: relative;
    z-index: 2;
	border-top: 1px solid #fff;
}
footer .dmanag a {
	color: #fff;
	text-transform:uppercase;
}

#Impressum article, #Sitemap article {
    padding: 5%;
}

#dots {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width:100;
	height:100%;
    background-image: url('gwsm_images/dots.png');
    z-index: 1;
}

.overlay{
	background: none repeat scroll 0 0 transparent;
    height: 450px;
    position: absolute;
    width: 47%;
    z-index: 1200;
}
.overlay_full{
	background: none repeat scroll 0 0 transparent;
    height: 400px;
    position: absolute;
    width: 98%;
    z-index: 1200;
}

#scroll_top {
    bottom: 0;
    color: #fff;
    padding: 12px 8px;
    position: fixed;
    right: 0;
    z-index: 999999;
}

#scroll_top img{
	width:40px;
	opacity:0.7;
}
#scroll_top img:hover{
	opacity:0.8;
}

/****** KONTAKT FORMA NOVA *****/
#frmUpit{
	display:block;
	margin: 0 auto;
    width: 70%;
}

#frmUpit .fieldset{
}
/******************** HOVER ON **************************/
#frmUpit .phover{
	color:#9F1319;
}
#frmUpit .phover label{
	color:#9F1319;
}
#frmUpit .phover input{
	color:#9F1319;
	border:none; 
	background-color:#FFF;
	border-bottom:1px #9F1319 solid; 
}
#frmUpit .phover textarea{
	color:#9F1319;
	background-color:#DFDFDF;
	border:1px #9F1319 solid; 
}
#frmUpit .phover select{
	color:#9F1319;
	background-color:#DFDFDF;
	border:1px #9F1319 solid; 
}
#frmUpit #send_bar.phover{
	padding:5px;
	text-align:center;
}
#frmUpit #send_bar.phover input{
	color:#000;
	background-color:#86EF8A;
	border:1px #000 solid; 
}
#frmUpit #send_bar.p input:hover{
	background-color:#a6602f;
}
/*********************** HOVER OFF ***********************/
#frmUpit {
}
#frmUpit label{
}
#frmUpit input{
	background-color:#FFF;
	font-family: Myriad Pro Regular;
}
#frmUpit  textarea{
	background-color:#FFF;
	border:1px #BFBFBF solid;
	font-family: Myriad Pro Regular;
}

#frmUpit select{
	color:#4F4F4F;
	background-color:#FFF;
	border:1px #BFBFBF solid; 
}
#frmUpit .send_bar{
	padding:5px;
	text-align:center;
}
#frmUpit .send_bar input{
	background: none repeat scroll 0 0 #33291e;
    border: none;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
	float:none;
	cursor:pointer;
}
#frmUpit .send_bar input:hover{
	background:#aaa
}

input:required, textarea:required {
    background: #fff url(gwsm_images/red_asterisk.png) no-repeat 98% center;
}
select:required, textarea:required {
    background: #fff url(gwsm_images/red_asterisk.png) no-repeat 98% center;
}
input:focus:invalid, textarea:focus:invalid { /* when a field is considered invalid by the browser */
    background: #fff url(gwsm_images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
input:required:valid, textarea:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(gwsm_images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
select:focus:invalid, textarea:focus:invalid { /* when a field is considered invalid by the browser */
    background: #fff url(gwsm_images/invalid.png) no-repeat 98% center;
}
select:required:valid, textarea:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(gwsm_images/valid.png) no-repeat 98% center;

}

/**********************************************/

#frmUpit .sub{
	margin: 0px;
	font-size: 10px;
	text-align:center;
}

#frmUpit input, #frmUpit select{
	float: left;
    height: 40px;
	padding:5px;
    margin: 5px 1%;
    width: 48%;
}
#frmUpit textarea{
	height: 120px;
    margin: 5px 1%;
    padding: 5px;
    width: 98%;
}

#frmUpit .div input{
	margin:5px;
	padding:1px;
	border:1px #BFBFBF solid;
	width:120px;
}
.ptitle, #frmUpit #send_bar{
	color: #262626;
    display: block;
    font-size: 1.6em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
#frmUpit #send_bar{margin:0px 0px 7px 0px;}

.pblank{
	font-size:11px;
	margin: 0px;
	padding: 5px 1px 8px 3px;
	border-bottom: 1px dashed gray;
}
.pgreen{
	background-color:#6CDB6C;
	margin: 0px;
	padding: 5px 1px 8px 3px;
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
	text-align:center;
}
.perror{
	color:#DF2929;
	padding:10px;
	font-size: 14px;
	font-weight:bold;
}

/*** OBIČNE STRANICE ***/

#content {
    z-index: 2;
    padding: 15px;
    line-height: 1.5em;
    color: #000;
    font-family: Myriad Pro Regular;
	font-size: 12px;
    width: 90%;
	height:auto;
	margin: 0 auto;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: #888888;
}

#content h1 {
    line-height: 1.3em;
}

#content a {
    color: #333;
}

#content a:hover {
    color: #999;
}



.sadrzaj_pocetna {
	width: 90%;
    margin: 0 auto;
	padding: 5%;
	z-index:10;
}

.three_img{
	margin: 0 auto;
	max-width: 920px;
	width:auto;
}

.three_img div  {
	width:300px;
}

.three_img div a img:hover{
	filter: alpha(opacity=90);
    opacity: .9;
}

.sadrzaj_pocetna .naslov{
	font-size:36px;
	line-height:56px;
	color: #d3ac67;
	text-transform:uppercase;
}

.sadrzaj_pocetna .tekst{
	font-size:14px;
}

.button_upit {
    background: linear-gradient(#bd9c5f, #d3ae6a) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
    color: #ffffff;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    margin: 70px;
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

.button_upit:hover{
	color: #e9d6b4;
}




#footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#414141;
	opacity: 0.8;
	height: 60px;
	z-index:1100;
	float:left;
}

#footer #left{
	color: #fff;
    float: left;
    font-size: 12px;
    margin-left: 10%;
	margin-top:5px;
    padding: 5px;
    vertical-align: middle;
    width: 35%;
}

#footer #left img{
	height: 40px;
	float:left;
	opacity:1;
}
#footer #left #text{
	margin-top: 13px;
    padding-left: 50px;
}

#footer #social{
	float: left;
    padding-top: 5px;
    width: 35%;
}

#footer #social img{
	height: 50px;
	float:left;
	opacity:1;
}

#footer #right{
	color: #fff;
    float: left;
    font-size: 12px;
    margin-top: 23px;
    vertical-align: middle;
    width: 10%;
}


video {
 	object-fit: cover;
}

.box_izdvojeno{
	width: 1000px;
	height: 180px;
	background: url(gwsm_images/black_80p.png) repeat top left;
	clear: both;
	margin: 10px 0;
	padding: 0;
	color: #333;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: #888888;
	
}

.box_izdvojeno .tekstbox{
	width: 225px;
	height: 150px;
	margin: 10px 0 0 10px;
	padding: 5px;
	border: #eee 1px solid;
	background:  #FFF;
	float: left;
	}
	
.box_izdvojeno .tekstbox img{
	width:225px;
	height:150px;
}
	
.box_izdvojeno .menibox{
	height: 140px;
	margin: 10px 0 0 10px;
	padding: 10px;
	line-height: 20px;
	vertical-align: middle;
	float: left;
}

.box_izdvojeno .menibox h2{ 
	font-size: 14px; font-family: Verdana, Geneva, sans-serif; font-weight: bold; 
	color: #333; padding:5px; margin:0; margin-bottom: 10px;
	overflow:hidden;
	line-height: 24px;
}

.box_izdvojeno .menibox a{ 
	font-size: 18px; font-family: Verdana, Geneva, sans-serif; font-weight: bold; 
	color: #FF6600; padding:5px; margin:0;
	overflow:hidden;
	line-height: 28px;
}
.box_izdvojeno .menibox p{ 
	margin:0 5px;
	padding: 3px 10px; 
	font-family:Verdana; font-size:11px; 
	line-height:18px; color: #000;

}

#sadrzaj{
	width: 98%;
	height:auto;
	clear: both;
	padding-bottom: 10px;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: #888888;
}

#sadrzaj a{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#sadrzaj a:hover{
	color: #FC3;
}

/* glavno */

#sadrzaj #glavno{
	width:100%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: -50px;
	padding: 5px;
	float: left;
	color: #220000;
	font-size: 11px;
	font-weight: normal;
	text-align:justify;
	background:#fff;
	border-radius:8px;
	padding:30px;
}

#sadrzaj #glavno a{
	color: #4f545d;
}

#sadrzaj #glavno a:hover{
	color: #D3AE6A;
}

#sadrzaj #glavno .nad_naslov{
	font-size: 10px;
	line-height: 25px;
	color: #FF6600;
	margin-bottom: 15px;
	border-bottom: #FF6600 1px solid;
	margin-top: 5px;
	margin-left: 10px;
	padding: 5px;
	background: url('gwsm_images/poz_sideNaslov.jpg') no-repeat top left;
}

#sadrzaj #glavno .nad_naslov a{
	color: #000000;

}

#sadrzaj #glavno .nad_naslov a:hover{
	color: #FF6600;
}

#sadrzaj #glavno .okvir_full{
	width: 100%;
	margin: 0px;
	padding: 10px 0 0;
	background: url(gwsm_images/glavno_sadrzaj.gif) top left no-repeat;
}

#sadrzaj #glavno .naslov{
	border-bottom: medium none;
    color: #4f545d;
    font-family: Myriad Pro Regular;
    font-size: 3rem;
    line-height: 42px;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-left: 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

#sadrzaj #glavno .okvir_full .podnaslov{
	color: #4f545d;
	font-size: 16px;
	line-height: 32px;
	border-bottom: #4f545d 1px solid;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 10px;
	font-family: Myriad Pro Regular;
	font-weight: bold;
	padding-top: 50px;
    text-transform: uppercase;
}

#sadrzaj #glavno .okvir_full .tekst{
	color: #220000;
}

#sadrzaj #glavno .okvir_full .tekst img{
	padding: 5px;
	margin: 5px;
	border: #CCC 1px solid;
}

#sadrzaj #glavno .okvir_full .tekst table{
	margin: 10px 0;
	border: #CCC 1px solid;
	}
	
#sadrzaj #glavno .okvir_full .tekst table th{
	border-bottom: #999 1px solid;
	background: #eee;
	text-align: left;
	padding: 5px;
	}
	
#sadrzaj #glavno .okvir_full .tekst table tr{
	border-bottom: #CCC 1px solid;
	}
	
#sadrzaj #glavno .okvir_full .tekst table td{
	padding: 5px;
	width: 45%;
	}

#sadrzaj #glavno .okvir_pol{
	width: 45%;
	height: 300px;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;	
	margin-right: 5px;
	background: url(gwsm_images/pol_sadrzaj.gif) top left no-repeat;
	float: left;
}

#sadrzaj #glavno .okvir_pol .naslov{
	color: #003399;
	font-size: 12px;
	line-height: 28px;
	border-bottom: #FF9900 1px solid;
	text-align: left;
	margin-bottom: 15px;
	font-family: Myriad Pro Regular;
}

#sadrzaj #glavno .okvir_pol .podnaslov a{
	color: #000066;
	font-size: 12px;
	line-height: 28px;
	text-align: left;
	margin-bottom: 15px;
	font-family: Myriad Pro Regular;
	font-weight: bold;
	text-decoration: none;
}

#sadrzaj #glavno .okvir_pol .podnaslov a:hover{
	color: #FF6600;
}

#sadrzaj #glavno .okvir_pol .tekst{
	color: #000000;
}

#sadrzaj #glavno .okvir{
	padding: 10px 0;
}

.podjeli{
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}

/************************tekstovi****************************************/

.okvir{
	padding: 0px;
}

.naslov{
	display: block;
	padding: 0px 0px 3px 2px;
	margin-bottom: 15px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

.tekst{
	font-size: 12px;
	line-height: 18px;

}

.okvir .tekst iframe {
	max-width: 100%;
	max-height: 70%;
}

.tekst ul{
	padding-left: 20px
}

.tekst ul li{
	list-style-type:circle;
}

.tekst p{
	margin-bottom: 10px;
}

.tekst img{
	padding: 0px;
	margin: 6px 5px 3px 0px;
	border: #00FF00 1px solid;
}

.forma_polje{
	margin:auto;
	width:100%;
	height:auto;
	clear:both;
	margin-bottom:10px;
}

.forma_polje_naziv{
	float:left;
	width:45%;
	text-align:right;
	line-height:20px;
	padding-right: 5px;
	background: #eeeeee;
}

.forma_polje_input{
	float:left;
	width:50%;
	text-align:left;
}

.profile_slika{
	float:left;
	padding:3px;
	width:140px;
	height: 140px;
	border:2px solid #FFFFFF;
	margin:10px;
}

input, select{
	margin-left:5px;
	border:1px solid #aaa;
	padding:3px;
}

.gumb{
	padding:2px;
	text-align:center;
	color:#FFF;
	background: #d2ac67;
}

.gumb:hover{
	background: #f26552;
}

/********** NOVOSTI ****************/

.naslov_pretrazivanja {
	color: #ec6522;
    font-size: 2em;
    line-height: 1.2em;
    padding: 2%;
    text-align: center;
    text-transform: uppercase;
}
.svi_blog_postovi {
	text-align:center;
	margin-bottom: 10px;
}
.svi_blog_postovi .button_responsive {
	font-size:1.2em;
	width:14.5em;
}
#novosti{
	clear: both;
    width: 100%;
}

#Blog article .article_content .brojevi_stranica{
	width:100%;
	height:auto;
	margin-bottom:6px;
	margin-top:10px;
}

#Blog .brojevi_stranica .broj{
	float:right;
	width:23px;
	line-height:26px;
	text-align:center;
	margin-right:5px;
	color: #330000;
	border:1px solid #62ba47;
	background:#FFFFFF;
}

#Blog .brojevi_stranica a:hover .broj{
	text-decoration:none;
	color:#fff;
	background: #62ba47;
	border: #CCC 0px solid;
}

#Blog .brojevi_stranica .aktivan{
	color:#FFFFFF;
	background: #ec6522;
	border: 0px solid #62ba47;
}

#novostiarticle .article_content .brojevi_stranica{
	width:100%;
	height:auto;
	margin-bottom:6px;
	margin-top:10px;
}

#novosti .brojevi_stranica .broj{
	float:right;
	width:23px;
	line-height:26px;
	text-align:center;
	margin-right:5px;
	color: #330000;
	border:1px solid #62ba47;
	background:#FFFFFF;
}

#novosti .brojevi_stranica a:hover .broj{
	text-decoration:none;
	color:#fff;
	background: #62ba47;
	border: #CCC 0px solid;
}

#novosti .brojevi_stranica .aktivan{
	color:#FFFFFF;
	background: #ec6522;
	border: 0px solid #62ba47;
}

#novosti .naziv_stranice{
	float:right;
	width:auto;
	line-height:21px;
	text-align:center;
	margin-right:5px;
	color: #330000;
	border:0px;

}

#novosti a .broj{
}
#novosti a:hover .broj{
	color:#000;
	background: #eee;
	border: #CCC 1px solid;
}

#novosti .aktivan{
	color:#FFFFFF;
	background: #FF6600;
	border: 1px solid #060;
}

#novosti .novost{
	border: 1px solid #ccc;
	border-radius: 15px;
	background: rgba(255,255,255,0.8);
    list-style: outside none none;
    margin: 20px auto;
    padding: 1%;
    width: 90%;
}
#novosti .novost_naslov{
    border-bottom: medium none;
    color: #aa1010;
    font-size: 2.5em;
    line-height: 1.2em;
    padding-left: 10%;
    text-align: left;
    vertical-align: middle;
}
#novosti .novost_naslov a{ 
	color: #aa1010;
}
#novosti .novost_datum{
	text-align:right;
	font-style:italic;
	font-size:10px;
	padding:4px;
	background:url(../images/calender_icon.png) top right no-repeat;
}

#novosti .slika_tags {
	width:100%;
	border: 5px solid #fff;
	background:#eee;
}

#novosti .slika_tags  .novost_slika{
	text-align: center;
    width: 50%;
	min-height: 150px;
	float:left;
}

#novosti .slika_tags .tagovi_svi {
	width:50%;
	float:left;
	padding: 5px 15px;
	font-size:1.3em;
	min-height:150px;
	background:#eee;
}
.tagovi_svi .date, .tagovi_svi .autor, .tagovi_svi .kategorija, .tagovi_svi .tagovi {
	line-height: 25px;
    padding: 5px 0;
    vertical-align: middle;
}
#novosti .slika_tags .tagovi_svi img{
	float:left;
}
#novosti .slika_tags .tagovi_svi  .tag{
	background: none repeat scroll 0 0 #fff;
    border-radius: 8px;
    float: left;
    margin: 2px;
    padding: 1px 3px;
}
.tagovi_svi .date .text {
	padding-left:5px !important;
	margin-left:2px;
}
#novosti .novost_sadrzaj, #novosti_pocetna .novost_sadrzaj {
	padding: 15px 10%;
    text-align: justify;
}
#novosti .novost_sadrzaj p, #novosti_pocetna .novost_sadrzaj p {
	font-size: 1em;
    line-height: 1.2em;
	padding: 5px 2%;
}
#novosti_pocetna .novost_naslov{
	text-align: center;
}
#novosti_pocetna .novost_naslov a{
    text-transform: uppercase;
}
#novosti_pocetna .novost_sadrzaj img{ 
	margin: 0 20px 10px !important;
}
#novost_jedna {
	padding:2% 1%;
	width:80%;
	background:rgba(255,255,255,0.8);
	margin: 0 auto;
	border-radius: 15px;
	margin-top:1%;
}
#novost_jedna .novost_sadrzaj {
    padding: 1%;
}
#novost_jedna .novost_sadrzaj blockquote {
	border-left: 5px solid #ec6522;
    margin: 2% 5%;
}
#novost_jedna .novost_sadrzaj a {
	color: #ec6522;
}
#novost_jedna .novost_sadrzaj ul {
	font-size: 1em;
    line-height: 1em;
    padding-left: 5%;
}
#novost_jedna .novost_sadrzaj p {
	font-size: 1em;
    line-height: inherit;
	padding: 0;
}
#novosti .novost_sadrzaj img, #novost_jedna .novost_sadrzaj img {
	margin: 4px 10px 2px 0 !important;
    padding: 5px !important;
}
#novosti .novost_opsirnije{
	width:95%;
	clear: both;
    text-align: right;
}
#novost_jedna .novost_natrag{
	clear: both;
    margin-top: 3%;
    text-align: center;
    width: 25%;
}
#novosti .novost_opsirnije .button_responsive, #novost_jedna .novost_natrag .button_responsive {
	font-size: 0.8rem;
}
#novosti .novost_opsirnije a{
}
#novosti .ostale_novosti{
	width:100%;
	font-size:14px;
	text-align:right;

}
#novosti .ostale_novosti a{
}

#novost_jedna .novost_naslov{
    color: #aa1010;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
  
 
/* Tražilica */
/*-------------------------------------*/
    
    .cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/	
    
    .form-wrapper {
        width: 226px;
        padding: 5px;
        background: #444;
        background: rgba(0,0,0,.2);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    }
    
    .form-wrapper input {
        width: 150px;
        height: 15px;
        padding: 5px 3px;
        float: left;    
        font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;      
    }
    
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 25px;
        width: 60px;
        color: #fff;
        text-transform: uppercase;
        background: #d6540d;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;      
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
		margin-right:5px;
    }   
      
    .form-wrapper button:hover{		
        background: #e17b43;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #e17b43;    
    }
    
    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #d6540d transparent;
        top: 5px;
        left: -6px;
    }
    
    .form-wrapper button:hover:before{
        border-right-color: #e17b43;
    }
    
    .form-wrapper button:focus:before{
        border-right-color: #e17b43;
    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }


/***************** Mali prozori *****************/

.mali_prozor_naslov{
	width:199px;
	height:32px;
	overflow:hidden;
	line-height:24px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	padding-right:15px;
}

#mala_trazilica{
	float:left;
}
#mala_trazilica .trazi_pojam{
	width:150px;
	height: 20px;
	line-height: 20px;
	border:1px solid #000000;
}

input.gumb{
	float: left;
}

/********** KONTAKT FORMA ***************/
#kontakt_forma{
	width:100%;
	clear: both;
}
#kontakt_forma .forma_polje{
	width:90%;
	float: left;
}
#kontakt_forma .forma_polje_naziv{
	width:25%;
	padding: 10px;
	border-bottom: #CCC 0px solid;
	border-left: #CCC 0px solid;
	background: transparent;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#kontakt_forma .forma_polje_input{
	width:65%;
}
#kontakt_forma input, select{
	width:100%;
	border: #ccc 1px solid;
	padding: 10px;
}

#kontakt_forma .textarea {
	border:1px solid #CCC;
	margin-bottom:10px;
	margin-left:5px;
	width:100%;
	height:250px;
	padding: 10px;
}

#kontakt_forma .gumb{
	width:70%;
	padding: 10px;
}

#kontakt_forma img{
	padding: 5px;
	border: #999 1px solid;
	}

#kontakt_forma .poruka{
	font-size: 12px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px;
    text-align: left;
}

#kontakt_forma .ok_poruka{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    color: #ea5b0b;
    font-size: 16px;
    margin: 30px auto;
    padding: 20px;
    text-align: center;
    width: 60%;
}

#kontakt_forma .error_poruka{
	font-size: 12px;
	width: 60%;
    padding: 10px;
    text-align: center;
	margin: 0 auto;
	background:red;
}
#kontakt_forma .validacija {
	padding-left:5px; 
	line-height:18px; 
	font-size:11px;
}
	
/********** SADRŽAJ DESNO ***************/
#sadrzaj #desno{
	width:500px;
	margin:0 auto;
	float:right;
	display: table-cell;
    text-align: center;
}

#reference{
	width:240px;
	height:auto;
	float: left;
	margin: 0 auto;
	margin-top:10px;
	padding-left: 10px;
	display: inline-block;
}

#reference .podnaslov{
	line-height: 40px;
	background: #eee;
	padding-left: 10px;
	color: #111;
	margin: 20px 0 5px;
	font-size: 18px;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: #888888;
}

#banneri{
	width: 240px;
	height:auto;
	
	margin: 0 auto;
	padding: 0px;
	margin-left: 0px;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	color: #333333;
	font-size: 10px;
	line-height: 14px;
	display: inline-block;
	background: transparent url(gwsm_images/rub_desno_1.png) repeat-y top left;
}

#banneri img{
	margin-bottom: 10px;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: #888888;
}

#banneri a img{
	margin-bottom: 10px;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: #888888;
}

#banneri #linkovi{
	padding: 0px;
}

#banneri #linkovi .head{
	line-height: 40px;
	background: #eee;
	padding-left: 10px;
	color: #111;
	margin-bottom: 5px;
	font-size: 18px;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: #888888;
	
}
#banneri #linkovi ul{
	margin-top: 5px;
}

#banneri #linkovi ul li{
	margin-bottom: 2px;
	margin-right: 0px;
	
}

#banneri #linkovi ul li a{
	color: #FF6600;
	line-height: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 25px;
	background: #fff url(gwsm_images/meni_next_l.png) no-repeat top left;
	display: block;
	font-size: 16px;
	text-align:left;

	min-height: 30px;
	vertical-align: middle;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: #888888;
}

#banneri #linkovi ul li a:hover{
	color: #222;
	background: #ccc url(gwsm_images/meni_next_l.png) no-repeat top left;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: #888888;
}

#banneri .novost_desno{
	tekst-align: left;
	
	}

/********** NADFOOTER ***************/
#nadfooter{
	float:left;
	width: 100%;
	height:auto;
	background: #0F0F0F url(gwsm_images/dole_crno-bg.gif) repeat top left;
	border-top: #000000 10px solid;
}

#nadfooter #footer{
	width: 80%;
	height: 240px;
	margin: 0px auto;
	clear: both;
	line-height: 30px;
	vertical-align: bottom;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;

}

#nadfooter #footer .izrada{
	padding-top: 10px;
	width: 30%;
	margin-right: 10px;
	float: right;
	text-align: left;
	
}

#footer a{color: #CCCCCC; text-decoration: none;}
#footer a:hover{color: #EE8811;}

/* PROIZVODI */
#proizvodi{
	width:100%;
}

#grupe_proizvoda{
	float:left;
	width:100%;
	height:auto;
	margin: 10px;
	padding: 20px;
}

.grupe_naslov{
	border-bottom: none;
	font-size:18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:30px;
	margin-bottom:20px;
	margin-left:20px;
}

#grupe_proizvoda .grupa_proizvoda{
	float:left;
	width:200px;
	padding: 10px;
	margin-bottom: 6px;
	line-height: 34px;
	border-bottom: #eee 1px solid;
	overflow:hidden;
}

#grupe_proizvoda .grupa_proizvoda .grupa_naslov{
	font-size:20px;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
}
#grupe_proizvoda .grupa_proizvoda .grupa_naslov a{
	color: #000;
	display: block;
	line-height: 30px;
	padding-left: 30px;
	background: transparent url(bijelo_ugovori/kvacica.gif) no-repeat left top;
	
}

#grupe_proizvoda .grupa_proizvoda .grupa_naslov a:hover{
	color:#C00;

}

#proizvodi .proizvod{
	float:left;
	width:202px;
	padding:5px;
	margin:10px;
	display:block;
	color: #000;
	height: 190px;
	display:block;
	border: #f8f8f8 1px solid;
	box-shadow: 3px 3px 1.5px #eee;
}

#proizvodi .proizvod .proizvod_slika{
	margin:2px;
	text-align: center;
}

#proizvodi .proizvod .proizvod_naslov{
	font-size:14px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	overflow:hidden;
	min-height:30px;
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	margin-top: 5px;

}

 #proizvodi .proizvod .proizvod_naslov a{
	color: #C00;
	font-weight: normal;
	text-decoration:none;
}
#proizvodi .proizvod .proizvod_naslov a:hover{
	color: #333333;
	text-decoration: none;
}




/********* MEDIA QUERIES *********/


@media only screen and (min-width : 769px) and (max-width : 1060px){
.four{
	width:50%;
}
.meni ul{
	margin-right: 10px;
}
.logo {
	left:2%;
}
#meni_ikone ul li {
    height: 250px;
}
#background-image {
    height: 300px;
}
}

@media only screen and (min-width : 769px) and (max-width : 1000px){
.meni ul a li{
    font-size: 1.5em;
}
#novosti .slika_tags .novost_slika {
    min-height: 200px;
}
}

@media only screen
and (max-width : 768px)
{
html {
	background: none;
}
html, body {
	height:auto;
}
body {
	padding-top:70px;
}

#Pocetna_1 {
    margin-top: 0;
}
#content {
	max-width: 90%;
}
#sadrzaj {
	max-width: 100%;
}
#glavno {
	max-width: 100%;
}
header{
	min-height: 70px;
}

#meni_ikone {
    display: none;
}

/* #meni_ikone ul li {
    height: 300px;
    width: 48%;
}
#background-image {
    height: 400px;
} */

.one, .two, .three, .four {
	width:100%;
	margin: 0 auto;
	float:left;
	height:auto;
}

.overlay {
	width: 90%;
}

/****** FONTOVI ZA CONTENT U SECTIONIMA *****/

.article_content h1{font-size:3em; font-weight: 700;}
.article_content h2{font-size:2.5em; font-weight: 500;}
.article_content h3{font-size:2em; font-weight: 400;}
.article_content h4{font-size:2em; font-weight: 300;}
.article_content h5{font-size:1.5em; font-weight: normal;}
.article_content h6{font-size:1.2em; font-weight: normal;}

#mobileMenu {
    z-index: 1100;
	font-size:14px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#mobileMenu ul a {
	text-decoration:none;
	color: #ffffff;
	text-transform: uppercase;
}
#mobileMenu ul a li {
	display:block;
	background-color: #000;
	color: #eeeeee;
	padding: 12px 0;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: 1px solid #222;
	text-transform:uppercase;
}
#mobileMenu ul a li:hover {
	color:#aaa;
}
.toggleMobile{
	-moz-user-select: none;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    padding: 5px 5px 8px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 20px;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1200;
}
.toggleMobile:hover{
    opacity:0.8;
}
.toggleMobile .icon-bar {
	background-color: #ffffff;
	border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
	margin-top: 4px;
}
.meni{
	display:none;
}

.logo{
	position: fixed;
	clear:both;
	top: 0;
	left: 5%;
	height:auto;
	z-index:1050;
}
.logo img {
    width: 120px;
}
.logo_pocetna {
    margin-left: -100px;
    width: 160px;
}
.logo_pocetna img{
	width: 160px;
}
.carousel .item {
	height: auto !important;
}
.carousel .item  .active{
	height: auto !important;
}
.carousel .lijevo{
	float:left;
	width:100%;
	height:100%;
}
.carousel .app-screenshot {
    height: 400px;
    width: 100%;
	float:left;
}

#background .naslov img{
	position:absolute  !important;
	top:3% !important;
	width: 200px !important;
	}

#background .tekst{
	display:none;
	}
	
#novosti .novost{
	padding:3% 3% 20px;
}
#novosti .novost_naslov {
    font-size: 1.3em;
}
#novosti .novost_sadrzaj {
}
#novosti .slika_tags  .novost_slika{
    width: 100%;
	min-height:300px;
}

#novosti .slika_tags .tagovi_svi {
	width:100%;
}
#novost_jedna {
	width:100%;
	padding: 3% 3% 20px;
}

#sadrzaj #glavno .naslov{
	font-size: 2rem;
	font-size: 2rem;
}
.box_izdvojeno{
	max-width: 600px;
	max-height: 105px;
	margin: 5px 0;	
	margin-top:5px;
	padding:3px;
}

.box_izdvojeno .tekstbox{
	max-width: 125px;
	max-height:90px;
	margin: 3px 0 0 2%;
	padding: 3px;
	text-align:center;
	}
.box_izdvojeno .tekstbox img{
	max-width: 125px;
	max-height:90px;
	}
#background #gore {
	position: absolute;
	top: 2%;
	right: 0;
	width:180px;
}
.form-wrapper {
    width: 170px;
}    
.form-wrapper input {
    width: 105px;
    height: 10px; 
    font: bold 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
}
.form-wrapper button {
    height: 20px;
    width: 49px;
}   
.form-wrapper button:before {
        top: 3px;
        left: -6px;
}
#nadfooter #footer .izrada{
	font-size:10px;
	line-height:20px;
}

#sadrzaj #desno{
	width:40%;
	margin:0 auto;
	float:left;
	display: table-cell;
    text-align: center;
}
#reference{
	margin: 0 auto;
	text-align:center;
	float:left;
	width: 100%;
	clear: left;
}
#banneri{
	margin: 0 auto;
	text-align:center;
	float:left;
	width: 100%;
}
#reference .view{
	margin: 0 auto !important;
	width: 200px;
	float:none !important;
}

.three_img div{
	float: none !important;
    margin: 30px auto 0 !important;
}

.three_img div img{
	width:100%;
}

#footer #left {
    width: 30%;
	margin-left: 5%;
}

#footer #left #text{
	margin-top: 10px;
}

#footer #right{
	width:25%;
}

#kontakt_forma .forma_polje_naziv{
	width:30%;
	font-size: 12px;
	line-height:14px;
}
#kontakt_forma .forma_polje_input{
	width:60%;
}

}

@media only screen and (max-width: 700px) {
footer .menu {
	margin-right: 35px;
}
/* #meni_ikone ul li {
    height: 250px;
    width: 48%;
}
#background-image {
    height: 400px;
} */
}

@media only screen and (max-width: 567px) {
footer .fb {
    margin-right: 0;
}
footer .dmanag {
    font-size: 1em;
	}
footer .logo_down {
    margin-left: 0;
}
}

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

html, body {
	height:auto;
}

body {
	padding-top:55px;
}

.overlay{
width:79%;
}

/* #background-image {
    height: 250px;
}
#meni_ikone ul li {
    height: 200px;
    width: 48%;
} */

.article_content h1{font-size:2em; font-weight: 700;}
.article_content h2{font-size:1.8em; font-weight: 500;}
.article_content h3{font-size:1.6em; font-weight: 400;}
.article_content h4{font-size:1.4em; font-weight: 300;}
.article_content h5{font-size:1.2em; font-weight: normal;}
.article_content h6{font-size:1em; font-weight: normal;}

#content {
	max-width: 90%;
}

#sadrzaj {
	max-width: 100%;
}

#sadrzaj #glavno{
	width:100%;
	}

#sadrzaj #glavno .okvir_full{
	max-width: 100%;
}

#novosti{
	width:100%;
}

#novost_jedna .blog_slika {
	text-align:center;
	width:100%;
}
#novost_jedna .blog_slika img{
	float:none !important;
}
#novosti .slika_tags  .novost_slika{
	min-height:150px;
}

.added_image {
	clear:both;
	text-align:center;
}
.added_image img{
	float:none !important;
}

#background #gore {
	position: absolute;
	top: 2%;
	right: 0;
	width:180px;
}
.form-wrapper {
    width: 170px;
}    
.form-wrapper input {
    width: 105px;
    height: 10px; 
    font: bold 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
}
.form-wrapper button {
    height: 20px;
    width: 49px;
}   
.form-wrapper button:before {
        top: 3px;
        left: -6px;
}

#nadfooter #footer {
	height: 200px;
}

#nadfooter #footer .izrada{
	font-size:8px;
	line-height:20px;
}

header {
	min-height: 85px;
}
.logo img {
    width: 90px;
}
.logo_pocetna {
    margin-left: -75px;
    width: 150px;
}
.logo_pocetna img{
	width: 150px;
}
.carousel .app-screenshot img{
	max-width:100%;
	overflow:hidden;
}
.carousel-indicators .active{
	height:10px;
}
.carousel-indicators li {
	height:10px;
}


#mobileMenu {

	font-size:12px;
}
.toggleMobile{
    top: 10px;
}
.meni{
	display:none;
}

.logo{
	position: fixed;
	clear:both;
	top: 0;
	left: 10px;
	height:auto;
	z-index:1010;
}
.carousel .app-screenshot {
	float:left;
}

.center {
    width: 340px;
}

#background .naslov img{
	position:absolute !important;
	top:10% !important;
	width: 300px !important;
	}


#background .tekst{
	display:none;
	}

.box_izdvojeno{
	max-width: 200px;
	max-height: 50px;
	margin: 3px 0;
	margin-top:5px;
	padding:3px;
	}

.box_izdvojeno .tekstbox{
	max-width: 50px;
	max-height:30px;
	margin: 2px 0 0 2px;
	padding: 2px;
	}
.box_izdvojeno .tekstbox img{
	max-width: 50px;
	max-height:30px;
	}
#sadrzaj #desno{
	width:100%;
	margin:0 auto;
	padding-top:10px;
	float:left;
	display: table-cell;
    text-align: center;
}
#reference{
	margin: 0 auto;
	text-align:center;
	float:left;
	width: 90%;
	clear: left;
}
#banneri{
	margin: 0 auto;
	text-align:center;
	float:left;
	width: 90%;
}
#reference .view{
	margin: 0 auto !important;
	width: 200px;
	float:none !important;
}

.view{
float:left;
}

.three_img div{
	float: none !important;
    margin: 30px auto 0 !important;
}
.three_img div img{
	width:100%;
}


#kontakt_forma .forma_polje_naziv{
	width:40%;
	padding: 10px;
	font-size: 10px;
	line-height:12px;
}
#kontakt_forma .forma_polje_input{
	width:50%;
	font-size:10px;
}

#kontakt_forma .gumb {
    width: 100%;
	height:auto;
}
#kontakt_forma input, select {
    height: 25px;
    margin-top: 5px;
    padding: 0;
}
#kontakt_forma .validacija {
	padding-left:5px; 
	line-height:12px; 
	font-size:10px;
}
#kontakt_forma .textarea {
    height: 150px;
    width: 85%;
}

#footer{
	opacity: 0.8;
	height: 40px;
}

#footer #left {
	margin-top: 5px;
    width: 35%;
	margin-left: 5%;
}

#footer #left img{
	height: 30px;
}

#footer #social img{
	height: 30px;
}

#footer #left #text{
	margin-top: 5px;
    padding-left: 30px;
	font-size: 9px;
}

#footer #right{
    margin-top: 10px;
	font-size: 9px;
	width:15%;
}

#frmUpit{
    width: 90%;
}
#frmUpit input, #frmUpit select{
    width: 98%;
}

#scroll_top img {
    width: 35px;
}
	
}

@media only screen and 
and (min-device-width : 769px) 
and (max-device-width : 1299px)
{
	#background .tekst{
	font-size: 10pt;
	max-width: 80%;
	}

}

@media (min-device-width:768px) and (max-device-width:1024px){
html {
	background: none;
}
body{
	height:auto;
	padding-top:70px;
}
#content {
	max-width: 100%;
}
#sadrzaj {
	max-width: 100%;
}
#glavno {
	max-width: 100%;
}

.logo{
}
header{
	min-height: 90px;
}

#meni_ikone ul li {
    height: 250px;
}
#background-image {
    height: 300px;
} 
	
.meni ul li a{
	width: auto;
	min-height: 70px;
	line-height: 70px;
	padding-right:2%;
	padding-left:2%;
}

.meni ul li a:hover{
	width: auto;
	min-height: 70px;
	line-height: 70px;
	padding-right:2%;
	padding-left:2%;
}
#background #gore {
	position: fixed;
	clear:both;
	top: 45px;
	right: 0;
	width:180px;
}
.form-wrapper {
    width: 170px;
}    
.form-wrapper input {
    width: 105px;
    height: 10px; 
    font: bold 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
}
.form-wrapper button {
    height: 20px;
    width: 49px;
}   
.form-wrapper button:before {
        top: 3px;
        left: -6px;
}

#sadrzaj #desno{
	width:48%;
	margin:0 auto;
	float:left;
	display: table-cell;
    text-align: center;
}
#reference{
	margin: 0 auto;
	text-align:center;
	float:left;
	width: 220px;
	clear: left;
}
#reference .podnaslov {
	font-size:14px;
}
#banneri{
	margin: 0 auto;
	text-align:center;
	float:left;
	width: 200px;
}
#banneri img{
width:200px;
}
#banneri #linkovi .head {
font-size:14px;
}
#banneri #linkovi ul li a{
	font-size: 12px;
}
#reference .view{
	margin: 0 auto !important;
	float:none !important;
}

.three_img{
	margin: 0 auto;
	max-width: 600px;
	width:auto;
}

.three_img div  {
	width:190px !important;
}

.three_img div  img {
	width:100% !important;
}

}

/*
@media (min-device-width:768px) and (max-device-width:1024px) and (orientation: portrait){
	#glavno {
	max-width: 50%;
}
#sadrzaj #desno {
	width:260px;
	margin: 0 auto;
}
}*/

@media only screen and (max-device-width: 1280px) and (max-device-height: 1024px) and (min-device-height: 961px) {


}

@media only screen and (min-width: 1300px) {
video {
	object-fit: contain;
}

#content {
	max-width: 100%;
}
#sadrzaj {
	max-width: 100%;
}
#sadrzaj #glavno {
	width:100%;
}
}

@media only screen and (min-width: 1400px) {
video {
	object-fit: contain;
}
#meni_ikone {
    margin-top: 500px;
}
#meni_ikone ul li {
    height: 400px;
}
#background-image{
	height:700px;
}

#content {
	max-width: 100%;
}
#sadrzaj {
	max-width: 100%;
}
#sadrzaj #glavno {
	width:100%;
}
}

.clear {
	clear:both;
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

.hidden
{
    position:absolute;
    clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
    clip: rect(1px, 1px, 1px, 1px);
}
