
html, body {
    height: 100%;
}

body {
    font-family: "Helvetica Neue", "Helvetica" , "Arial" , "Sans Serif", Georgia, Serif;
    font-size: 14px;
    background-color: #f1f5e6 !important;
    min-width: 1024px;
    min-width: 1024px;
    background: url(../rhm_img/body-bg.png) repeat-y;
    position: relative;
    color: #000;
}

@media (min-width: 1200px){
    body{
        background-size: cover;
        moz-background-size: cover;
        -webkit-background-size: cover;
    }
}

.content{
    margin: 0 120px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 182px;
    min-height: 100%;
}

.display {
    margin: 0 auto;
    width: 1128px
}

/* BUTTONS */
.btn {
    background-color : #f4f4f4;
    border: 1px solid #d8d8d8 !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

/* BUTTON COLORS */
.btn.green {
    color: #fff;
    text-shadow: none;
    background-color: #809d38;
}
.btn.green:hover,
.btn.green:focus,
.btn.green:active,
.btn.green.active {
    background-color: #62813c !important;
    color: #fff !important;
}
.btn.green.disabled,
.btn.green[disabled]{
    background-color: #bfce9b !important;
    color: #fff !important;
}

.btn.red {
    color: #fff;
    text-shadow: none;
    background-color: #d04d41;
}
.btn.red:hover,
.btn.red:focus,
.btn.red:active,
.btn.red.active {
    background-color: #bb453a !important;
    color: #fff !important;
}
.btn.red.disabled,
.btn.red[disabled]{
    background-color: #e5aaa6 !important;
    color: #fff !important;
}

.btn.yellow {
    color: #333;
    text-shadow: none;
    background-color: #f5e104;
}
.btn.yellow:hover,
.btn.yellow:focus,
.btn.yellow:active,
.btn.yellow.active {
    background-color: #f6d104 !important;
    color: #333 !important;
}
.btn.yellow.disabled,
.btn.yellow[disabled] {
    background-color: #f4ea77 !important;
    color: #333 !important;
}

.btn.purple {
    color: #fff;
    text-shadow: none;
    background-color: #705bb8;
}
.btn.purple:hover,
.btn.purple:focus,
.btn.purple:active,
.btn.purple.active {
    background-color: #5a489a !important;
    color: #fff !important;
}
.btn.purple.disabled,
.btn.purple[disabled] {
    background-color: #9e92c8 !important;
    color: #fff !important;
}

.btn.blue {
    color: white;
    text-shadow: none;
    background-color: #00adef;
}
.btn.blue:hover,
.btn.blue:focus,
.btn.blue:active,
.btn.blue.active {
    background-color: #009bd7 !important;
    color: #fff !important;
}
.btn.blue.disabled,
.btn.blue[disabled] {
    background-color: #5cc0e6 !important;
    color: #fff !important;
}

.btn.black {
    color: white;
    text-shadow: none;
    background-color: #555555;
}
.btn.black:hover,
.btn.black:focus,
.btn.black:active,
.btn.black.active {
    background-color: #333333 !important;
    color: #fff !important;
}
.btn.black.disabled,
.btn.black[disabled] {
    background-color: #a2a2a2 !important;
    color: #fff !important;
}

/* input-box styles */
.uneditable-input,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background: #fff !important;
    border: 1px solid #d8d8d8 !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.input-append .uneditable-input,
.input-append input[type="text"],
.input-append input[type="password"],
.input-append input[type="datetime"],
.input-append input[type="datetime-local"],
.input-append input[type="date"],
.input-append input[type="month"],
.input-append input[type="time"],
.input-append input[type="week"],
.input-append input[type="number"],
.input-append input[type="email"],
.input-append input[type="url"],
.input-append input[type="search"],
.input-append input[type="tel"],
.input-append input[type="color"] {
    border-radius: 3px 0 0 3px !important;
}

.input-append .add-on {
    border: 1px solid #d8d8d8;
    border-radius: 0 3px 3px 0 !important;
}

/* HEADER AND HEADER-NAV ========================================================== */
.header{
    height: 106px;
    z-index: 100;
    position: relative;
    min-width: 1158px;
}
.header .navbar-inner {
    height:58px;
    background: #fafaf5 !important;
    border-bottom: solid 1px #c9c9c7;
    opacity: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    box-shadow: rgb(189, 194, 177) 0px 3px 10px -2px !important
}
.header .navbar-inner .container-fluid {
    width: 1128px;
    margin: 0 auto
}
.header .brand {
    width: 230px;
    height:107px;
    background: url(../rhm_img/rhm_corp_logo2.png) no-repeat;
    text-indent: -9999px;
    padding: 0;
    margin-left: -80px;
}
.header .nav{
    margin: 9px 0;
}
.header .nav li a{
    color: #445a09;

}
.header .nav li a:hover{
    color: #445a09;
    text-decoration: underline;
}
.header .header-menu{
    margin: 18px 0;
}
.header .header-menu > li{
    margin-right: 10px;
}
.header .header-menu li a{
    font-size: 14px;
    padding-right: 13px;
}
.header .nav .dropdown-toggle:hover, .header .nav .dropdown.open .dropdown-toggle{
    background-color: transparent !important;
    color: #445a09;
}
ul.nav .dropdown:hover > div.dropdown-menu-container > ul.dropdown-menu{
    display: block;
}

ul.nav .dropdown:hover > ul.dropdown-menu.login {
    display: block;
    left: -80px;
    min-width: 100px;
}

ul.nav .dropdown .dropdown-toggle{
    padding: 4px;
    padding-right: 10px;
}

div.dropdown a.dropdown-toggle{
    color: #445a09;
}

/* Footer ========================================================== */
footer{
    position: static;
    bottom: 0px;
    width: 100%;
    background-color: #cdd2c2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 120px;

}

footer .footer-container {
    position: relative;
    min-height: 100%;
    margin: 0 auto 0 auto;
}

footer .footer-content {
    margin: 0 auto 0 auto;
    width: 1128px;
    bottom: 0;
    box-sizing: border-box;
}

footer .nav{

}
footer .nav li{
    float: left;
    margin-right: 20px;
}
footer .nav li a{
    color: #445a09;
}
footer .nav li a:hover{
    color: #445a09;
    text-decoration: underline;
    background-color: transparent;
}
footer div, footer a, footer .nav li a{
    font-size: 12px;
}
footer div, footer .nav{
    margin-bottom: 0px;
}

/* home page ========================================================== */
.body-header-bg{
    background-size: cover;
    moz-background-size: cover;
    -webkit-background-size: cover;
}
.vertical-center{
    display: table;
    height: 389px;
}
.vertical-center .vertical-center-box{
    display: table-cell;
    vertical-align: middle;
    padding: 0 32px;
}
.vertical-center-box p{
    font-size: 18px;
    color: #371700;
}
.vertical-center-box h1{
    color: #371700;
    font-size: 39px;
}
/* page with article ========================================================== */
.article, .main-article, .article-updates, .social-network-container{
    margin-bottom: 40px;
}
.main-article h2 {
    font-weight: bold;
}
.article-body h2 , .article-body p , .main-article img{
    margin: 0 0 10px;
}
.article-body h2 {
    font-weight: 400;
    line-height: 30px;
}
.article-body h2 a {
    text-decoration: none;
    color: #111;
}
.article-body h2 a:hover {
    text-decoration: none;
    color: #333;
}
.article-post{
    margin-bottom: 30px;
    font-size: 12px;
}
/* gallery ========================================================== */
.gallery-image{
    list-style: none;
    margin-left: 0;
}
.gallery-image li{
    float: left;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 10px;
}
/* follow us ========================================================== */
.follow-us ul{
    margin-left: 0;
}
.follow-us ul li{
    float: left;
    list-style: none;
    margin-right: 10px;
}
.follow-us ul li a{
    border-radius: 50% !important;
    display: inline-block;
    margin: 10px 0;
    height: 24px;
    width: 24px;
}
.follow-us ul li a i{
    color: #fff;
}
.follow-us ul li a span{
    text-indent: -9999px;
    display: inline-block;
}
.twitter{
    background-color: #48c2ec;
}
.twitter i{
    font-size: 10px;
    margin: 6px 0 0 6px;
}
.facebook{
    background-color: #7188af;
}
.facebook i{
    margin: 5px 0 0 3px;
}
.social-network-container{
    width: 300px;
}