@charset "utf-8";
/* CSS Document */
/*
Theme Name: Ilium
Description: Blank Wordpress Theme with Less and Boilerplate integration.
Version: 5.0
Author: Ivan Dorić
Author URI: http://www.gledaj-uci.com/
Tags: starter theme, light, jQuery, flexslider, boilerplate, less

	The CSS, XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* ----------------------------------------------*/

/* IMPORTS
/* ----------------------------------------------*/
@import url(css/normalize.css);
@import url(css/flexslider.css);


/* ----------------------------------------------*/

/* FONTS
/* ----------------------------------------------*/

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 14px;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #DEBE66;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
	border-width: 0;
	list-style: none;


}

/* moji dodatci */

html, body{
	color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/top_bg_header.gif) repeat-x  top;
	background-color: #4396ca;
	

	}
	

	
#obrub{

              width:940px; /*  sirina 700px;*/

                margin-top:0px; /*margina sa vrha ce biti 0*/

                margin-left:auto;/*margina lijevo i desno stavimo auto zato da bi nam stranica isla po sredini, kada to nebi upisali stranica bi pocimala sa lijeve strane i ovisno na koliko bi postavili marginu */

                margin-right:auto;

                padding:0px;/* padding je svojstvo koje oznacava koliko ce npr. tekst biti odvojen od ruba DIVA ili nekog drugog objekta sa unutarnje strane */

                }
				
#obrub_unutarnji{

				float:left; /* ovim oznacavamo da objekt treba plutati lijevo, ovo radimo zato da nebi morali apsolutno pozicionirati objekte na stranicama */

				margin:0px; /* margina je svojstvo koja odredjuje koliko ce neki objekt biti odvojen od drugih objekata sa vanjske strane */

				                        }
										


#zaglavlje{
	width: 940px;
	height: 157px; /* visina je 186px */
	padding-top: 10px;
	padding-left:100px;
	
										}


 

#sadrzaj{
		font:15px/2 'Adobe Caslon Pro', Georgia, Serif;
	float:left;
	margin-top: 0px; /* kazemo da je gornja margina 0px */
	width:960px;
	
	height:500px;
	
	
}

#dno{
	width:960px;
	height:22px;
	background:url(images/podnozje1.jpg);
	float:left;	
	
}



#jezici{
	width: 860px;
	height: 16px;
	margin-top: 0px;
	
	
	
	
}
#jezici a{
	text-decoration: none;	
}

#naslovna{
	float:left;
	width: 940px;
	margin-top:10px;
	background: url(images/12.jpg)  no-repeat center;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:400px;
	margin-left:10px;
	}
#galerija{
	float: left;
	width: 600px;
	margin-top: -40px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	}
#apart{
	float: left;
	width: 295px;
	margin-left: -10px;
	padding-left: 45px;
	padding-right: 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	background: url(img/bg_in.png)  no-repeat center;
	height: 650px;
	margin-top: 10px;
	
	}
#apart p{
	padding-right:30px;
	
	}	
#nama{
	

float:left;
	width: 295px;
	margin-left:-10px;
	padding-left:45px;
	padding-right:10px;
	text-decoration:none;
	text-shadow: 0 1px 0 #fff;
	background: url(img/bg_in_1.png)  no-repeat center;
	height:700px;
	margin-top:10px;
	
	}
	#nama p{
	padding-right:30px;
	
	}	
.mapa{
	color:#000;
	text-shadow: 0 1px 0 #fff;
	font-size:16px;
	
	}

#lijevo{
	float:left;
	width: 500px;
	color:#000;
	
	padding-left:40px;
	padding-top:40px;
	text-shadow: 0 1px 0 #fff;
	
	}
	
#desno{
	float:left;
	width: 200px;
	margin-left:70px;
	margin-top:25px;
	color:#fff;
	
	text-decoration:none;
	text-shadow: 0 1px 0 #000;
	
	}
	
#desno1{
	float: left;
	width: 200px;
	margin-left: 70px;
	margin-top: 50px;
	color: #000;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	
	}
#karta{
	padding-top:4px;
	}

#podnozje{
	float: left;
	width: 940px;
	height: 30px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
}

 
 
#sadrzaj1{
	float:left;
	width: 940px;
	margin-top:10px;
	background: url(images/12.jpg)  no-repeat center;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:400px;
	margin-left:10px;
	}

#lista{
	display:block;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	padding-left:40px;
	padding-top:40px;
	text-shadow: 0 1px 0 #fff;
	
	
	}
 
 
 


/** I Z B O R N I K **/

#izbornik {
	color:#fff;
	z-index:auto;
	padding-left:250px;
	text-shadow: 0 1px 0 #000;
	font: bold 14px/25px Arial, Helvetica;
	text-decoration:none;

		
	}
#izbornik ul a{

    color: #fff;
     text-decoration: none;
   
	
	}

#izbornik ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
 
}
#izbornik ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 10px 20px;
  
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#izbornik ul li:hover {
  background: #175ea4;
  color: #fff;
}
#izbornik ul li ul {
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: 170px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index: 99999;
}
#izbornik ul li ul li { 
  background: #175ea4; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
#izbornik ul li ul li:hover { background: #2e6cab; }
#izbornik ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}




/** K O N T A K T **/

#posta{
	width:940px;
	height:auto;
	
	}

#kontakt{
	width: 585px;
	height: 322px;
	background-image: url(img/envelope.png);
	float: left;
	margin-left: 196px;
	text-shadow: 0 1px 0 #fff;
}


.close-btn {
	width: 31px;
	height: 31px;
	display: block;
	background: url(img/close.png);
	text-indent: -4999px;
}

h1.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-weight: 200;
	text-align: left;
	position: absolute;
	/*top: 30px;
	left: 40px;*/
	background: url(img/divider.png) no-repeat bottom;
	height: 40px;
	width: 400px;
	margin-top: 30px;
	margin-left: 30px;

	
	
}

input[type=text] {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color:rgb(255,255,255);
	color: #787474;
	padding-left: 10px;
	width:208px;
	height:33px;
	border-color:rgb(182,182,182);
	border-width:1px;
	border-style:solid;
	-moz-box-shadow:0px 1px 0px 0px rgba(255,255,255,0.5) ,inset 0px 1px 2px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 1px 0px 0px rgba(255,255,255,0.5) ,inset 0px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow:0px 1px 0px 0px rgba(255,255,255,0.5) ,inset 0px 1px 2px 0px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #80ffffff,Positive = true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #80ffffff,Positive = true);
	border-radius: 3px;
	-moz-border-radius: 3px;
}

input[type=text]:focus, .your-message:focus {
	outline: none;
	background-color:rgb(255,255,255);
	border-color:rgb(126,139,153);
	border: 1px solid;
	-moz-box-shadow:0px 0px 5px 0px rgba(168,178,188,0.75) ,0px 1px 0px 0px rgba(255,255,255,0.5) ,inset 0px 1px 2px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 5px 0px rgba(168,178,188,0.75) ,0px 1px 0px 0px rgba(255,255,255,0.5) ,inset 0px 1px 2px 0px rgba(0,0,0,0.4);
	box-shadow:0px 0px 5px 0px rgba(168,178,188,0.75) ,0px 1px 0px 0px rgba(255,255,255,0.5) ,inset 0px 1px 2px 0px rgba(0,0,0,0.4);
	-ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color=#bfa8b2bc,Strength=5)
		progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #80ffffff,Positive = true)";
	filter:progid:DXImageTransform.Microsoft.Glow(Color=#bfa8b2bc,Strength=5)
		progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #80ffffff,Positive = true);
}


.your-message {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: rgb(255,255,255);
	color: #787474;
	padding: 10px 0 0 10px;
	width: 460px;
	height: 93px;
	border-color: rgb(182,182,182);
	border-width: 1px;
	border-style: solid;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) ,inset 0px 1px 2px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) ,inset 0px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) ,inset 0px 1px 2px 0px rgba(0,0,0,0.2);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #80ffffff,Positive = true)";

	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 1,Color = #80ffffff,Positive = true);
	position: absolute;
	/*top: 150px;
	left: 40px;*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 20px;
	margin-top: 140px;

	
	}

.your-name {
	position: absolute;
	/*top: 20px;
	left: 40px;*/
	margin-top: 90px;
	margin-left: 20px;
	
	
}

.email-address {
	position: absolute;
	/*top: 100px;*/
	/*left: 280px;*/
	margin-top: 90px;
	margin-left: 250px;
	
	
}
.odgovor {
	position: absolute;
	/*top: 100px;*/
	/*left: 280px;*/
	margin-top: 260px;
	margin-left: 20px;
	
	
}
#human {
	position: absolute;
	/*top: 100px;*/
	/*left: 280px;*/
	margin-top: 243px;
	margin-left: 20px;
	width: 208px;
	
}

.send-message {
	width: 130px;
	height: 35px;
	background: #4396ca;
	color: #fff;
	font-size: 12px;
	text-shadow: 0 1px 0px #000;
	font-weight: bold;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	position: absolute;
	/*top: 269px;*/
	/*right: 100px;*/
	margin-left: 300px;
	margin-top: 260px;
	
	
	
}


.send-message:hover{
	background:#175ea4;
}

.send-message:active{

background:#175ea4;
}

.show-btn {
	display: block;
	text-decoration: none;
	margin: 20px auto;
	width: 250px;
		font-family:"Helvetica Neue";
	font-size:14px;
	font-weight:bold;
	line-height:250%;
	color:rgb(68,68,68);
	text-align:center;
	text-shadow:0px 1px 0px rgb(255,255,255);
	background:#4396ca;
	}
.success {
	color: #060;
	margin-left: 20px;
	font-size: 14px;
	
	
}
.fail {
	color: #C00;
	margin-left: 20px;
	font-size: 14px;
	
	
}



/** stranica kontakt **/



#mi{
	float:inherit;
	width: 940px;
	margin-top:10px;
	background: url(images/12.jpg)  no-repeat center;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:400px;
	margin-left:10px;
}

#prva{
	width:450px;
	float:left;
	padding-top:35px;
	margin-left:20px;
}
#druga{
	width:400px;
	float:left;
	padding:35px;
	text-align:center;
	
	
}
	
	
	
	
