body {
	font-family: 'Raleway', 'Open Sans' , sans-serif;
	font-size: 18px;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	padding-top: 80px;
	} 
.jumbotron {
	margin-bottom: 0px;
	padding: 100px 0;
	border-radius: 0px;
}
.jumbotron h1 {
	font-weight: 300;
}
.jumbotron p {
	font-weight: normal;
}

/*----- navigacija -----*/
.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-fixed-top {
    background-color: #fff;
    width: 100%;
	border-bottom: 4px solid #029dd0;
}
.navbar-fixed-top .nav {
	margin-right: 15px;
	text-transform: uppercase;
}
.nav li:hover {
    color: #fff;
}
.navbar .navbar-nav > li > a {
    color: #333;;
    padding: 30px 20px;
}
.navbar .navbar-nav > li > a:hover {
    color: #fff;
	font-weight: bold;
	background-color: #029dd0;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.navbar .navbar-nav > li > a.active {
	color: #fff;
	font-weight: bold;
	background-color: #029dd0;
}
.navbar .navbar-brand img {
	margin-top: -10px;
}
.jeziki {
	margin-top: 20px;
	margin-right: 10px;
	float: right;
}
.jeziki .dropdown-menu {
	min-width: 82px;
	margin: 0px;
	border-radius: 0px;
}
.jeziki .dropdown-menu li {
	text-align: center;
}
.jeziki .dropdown-menu>li>a:hover {
	background-color: #029dd0;
	color: #fff;
}
.jeziki .active {
	color: #fff;
	font-weight: bold;
	background-color: #029dd0;
}
span.caret {
	margin-left: 5px!important;
}

/* Index Page */
/*-- Carousel --*/
.carousel-caption {
	right: 0;
	left: 5%;
}
.carousel-caption h1 {
	font-size: 6vw;
	text-align: left;
	font-weight: bold;
}
.carousel-inner .item {
	max-height: 768px;
	overflow: hidden;
}
.carousel-inner .item img {
	width: 100%;
}

.uvod {
	background-color: #f2f2f2
}
.uvod h1 {
	text-align: center;
	padding: 20px 0;
}
.uvod p {
	padding: 20px;
	border-left: 2px solid #a0a0a0;
}
.btn {
    color: #333;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 0;
	font-size: 15px;
}
.btn:hover {
  color: #fff;
  background-color: #029dd0!important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.box i {
	color: #029dd0;
}
.box1 {
	background: url(../images/kdosmo.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.box1 .overlay {
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
}
.box1 .jumbotron {
	background: none;
	color: #fff;
	padding: 30px 0;
}
.box2 {
	padding: 0 20px;
}
.thumbnail {
	background: rgba(255,255,255,0.7);
	text-align: center;
	border: none;
	margin: 40px 0;
}
.caption h2 {
	margin-bottom: 20px;
	height: 65px;
}
.slogan span {
	color: red;
}
#job-offer {
	background-color: #fcd393;
	margin-top: 30px;
	padding: 30px;
}
#job-offer ul {
	padding-inline-start: 0px;
}
#job-offer ul li {
	margin-left: 30px;
}
#job-offer ul span {
	font-size: 21px;
}
#job-offer small {
	float: right;
}

/*----- kdo smo stran ------*/
.slika {
	position: relative;
}
.slika img {
		width: 100%;
}
.tekst {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	padding: 10px 20px;
}
.tekst h1 {
	font-size: 6.0vw;
	color: #fff;
	font-weight: 600;
}
.bkgkdosmo {
	background: url(../images/_MG_6004.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.whitebox {
	background-color: #ffffff;
}
.blackbox {
	background-color: rgba(0,0,0,0.9);
	color: #ffffff;
}
.transparentbox {
	background-color: rgba(255,255,255,0.8);
}
.transparentbox .text{
	padding: 100px 0;
}

/*------- Storitve ---------*/
.boxin1 {
	margin: 50px 0;
}
.evropa {
	background-image: url(../images/evropa.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
}
.prevozi {
	background-image: url(../images/prevozi.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
}
.skladiscenje {
	background-image: url(../images/skladiscenje.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
}
.svetovanje {
	background-image: url(../images/svetovanje.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
}
.boxin1 .jumbotron {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	min-height: 500px;
}

/*------ galerija ---------*/
.galerija {
	margin: 50px 0;
}

/* ---- grid ---- */
.grid {
  background: #fff;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 25%;
}
.grid-item {
  float: left;
}
.grid-item img {
  display: block;
  max-width: 100%;
  padding: 10px;
}
.pic {
	position: relative;
}
.pic .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pic .overlay:hover {
	opacity: 1;
}
.overlay i {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*----- kontakt stran -----*/
.boxpodatki {
	margin: 70px 0;
}
.podatki h1 {
	margin-bottom: 50px;
}
.boxpodatki h2 {
	margin-bottom: 30px;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}
.pdfSlika {
	margin-left: 50px;
}
.map iframe{
	width:100%;
	height:550px;
	border:none;
}

/* Piskotki Page */
#piskotki {
	min-height: calc(100vh - 300px);
	background-color: #ddd;
}
#piskotki .content {
	background-color: #fff;
	padding: 30px;
}
#piskotki button a{
	color: #fff;
}

/* Footer */
.footer {
	background-color: #333;
}
.footer .navbar-text {
	float: none;
	color: #9d9d9d;
	padding: 30px 0;
	margin: 0px;
}
.footer i {
	margin-right: 5px;
}
.footer.navbar-text p {
	font-size: 15px;
}
.footer .navbar-text a {
	color: white;
}
.footer .footer-bottom {
	color: #9d9d9d;
	background-color: #222;
}