
body{
    background: #FFF;

}
.line{
    background: #CFC8B5;
}
.edit-bg{
    background: #ECEBE3;
}
.content-text{
    color: #2C1811;

}
.header-img{
    width: 100%;
}
.top-img{
    padding: 0;
    margin: 0;
}
.menu-full{
    width: 100%;
    border: 4px solid #CFC8B5;;

}

.menu-full .dropdown-menu{
    width: 100%;
}

.dropdown-menu{
    min-width: 0;
    width: 92%;
    background: #ECEBE3;
    overflow: auto;
    /*margin-right: 15px;*/
    margin-left: 15px;
}
.dropdown-menu>li>a {
    display: block;
    clear: both;
    color: #333;
    white-space: nowrap;
    padding: 15px 15px;
}
.about-title{
    padding: 15px;
    font-weight: 300;
    color: #2C1811;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: 0em solid;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background-color: #ECEBE3;
    border-color: #CFC8B5;
}

.flkbox {
    border-radius: 2px;
    display: inline !important;
    line-height: 1.5;
}

.adbg .bg_r {
    position: absolute;
    top: -40px;
    right: 9px;
    /* float: right; */
}
.flkbox h2 {
    margin-top: 0;
    margin-left: -15px;
     font-weight: normal;
    font-size: 1.7em;
    font-family: "Roboto-Light","Helvetica Neue",Helvetica,Arial,sans-serif;

}

.flkbox p {
    font-family: "Roboto-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.flkbox img {
    width: 82%;
    height: auto;
}

