body {
	font-size: 12px;
}

a.logo, h2.logo {
	width: 233px;
	height: 76px;
	background-image: url("../images/rembud.png");
}
h2.logo-text {
	width: 233px;
	height: 32px;
	background-image: url("../images/rembud-text.png");
}
.nav.navbar-nav{
	margin-top: 25px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	background: #F6F6F6;
	font-size: 20px;
}
.nav.navbar-nav a {
	padding-left: 35px;
	padding-right: 35px;
	color: #979797;
}

.nav.navbar-nav li.active a, .nav.navbar-nav a:hover {
	background-color: #D8231B;
	color: #ffffff;
}

h3.banner {
	font-size: 36px;
	font-weight: bold;
	margin-top: 40px;
	color: #000000;
}
h4.banner {
	font-size: 27px;
	font-weight: bold;
	margin-top: 0px;
	color: #bcbcbc
}

div.hr-b {
	display: block;
	height: 3px;
	padding: 0;
	background-color: #ededed;
}
div.hr-black {
	display: block;
	height: 3px;
	padding: 0;
	background-color: #000000;
}

.carousel-inner > .item > .carousel-caption{
	background: rgba(0,0,0,0.75);
	width: 100%;
	height: 120px;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 50px;
}

.carousel-inner > .item img {
	padding-top: -50px;
	padding-bottom: -50px;
	display: block;
}

.mrg-tp-bt-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

h3, .subpage-content h1 {
	color: #D8231B;
	font-size: 25px;
	font-weight: bold;
}

.grey {
	color: #6c6c6c;
}

a.header {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
}
.text-right {
	text-align: right;
}
.text-small {
	font-size: 10px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.top-banner {
	background-image: url("../img/view_top.jpg");
	background-size: cover;
	background-position: center center;
	padding-top: 20%;
	clear: both;
}
.bg-black-opacity:after {
	content: "";
	display: table;
    line-height: 0;	
}
.bg-black-opacity {
	background-color: rgba(0,0,0,0.6);
	clear: both;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-white {
	color: #ffffff;
}
.text-grey {
	color: #999999;
}
.text-weight-normal {
	font-weight: normal;
}


footer {
  background-color: #1B1B1B;
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  color: #999999;
  padding: 40px;
}

.copyright {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #999999;
	text-align: center;
}
.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media (max-width: 767px) {
	.top-banner {
		margin-left: -20px;
		margin-right: -20px;
	}
	div.navbar.navbar-inverse.navbar-fixed-top
	{
		position: absolute !important;	
	}
}

.subpage-margin-top: {
	margin-top: 61px;
}

ul.gallery-list {
	text-align: center;
	padding: 0;
}
ul.gallery-list li {
	display: inline-block;
    width: 240px;
    height: 180px;
    margin: 20px;
    position: relative;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #000000;
}
ul.gallery-list li strong {
    position: absolute;
    bottom: 3px;
    left: 3px;
    padding: 5px;
    width: 230px;
    background: rgba(0,0,0,0.6);
    color: #ffffff;
}
