.ei-title.default {
    bottom:50%;
    left:8%;
}

.ei-title.right-top {
    top:    10% !important;
    right:  8% !important;
}
.ei-title.right-middle {
    right:  8%;
    bottom: 45%;
}
.ei-title.right-bottom {
    right:  8%;
    bottom: 10%;
}
.ei-title.left-top {
    top:    10% !important;
    left:  8% !important;
}
.ei-title.left-middle {
    bottom: 45%;
    left:   8%;
}
.ei-title.left-bottom {
    bottom:10%;
    left:8%;
}
.ei-title.middle-top {
    top:10%;
    left:25%;
    right: 25%;
}
.ei-title.middle-middle {
    bottom:45%;
    left:25%;
    right:25%;
}
.ei-title.middle-bottom {
    bottom:10%;
    left:25%;
    right:25%;
}

.ei-title.right-top h3 
, .ei-title.right-top h2 
, .ei-title.right-middle h3
, .ei-title.right-middle h2
, .ei-title.right-bottom h3
, .ei-title.right-bottom h2
{
    text-align:right !important;
}

.ei-title.middle-top h3 
, .ei-title.middle-top h2 
, .ei-title.middle-middle h3 
, .ei-title.middle-middle h2 
, .ei-title.middle-bottom h3 
, .ei-title.middle-bottom h2 {
    text-align:center !important;
} 


/* color changes */
#main_navi {border-left: 5px solid #667c72;background-color: #ced1c6;}
#main_navi li {border-bottom: 1px solid #afbab2;}
#main_navi li.active {background-image:none; background-color: #afbab2; }
#main_navi li span.title { color: #3a564f; }
#main_navi li:hover {background-color:#afbab2;}