/*

My Custom CSS
=============

Author:  George Canciani
Updated: January 2015
Notes:	 Kobucha Biotica Website

*/


/* --------------------------------------
   Layout
   -------------------------------------- */
#features { 
text-align: center;
}

#features {
	margin: 0 0 20px;
}

#inputMessage {
	margin-bottom: 15px
}

footer {
	background: #333;
	color: #eee;
	font-size: 11px;
	padding: 20px;
}

#three-column {
	text-align: left;
}

#three-column {
	margin: 0 0 20px;
}

#four-column {
	text-align: left;
}

#four-column {
	margin: 0 0 20px;
}

body {
	padding-top: 80px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
  
/* --------------------------------------
   Typography
   -------------------------------------- */
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.well .page-header {
	margin-top: 0;
}
.well .page-header h1 {
	margin-top: 0;
}

ul.unstyled {
	list-style: none;
	padding: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  background-color: #F0F0F0;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
 
/* body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ccc;
} */

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ccc;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
	margin: 0 0 10px;
}

/* --------------------------------------
   Navbar
   -------------------------------------- */
   #searchInput {
	   width: 200px;
   }
   
   .navbar-brand {
	   padding: 13px 15px;
   }
   
   .navbar-fixed-top .navbar-collapse,
   .navbar-fixed-bottom .navbar-collapse {
  		max-height: 10%;
	}


/* --------------------------------------
   Carousel
   -------------------------------------- */
   
#myCarousel {
	   margin-top: 20px;
   }
   
 .carousel-caption: { 
 font-size: 18px;
   }
   
 .carousel-caption h4 {
	  font-size: 24px;  
   }
	   
#myCarousel .item { height: 400px; }

#slide1 {
	background: url('../../images/carousel_medium_01.jpg') top center no-repeat;
}

#slide2 {
	background: url('../../images/carousel_medium_02.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../images/carousel_medium_03.jpg') top center no-repeat;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 2%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

/* --------------------------------------
   Global Styles
   -------------------------------------- */
.alert { 
	margin-top: 20px;
	display: none;
}

.well {
	margin: 20px 0;
}

.tabbable img.thumbnail {
	margin: 0 20px 10px 0;
}

.thumbnails {
	margin: 20px 0;
}

.thumbnail {
	position: relative;
}

.thumbnail h3 {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 20px;
}

.thumbnail .price {
	font-size: 22px;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 10px;
}

.thumbnail .price sup {
	font-weight: normal;
	font-size"12px
}

.thumbnail span.glyphicon {
	margin-right: 5px;
}

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}


/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {

.thumbnail .price {
	font-size: 14px;
}

.thumbnail .price sup {
	font-size: 10px;
}

}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
	#myCarousel .item { height: 310px; }

#slide1 {
	background: url('../../images/carousel_small_01.jpg') top center no-repeat;
}

#slide2 {
	background: url('../../images/carousel_small_02.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../images/carousel_small_03.jpg') top center no-repeat;
}

.carousel-caption {
	font-size: 12px;
}
.carousel-caption h4{
	font-size: 16px;
}

}

@media (min-width: 992px) and (max-width: 1199px) {
	
	#myCarousel .item { height: 500px; }

#slide1 {
	background: url('../../images/carousel_large_01.jpg') top center no-repeat;
}

#slide2 {
	background: url('../../images/carousel_large_02.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../images/carousel_large_03.jpg') top center no-repeat;
}

}

/* Large desktop */
@media (min-width: 1200px) {
	
	#myCarousel .item { height: 600px; }

#slide1 {
	background: url('../../images/carousel_large_01.jpg') top center no-repeat;
}

#slide2 {
	background: url('../../images/carousel_large_02.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../images/carousel_large_03.jpg') top center no-repeat;
}

}


/* --------------------------------------
   Galleria
   -------------------------------------- */
.galleria { 
	width: 100%; height: 100%; background: #000
}

.galleria-container {
    position: relative;
    overflow: hidden;
    background: #000;
}

.galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 0px;
    right: 0px;
    overflow:hidden;
}
