/*do*/
.center {
    #text-align: center !important;
}
.short-hr {
    margin: 0 auto;
    width: 250px;
    height: 2px;
    background-color: black;
}
.lexeme-box {
    margin: 20px auto;
    width: 1206px;
    height: 255px;
    background-image: url("../../images/mihai/box.png");
}

.lucru-grup > ul > li {
    padding: 15px;
}

.task-title {
    min-height: 1px !important;
    z-index: -1;
}
.pohem{
    padding-left: 100px;
}
.left-pohem {
    width: 300px;
}
.right-poem {
    width: 300px;
}

.def {
    background: #EE4B1C;
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 30px;
}

#inverter {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
.oral-list > ul > li {
    list-style: disc;
}
.herma-container {
    border: 3px solid #714a0a;
    border-radius: 5px;
    height: auto;
}
.herma-boxes {
    padding-top: 35px;
}

.herma-big-title {
    margin-top: -25px;
}

.herma-big-title > h1 {
    width: 400px;
    background-image: url("../../images/bg_pattern.jpg")
}
.hermaneutic-box {
    width: 325px;
    height: 410px;
    border: 5px solid #fbebd5;
    box-shadow:  0px 0px 0px 5px rgba(74,177,169,1);
    border-radius: 5px;
    float: left;
    margin-left: 40px;
    background-image: url("../../images/mihai/propolis.png");
    margin-bottom: 25px;
}
.herma-title{
    width: 355px;
    margin-top: 15px;
    margin-left: -20px;
    background-color: #0c6673;
    border-left: 5px solid rgba(74,177,169,1);
    border-right: 5px solid rgba(74,177,169,1);
    position: absolute;
}
.color-borders{
    border-left: 5px solid #fbebd5;
    border-right: 5px solid #fbebd5;
}
.color-borders > h3 {
    color: #fff;
    padding: 15px;
    margin-bottom: 0px !important;
}
.herma-body {
    padding-top: 50px;
    color: #fff;
    margin-top: 30px;
    margin-left: 10px;
}

.testament-box {
    background-image: url("../../images/mihai/testament-box.png");
    position: relative;
    display: table;
    margin: 0 auto;
    width: 1170px;
    height: 548px;
}

.testament-box .contentx {
    height: 456px;
    width: 1083px;
    margin: 0 0 0 44px;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
    background-position: 0 0;
}
.testament-title > h2 {
    padding-top: 50px;
    color: #fff;
}

.testament-body {
    margin-top: 60px;
    margin-left: 100px;
    width: 80%;

}
.left-moved {
    padding-left: 350px;
}