body{
    background:#242B32;
}
.col-md-12{
    width: 980px;
    padding-left: 0;
    padding-right: 0;
}
ul,li{
    margin: 0;
    padding: 0;
}
a{
    color: #59AD7A;
}
a:hover{
    color: #64C289;
}
#top{
    background:#37424C;
    height: 100px;
    padding-top: 30px;
}
.inner{
    width: 980px;
    margin: 0 auto;
}
div.name a{
    color: #FFF;
    font-size: 20px;
    line-height: 50px;
    outline: none;
    text-transform: uppercase;
}
div.name a:hover{
    color: #FFF;
    text-decoration: none;
}
.img-banner{
    z-index: -1;
}
#menu-img{
    background: #FFF;
    height: 150px;
    width: 100%;
    z-index: 9999;
}
#inner-menu-img{
    margin: 0 auto;
}
#menu-img .img{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 5px solid #FFF;
    float: left;
    margin: -100px 60px 0;
}
#menu-img #inner-menu-img #img-3{
    margin-right: 0;
}
#inner-menu-img .img span{
    line-height: 430px;
    margin-left: 20px;
    color: #898D90;
    font-size: 17px;
}
#inner-menu-img #img-2 span{
    margin-left: 25px;
}
#inner-menu-img #img-3 span{
    margin-left: 50px;
}
#menu-img #img-1{
    background: url("../images/img.jpg") no-repeat 0 0; 
}
#menu-img #img-1:hover, #menu-img a.active #img-1{
    border: 5px solid orange;
    transition: 0.5s;
}
#menu-img #img-1:hover span,#menu-img a.active #img-1 span{
    color: orange;
    transition: 0.5s;
}
#menu-img #img-2{
    background: url("../images/img.jpg") no-repeat -203px 0; 
}
#menu-img #img-2:hover, #menu-img a.active #img-2{
    border: 5px solid #FF6666;
    transition: 0.5s;
}
#menu-img #img-2:hover span,#menu-img a.active #img-2 span{
    color:#FF6666;
    transition: 0.5s;
}
#menu-img #img-3{
    background: url("../images/img.jpg") no-repeat -413px 0; 
}
#menu-img #img-3:hover, #menu-img a.active #img-3{
    border: 5px solid darkcyan;
    transition: 0.5s;
}
#menu-img #img-3:hover span,#menu-img a.active #img-3 span{
    color: darkcyan;
    transition: 0.5s;;
}
#outer-wrap{
    background: #E6E6E6;
}
#wrap{
    position: relative;
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
}
#main, #rss_content{
    padding: 10px 0;
    position: relative;
}
#content{
    border-right: 2px solid #D9D9D9;
}
#main h2, #rss_content h3{
    color: #898D90;
}
.caption{
    padding-bottom: 20px;
}
/*-----------CSS Menu--------------*/
#top ul.menu li{
    list-style: none;
    float: left;
    width: 150px;
    height: 100%;
    padding-top: 12px;
    transition: 0.5s;
    text-align: center;
    float:right;
}
#top ul.menu li a{
    color: #FFF;
}
.menu li a.active{
    color: #59AD7A!important;
}

/*---------- Add advertising----------------*/
.ad-top,.ad-right,.ad-bottom{
    color: black;
}
.ad-right{
    position: absolute;
    right: -165px;
    top: 5px;
    height:600px;
    width: 160px;
}
.ad-top{
    color: white;
    height: 90px;
    width: 780px;
    margin: 0 auto;
    float: none;
}
.ad-bottom{
    margin: 10px auto;
    float: none;
    height: 250px;
    width: 300px;
}
/*----------Footer----------------*/
#footer{
    padding-top: 15px;
    height: 60px;
    background: #55A773;
    color: #FFF;
}
/*----------CSS nav----------------*/
#navigation ol li{
    margin-top: 10px;
    list-style: square;
}
#navigation ol li a.active{
    color: #898D90!important;
}
.title h4{
    color: #898D90;
}
/*----------CSS RSS----------------*/
#rss_content img{
    border-radius: 50%;
}
.btn-success {
    background-color: #55A773;
    border-color: #5BB47C;
}
.btn-success {
    background-color: #5BB47C;
    border-color: #55A773;
}