/* CSS Document */

/* * {
margin: 0;
padding: 0;
}
img {
border: none;
}
ul {
list-style: none;
}
body {
background: #fff;
}
ul li {
display: none;
} */


#box {
    width: 100%;
    /* margin: 145px auto;
    border: #CCC solid 1px; */
    position: relative;
    height: 700px;
    text-align: center;
}

.current {
    display: block;
}

.big_img {
    width: 100%;
    height: 520px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}

.big_img li {
    background: #e5e5e5;
}

.big_img img{
    width: 100%;
}


.slider_title {
    position: absolute;
    top: 266px;
    width: 100%;
    height: 58px;
    /* background: url(../img/title_bg.fw.png) repeat; */
    /* filter: Alpha(Opacity="90") */
}



.slider_title a {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #98E404;
    text-decoration: none;
    display: block;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
}

.slider_list {
    /* background: #fff;
    width: 700px;
    position: absolute;
    top: 520px;
    margin-top: -3px;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 0; */   
    position: absolute;
    top: 520px;
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 7px;
    padding-left: 0;
    background: #e5e5e5;
    width: 100%;
    cursor: pointer;
}

.slider_list li {
    opacity: 0.5;
    filter: Alpha(Opacity="50");
    display: inline;
    float: left;
    /* margin: 0 0 0 9px; */
    position: relative;

    /* width: 60px;
    height: 60px; */
}

.slider_list li img{
    width: 274px;
    height: 160px;
    margin-right: 8px;
}

.lastimage{
    margin-right: 0;
    width: 281px;
}

.lastborder{
    width: 100%;
}

.slider_list .current {
    position: relative;
    background: none;
    opacity: 1;
    filter: Alpha(Opacity="100");
    cursor: pointer;
}

.slider_list .current .border {
    position: absolute;
    display: block;
    background: #e35807;
    width: 96%;
    height: 4px;
    overflow: hidden;
    left: 4px;
    bottom: 0;
}


.img-count{
    position: absolute;
    /* display: block; */
    background: #e35807;
    width: 97%;
    height: 100%;
    /* overflow: hidden; */
    left: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.7;
    color: #fff;
    text-align: center;
    /* vertical-align: text-top; */
    text-align: center;
    vertical-align: middle;
    line-height: 143px;
    font-size: 35px;
}

.btn_gallery{
    color: #fff !important; background-color: #00316b !important;
}

.btn_gallery:hover{
    background-color: #1984d4 !important;
}



/* Archive Page*/

.boxilist{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 4px;
    border: 1px solid #e2e2e2;
}

/* Archive List Start */

#box-archive {
    width: 100%;
    /* position: relative; */
    height: 409px;    
    text-align: center;
}

.current-archive {
    display: block;
}

.big_img-archive {
    width: 100%;
    /* height: 520px; */
    overflow: hidden;
    padding: 0px;
    text-align: center;
    margin-bottom: 4px;
}

.big_img-archive li {
    background: #fff;
    cursor: pointer;
}

.big_img-archive img{
    width: 100%;
}


.slider_title-archive {
    position: absolute;
    top: 266px;
    width: 100%;
    height: 58px;   
}




.slider_title-archive a {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #98E404;
    text-decoration: none;
    display: block;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
}

.slider_list-archive {    
    /* position: absolute;
    top: 520px;
    margin-top: 5px;
    padding-top: 0px; */
    padding-bottom: 7px;
    padding-left: 0;
    /* background: #e5e5e5; */
    width: 100%;
}



.slider_list-archive li {
    opacity: 0.5;
    filter: Alpha(Opacity="50");
    display: inline;
    float: left;
    position: relative;
    cursor: pointer;
}

.slider_list-archive li img{
    /* width: 135px; */
    width: 130px;
    height: 84px;
    margin-right: 4px;
}

.lastimage-archive{
    margin-right: 0;
    width: 125px;
    height: 83px;
}

.lastborder-archive{
    width: 100%;
}

.slider_list-archive .current-archive {
    position: relative;
    background: none;
    opacity: 1;
    filter: Alpha(Opacity="100");
}

.slider_list-archive .current-archive .border-archive {
    position: absolute;
    display: block;
    background: #e35807;
    width: 95%;
    height: 4px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    margin-left: 4px;
}


.img-count-archive{
    position: absolute;
        background: #e35807;
        width: 97%;
        height: 100%;
        left: 0;
        bottom: 0;
        background: #000000;
        opacity: 0.7;
        color: #fff;
        text-align: center;
        text-align: center;
        vertical-align: middle;
        line-height: 87px;
        font-size: 25px;
}

.h3st{
    font-weight: 600;
    margin-top: 0;
}

.mar_bottom{
    margin: 20px 0;
}

.mgbottom{
    margin-bottom: 7px;
}

.pt{
    padding-left: 50px;
    padding-top: 20px;
}

/* Archive List End*/