.brown
{
    color: #6f4c22;
}
.blue
{
    color: #1e213d ;
}
.green
{
    background: #007018 !important;
    border: solid 1px #007018 !important;
}
.block_background
{
    padding: 7px;
    background: #e3c4a0;
    margin: 0 0 0 0;
}
.grey-fonts
{
    color: #ccc;
}
.nice
{

    font-family: 'Times New Roman' !important;
    font-size: 1.2em;
    font-style: italic;
    color: #6f4c22;
}

.border-bottom
{
    border-bottom: solid 1px #6f4c22;
}
.bg_brown
{
    background: #e3c4a0;
}
.lightbrownborder
{
    border: solid 1px #e3c4a0;
}
.bg_white
{
    background: #fff;
}
.bg_orient
{
    background: url(../../../img/orient2.png) no-repeat bottom center;
    background-size: auto 100%;
}

/*
a
{
    text-decoration: none;
    color: #000;
}
*/
a:hover,
.a:hover
{

/*
    -webkit-transition: all  ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        -o-transition: allease-out 0.5s;
        transition: all ease-out 0.5s;
*/
}