/* 01 IMPORT FONT FAMILY
--------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700);



/* 02 CSS RESET
--------------------------------------------------------------- */
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;
}
/* 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;
}

/* 03 GENERAL SETTINGS
--------------------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear{
	clear: both;
}

body {
	background: #fff;
	font: 300 14px 'Open Sans', sans-serif;
	color: #999;
}

p {
	line-height: 2;
}

a {
	color: #a67d4a;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear
}

a:hover { color: #999; }

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

/* Section Titles */
.section_title {
	margin: 0 0 15px 0;
	color: #a67d4a;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 6px;
}

.section_subtitle {
	margin: 0 0 50px 0;
	font: italic 18px 'Open Sans', sans-serif;
	text-transform: none;
}




.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('../images/bg-slika.jpg') no-repeat fixed center center;
	background-size: cover;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 700px;   
    background: #000;
	text-align: center;
}
.inner img.logo {
	padding: 40px 0 10px;
} 

.inner p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #aeadad;
	margin-bottom: 20px;
}
.inner p strong {
	font-weight: 400;
	color: #fff;
}

ul.menu {
	display: inline-block;
	background: #fff;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 14px;
}
ul.menu li {
	display: inline-block;
	margin: 0 5px;
}
ul.menu li a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	line-height: 1;
}
ul.menu li a:hover {
	color: #888;
}
ul.menu li.separator {
	font-size: 24px;
	color: #000;
	line-height: 1;
	position: relative;
	top: -4px;
}


/* Stran : Dejavnosti */
.middle.vertical {
   	vertical-align: initial;
}
.inner.subpage {
	width: 1080px;
}
.content {
	padding: 30px 80px;
	text-align: left;
	background: #fff;
	border-top: 1px solid #dfdfe0;
}

.single {
}
.logoti {
	float: left;
	width: 240px;
}
.opisi {
	float: left;
	width: 640px;
	margin-left: 40px;
}
.opisi h2 {
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
}
.opisi p {
	font-size: 14px;
	color: #888;
	line-height: 1.8;
}
.opisi .info {
	float: left;
	margin-right: 40px;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.opisi .info img {
	margin-right: 10px;
}
.opisi .info a {
	float: right;
	color: #000;
}
.opisi .info a:hover {
	color: #888;
}
.separator-bottom {
	border-bottom: 1px solid #dfdfe0;
	margin: 50px 0;
}

/* Stran : Kontakt */
.content.kontakt-maps {
	padding: 0;
	text-align: left;
}
#map {
	width: 1080px;
	height: 300px !important;
}
.col {
	float: left;
	margin: 0 50px;
}
.kontakt .col h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
	color: #000;
	font-weight: 700;
}
.col p {
	font-size: 14px;
	color: #888;
	line-height: 1.8;
}
.col a {
	
}
.col p span { color: #000; }

/* Footer */
.footer {
	background: #000;
	width: 1080px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 20px 0;
	color: #666;
}


