@media screen and (max-width:1024px)
{
    #isMobile
    {
        display: block;
    }
    .hg_text
    {
        display: block;
    }
}
#isMobile
{
    display: none;
    float: left;
    height: 1px;
    left: 0;
    position: fixed;
    top: 0;
    width: 1px;
}
.logo{
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-left: 50px;
}
.header_top{
    margin-top: 15px;
}
.tel{
    font-family: initial;
    font-size: 15px;
    color: red;
}
.h3_color{
    color: #000044;
    text-shadow: black 0.1em 0.1em 0.1em;
}
#home_topbanner
{
    background-color: transparent;
    float: left;
    /*height: 800px;*/
    overflow: hidden;
    position: relative;
    width: 100%;
}
.home_bgimage
{
    background-position: center center;
    background-size: cover;
    float: left;
    height: auto;
    left: 0;
    moz-background-size: cover;
    o-background-size: cover;
    position: absolute;
    top: 0;
    webkit-background-size: cover;
    width: 100%;
}
.home_bgimage .wrapper
{
    width: 100%;
}
@media (min-width: 480px){
    .home_triwrapper .col-sm-4 {
        width: 33%;
        float: left;
    }
}
.aligncenter {
    display: block;
}
