@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 26px;
	background-color: #f4f4f4;
	margin: 0px;
	padding: 0px;
}
	

/********************************************* sadrzaj ***********************************/


.web {
	display:block;
}

.mob {
	display: none;
}



.body_width {
	width: 1200px;
	margin: auto;
}

.div_left {
	width: calc(100% - 340px);
	float: left;
	margin-right: 40px;
}

.div_right {
	width: 300px;
	float: left;
}


.div_50_100 {
    width: calc(50% - 50px);
    float: left;
    margin-right: 50px;
}

.div_33_100 {
    width: calc(33.33% - 50px);
    float: left;
    margin-right: 50px;
}

.div_25_100 {
    width: calc(25% - 50px);
    float: left;
    margin-right: 50px;
}

/* .........................................................div 50 100 33 ........................................................... */ 	

	
	
	
	
.div_akcije {
	box-shadow: 0 0px 1px #ccc;
	background-color: #FFF;
	margin-bottom: 50px;
}
.div_akcije_slike {
	background-image: url(20x20_strelica.png);
	height: 144px;
	width: 300px;
	position: absolute;
	z-index: 100;
}

/* .........................................................reference  ........................................................... */ 

.div_ref {
	
	box-shadow: 0 0px 1px #BBBBBB;
	background-color: #FFF;
	width: 200px;
	display: block;
	overflow: hidden;
	float: left;
	padding: 40px;
	opacity: 1;
	margin: 10px;
	text-align: center;
}

.div_ref:hover {

	opacity: 0.3;
	cursor: pointer;

}
.div_ref_slika {
	background-image: url(20x20_strelica.png);
	height: 118px;
	width: 210px;
	position: absolute;
	z-index: 100;
	background-position: left bottom;
}
.div_ref_tekst {
	color: #32445E;
	font-weight: 100;
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}



/* .................................................................................................................... */ 

.div_tehnologija_slike {
	box-shadow: 0 0px 1px #BBBBBB;
	background-color: #FFF;
	width: 270px;
	display: block;
	float: left;
	margin: 15px;
	opacity: 1;
	text-align: center;
}
.div_tehnologija_slike:hover {
	opacity: 0.3;
	cursor: pointer;
		border: 3px solid black; 
	margin: 12px;
}
.div_foto {
	box-shadow: 0 0px 0px #BBBBBB;
	background-color: #FFF;
	width: 148px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 15px;
	border: 1px solid #EFEFEF;
	height: 90px;
}
.div_foto:hover {
	box-shadow: 0 1px 4px #BBBBBB;
	border: 1px solid #cccccc;
}



/* ........................................................ menu .......................................................... */ 	

body#default a#default, 
body#hprint_reference a#hprint_reference, 
body#hprint_onama a#hprint_onama,
body#hprint_kontakt a#hprint_kontakt, 
body#mff_program a#mff_program
{
	color: #fff;
	background-color: #0093a2;;
}





.menu_background {
	width: 100%;
	background-color: #ec008b;
	display: table;
}



.menu {
	width:100%;
	position:relative;
	z-index:101;
}
.menu ul li a, .menu ul li a:visited {
	font-family: 'Fira Sans Condensed', sans-serif;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 60px;
	width: auto;
	padding-right: 22px;
	padding-left: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	background-color: #0093a2;

}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	left:0px;
	
}
.menu ul li:hover ul li a.hide {
	background:#6a3;
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	color:#000;
	background-color: #F00;
}
.menu ul li:hover ul li ul {
	display: none;

}

.menu ul li:hover ul li a {
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 35px;
	width: 150px;
	padding-left: 25px;
	border-top:1px solid #018390;

}
.menu ul li:hover ul li a:hover {
	color: #FFF;
	background-color: #32445E;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	left:146px;
	top: 0px;
}

.menu ul li:hover ul li:hover ul.left {
	left:50px;
}

/* .........................................................menu mob........................................................... */ 

.menu_mob {
	color: #fff;
	display: block;
	font-family: "Fira Sans Condensed",Arial;
	font-size: 17px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	float: left;
	background-color: #ec008b;
	cursor: pointer;
}

.menu_mob:hover {	
	background-color:#0093a2;
}

.menu_mob_button {
	font-family: "Fira Sans Condensed",Arial;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	width: 280px;
	cursor: pointer;
	background-color: #0093a2;
	padding-left: 20px;
	border-top: 1px solid #018390;
}

.menu_mob_button:hover {	
	background-color: #32445E;
}

/* ........................................................ img ......................................................... */ 	




img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_slika_link img {
	box-shadow: 0 1px 4px #BBBBBB;
	padding: 3px;
	border-radius: 2px 2px 2px 2px;
}
.img_slika_link:hover img {
	background-color: #C1C7D2;
}


.img_slika {

}

.img_slika:hover {

}
a:link {
	text-decoration: none;
	color: #09C;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:visited {
	text-decoration: none;
	color: #09C;
}
a:active {
	text-decoration: none;
	color: #09C;
}

.sjena_gore {
	background-image: url(980x20.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}

.sjena_dole {
	background-image: url(1600x30_dole.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
}
.pozadina_baner {
	background-image: url(1600x500.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.pozadina_meni {
	background-image: url(90x110_meni.jpg);
	background-repeat: repeat-x;
}
.pozadina_dno {
	background-color: #151D28;
	background-image: url(leptir-vector.jpg);
	background-position: center top;
}
.pozadina_sjena_gore {
	background-image: url(980x20.png);
	background-position: center top;
}
.pozadina_naslovi {
	background-image: url(600_naslovi.png);
	background-repeat: no-repeat;
	background-position: left;
}


.tekst {
	font-size: 12px;
	color: #909AA0;
	line-height: 25px;
}
.tekst_podnaslov {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.3em;
	letter-spacing: -1px;
}

.tekst_naslov_veliki {
	font-size: 36px;
	color: #333;
	line-height: 1.3em;
	letter-spacing: -1px;
	font-weight: 700;
	margin-top: 100px;
	margin-bottom: 100px;
	display: block;
	margin-left: 70px;
	margin-right: 70px;
	text-align: center;
	text-transform: uppercase;
}


.tekst_dno {
	font-size: 12px;
	line-height: 25px;
	color: #405677;
}
.tekst_dno_naglaseno {
	font-size: 15px;
	line-height: 25px;
	color: #9BADC1;
}
.tekst_kontakt_unos {
	font-size: 12px;
	color: #909AA0;
	line-height: 25px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 6px #DDDDDD inset;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ccc;
}
.button_facebook {
	background-image: url(icon_facebook-32x32.png);
	height: 32px;
	width: 32px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
.button_facebook:hover {
	background-image: url(icon_facebook-32x32_hover.png);
	cursor: pointer;
}	

.button {
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 16px;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	border: 1px solid #96d1f8;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

.gcr {
	font-size: 13px;
	color: #595959;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.gcr:hover {
	color: #127180;
	cursor: pointer;
}
#tabs
{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	overflow: hidden;
}

#tabs li
{
    margin: 0;
    padding: 0;
    float: left;
}

#tabs a
{
	background-color:#32445E;
	display:inline-block;
	color:#ffffff;
	font-size: 14px;
	line-height: 50px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #32445E;
	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	line-height: 30px;
	height: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #455C81;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#tabs a:hover
{
	background-color:#92A3B7;
	border-left-color: #6D849E;
}
#tabs a:focus
{
    outline: 0;
}

#tabs #current a
{
	border-left-color: #B7BCD2;
	border-radius: 4px 4px 0px 0px;
	text-shadow: 1px 1px 0 #92A3B7;
	background-color: #92A3B7;
}

#content
{
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
	-moz-box-shadow: 0 1px 4px #ccc;
	-webkit-box-shadow: 0 1px 4px #ccc;
	box-shadow: 0 1px 4px #ccc;
	zoom: 1;

	filter:
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1),
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=1),
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=2),
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=3),
          progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=225,strength=3),
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=270,strength=2),
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=315,strength=1);
	padding: 20px;
	background-color: #FFF;
}

/* Remove the rule below if you want the content to be "organic" */
#content div
{
	height: auto;
}




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

body {
	font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

/********************************************* sadrzaj ***********************************/


.body_width {
	width: 300px;
	margin: auto;
}

.div_left {
	width: calc(100%);
	float: left;
	margin-right: 40px;
}

.div_right {
	width: 300px;
	float: left;
	display:none;
}



.div_50_100 {
    width: calc(100%);
    float: left;
    margin-right: 0px;
}

.div_33_100 {
    width: calc(100%);
    float: left;
    margin-right: 0px;
}

.div_25_100 {
    width: calc(100%);
    float: left;
    margin-right: 0px;
}

/********************************************* web prikazuje, mob sakriva***********************************/

.web {
	display:none;
}

.mob {
	display: block;
}




/* .........................................................div 50 100 33 ........................................................... */ 


.tekst_naslov_veliki {
    font-size: 19px;
    color: #333;
    line-height: 1.3em;
    letter-spacing: -1px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    text-transform: uppercase;
}

	
}	