@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

<style>
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800,900&subset=latin-ext');
</style> 

html {
height:100%;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*************************************
osnovna podesavanja
**************************************/
html {
height:100%;
margin-bottom:1px;}
body {
position:relative;
background-image: url(../images/sky.jpg);
background-position:center top;
background-repeat:no-repeat;
background-attachment:fixed;
background-color:#000;
}


#container {
position:relative;
width:1000px;
font-family: 'Montserrat', sans-serif;
margin: 0 auto;
top:20px;
overflow:hidden;
background-color:#fff;
/*background-image:url(../pic/contbg.png);
background-repeat:repeat;*/
-moz-box-shadow: 5px 5px 10px #ccc; /* Firefox */
-webkit-box-shadow: 5px 5px 10px #ccc; /* Safari and Chrome */
box-shadow: 5px 5px 10px #ccc;
}

#logo {
position: relative;
    top: 10px;
    left: 10px;
    width: 150px;
    float: left;
    z-index: 5000;
    background-color: #1C58A7;
    padding: 10px 30px;}
	
#logo:after {content: "";
    width: 130px;
    height: 100%;
    background-color: #1C58A7;
    position: absolute;
    right: -22px;
    top: 0px;
    z-index: -1;
    -ms-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    transform: skew(30deg);}

.infosi {
	    float: right;
    padding: 10px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;}
#navigation {
position:relative;
width: 100%;
float: left;
left:10px;
top: 10px;
z-index:1001;
}

#slideshow {
  width: 980px;
  height: 250px;
  position:relative;
  float:left;
  left: 10px;
  top: 10px;
  z-index:0;
}
#content {
	position:relative;
	width:1000px;
	float:left;
	top:40px;
	margin-left:10px;
	z-index:1;
	}
#stranaonama {
	position:relative;
	width:980px;
	float:left;
	top:40px;
	left:10px;
	z-index:1;
	
    padding-bottom: 20px;
	}
#stranaonama h2{
margin-bottom:10px;}

#stranaonama p {
line-height:1.4;
font-size:12px;
margin-bottom:10px;}
h1 {
font-family: 'Montserrat', sans-serif;
font-size:22px;
color:#1C58A7;
margin-bottom:15px;
font-weight:bold;
}
h1 a, p a{
text-decoration:none;
color:#CE2D75;}
h1 a:hover {
color:#3FA5A2;}
p a:hover {
color:#3FA5A2;}
h2{
font-size:16px;
font-weight:bold;
text-transform:uppercase;
}
.content_up {
position:relative;
width:489px;
float:left;
margin-right:10px;
margin-bottom:15px;
}


.content_up p {
font-size:14px;
color:#333333;
line-height:1.6}

.content_down {
position:relative;
width:100%;
float:left;
margin-top:15px;
margin-bottom:15px;
}


.content_down ul {
position:relative;
float:left;
background-color:transparent;
margin-bottom:15px;}

.content_down ul li {
position:relative;
width: 70px;
float:left;
margin-right:20px;

}

.slika {
    position: relative;
    width: 300px;
    margin-right: 32px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;}

.slika_text {
position: absolute;
    background-image: url(../pic/textbg.png);
    background-repeat: repeat;
    color: #000;
    padding: 5px 10px;
    box-shadow: 1px 1px 3px #555;
}
.slika_text a{
text-decoration:none;
color:#000000;}

.slika_text a:visited{
text-decoration:none;
color:#000000;}

.slika_text:hover {
background-image:url(../pic/textbg2.png);
background-repeat:repeat;}

.slika_text p{
font-size:10px;
font-weight:bold;
margin-bottom:5px}
.slika_text h2{
font-weight:bold;
margin-bottom:5px;}

#footer {
position:relative;
width:960px;
border-top:1px dotted #aaa;
margin-top:40px;
float:left;
margin-left:10px;
padding-top:10px;
height:80px;
}

#footer_levo {
position:relative;
width:65%;
float:left;
color:#000000;
font-family: 'Montserrat', sans-serif;
line-height:1.2;
}

#footer_levo h1 {
font-size:14px;
margin:0;
color:#333333;
font-weight:bold;}

#footer_desno {
position:relative;
width: 120px;
float:right;
}

.videoembed {
position:relative;
width:425px;
float:left;
top:10px;
margin-bottom:15px;
}

.videotext {
position:relative;
width:470px;
float:left;
margin-bottom:20px;}

#autobus-opis{
position:relative;
width:480px;
float:left;
margin-bottom:20px;
border-right:1px solid #ccc;
}
#autobus-opis h2, #autobus-opis h3{
margin-bottom:5px;}
#autobus-opis h3{
font-size:14px;
margin-top:10px;
}

.galerija{
position: relative;
    width: 450px;
    float: right;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-right: 20px;}

.galerija2 img { margin:0 15px 20px 0; }

.partneri {
position:relative;
width:100%;
float:left;
margin-top:15px;
margin-bottom:15px;
}


.partneri ul {
position:relative;
width:980px;
float:left;
background-color:transparent;
margin-bottom:15px;}

.partneri ul li {
position:relative;
width: 112px;
float:left;
margin-right:10px;}

.partneri ul li a:hover{
transform: scale(1.2,1.2);
-webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
-o-transform: scale(1.2,1.2); /* Opera */
-moz-transform: scale(1.2,1.2); /* Firefox */}

.glavna{
position:relative;
width:450px;
margin-bottom:10px;
}

/*****************************
contact
******************************/


#kontaktlevi{
position:relative;
width:290px;
float:left;
top:40px;
left:10px;
line-height:1.4;
margin-bottom:15px;}

#kontaktlevi h2{
text-transform:none;
margin-bottom:10px;
}
#kontaktlevi a{
text-decoration:none;
color:#CE2D75;}
#kontaktlevi a:hover{
color:#3FA5A2;}

#kontaktdesni {
position:relative;
width:530px;
float:right;
right:10px;
top: 40px;}
