/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #999;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #000;
}
body {
  color: #000;
  text-align: center;
/*  text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
/*  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

@media(min-width:1400px) {
    .cover-container {
  margin-right: auto;
  margin-left: auto;
  width:98%
}
}


@media(max-width:1999px) {
.cover-container {
  margin-right: auto;
  margin-left: auto;
  width:90%
}
}


/* Padding for spacing */
.inner {
  padding-top: 5px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
/*  font-weight: bold;*/
  color: #999; /* IE8 proofing */
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #000;
  border-bottom-color: #000;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

/*.cover {
  padding: 0 20px;
} */
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
/*    position: fixed; */
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: top;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 600px; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) and (max-width:1201px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 900px;
  }
}

@media (min-width: 1302px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1200px;
  }
}

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




@media (min-width: 1300px) {
/* Carousel base class */
.carousel {
  height: 800px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
    .carousel-control  {
	width:4%;
	}
/*.glyphicon.glyphicon-chevron-left {
    position:relative;
    }*/

    
/* Declare heights because of positioning of img element */
.carousel .item {
    width: 1200px;
  height: 800px;
  background-color: #fff;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
    width: 1200px;
  height: 900px;
}

}



@media (min-width: 900px) and (max-width:1299px) {
/* Carousel base class */
    .carousel {
	height: 600px;
	margin-bottom: 60px;
    }
    /* 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 {
	width: 900px;
	height: 600px;
	background-color: #fff;
    }
    .carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	width: 900px;
	height: 600px;
    }

}

@media (min-width: 762px) and (max-width: 899px) {
/* Carousel base class */
.carousel {
  height: 400px;
  width: 600px;
  margin-bottom: 60px;
}
/* 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 {
    width: 600px;
  height: 400px;
  background-color: #fff;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
    width: 600px;
  height: 400px;
}

}

.blabla {
    padding-top:45px;
    text-align:justify;
}

h1,h2,h3 {
font-weight:300;
text-align:left;
color:#999999;
}

h2 {
margin-bottom:20px;
}



.unephoto li {
border:1px solid #000;
}

.unephoto .active {
background-color:#000;
}

#CarouselUnePhoto .carousel-control.left {
background:#ffff;
background-image:none;
}

#CarouselUnePhoto .carousel-control.right {
background:#ffff;
background-image:none;
}

#CarouselUnePhoto .item {
margin-top:30px;
margin-left:10px;
margin-right:10px;
font-size:14pt;
text-align:left;
}


#CarouselUnePhoto .item p {
width:90%;
}


#CarouselUnePhoto .item  h3 {
text-align:center;
padding-bottom:30px;
}

p.note { font-style: italic;}


div.breadcrumb {
color:#666;
font-size:90%;
text-align:left;
background-color:#fff;
}

ol#myIndicators {
position:static;
margin-left:auto;
margin-right:auto;
padding-top:20px;
width:100%;
}

ol#myIndicators li {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 1;
  cursor: pointer;
}

ol#myIndicators li.active {
    border-color:#fff;
}

div.back {
font-weight: 300;
text-align: right;
color: #999999;
font-size:24px;
}
