/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */

body {
	background: white;
}
.container {
    padding-left:0;
    padding-right:0;
    overflow:hidden;
}





.btn-brha { 
  color: #FFF;
  background-color: #EEB94A; 
  background-color: #0D3679;   
  border-color: #0D3679; 
} 
 
.btn-brha:hover, 
.btn-brha:focus, 
.btn-brha:active, 
.btn-brha.active, 
.open .dropdown-toggle.btn-brha { 
  color: #EEB94A; 
  background-color: #0D3679; 
  border-color: #0D3679; 
} 
 
.btn-brha:active, 
.btn-brha.active, 
.open .dropdown-toggle.btn-brha { 
  background-image: none; 
} 
 
.btn-brha.disabled, 
.btn-brha[disabled], 
fieldset[disabled] .btn-brha, 
.btn-brha.disabled:hover, 
.btn-brha[disabled]:hover, 
fieldset[disabled] .btn-brha:hover, 
.btn-brha.disabled:focus, 
.btn-brha[disabled]:focus, 
fieldset[disabled] .btn-brha:focus, 
.btn-brha.disabled:active, 
.btn-brha[disabled]:active, 
fieldset[disabled] .btn-brha:active, 
.btn-brha.disabled.active, 
.btn-brha[disabled].active, 
fieldset[disabled] .btn-brha.active { 
  background-color: #EEB94A; 
  border-color: #0D3679; 
} 
 
.btn-brha .badge { 
  color: #EEB94A; 
  background-color: #FFFFFF; 
}


@media (min-width: 768px) {
    .container {
        width: 100%;
        padding-left:20px;
        padding-right:20px;
        margin-top:20px;
        overflow:visible;
    }

div.content-wrapper {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);    
}    
    
body {

    background: url('../img/bg.jpg');
}    

    ul.main-menu li a {
        font-size: 18px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 978px;
        padding: 0;
        margin-top: 20px;
        overflow:visible;        
    }
    
div.content-wrapper {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);    
}    
    
body {

    background: url('../img/bg.jpg');
}    
}

@media (min-width: 1200px) {
body {
    background: url('../img/bg.jpg');
}

    .container {
        width: 978px;
        padding: 0;
        margin-top: 20px;
        overflow:visible;        
    }
    
div.content-wrapper {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);    
}    
    
}




p {
    color:#000;
}



div.logo_container {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

div.logo_container img {
    width: 100%;
    padding: 5% 10% 5% 10%;
    margin: 0 auto;
}

img.logo-anniversary {
    position: absolute;
    top: 3px;
    margin-right: -5px;
    right: 0px;
    margin-top: -15px;
    z-index: 1001;
}

div.main-content {
    padding: 20px;
}

div.content-wrapper {
    background-color: #fff;
    margin-bottom: 15px;
}

div.content-wrapper .single-content {
	padding:20px; 
	padding-top:15px;
	padding-bottom:20px;
	
}

div.content-wrapper .sub {

}

h1, h2, h3, h4, h5, h6 {
    color: #888888;
    font-family: MisoRegular;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
    color: #FFFFFF;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .9);
}

p.white {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
}

/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    /*display: none;*/
}

@media (min-width: 768px) {
    /*.sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }*/

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left:15px;
        padding-right:15px;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar > .active > a {
    color: #fff;
    background-color: #428bca;
}

/*
 * Main content
 */

.main {
    padding: 20px;
}



.main .page-header {
    margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 0px;
    text-align: center;
}

.placeholders h3 {
    margin-top:8px;
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 5px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}
.placeholders a {
	text-decoration:none;
}
.placeholders a:hover img {
	border-radius: 10px;
	opacity:.7; 
}
.placeholders a h3 {
color: #eeb94a;
}
.placeholders a:hover h3 {
color: #0D3679;
}
.placeholders a img {
border-radius: 100%;
-webkit-transition: 500ms;
-moz-transition: 500ms;
-o-transition: 500ms;
transition: 500ms;

}


@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
    .placeholder {
        margin-bottom: 0px;
    }
}

#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding:0;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 8px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-input span {
    position: absolute;
    right: 3px;
    top: 2px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #0d3679;
    z-index: 1001;
    position: absolute;
    right: 4px;
    top: 4px;
}

.search-query:focus + button {
    z-index: 3;
}

/* Mission Statement */
.mission-statement h2 {
    color: #888888;
    font-family: MisoRegular;
    margin-bottom: 2px;
}

.mission-statement p {
    font-family: MisoRegular;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #161617;
}

/* Navigation */
ul.main-menu {
    margin-top: 10px;
}

ul.main-menu li {
    background: transparent url(../img/hatch-brha-gold.png) repeat 0 0;
    width: 100%;
    height: 35px;
    clear: both;
    padding: 0;
    margin-bottom: 4px;
}

ul.main-menu li a {
    float: right;
    clear: both;
    height: 35px;
    font-family: MisoRegular;
    color: #888888;
    line-height: 32px;
    text-transform: uppercase;
    padding: 4px 20px 0 20px;

    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

    font-family: MisoRegular !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    text-align: right;
}

ul.main-menu li:hover a {
    color: #000;
}

ul.main-menu li.active a,
ul.main-menu li.current_page_parent a {
    color: #0D3679;
}

@font-face {
    font-family: 'MisoLight';
    src: url('../assets/fonts/miso-light-webfont.eot');
    src: url('../assets/fonts/miso-light-webfont-.eot#iefix') format('embedded-opentype'), url('../../assets/fonts/miso-light-webfont.woff') format('woff'), url('../../assets/fonts/miso-light-webfont.ttf') format('truetype'), url('../../assets/fonts/miso-light-webfont.svg#MisoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MisoRegular';
    src: url('../fonts/miso-webfont.eot');
    src: url('../fonts/miso-webfont-.eot#iefix') format('embedded-opentype'), url('../fonts/miso-webfont.woff') format('woff'), url('../fonts/miso-webfont.ttf') format('truetype'), url('../fonts/miso-webfont.svg#MisoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MisoBold';
    src: url('../../assets/fonts/miso-bold-webfont.eot');
    src: url('../../assets/fonts/miso-bold-webfont-.eot#iefix') format('embedded-opentype'), url('../../assets/fonts/miso-bold-webfont.woff') format('woff'), url('../../assets/fonts/miso-bold-webfont.ttf') format('truetype'), url('../../assets/fonts/miso-bold-webfont.svg#MisoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Carousel home page */
#feature-carousel {
    border-bottom: 1px solid #ccc;
}

#feature-carousel div.carousel-caption {
    bottom: auto;
    top: 20px;
}

#feature-carousel div.container {
    margin: 0;
    padding: 0;
}

#feature-carousel .carousel-indicators {
    left: auto;
    text-align: right;
    right: 5%;
}

/* item Carousel */
.jcarousel-wrapper {
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

}

/* Features Carousel */
.jcarousel-wrapper.features li h2 {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 24px !important;
    padding-top: 35px;
    color: #eeb94a;
}
.jcarousel-wrapper.features li h2 a {
    color: #eeb94a;
}

.jcarousel-wrapper.features li {
    padding: 0 10px 30px 10px;
    min-height: 250px;
    background-color: #fff;
    margin-right: 3px;
}

.jcarousel-wrapper.features .jcarousel-control-prev,
.jcarousel-wrapper.features .jcarousel-control-next {
    top: auto;
    bottom: 10px;
    margin-top: 0px;
    text-decoration:none !important;
}
a.jcarousel-control-next:hover,
a.jcarousel-control-prev:hover,
a.jcarousel-control-next,
a.jcarousel-control-prev {
    text-decoration:none !important;
}
.carousel-inner {
    background: #eeb94a;
}
.carousel-header {
    border-left: 10px solid #eeb94a;
    color: #FFF;
    width: 100%;
    top: 0;
    left: 0px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    z-index:3;
    min-height:38px;
    padding-top:8px;
    font-weight:bold;
}
.carousel-header-transparency {
    min-height:38px;
    background: #000;
    position:absolute;
    top:0;
    left:10px;
    right:0;
    bottom:0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6;
}
.carousel-header-wrapper {
    min-height:38px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1001;
    line-height: 38px;
}

a.feature-carousel-link h2.feature-carousel-caption {
    display:none;
    position:absolute;
    top:40px;
    left:30px;
    width:150px;
    font-weight:bolder;
    color:#FFF;
    font-size:30px;

}

.residence-carousel li {
    position:relative;
}
div.residence-carousel li a {
    height:100%;
    width:100%;
}

div.feature-carousel-fade {
    display:none;
    height:100%;
    position:absolute;
    top:0;
    width:100%;
    background: transparent url(../img/hatch-brha-gold-dark.png) repeat 0 0;
}

div.residence-carousel li a:hover div.feature-carousel-fade,
div.residence-carousel li a:hover h2 {
    display:inline;
}


.subnav ul {
	padding-left:20px;
}
.subnav ul li.current_page_item a {
	color:black;
}

.sub-content {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

div.top_nav {
position:relative;
}
div.top_nav	div.btn-group {
	position:absolute;
	right:5%;
	bottom:10%;
}

header.main {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0);
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
border-left: 10px solid #eeb94a;
color: #FFF;
width: 100%;
top: 0;
left: 0px;
line-height: 28px;
padding: 0;
margin: 0;
padding-left: 15px;
z-index:3;
min-height:38px;
padding-top:8px;
font-weight:bold;
}
header.main h2 {
	color:#FFF;
	margin:0;
	padding:0;
	font-weight:bold;
}

.boc-content .row {
	margin-bottom:20px;
}
.boc-content .page-header {
	margin:0;
	padding-bottom:0;
}
.boc-content a {
	text-decoration: none;	
}
.boc-content a h3 small {
	font-size:22px;
	color: #eeb94a;
	float:right;
}


.issuu-list a small {
	float:right;
}
