.container{
    display: flex;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    width: 100%;
    min-height: 800px;
    flex-direction: column;
}

header,
footer {
    width: 100%;
    height: 60px;
    border: 1px solid #005830;
    z-index: 99999;
}
#wrapper {
    display: flex;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    flex: 1.0;
    -webkit-flex: 1.0;
    -ms-flex: 1.0;
    -moz-box-flex: 1.0;
    width: 100%;
    /*min-height: 800px;*/
    padding-left: 0;
}

#wrapper .container-fluid {
    padding-left: 0;
    /*padding-right: 0;*/
}

#wrapper.toggled {
    padding-right: 400px;
}

#container-box {
    width: 100%;
    display: flex;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    -webkit-flex: 1.0;
    -ms-flex: 1.0;
    -moz-box-flex: 1.0;
    flex: 1.0;
}

/*map style*/
#page-content-wrapper {
    position: relative;
    -webkit-flex: 1.0;
    -ms-flex: 1.0;
    -moz-box-flex: 1.0;
    flex: 1.0;
    padding: 200px;
    overflow-x: hidden;
}
.content-strip {
    padding: 0px;
}

.media-heading {
    cursor: pointer;
}

/*footer slidebar style*/
.slider-container {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
    padding-bottom: 15px;
    border: 1px solid #eee;
    background-color: #fafafa;
    cursor: pointer;
}

.slider-item {
    border: 1px solid #e9e9e9;
    text-align: center!important;
}
.slider-item-selected {
    background-color: #c1e2b3;
    color: #FFFFFF;
}

.slider-item .slider-item-content{
    height: 40px;
}
.slider-item .slider-item-img {
    height: 80px;
    line-height: 80px;
}
#show-slider-btn {
    position: absolute;
    bottom: 135px;
    right: 0;
    z-index: 99999;
    display: none;
    cursor: pointer;
}
.show-slider-btn-top {
    font-size: 0;
    line-height: 0;
    border-width: 15px;
    border-color: red;
    border-top-width: 0; 
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}
.show-slider-btn-bottom {
    font-size: 0;
    line-height: 0;
    border-width: 15px;
    border-color: red;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.sidebar-nav {
    width: 400px;
    max-height: 560px;
    margin: 0;
    padding: 0;
    margin-top: 70px;
    list-style: none;
}

/*right side nav bar style*/
#nav {
    display: none;
    margin-left: 15px;
}
#nav .navbar {
    margin-bottom: 0;
}

#mySwipe {
    width:400px;
}

#sidebar-wrapper {
    width: 400px;
    margin-left: 15px;
    z-index: 1000;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 50px;
    background: #FFF;
}

#wrapper.toggled #sidebar-wrapper {
    width: 400px;
}

#searchPage {
    margin-top: 20px;
    width:400px;
}
#searchPage .form-group{
    margin-bottom: 10px;
}

/*
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -400px;
}
*/
/* Sidebar Styles */

@media (min-width: 400px) {
    #wrapper {
        /*padding-right: 400px;*/
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 400px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

#map {
    position: absolute;
    margin-top: 50px;
    width: 100%;
    height: 100%;
}

.media {
    border-bottom: 1px dotted #777;
}

.media-left {
    padding-left: 10px;
}

.media {
    padding-top: 15px;
    margin-top: 0;
}

/*.media:hover {*/
/*background: rgba(0, 0, 0, 0.2);*/
/*color: #fff;*/
/*text-decoration: none;*/
/*}*/

/*====================*/
#wrapper2 {
    width: 308px;
    height: 300px;
    margin: 40px;
    overflow: hidden;
    color: #fff;
}

#holder {
    width: 10000px;
}

.slide {
    width: 100%;
    float: center;
    padding: 4px;
}

#first {
    background: #005830;
}

#second {
    background: #003058;
}

.animate .slide {
    -webkit-animation-duration: 500ms;

    -webkit-animation-timing-function: ease-in-out;
}

.animate .slideLeftIn {
    -webkit-animation-name: slideLeftIn;
}

.animate .slideLeftOut {
    -webkit-animation-name: slideLeftOut;
}

@-webkit-keyframes slideLeftIn {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes slideLeftOut {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    width:400px;
    max-width:100%;
    margin:0 auto;

}
.swipe-wrap {
    overflow: hidden;
    position: relative;
    width:400px;
}

.swipe-wrap > div {
    float:left;
    width:100%;
    position: relative;
}

.navbar-center {
    text-align: center;
}

/*page footer style*/
.navfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 60px;
    border: 1px solid #e6e6e6;
    background: #101010;
    text-align: center;
    color: #fff;
}
.bookfooter_links_list a {
    color: #ffffff;
}
.bookfooter_copy_right {
    padding-top: 5px;
    font-size: 10px;
}