@charset "UTF-8";
/*

  --------------------------------------------------
  CSS DOKUMENT
  --------------------------------------------------
  Autor:	Christian Medica
  Tvrtka:	E-sustavi d.o.o.
  Godina:	2016.
  --------------------------------------------------
  
*/


body {
	color: #1A1A1A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 20px;
	line-height:1.3em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin-left: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#1E2423;
}
@media screen and (max-width: 450px) {
body {
	font-size: 18px;
	margin-top: 0px;
}
}

img { border:0;}

/* linkovi za sve */
a:link { 	text-decoration: underline; color: #4F8AB0;}
a:visited { text-decoration: underline; color: #4F8AB0; }
a:hover { 	text-decoration: none; 		color: #4F8AB0;}
a:active { 	text-decoration: none; 		color: #333; }




/* ################### */
/* #####  EFEKTI  #### */
/* ################### */
:hover { -webkit-transition:all 100ms ease-in; -o-transition:all 100ms ease-in; -moz-transition:all 100ms ease-in; }





/* ################################# */
/* #####  NASLOVI I PODNASLOVI  #### */
/* ################################# */

h1 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:60px; 
	font-weight: normal; 
	line-height:1.2em; 
	color:#3CDBD3;
	margin:0; 
	padding:0;
	text-align:left;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px; 
	font-weight: bold; 
	line-height:1em; 
	color:#1A1A1A;
	margin:35px 0px 0px 0px; 
	padding:0px;
	text-transform: none;
	text-align:left;
}




h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:23px; 
	font-weight:bold; 
	line-height:1.2em; 
	color:#333;
	text-transform:uppercase;
	margin:30px 0px 0px 0px;
	padding:0px;
	text-align:left;
}

@media screen and (max-width: 450px) {
h1 { 
	font-size:40px; 
	line-height:1.1em;
}
}











/* ##################### */
/* #####  SADRŽAJ  ##### */
/* ##################### */


/* DIVOVI DULJINE I PADDING */
div.div_100posto			{ float:left;	width:100%;	box-sizing:border-box; }
div.div_75posto				{ float:left;	width:75%;	box-sizing:border-box; }
div.div_50posto				{ float:left;	width:50%;	box-sizing:border-box; }
div.div_25posto				{ float:left;	width:25%;	box-sizing:border-box; }
div.div_980px				{ width:100%; max-width:1200px;	box-sizing:border-box; margin:0 auto; overflow:auto; }
@media screen and (max-width: 1400px) { div.div_980px { width:100%; max-width:980px;	box-sizing:border-box; margin:0 auto; overflow:auto; } }

div.padding_obostrani_30px	{ padding-left:30px; padding-right:30px; }

div.padding_gore_40px		{ padding-top:40px; }
div.padding_dolje_40px		{ padding-bottom:40px; }

div.padding_gore_30px		{ padding-top:30px; }
div.padding_dolje_30px		{ padding-bottom:30px; }

div.padding_gore_20px		{ padding-top:20px; }
div.padding_dolje_20px		{ padding-bottom:20px; }

div.padding_gore_15px		{ padding-top:15px; }
div.padding_dolje_15px		{ padding-bottom:15px; }

div.padding_lijevo_15px		{ padding-left:15px;}
div.padding_desno_15px		{ padding-right:15px;}

div.padding_lijevo_20px		{ padding-left:20px;}
div.padding_desno_20px		{ padding-right:20px;}

div.padding_lijevo_30px		{ padding-left:30px;}
div.padding_desno_30px		{ padding-right:30px;}

.obostrano_poravnanje { text-align:justify; }



/* DNO STRANICE - COPYRIGHT */
div.copyright {
	color:#FFF;
	text-align:center;
	padding:40px 0px;
	font-size:16px;
	line-height:1.3em;
}

div.copyright a { color:#FFF; font-weight:bold; text-decoration:none;}
div.copyright a:hover { color:#FFF; font-weight:bold; text-decoration: underline;}





/* ZAGLAVLJE - SA IZBORNIKOM I KONTAKT TELEFONOM */
div.zaglavlje1 {
	width:100%;
	box-sizing:border-box;
	position:relative;
	height:170px;
	overflow:auto;
}
@media screen and (max-width: 450px) {
div.zaglavlje1 {
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:auto;
}
}

div.zaglavlje1_izbornik {
	position:absolute;
	left:70px;
	height:60px;
	width:auto;
	box-sizing:border-box;
	padding:15px 0 0 0;
	top:50%;
	margin-top:-30px;
	text-align:left;
}
@media screen and (max-width: 450px) {
div.zaglavlje1_izbornik {
	position: relative;
	left: auto;
	height: auto;
	width:100%;
	box-sizing:border-box;
	padding:15px 0 0 0;
	top: auto;
	margin-top:10px;
	margin-bottom:20px;
	text-align: center;
	float:left;
}
}
div.zaglavlje1_izbornik a {
	text-transform:uppercase;
	padding:20px 20px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:16px;
}
@media screen and (max-width: 450px) {
div.zaglavlje1_izbornik a {
	text-transform:uppercase;
	padding:10px 10px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:16px;
}
}
div.zaglavlje1_izbornik a:hover {
	background-color:#3CDBD3;
}

div.zaglavlje1_kontakt {
	position:absolute;
	right:90px;
	top:50%;
	margin-top:-22px;
	width: auto;
	height:45px;
	color:#3CDBD3;
	text-transform:uppercase;
	text-align:left;
	font-size: 16px;
	font-weight:bold;
	line-height:1.3em;
	background:url(dizajn/ikona-telefon.png) left center no-repeat;
	box-sizing:border-box;
	padding:0 0 0 50px;
}
@media screen and (max-width: 450px) {
div.zaglavlje1_kontakt {
	position: relative;
	right: auto;
	top: auto;
	margin-top:0;
	width: auto;
	height:45px;
	color:#3CDBD3;
	text-transform:uppercase;
	text-align:left;
	font-size: 16px;
	font-weight:bold;
	line-height:1.5em;
	background:url(dizajn/ikona-telefon.png) left 20px center no-repeat;
	box-sizing:border-box;
	padding:0 0 0 70px;
	float:left;
}
}

div.zaglavlje1_kontakt span {
	color:#1A1A1A;
	font-size: 25px;
	font-weight: normal;
	letter-spacing:-0.01em;
}





/* ZAGLAVLJE - HEADER SLIKA I LOGO */
div.zaglavlje2 {
	position:relative;
	width:100%;
	box-sizing:border-box;
	height:550px;
	background-image:url(dizajn/pozadina-01.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center right;
}

div.zaglavlje2_logo {
	position:absolute;
	box-sizing:border-box;
	left:0;
	top:0;
	bottom:0;
	width:400px;
	background-color:rgba(255,255,255,0.5);
	text-align:right;
	padding:60px 60px 0 60px;
}
@media screen and (max-width: 450px) {
div.zaglavlje2_logo {
	position:absolute;
	box-sizing:border-box;
	left:0;
	top:0;
	bottom:0;
	width: auto;
	right:0;
	background-color:rgba(255,255,255,0.7);
	text-align: center;
	padding:30px 30px 0 30px;
}
}

p.logo_naslov {
	font-size:42px;
	font-weight:bold;
	line-height:1em;
}

p.logo_naslov span {
	font-size:22px;
	font-weight: normal;
}




/* O NAMA */
div.o_nama {
	box-sizing:border-box;
	width:100%;
	padding:70px 90px;
	text-align:justify;
	overflow:auto;
}

@media screen and (max-width: 450px) {
div.o_nama {
	box-sizing:border-box;
	width:100%;
	padding:30px 30px;
	text-align:justify;
	overflow:auto;
}
}


/* CJENIK */

div.cjenik_pozadina {
	box-sizing:border-box;
	width:100%;
	padding:0;
	
	background-image:url(dizajn/pozadina-02.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	overflow:auto;
}


div.cjenik {
	box-sizing:border-box;
	width:100%;
	padding:70px 90px;
	text-align: left;
	background-color:rgba(255,255,255,0.7);
	overflow:auto;
}
@media screen and (max-width: 450px) {
div.cjenik {
	box-sizing:border-box;
	width:100%;
	padding:30px 30px;
	text-align: left;
	background-color:rgba(255,255,255,0.7);
	overflow:auto;
}
}

div.cjenik > h1 { color:#1A1A1A; }
div.cjenik h2 { margin-bottom:10px !important; }
div.cjenik > div {
	box-sizing:border-box;
	width:50%;
	float:left;
}

div.cjenik > div:first-of-type {
	padding:0 15px 0 0;
}

div.cjenik > div:last-child {
	padding:0 0 0 15px;
}
@media screen and (max-width: 450px) {
div.cjenik > div {
	box-sizing:border-box;
	width:100%;
	float:left;
}

div.cjenik > div:first-of-type {
	padding:0 0 0 0;
}

div.cjenik > div:last-child {
	padding:0 0 0 0;
}
}
div.cjenik table {
	border-top:1px solid #333;
	border-left:1px solid #333;
}
div.cjenik table tr td {
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	padding:3px 5px;
	font-size:19px;
}
div.cjenik > div ul {
	margin-top:-20px;
}



/* ŠIŠANJE PASA */
div.sisanje_pasa {
	box-sizing:border-box;
	width:100%;
	padding:70px 90px;
	text-align:justify;
	overflow:auto;
}

@media screen and (max-width: 450px) {
div.sisanje_pasa {
	box-sizing:border-box;
	width:100%;
	padding:30px 30px;
	text-align:justify;
	overflow:auto;
}
}



/* FOTOGALERIJA */
div.fotogalerija {
	box-sizing:border-box;
	width:100%;
	padding:0;
	overflow:auto;
	vertical-align: top;
}

div.fotogalerija img {
	width:16.6666%;
	height:auto;
	box-sizing:border-box;
	border:0;
	margin:0;
	padding:0;
	float:left;
}

@media screen and (max-width: 450px) {
div.fotogalerija img {
	width:33.333%;
	height:auto;
	box-sizing:border-box;
	border:0;
	margin:0;
	padding:0;
	float:left;
}
}

div.fotogalerija img:hover {
	opacity:0.5;
}



/* OBAVIJEST O DORADI STRANICE */
div.dorada {
	box-sizing:border-box;
	width:100%;
	padding:30px 90px;
	text-align: center;
	overflow:auto;
	background-color:#F5F5F5;
}





/* KONTAKT */
div.kontakt {
	box-sizing:border-box;
	width:100%;
	height:800px;
	position:relative;
	padding:0;
	overflow: hidden;
}
@media screen and (max-width: 450px) {
div.kontakt {
	box-sizing:border-box;
	width:100%;
	height: auto;
	position:relative;
	padding:0;
	overflow: hidden;
}
}

div.kontakt > iframe { width:100%; height:100%; border:0; margin:0; padding:0; z-index:1; }

@media screen and (max-width: 450px) {
div.kontakt > iframe { z-index:1; float:left; height:300px; width:100%; border:0; margin:0; padding:0; }
}

div.kontakt > div.prvi {
	box-sizing:border-box;
	padding:30px 0 0 0;
	position:absolute;
	bottom:0;
	left:50%;
	width:330px;
	height:330px;
	margin-left:-330px;
	background-color:#FFF;
	z-index:2; 
}
@media screen and (max-width: 450px) {
div.kontakt > div.prvi {
	box-sizing:border-box;
	float:left;
	padding:30px 0 0 0;
	position: relative;
	bottom:auto;
	left: auto;
	width:100%;
	height:330px;
	margin-left:0;
	background-color:#FFF;
	z-index:2; 
}
}
div.kontakt > div.drugi {
	box-sizing:border-box;
	padding:30px 0 0 0;
	position:absolute;
	bottom:0;
	left:50%;
	width:330px;
	height:330px;
	margin-left:0;
	background-color:#3CDBD3;
	text-align:center;
	color:#FFF;
	z-index:3; 
}
@media screen and (max-width: 450px) {
div.kontakt > div.drugi {
	box-sizing:border-box;
	float:left;
	padding:30px 0 0 0;
	position: relative;
	bottom:auto;
	left:auto;
	width:100%;
	height:330px;
	margin-left:0;
	background-color:#3CDBD3;
	text-align:center;
	color:#FFF;
	z-index:3; 
}
}

p.radno_vrijeme_h1 { font-size:24px; text-transform:uppercase; margin-bottom:40px; text-align:center;}

div.kontakt_adresa {
	float:left;
	width:100%;
	box-sizing:border-box;
	
	padding:7px 0 7px 75px;
	font-size:18px;
	line-height:1.2em;
	background-image:url(dizajn/kontakt-adresa.png);
	background-repeat:no-repeat;
	background-position:left 30px center;
	margin-bottom:5px;
}

div.kontakt_mob {
	float:left;
	width:100%;
	box-sizing:border-box;
	
	padding:17px 0 17px 75px;
	font-size:18px;
	line-height:1.2em;
	background-image:url(dizajn/kontakt-telefon.png);
	background-repeat:no-repeat;
	background-position:left 30px center;
	margin-bottom:5px;
}

div.kontakt_mail {
	float:left;
	width:100%;
	box-sizing:border-box;
	
	padding:17px 0 17px 75px;
	font-size:18px;
	line-height:1.2em;
	background-image:url(dizajn/kontakt-mail.png);
	background-repeat:no-repeat;
	background-position:left 30px center;
}














/* ########################### */
/* #####  POP-UP PORUKE  ##### */
/* ########################### */
.oblak_zeleno {
	position: fixed;
	bottom:20px;
	left:20px;
	right: 20px;
	border:1px solid #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #36802D;
	padding:15px 20px;
	color:#FFF;
	font-weight: normal;
	box-sizing:border-box;
	z-index:100;
	-webkit-box-shadow:0 3px 20px rgba(0,0,0,.5);
	-moz-box-shadow:0 3px 20px rgba(0,0,0,.5);
	box-shadow:0 3px 20px rgba(0,0,0,.5);
	font-size:22px;
	text-align:left;
	line-height:1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		
	-webkit-animation: fade-out 0.5s ease-in;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	opacity: 1;
	-webkit-animation-delay: 10s;
		
	-moz-animation: fade-out 0.5s ease-in;
	-moz-animation-fill-mode: forwards;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 10s;
		
	animation: fade-out 0.5s ease-in;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-delay: 10s;
		
}
.oblak_crveno {
	position: fixed;
	bottom:20px;
	left:20px;
	right: 20px;
	border:1px solid #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #C00;
	padding:15px 20px;
	color:#FFF;
	font-weight: normal;
	box-sizing:border-box;
	z-index:100;
	-webkit-box-shadow:0 3px 20px rgba(0,0,0,.5);
	-moz-box-shadow:0 3px 20px rgba(0,0,0,.5);
	box-shadow:0 3px 20px rgba(0,0,0,.5);
	font-size:22px;
	text-align:left;
	line-height:1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	opacity: 1;
	
	
	-webkit-animation: fade-out 0.5s ease-in;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 10s;
		
	-moz-animation: fade-out 0.5s ease-in;
	-moz-animation-fill-mode: forwards;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 10s;
		
	animation: fade-out 0.5s ease-in;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-delay: 10s;
	
	
		
}
	
@-webkit-keyframes fade-out {
	0% { opacity: 1; -webkit-transform: scale(1);}
	50% {opacity: 0.5; -webkit-transform: scale(1.5);}
	100% {opacity: 0; -webkit-transform: scale(.1); }
}
	
@-moz-keyframes fade-out {
	0% { opacity: 1; -moz-transform: scale(1);}
	50% {opacity: 0.5; -moz-transform: scale(1.5);}
	100% {opacity: 0; -moz-transform: scale(.1); }
}
	
@keyframes fade-out {
	0% { opacity: 1; transform: scale(1);}
	50% {opacity: 0.5; transform: scale(1.5);}
	100% {opacity: 0; transform: scale(.1); }
}

















/* #################### */
/* #####  OBRASCI  #### */
/* #################### */




.input_text {
	width:100%;
	height:65px;
	box-sizing:border-box;
	color: #FFF;
	text-decoration: none;
	padding:0px 20px;
	border:2px solid #4F8AB0;
	margin:0;
	background-color: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:1.2em;
	vertical-align:top;
	
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}




.input_textarea {
	width:100%;
	height:250px;
	box-sizing:border-box;
	color: #FFF;
	text-decoration: none;
	padding:20px;
	border:2px solid #4F8AB0;
	margin:0;
	background-color: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:1.2em;
	vertical-align:top;
	
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}







.input_gumb {
	width:100%;
	box-sizing:border-box;
	color: #FFF;
	text-decoration: none;
	padding:20px;
	border:0;
	margin:0;
	background: #4F8AB0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.input_gumb:hover {
	background-color:#32729C;
}
.input_gumb:active {
	background-color:#333;
}







::-webkit-input-placeholder { /* WebKit browsers */
    color: #4F8AB0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #4F8AB0;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #4F8AB0;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #4F8AB0;
}










