/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 70px; 
   color: #333333;
    font-family:  Helvetica,Arial,sans-serif;
    font-size: 14px;
}

/* Set widths on the navbar form inputs since otherwise they're 100% wide */
.navbar-form input[type="text"],
.navbar-form input[type="password"] {
  width: 180px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar.navbar-fixed-top {
 height:70px;
}

.navbar {
background: url("/img/bg_texture.png") repeat scroll 0 0 #5C4032;
}

.navbar-brand {
  font-family: 'Abril Fatface', cursive;
  font-size:30px;
  color:#fff;
    line-height: 12px;  
    padding: 29px 0;
    text-align: left;
    width: 330px;
}
.navbar-brand span { 
  color:#fcdf59;
}
.navbar-brand:hover,.navbar-brand:focus{ 
  color:#fff;
}

.big-image {
	width: 100%;
	height: 500px;
	background-size: cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	background-position: top center;
	background-image:url(/img/big-img1a.jpg);
}

.big-image h1 {
font-size:60px;
color:#fff; 	
padding-top:230px;
text-transform:uppercase;
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}


.big-banner {
	width: 100%;
	height: 370px;
	background-size: cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	background-position: top center; 
}

.big-banner .container {
font-size:40px;	
color:#fff;
text-align:center;
}

.call-us {
position:absolute;
top:35px;
right:0px;	
font-size:34px;
color:#e20a29;
}

.top-nav {
position:absolute;
top:5px;
right:0px;	
}

.top-nav a {
	font-size:12px;
	color:#fff; 
	padding-left:8px;
	padding-top:5px;
}

#live-demo {
	position:fixed;
	width:100%;
	top:120px;
	 
}

.box {
background:none repeat scroll 0 0 rgba(255, 255, 255, 0.8);	
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.box-title h3 {
margin:0px;	
}

.box-title {
 padding:10px 10px;
font-weight:normal;
color:#fff;
 background-color: #f42c48;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e30b2a), to(#f42c48));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #e30b2a, 100%);
  background-image: -moz-linear-gradient(top, #e30b2a 0%, #f42c48 100%);
  background-image: linear-gradient(to bottom, #e30b2a 0%, #f42c48 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe30b2a', endColorstr='#fff42c48', GradientType=0);
}

.box-content {
padding:10px;	
}

.big-title {
font-size:40px;
line-height:40px;
color:#5C4032;	
  font-family: 'Abril Fatface', cursive;
  font-weight:normal;
}

h1,h2,h3 {
	color: #888888;
font-family: 'Abril Fatface', cursive;
font-weight:normal;	
}

.grey {
	background-color:#f1f1f1;
}

.container.odmik {
padding:10px 0px 30px 0px;	
}

.foot-nav a{
padding:0px 5px;	
}

.nav-collapse.in{
	position:relative;
}

.nav-collapse.in .navbar-nav li{
	text-align:center;
}

.view-video {
	padding-top: 50px ;
	float:left;	
	position:relative;	
z-index:101;	
}

.container {
 
}

.box {
position:relative;	
z-index:101;	
}

#show-live-demo {
display:none;	
color:#fff;
}

  #close-live-demo {
 
color:#fff;
}

.navbar-nav > li > a,  .navbar-nav li > a:focus {
 
background-color:#fff;
    color: #888888;
}

.navbar-nav > li   {
margin-left:2px;
}

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus, .navbar-nav  li a:hover {
    color: #5C4032;
	background:#FCDF59;
}

 
.navbar-nav { 
    margin-top: 34px;
}


#to-galerija .thumbnail  { 
   height: 305px;
    margin-bottom: 20px; 
    text-align: center; 
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Let the jumbotron breathe */
  .jumbotron {
    margin-top: 20px;
  }
  /* Remove padding from wrapping element since we kick in the grid classes here */
  .body-content {
    padding: 0;
  }
}
/* Stylesheet: style Modified On 2013-10-05 16:32:51 */
