html, body {
    font-size:14px;
    line-height:18px;
    height: 100%;
}
body{
    padding-top: 0px;
    background: #f9f9f9 url(../img/page-bg-1.jpg);
}

#content_area{
    background: #F8F8F8;
}
.bg-F8F8F8{
    background: #F8F8F8;
}

.padding-top-20{
    padding-top: 20px;
}

.padding-bottom-20{
    padding-bottom: 20px;
}

.padding-20-0{
    padding: 20px 0px;
}

.color-line{
    margin: 0px;
    padding: 0px;
}
.color-bar-1{
    border-top: 5px solid #414141;
}
.color-bar-2{
    border-top: 3px solid #D8450B;
}
.color-bar-3{
    border-top: 5px solid #8E6A3E;
}
#header_area{
    background: #F8F8F8;
}
/*logo area*/
#logo_area{
    margin: 10px auto;
}
.logo_drh{
    margin-top: 40px;
}
.partner_logo{

}
.bsk_logo{
    margin-top: 15px;
}
/*left and right column*/
.column-block{
    margin: 10px 0px 10px 0px;
    padding: 10px 5px;
    text-align: center;
}

/*left column*/
#col1{
    background: #DCDDDE;
    border-right: 3px solid #990000;
}
#col2{
    background: #FFF;
}
#col3{
    background: #DCDDDE;
    border-left: 3px solid #990000;
}



.section_text > a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.section_text > a:hover, .section_text > a:focus{
    color: #fff;
    text-shadow: 1px 1px 1px #999999;
}
.section_1{
    margin-bottom: 5px;
}
.section_2{
    margin-bottom: 20px;
}
.section_3{
    margin-bottom: 21px;
}

.block-bg-1{
    background: #EE8937;
}
.block-bg-2{
    background: #04987e;
}
.block-bg-3{
    background: #BFA072;
}

.section-row{
    margin-bottom: 30px;
    margin-top: 30px;
}

.navbar{
    margin-bottom: 10px;
    font-size: 15px;
    color:#ebd57d;
}

/* #slider_area */

#slider_area{
    margin-bottom: 10px;
}

/*home page content*/
.section-title{
    color: #CC3300;
    font-size: 30px;
    line-height: 30px;
}
.section-p{
    font-size: 18px;
    line-height: 20px;
}

.section-p-stat{
    font-size: 20px;
    line-height: 24px;
    text-align: right;
}
.section-p-team{
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    padding: 20px;

}

.stat-text-block{
    padding-top: 30px;
}
.stat-text-block{
    padding-top: 20px;
}


/* hr */
.hr-dashed{
    border-style: dashed;
    border-width: 2px 0 0;
}

.hr-solid{
    border-color: #990000;
    border-style: solid;
    border-width: 1px 0 0;
}

.hr-solid-dark{
    border-color: #969696;
    border-style: solid;
    border-width: 1px 0 0;
}

.footer_area{
    background: #414141;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
}

.book-list-row{
    margin-top: 15px;
}
.book-details{
    padding: 15px 5px;
}
.website-thumb-links{
    margin-top: 10px;
    margin-bottom: 10px;
}
.website-thumb-links:hover, .website-thumb-links:focus{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.post-block{
    color: #333 !important;
    background: #fff;
    margin: 10px;
    padding: 20px 10px;
}
.post-block:hover, .post-block:focus{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
