h1, h2, h3, h4, h5, h6 {
	color: #997553;
	}

p {
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 1.6;
}

ul { text-align: justify;
	 line-height: 1.6;
	font-size: 16px;
	}

ol { text-align: justify;
	 line-height: 1.6;
	font-size: 16px;
	}


li {
  .glyphicon-ok();

  &:before {      
    .glyphicon();      
    margin-left:-25px;
    float:left;
  }

}

header[role="banner"] {
	#logo-main {
  display: block;
  margin: 20px auto;
	text-align: center;
 }
}
.navbar-default {
	background-color: #997553;
	border-color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
	}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #c6ad97;
  color: #400000;
	}
	
.navbar .navbar-text {
	color: #fff;
	}

.navbar-custom a {	
  color: #fff;
	}
	
.navbar .navbar-brand {
  color: #fff;
	}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
 color: #fff;
 background-color: transparent;
}
	
.navbar-toggle .icon-bar {
 display: block;
 width: 22px;
 border-radius: 1px;
 background-color: #c6ad97;
 color: #fff;
}

@media only screen and (max-width : 768px){
 .example-8 .navbar-brand {
 padding: 0px;
 transform: translateX(-50%);
 left: 50%;
 position: absolute;
}
.example-8 .navbar-brand>img {
 height: 100%;
 width: auto;
 padding: 7px 14px; 
}
}

a {
	color: #997553;
	word-wrap: break-word;
}

a:hover {
	color: #400000;
}

a:active {
	color: #400000;
}

.label-info {
 background-color: #555;
}

.pagination > li {
 display: inline;
}
.pagination > li > a,
.pagination > li > span {
 color: #997553;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
 color: #400000;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
 color: #400000;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
 background-color: #997553;
 border-color: #997553;
}

.breadcrumb li {
    margin-right: 1px;
}

.table {
 width: 100%;
 max-width: 100%;
 margin-bottom: 20px;
}

input[type=checkbox] { padding-right: 30px;}

.scroll-top-wrapper {
  position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
  background-color: #997553;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #997553;
}
.scroll-top-wrapper.show {
  visibility:visible;
  cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.video-container, .map-container, .embed-container {
 position: relative;
 margin: 0 0 15px 0;
 padding-bottom: 51%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
 border: none;
}

.embed-container iframe, .embed-container object, .embed-container embed, .video-container iframe, .map-container iframe, .map-container object, .map-container embed, .video-container object, .video-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

iframe {
 border: none;
}

img.img-polaroid {
 margin: 0 0 20px 0;
}

.img-box {
 max-width: 100%;
}

.img-center {
 display: block;
 margin-left: auto;
 margin-right: auto;
 width: 50%;
}

.img-left {
 display: block;
 float: left; 
 margin-right: 10px;
 width: 50%;
}

footer {
 font-size: 11pt;
 text-align: center;
 background-color: #997553;
 color: #fff;
 padding: 8px;
}

footer a {
 color: #fff;
}

footer a:hover {
 color: #400000;
 text-decoration: none;
}