/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  background-color: white;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  /* Pad bottom by footer height */
  padding: 0 0 0;
}

/* Set the fixed height of the footer here */
#footer {
  background-color: #9d9d9c;
  position:relative;
  z-index:2;
  border-top:1px solid white;
  font-size: 12px;
  padding:10px 0;
}
#footer a {
	color:#333;
}
#footer b{
	display:inline-block;
	width:20px;
	color:white;
}
#footer .white-links a{
	color:white;
}
#footer #social a{
	display:block;
	float:left;
	background: #4e4e4e;
	margin-right:4px;
	padding:4px 0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 0 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}

.navbar, .grey-bg {
	background-color: #dddddd!important;
}



/*body{
	margin-top:150px;
	
}*/



.well {
	background-color: rgba(255,255,255, 0.8);
	border:1px solid white;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-height: 300px;
}

/* background */
#backgroundHolder {
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}
#backgroundHolderUpper, #backgroundHolderLower {
	background: url(/pictures/covers/home.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:100%;
	position:absolute;
/*	margin-top:80px;*/
}
#backgroundHolderUpper{
	z-index:1;
}


h1 {
	font-size: 30px;
	text-transform: uppercase;
	
}

.page-header{
	margin-top:0;
	border-color:#9c1006; 
}

.well .lead{
	font-size: 13px;
}

.nav li.active{
	
}
.nav li.active a, .nav a:hover, .nav a:active{
	color: #9c1006!important;
	text-decoration:underline!important;
	background-color:transparent!important;
}

.navbar-header button{
	margin-top:20px;
}

.navbar-brand{
	margin-bottom:-2px;
}

/*#navbar-main.navbar-collapse .nav{
	width:100%!important;
	text-align:center;
}*/

.navbar-fixed-top {
	z-index: 999;
}


/* new design fixes */
.navbar-brand img{
	margin-top:-4px;
	margin-left:-4px!important;
}




.navbar-collapse {
	border:none!important;
}
.navbar-nav{
	margin-top:14px;
}

#home-container h1 {
	text-transform: none;
	font-size: 36px;
}

#home-container {
	font-size: 12px;
	margin:0 17px 60px;
}
#home-container b{
	color: #9c1006;
}
#home-container .page-header{
	border:none;
}

.img-container img{
	margin:0 auto;
}

.well-container {
	background: url(/pictures/box-shadow.png) no-repeat bottom right;
	padding-right:29px;
	padding-bottom:19px;
	margin-bottom:40px;
}
.well {
	margin-bottom: 0!important;
	
}


.top-spacer {
	margin-top: 17px;
}


#navbar-main {
	position:relative;
}
#downloadBrochureLarge {
	position:absolute;
	background:url(/pictures/download-broschure.png) no-repeat top right;
	right:15px;
	margin-top:-20px;
	padding-left:100px;
}
#downloadBrochureLarge a{
	color: #9c1006;
	padding-bottom:3px;
	padding-top:5px;
	padding-right:0;
	font-size: 12px;
}
a{
	color: #9c1006;
}

.navbar-header {
	position:relative;
	z-index: 2;
}
.navbar-brand .hidden-lg{
	margin-left:15px;
}


form{
	margin-bottom: 10px;
	max-width: 600px;
}
form label {
	padding-bottom: 10px;
}
form label.error {
	color:#9c1006;
	margin-top:2px;
	padding-bottom:3px;
}

.contact-link {
	margin-right:20px;
}


/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: -webkit-transform opacity .4s; /*adjust timing here */
         -moz-transition: -moz-transform opacity .4s;
           -o-transition: -o-transform opacity .4s;
              transition: transform opacity .4s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
.carousel-inner {
	max-width: 723px;
	margin: 0 auto;
	position:relative;
}
#home-container{
	
}
.carousel-inner .img-responsive{
	margin: 0 auto;
}
.carousel-caption {
	position: relative;
	left:0;
	right:0;
	height: 200px;
}
.carousel-indicators {
	bottom: 170px;
}
.carousel-indicators li{
	border-color: #83000b;
}
.carousel-indicators li.active, .carousel-indicators li:hover{
	background-color: #83000b;
}

.carousel-caption h3{
	font-size: 20px;
}

.carousel .hover-container{
	position:absolute;
	left:50%;
}
.carousel .step-link {
	display:block;
	width:16%;
	height:100%;
/*	background-color: rgba(100, 100,0, 0.3);*/
	position:absolute;
	z-index:10;

}

.carousel #step-link-1 {
	left:0;
}
.carousel #step-link-2 {
	left:16%;
}
.carousel #step-link-3 {
	left:32%;
}
.carousel #step-link-4, .carousel #step-link-6 {
	left:47%;
	height: 40%;
	width:30%;
}
.carousel #step-link-5 {
	right:0;
	width:25%;
}
.carousel #step-link-6 {

	bottom:0;
}



.well a{
	text-decoration: underline;
	color: #333;
}

#contact-container h2{
    color: #aaa;
	font-weight: bold;
	font-size:15px;
	margin-bottom:15px;
}
#contact-container h2 span{
    color: #9c1006;	
}
#contact-container .lead .row b{
    color: #9c1006;	
	display:inline-block;
	width:30px;
}



.modal-content{
	border: none;
}

/*.modal button.close {
	background-color: #83000b;
	color:white;
	opacity: 1;
	filter: alpha(opacity=100);
	padding:5px 9px;
	margin: -15px -15px 0 0;
}*/
.modal-header {
	border-bottom: none;
}
.modal-header h4{
	margin-top:20px;
	padding-left:3px;
}

.modal img.pull-right {
	margin-top:-38px;
	margin-right:11px;
}

#loading {
	position:fixed;
	background:rgba(255, 255, 255, 0.9);
	z-index:1222;
	width:100%;
	height: 100%;
	display:none;
}
#loading i{
	position:absolute;
	left:50%;
	top:40%;
	font-size:100px;
	margin-left:-50px;
	color: #83000b;
}


.modal-content {
	border-radius: 0;
}

.btn {
	background-color: #d33900;
}

.orangify {
	background: url(/pictures/damjana.png) no-repeat #D33900;
	padding: 15px 15px 15px 220px;
	color: white;
	min-height: 200px;
	margin: 15px 0;
	
}
.orangify h2 {
	color: white;
	font-size: 150%;
	margin-top:0;
	
}

h1, h2, h3 {
	color: #D33900;
	font-weight: 300;
}

.row, .grey-bg {
	margin-bottom: 30px;
}
.grey-bg .row {
	margin-bottom: 0;
}
.navbar .btn, .navbar .btn:hover {
	margin-top: -1px;
	color:white!important;
	background-color: #D33900!important;
}