@charset "UTF-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  height:100% !important;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: -60px;
  height:100% !important;
  background:#f7f7f7 url("img/pattern.png") repeat;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 105px;
  background-color: #c9d3d3;
  text-align:center;
}

#footer .symbols {margin:10px 0;}

#footer {}

.navbar-fixed-top {
	text-align:center;
}



/* Carousel */

.carousel-inner {max-height:100% !important; height:auto;}

.carousel-inner img {
	margin:0 auto 0 auto;
	max-height:100% !important;
	height:auto;
	max-width:100%;
}

.carousel-indicators {margin-bottom:60px;}

#myCarousel {height:100% !important;}


.carousel-caption {visibility:hidden;}

@media screen and (max-width: 767px) {
#footer {
	clear:both !important;
	height:auto !important;
	text-align:center !important;
	  position: relative !important;
}
 .pull-left, pull-right {clear:both !important;}
 
img.logo {width:25%; height:auto;}

.carousel-inner img {
	margin-top:25px;
}

}



/*
.firstSlide {  background-image:url("img/slide_0.png"); background-size:contain; border:1px solid RED; height:90% !important;}
.secondSlide {}
*/
