.container {
    width: inherit;
}

.modal-content{
    min-width: inherit;
}
#btnLogin{
    margin-top:10px ;
}
.modal-footer a{
    display: inline-block;
}

.modal-footer .btn{
    margin:5px;
    max-width: 100%;
}

.modal-footer .btn+.btn{
    margin-bottom: 5px ;
}
#postcode{
    width: 80px;
}
#member-form .center-block{
    word-break: break-word;
}
#member-form #memberLogout{
    cursor: pointer;
    margin: 30px auto;
    width: 100%;
    background: #a7a7a7;
}
#member-form .form-group .help-block{
    margin-left: 0;
}
@media screen and (max-width: 768px){
    .col-sm-12{
        width: 100%;
    }
    .modal-footer a{
        display: block;
    }
    .col-sm-offset-0{
        margin-left:0;
    }
    .sr-only{
        width: inherit;
        height: inherit;
        position: initial;
    }
}

@media screen and (max-width: 500px){
    .list-inline>li{
        display: block;
        margin:15px 0;
    }
}



.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
    background: url(../images/btn-right.png) no-repeat center right;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar{
    padding-top: 0;
    padding-bottom: 8px;
    height: 100px;
}
#logo{
    top: 11px; 
    right: 50px;
    width: 99px;
}
#logo img{
    width:100%;
}
.bannerWord{
    position: absolute;
    top: 50px;
    color: #FFF;
}
.bannerTitle{
    font-size: 42px;
    margin: 13px 0;
}
.bannerSubtitle{
    font-size: 25px;
}

@media screen and (max-width: 768px){
    #logo{
        top: 8px; 
        right: 33px;
        width: 72px;
    }

    .navbar{
        height: 72px;
    }
    .bannerWord{
        position: static;
        color: #262626;
    }

    .bannerTitle{
        font-size: 25px;
        margin-bottom: 7px;
    }
    .bannerSubtitle{
        font-size: 18px;
    }

}