body {
	background: #f6f6f6;
/* background: #fff url(../images/background.jpg) no-repeat fixed center top; */
}

/* Custom container */
.container-narrow {
	margin: 20px auto 20px auto;
	max-width: 900px;
	padding: 0 15px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 3px 10px #d2d2d2;
	box-shadow: 0px 3px 10px #d2d2d2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f6f6f6;
}
.container-narrow > hr {
	margin: 20px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #ffffff;
}
.container-narrow > hr.last {
	margin: 5px 0 10px 0;
}
.jezici {
	display: block;
	color: #dadada;
}

/* Main marketing message and sign up button */
.jumbotron {
	margin: 30px 0;
	text-align: center;
}
.jumbotron h1 {
	font-size: 72px;
	line-height: 1;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
	-webkit-box-shadow: 0px 3px 10px gray;
	box-shadow: 0px 3px 10px gray;
}
.breadcrumb-hani {
	text-transform: capitalize;
	margin-left: 12px;
}
.marketing ul.thumbnails li {
	-webkit-box-shadow: 0px 2px 8px #ccc;
	box-shadow: 0px 2px 8px #ccc;
	background: #fff;
}
p.btn a {
	text-decoration: none;
	color: white;
}
p.btn a:hover {
	color: white;
}
.span9 > h3 {
	line-height: 0;
	height: 0;
	padding-bottom: 20px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0; height: 0;
	}
/* Supporting marketing content */
.marketing {
	margin: 30px 0;
}
.row-fluid {
	margin-bottom: 0;
}
.marketing p + h4 {
	margin-top: 28px;
}
.nivoSlider {
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 5px 15px gray;
	box-shadow: 0px 5px 15px gray;
}
#slideshow {
	position: relative;
	float: left;
	width: 100%;
}
#no-slider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
#no-slider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nav .icon-chevron-right {
	float: right;
	margin: 12px 12px 0 0;
}
li.span4:nth-child(4),
li.span4:nth-child(7),
li.span4:nth-child(10) {
	margin-left: 0;
}
#footer {
	color: #d2d2d2;
	font-size: .9em;
}

/* ------------------------------------ Nav left */

.span3 {
	padding-bottom: 10px;
}
ul.nav-tabs {
	-webkit-box-shadow: 0px 2px 8px #ccc;
	box-shadow: 0px 2px 8px #ccc;
	background: #fff;
}
.submenu > li > a {
  padding-right: 12px;
  padding-left: 36px;
  margin-right: 2px;
  line-height: 14px;
}

.submenu {
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}
.submenu > li {
  margin-bottom: -1px;
  margin-top: -1px;
  margin-left: -25px;
  background: url(../images/submenu.png) left center no-repeat;
  background-position: 15px;
}
.submenu > li:hover {
	background: #ededed url(../images/submenu-hover.png) left center no-repeat;
	background-position: 15px;
}

.submenu > li > a {
	display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.submenu > li > a:hover,
.submenu > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.submenu > .active > a,
.submenu > .active > a:hover,
.submenu > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.submenu > li {
  float: none;
}

.submenu > li > a {
  margin-right: 0;
}

.submenu {
  border-bottom: 0;
  border-top: 0;
}

.submenu > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
          text-decoration: none;
}
.submenu > li > a:hover,
.submenu > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

/* ------------------------------------ Gallery */

.span9 img {
	border: 1px solid #fff;
	-moz-box-shadow: 0px 0px 8px #333;
	-webkit-box-shadow: 0px 0px 8px #333;
	box-shadow: 0px 0px 8px #333;
	overflow: visible;
}
.span9 form img {
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.photo img, .photo-left img, img.photo { 
	border: 1px solid #fff;
	-moz-box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;
	}
/*
.photo img, .photo-left img {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
	}
*/
.photo img:hover, .photo-left img:hover {
	border: 1px solid #fff;
/*	-moz-transform: scale(1.12);
	-webkit-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12); */
	-moz-box-shadow: 0px 0px 8px #333;
	-webkit-box-shadow: 0px 0px 8px #333;
	box-shadow: 0px 0px 8px #333;
	overflow: visible;
	}
.photo { 
	padding: 3px 6px; 
	margin: 3px 6px; 
	display: block; 
	float: left; 
	}
.photo-left {
	padding: 2px 6px 0 0;
	margin-right: 6px;
	display: block;
	float: left;
	}
img.photo {
	padding: 0;
	margin: 0;
	}
/* ------------------------------------ Contact form */
form {
	width: 98%;
	margin-bottom: 10px;
}
iframe {
	width: 300px;
	height: 100px;
	border: 1px solid green;
}
div.row {
	display: block;
/*	width: 448px; */
	width: 100%;
	height: auto;
	margin-left: 0;
}
label {
	display: block;
/*	width: 448px; */
	width: 100%;
	float: left;
}
.input {
	display: block;
/*	width: 434px; */
	width: 100%;
	height: 25px;
	float: left;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dadada;
    font-size: 1.2em;
    padding: 5px;
	margin-bottom: 10px;
}
label, .input {
	display: inline;
}
.textarea {
/*	width: 436px; */
	width: 100%;
	height: 240px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dadada;
    font-size: 1em;
    padding: 5px;
    margin-bottom: 10px;
}
#frm_submit {
	float: right;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dadada;
    font-size: 0.9em;
    padding: 5px;
    background-color: white;
}
#frm_submit:hover {
	cursor: pointer;
	background-color: #0066FF;
	color: white;
}
label span {
	color: gray;
	font-size: 0.9em;
	padding: 0 5px;
}
div.mberror {
	color: red;
	margin-bottom: 20px;
}
div#mbforms {
/*	width: 448px; */
	width: 100%;
}
.captcha {
	width: 450px;
	float: right;
	margin-right: -10px;
	background: white;
}
/* ------------------------------- Table */

.table {
	width: 100%;
}
.table td {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.table tbody td.warning, .table thead {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;