﻿.m1 {
    margin: 13px 0px 0px 22px;
}

.roundbtn {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

    .roundbtn:hover {
        background: #15262f;
        border: 1px solid #15262f;
        color: #fff;
    }

a.roundbtn {
    padding: 18px;
    padding-left: 23px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.boxshadow {
    min-height: 100px;
    /*background: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    margin-bottom: 30px;
}

/*@media (min-width: 992px) {
            .boxshadow {
                margin-bottom: 0px;
            }
        }*/

.bscontainer {
    padding: 30px;
}

img.fwimg {
    width: 100%;
    height: 200px;
}

/*CarouFredSel*/
.wrapper {
    /*background-color: white;*/
    width: 100%;
    margin: 0px auto;
    padding: 5px;
}

.list_carousel {
    /*background-color: #fff;*/
    margin: 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .list_carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel li {
        font-size: 40px;
        color: #999;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: 0px solid #efefef;
        width: 255px;
        height: 230px;
        padding: 0;
        margin: 0px 20px;
        display: block;
        float: left;
        line-height: 10px;
        text-align: left;
    }

    .list_carousel.responsive {
        width: auto;
        margin-left: 0;
    }

.clearfix {
    float: none;
    clear: both;
}

.prev {
    width: 34px;
    height: 55px;
    float: left;
    margin-left: 10px;
    background: #15262f;
    position: absolute;
    top: 60px;
    left: -10px;
}

    .prev:hover {
        background: #ffcc66;
    }

a.prev img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../img/sprite.png') -14px -36px;
    margin: 18px 0 0 9px;
}

a:hover.prev img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../img/sprite.png') -14px -54px;
}


.next {
    width: 34px;
    height: 55px;
    float: right;
    margin-right: 10px;
    background: #15262f;
    position: absolute;
    top: 60px;
    right: -11px;
}

    .next:hover {
        background: #ffcc66;
    }

a.next img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../img/sprite.png') 0px -36px;
    margin: 18px 0 0 12px;
}

a:hover.next img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../img/sprite.png') 0px -54px;
}


.pager {
    float: left;
    width: 300px;
    text-align: center;
}

    .pager a {
        margin: 0 5px;
        text-decoration: none;
    }

        .pager a.selected {
            text-decoration: underline;
        }

.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}





button.prev2 {
    width: 34px;
    height: 55px;
    float: left;
    margin-left: 10px;
    /*background:#15262f;*/
    position: absolute;
    bottom: 40px;
    left: -10px;
    z-index: 100;
    border: 0;
    background: transparent;
}

.prev2:hover {
    /*background:#72bf66;*/
}

button.prev2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../img/sprite.png') -14px -36px;
    margin: 0px 0 0 4px;
}

button:hover.prev2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../img/sprite.png') -42px -36px;
}


.next2 {
    width: 34px;
    height: 55px;
    float: right;
    margin-right: 10px;
    /*background:#15262f;*/
    position: absolute;
    bottom: 40px;
    right: -11px;
    z-index: 100;
    border: 0;
    background: transparent;
}

    .next2:hover {
        /*background:#72bf66;*/
    }

button.next2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../img/sprite.png') 0px -36px;
    margin: 0px 0 0 2px;
}

button:hover.next2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../img/sprite.png') -28px -36px;
}
