@charset "UTF-8";

.hide{
    display: none !important;
}

body {
    padding: 0;
    margin: 0;
}

.logo {
    border-bottom: solid 3px #f19501;
    padding: 10px;
}

.logo img {
    width: 100%;
    max-width: 460px;
}

.title {
    color:#f19501;
    padding: 10px;
}
p {
    padding: 0 10px;
}

.btnlist {
    padding: 10px;
}
.btnlist .btn {
    width: 100%;
    display: block;
}

.clear {
    clear: both;
}

#map {
    border: solid 1px #ccc;
    box-sizing: border-box;
    position: relative;
}

.mapnode img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}



#footer{
    height: 35px;
    background: #f7f7f2 url(../../images/footer-bg.png) bottom repeat no-repeat;
    position: relative;
}

#footer .copy {
    color: #fff;
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.ans .card {
    margin-top: 10px;
    border: solid 2px #f19501;
    border-radius: 10px;
}
.ans .card .title {
    background-color: #f19501;
    color: #fff;
    padding: 5px;
}
.ans .card .text {
    padding: 5px;
}

#thanks_banner img { width:100%; }

@media screen and ( min-width:781px ){
    .wrapper {
        width: 850px;
        margin: 0 auto;
        padding-bottom: 20px;
    }


    #topmsg { position: relative;}
    #thanks_banner { width:240px; position: absolute; right: 0; top :0;}

    .btnlist {
        width: 220px;
        float: left;
    }
    #msg06 { display: block;}
    #map {
        width: 600px;
        height: 600px;
        float: right;
    }

    #footer{
        height: 170px;
    }
}

@media screen and ( max-width:780px ) and  (orientation: portrait) {

    #map {
        width: 100vw;
        height: 100vw;
    }

    .wrapper {
        padding-bottom: 20px;
    }


}

@media screen and ( max-width:780px ) and  (orientation: landscape) {
    .btnlist {
        float: left;
    }

    #map {
        width: 100vh;
        height: 100vh;
        float: right;
    }



}