/*
m =member
d = directory
t = tab
p = profile
h = home page
*/
#h_s_md{
  margin-right: 0;
    margin-left: 0;
}
#h_s_mdt{
    background-color: #216131;
    min-height: 600px;
    padding: 0;
}
#h_s_mdp{
    background-color: #95B554;
    min-height: 600px;
    padding: 0;
}
.h_s_mdt_img{
    padding: 0;
}
.h_s_mdt_img img{
    height: 120px;
    width: 100%;
    border: 3px solid #eee;
    opacity: 0.1;
    filter: alpha(opacity=10);
}



#h_s_mdp .bg_img{
    height: 120px;
    width: 100%;
    border: 3px solid #eee;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
#above_layer_left{
    position: absolute;
    z-index: 5555;
    margin-top: 60px;
    width: 100%;
    top:0;
}

#m_member_heading {
    background-image: url(../index_images/Line.png);
    background-position: left 155px bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: hcnd ;
    font-size: 30px ;
    font-stretch: condensed;
    font-weight: bold;
    margin: 0 0 0 38px;
    padding: 0 0 25px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    clear: both;
}
#m_tabs_links{
    text-align: center;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}
.m_star_icon{
    background-image: url(../index_images/Box.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #a0ce38;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-weight: 400;

}
.m_star_icon:hover{
    color: #ffffff;
    background-image: url(../index_images/hover-Box.png);
    text-decoration: none;
}
.m_div_tab{
    padding: 0;
    margin-bottom: 35px;
    text-align: left;
}
.m_p30{
    padding-left: 30px;
}
#above_layer_right{
    position: absolute;
    z-index: 5555;
    margin-top: 122px;
    width: 100%;
    top:0;
}
.h_s_mdp_img{
    padding: 0;
}
.h_s_mdp_img img{
    height: 120px;
    width: 100%;
    border: 3px solid #eee;
    background-color: #ffffff;
}
.nav-controller{
    text-align: right;
}
.nopadding{
    padding: 0;
}
#s-left-arrow img, #s-right-arrow img{
    margin-top: 5px;
}



.bx-wrapper .bx-prev {
    right: 21.5%;
    background: url('../index_images/Left-Arrow.png') no-repeat;
}

.bx-wrapper .bx-next {
    right: 16%;
    background: url('../index_images/Right-arrow.png') no-repeat;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
@media only screen and (max-width: 991px) {

}


@media only screen and (max-width: 767px) {
    #h_s_mdt {
        min-height: 399px;
        height: 399px;
        overflow: hidden;
    }

    #h_s_mdp {
        min-height: 603px;
        height: 603px;
        overflow: hidden;
    }


    .h_s_mdt_img img {
        height: 100px;
    }

    .m_div_tab {
        margin-bottom: 20px;
    }
    .m_p30 {
        padding-left: 0px;
    }
    .m_star_icon {
        display: inline-block;
    }




}

@media only screen and (max-width: 360px) {
    #h_s_mdt {
        min-height: 401px;
        height: 401px;
    }
    #h_s_mdp{
        min-height: 401px;
        height: 401px;
    }

    #above_layer_left {
        margin-top: 20px;
    }
    #m_tabs_links {
        margin-top: 5px;
    }
    .m_div_tab {
        margin-bottom: 15px;
    }

    .h_s_mdt_img img {
        height:  80px;
    }
    #h_s_mdp .bg_img{
        height: 80px;
    }
    .h_s_mdp_img img{
        height: 80px;
    }

    #above_layer_right {
        margin-top: 103px;
    }
    .bx-wrapper .bx-prev {
        right: 27.5%;
    }
    .bx-wrapper .bx-next {
        right: 18%;
    }
    #above_layer_right {
        margin-top: 80px;
    }
}

