/* ==========================================================================
eIgnition Creative
========================================================================== */

/* Global
-------------------------------------------------- */
body {
    padding-bottom: 40px;
    color: #666;
    background: url("../img/body-bg.jpg");
    font-family: "Averia Sans Libre",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

h1, h2 {
   font-family: 'Open Sans', sans-serif;
    color:  #8b4952;
    font-size: 32px;
    font-weight: 800;
}
h1.page-title {
    text-align: center;
    margin: 20px;
}
a {
    color: #a75963;
}
a:focus, a:hover {
    color: #8b4952;
}
strong {
    color: #a75963;
}

/* Header
-------------------------------------------------- */
.header {
    background: url("../img/head-bg.jpg") ;
}
.header .logo {
    font-family: 'Open Sans', sans-serif;
    color:  #8b4952;
    font-size: 40px;
    font-weight: 800;

}
.header .tagline {
    font-family: "Averia Sans Libre",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #666;
    display: inline-block;
}

.header .house {
    display: none;
}

.btn-default {
    background: #a75963;
    color: #fff;
    border-color: #fff;
}
.btn-default:hover {
    background: #8b4952;
    color: #fff;
    border-color: #fff;
}

/* Navbar
-------------------------------------------------- */

.navbar-wrapper {
background: url("../img/nav-bg.jpg") #835838;
}
.navbar {
    margin-bottom: 0;
}
.navbar .nav {
	margin: 0 -15px;
}
.navbar-inverse {
    border-color: transparent;
}
.navbar-header {
	background: url("../img/nav-bg.jpg") #835838;
}

.navbar-inverse .navbar-nav > li > a {
	color: #666;
	border-bottom: solid 1px #fff;
	text-align: center;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background: rgb(54, 25, 25); 
    background: rgba(54, 25, 25, .5); 
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	background: rgb(54, 25, 25); 
    background: rgba(54, 25, 25, .5);
	}

/* viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
background: transparent;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-inverse .navbar-collapse {
background: url("../img/drop-bg.jpg");
border-top: transparent;
}

.navbar-inverse .navbar-toggle {
	background: #a7926a;
	border-color: #fff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: #a25550;
}
li.navdivider {
    display: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 200px;
  margin: 0 0 10px 0;
    background: #fff;
    box-shadow: 0 0 3px #e7d4c0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 200px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  height: 200px;
  padding: 10px;
}
.overlay {
    background: url(../img/heart.png) top left no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}


/* Home Page
-------------------------------------------------- */

.home .col-sm-4 {
  margin-bottom: 20px;
  text-align: center;
}
.home h2 {
  font-weight: normal;
}
.home .col-lsm-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.home .img-circle {
    padding: 3px;
    background: #fff;
    box-shadow: 0 0 3px #e7d4c0;
}

/* Location
-------------------------------------------------- */
.map {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 3px #e7d4c0;
}
#map-canvas {
    height: 500px;
}

/* Misc
------------------------ */
.list-group-item.active, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background: #a75963;
    border-color: #a75963;
}
.list-group-item {
    background-color: transparent;
    border-top: none;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
}
blockquote {
    background: url(../img/open-quote.png) top left no-repeat;
    border-left: none;
    padding: 10px 30px 0;
}
blockquote .close-quote {
    background: url(../img/close-quote.png) bottom right no-repeat;
    padding-right: 30px;
}
blockquote .quote-name {
    color: #a75963;
}



/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  padding-top: 45%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}
/* ==========================================================================
  Lightbox Theme
   ========================================================================== */
.modal-backdrop.in {
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  background-color: #333333;
}
.ekko-lightbox .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.ekko-lightbox .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
    background: none;
}
.ekko-lightbox .modal-header .close {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #fff;
  text-shadow: 0;
  font-weight: 100;
  margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
  font-weight: 100;
  color: #fff;
  padding: 0;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-footer {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 0;
  color: #fff;
  font-weight: 100;
  padding: 0;
}
.ekko-lightbox-nav-overlay a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  text-shadow: none;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    
    
  /* Navbar */
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
    .header .logo {
        padding: 20px 0 0;
    }
  
	.navbar .navbar-nav {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	.navbar-inverse .navbar-collapse {
		background: transparent;
		text-align: center;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		color: #fff;
		border-bottom: none;
        padding: 15px 9px;
	}
    li.navdivider {
        display: block;
        padding-top: 14px;
    }


  /* Bump up size of carousel */
  .carousel {
      margin: 0 0 40px 0;
	}
  .carousel, .carousel .item, .carousel-inner > .item > img {
	height: 400px;
    
	}
    .carousel-inner > .item > img {
        padding: 20px;
    }
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .header .house {
        display: block;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 15px 28px;
	}
}
