﻿.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflowDesc{
    overflow:auto;
}



.google_m {
    display: none;
}

@media (max-width: 767px) {
    .google_d {
        display: none;
    }

    .google_m {
        display: block;
    }
}

#toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    z-index: 1;
}

#toTop > span {
    line-height: 22px;
}

.imgResponsive > img{
    display: inline;
    max-width: 100%;
    height: auto;
}

.img-responsive-inline {
    display: inline;
    max-width: 100%;
    height: auto;
}

.img-overflow{
    overflow:auto;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom:15px;
}

    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

h2 {
    font-size: 20px !important;
}

h3 {
    font-size: 16px !important;
}

/*cover bootstrap 3*/
.img-responsive {
    max-width: 100%;
    height: auto;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}