@import url(//fonts.googleapis.com/css?family=Lato:300,400);
@import url(//fonts.googleapis.com/css?family=Bitter:400);

html,body {
  height: 100%;
  background:center no-repeat fixed url('../gfx/bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Lato', sans-serif;
  color: #312415;
}

#banner {
  height: 100px;
  bottom: 100px;
  width: 100%;
  text-align: center;
  color: yellow;
  /*background-color: #e8e819;*/
  position: absolute;
  font-size: 40px;
  z-index: -1;
  -ms-transform: rotate(-20deg); /* IE 9 */
  -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
  transform: rotate(-20deg);
}

@media (min-width:768px) {
    h1 {
        font-size:68px;
    }
}

a,
a:hover {
    color: #D69960;
    outline: none;
}

hr {
  border-color: #40301E;
}

.navbar-header:after {
    display: inline;
}

.navbar-collapse {
    width: 100%;
}

#navbar-collapsible:after {
    display:inline;
}

.navbar-right > li {
    float: left;
}

.navbar-right > li > a {
    padding: 10px 8px;
}

.carousel-inner > .item > a > img, 
.carousel-inner > .item > img, 
.img-responsive, .thumbnail a > img, 
.thumbnail > img {
    display: inline-block;
}

.btn,.well,.panel {
    border-radius:0;
}

.btn-danger {
    background-color:#f44d3c;
}

.text-danger, a.text-danger {
    color:#f44d3c;
}

.box-huge {
    margin-top: 10px;
    padding: 17px 22px 8px;
    font-size: 16px;
}

.lato {
    font-family: 'Lato', sans-serif;
}

.bitter {
    font-family: 'Bitter', serif;
}

.icon-bar {
	background-color: #fff;
}

.navbar-trans {
	background-color: #40301E;
  color: #cdcdcd;
  border-width: 0;
}

.navbar-trans .navbar-brand, .navbar-trans >.container-fluid .navbar-brand {
  padding: 14px;
  color: #fff;
}

.navbar-trans li>a:focus,.navbar-trans li.active {
	background-color: #D69960;
}

.navbar-trans li>a:hover {
	background-color: #D69960;
	opacity: 0.9;
}

.navbar-trans a{
    color: #fff;
    letter-spacing: 1px;
}

.navbar-trans .form-control:focus {
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}

.panel-default {
    border-color: #40301E;
}

.panel-default > .panel-heading {
    background-color: #d69960;
    color: #fff;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 10px;
  border: 2px solid #c1b1a0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-left: -15px;
  display: block;
  padding: 5px;
  text-align: center;
  z-index:-1
}

.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 2em;
  right: 2em;
}

.scroll-up a {
  background-color: rgba(64, 48, 30, 0.5);
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

section {
	padding-top:70px;  
    padding-bottom:50px;
    min-height:100%;
    min-height:calc(100% - 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@media (min-width:768px) {
    .v-center {
        height: 60%;
        overflow: visible;
        margin: auto;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
    }
}

.media .img-thumbnail {
 
}

.desc {
  margin-top: 10px;
}

.price .row,
.price .col-xs-4,
.price .col-xs-6,
.price .col-sm-12 {
  margin: 0;
  padding: 0;
}

.price .panel-body p {
  min-height: 40px;
}

#section1 {
/*	min-height: 700px; */
}

#section1, #section4 {
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	font-family: 'Bitter', serif;
}

#section2, #section5 {
  background-color: #EDE5DC;
}

#section4 {
  background-color: rgba(0,0,0,0.7);
}
  
#section6 {
	background-color: #62513F;
	color: #c1b1a0;
}

footer {
	background-color: #40301E;
  color: #c1b1a0;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.ekko-lightbox-container .glyphicon {
    position: absolute;
    font-size: 3.5rem;
    top: 45%;
    color: white;
    text-decoration: none;
    text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.glyphicon-chevron-left {
    left: 2px;
}


.glyphicon-chevron-right {
    right: 2px;
}
