@charset "UTF-8";

body {
    font-family: 'ozone';
    font-weight: lighter;
    color: #CCC;
    line-height: 1.4em;
    font-size: 20px;
    color: #FFF;

}

#Line1,
#Line2,
#Line3,
#Line4,
#Line5 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    filter: alpha(opacity=90);
    /* internet explorer */
    -khtml-opacity: 0.9;
    /* khtml, old safari */
    -moz-opacity: 0.9;
    /* mozilla, netscape */
    opacity: 0.9;
    /* fx, safari, opera */

}



/****************************/
#displayLine {
    background: url(../images/padControl.png) no-repeat;
    width: 280px;
    height: 416px;
    position: absolute;
    top: 90px;
    left: 30px;
    z-index: 999;

}

#displayLine ul {
    margin-top: 142px;
    list-style-type: none;
    margin-left: 8px;
    content: '';

}

#displayLine ul li {
    display: block;
    font-size: 22px;
    width: 256px;
    height: 49px;
    margin-top: 4px;
    text-indent: -999999px
}

#menuline1 {
    background: url(../images/milebtn.png) no-repeat 0px 0px;
}

#menuline2 {
    background: url(../images/milebtn.png) no-repeat 0px -49px;
}

#menuline3 {
    background: url(../images/milebtn.png) no-repeat 0px -98px;
}

#menuline4 {
    background: url(../images/milebtn.png) no-repeat 0px -147px;
}

#menuline5 {
    background: url(../images/milebtn.png) no-repeat 0px -196px;
}

#menuline1:hover {
    background: url(../images/milebtn.png) no-repeat -256px 0px;
}

#menuline2:hover {
    background: url(../images/milebtn.png) no-repeat -256px -49px;
}

#menuline3:hover {
    background: url(../images/milebtn.png) no-repeat -256px -98px;
}

#menuline4:hover {
    background: url(../images/milebtn.png) no-repeat -256px -147px;
}

#menuline5:hover {
    background: url(../images/milebtn.png) no-repeat -256px -196px;
}

#displayLine ul a:hover,
#displayLine ul li .current {}



/****************************/
.toolsbar {
    font-size: 20px;
    background: #333;
    font-family: 'ozone';
    line-height: 1.93333em;

}

.toolsbar ul li a {
    color: #FFFFFF;
    border-radius: 10px;
    float: left;
    margin: 10px;
    padding: 0px 10px;

}

.toolsbar ul li a:hover {
    color: #F90;
    background-color: #666;

}

#wrapper {
    margin: auto;
    padding: 2%;
    width: 96%;
    max-width: 920px;

}

.hs-area {
    position: relative;

}

.hs-wrap {
    display: none;
    position: absolute;

}

.tt-wrap {
    display: none;
    position: absolute;

}

.tt-wrap {
    border: 10px solid transparent;
    z-index: 1000;

}

.left.tt-wrap {
    top: -2px;
    right: 100%;

}

.right.tt-wrap {
    left: 100%;
    top: -2px;

}

.top.tt-wrap {
    left: -2px;
    bottom: 100%;

}

.bottom.tt-wrap {
    left: -2px;
    top: 100%;

}

.invisible-spot {
    cursor: pointer;
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");

}

.invisible-spot2 {
    cursor: pointer;
    background: url(../images/hotspot.png) no-repeat 50% 100%;
    background-size: contain;

}

.red-spot {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");

}

.onhover-spot {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");

}

.sniper-spot {
    border-radius: 20px;
    border: 1px solid transparent;
    width: 20px;
    height: 20px;
    z-index: 10;
    opacity: 1;

}

@media only screen and (max-width: 1024px) {
    .sniper-spot {
        border-radius: 10px;
        border: 1px solid transparent;
        width: 10px;
        height: 10px;
        z-index: 10;
        opacity: 1;

    }


}

@media only screen and (max-width: 1280px) {
    .sniper-spot {
        border-radius: 15px;
        border: 1px solid transparent;
        width: 15px;
        height: 15px;
        z-index: 10;
        opacity: 1;

    }


}

@media only screen and (max-width: 1100px) {
    #displayLine {
        position: inherit;
        padding: 0;
        width: 100%;
        background: none #333;
        margin-top: -150px;

    }

    #displayLine ul {
        list-style-type: none;
        margin-left: 8px;

    }

    #displayLine ul:before {
        content: "5 เส้นทางเดินทางไกล";
        color: #FFF;
        font-size: 30px;
        line-height: 2em;

    }

    #displayLine ul li {
        display: block;
        width: 101%;
        margin-top: 4px;
        height: 40px;
        margin-left: -10px;
        text-indent: 10px;
        color: #666;
        font-size: 22px;
        line-height: 2em;
    }

    #menuline1,
    #menuline2,
    #menuline3,
    #menuline4,
    #menuline5,
    #menuline1:hover,
    #menuline2:hover,
    #menuline3:hover,
    #menuline4:hover,
    #menuline5:hover {
        background: none;
        border-bottom: 1px solid #666
    }

    #menuline1:hover {
        color: #FFF;
        background-color: #FC0;
    }

    #menuline2:hover {
        color: #333;
        background-color: #FF0;
    }

    #menuline3:hover {
        color: #FFF;
        background-color: #390;
    }

    #menuline4:hover {
        color: #FFF;
        background-color: #639;
    }

    #menuline5:hover {
        color: #FFF;
        background-color: #F6F;
    }


}

@media only screen and (max-width: 300px) {
    .sniper-spot {
        border-radius: 4px;
        border: 1px solid transparent;
        width: 4px;
        height: 4px;
        z-index: 10;
        opacity: 1;

    }


}

@media only screen and (min-width: 301px) and (max-width: 720px) {
    .sniper-spot {
        border-radius: 7px;
        border: 1px solid transparent;
        width: 7px;
        height: 7px;
        z-index: 10;
        opacity: 1;

    }


}

.sniper-spot::before {

    /*position: absolute; content: ""; background-color: rgb(0, 0, 0);*/

}

.sniper-spot::after {

    /*position: absolute; content: ""; background-color: rgb(0, 0, 0);*/

}

.sniper-spot::before {
    left: 13px;
    top: 10px;
    width: 2px;
    height: 8px;

}

.sniper-spot::after {
    left: 10px;
    top: 13px;
    width: 8px;
    height: 2px;

}

.active.sniper-spot::before {
    width: 0px;
    height: 0px;

}

.active.sniper-spot::after {
    width: 0px;
    height: 0px;

}

.active.sniper-spot {
    opacity: 0.7;

    /*  box-shadow: 0px 0px 10px #000;*/
    cursor: pointer;

}

.onhover-spot {
    border: 2px solid transparent;

}

.active.onhover-spot {
    border: 2px solid rgb(255, 0, 0);
    opacity: 0.7;
}

.img-spot img {
    display: none;

}

.markup-spot div:last-child {
    display: none;

}

.tip-tooltip {
    padding: 8px 10px;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    display: block;
    height: auto;
    width: auto;
    min-height: 20px;
    min-width: 100px;

    /*box-shadow: 0px 0px 10px #000;   	*/
    background-color: rgb(0, 0, 0);
    text-align: center;

}

.btnpop {
    padding: 5px;
    display: block;
    font-size: 26px;
    cursor: pointer;
    color: #FC0;
    background: #333;

}

.btnpop:hover {
    background: #FC0;
    color: #333;

}

.tip-tooltip::before {
    border: 8px solid currentColor;
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: 999;
    content: "";

}

.right.tip-tooltip::before {
    border-color: transparent rgb(0, 0, 0) transparent transparent;
    top: 10px;
    right: 100%;

}

.left.tip-tooltip::before {
    border-color: transparent transparent transparent rgb(0, 0, 0);
    left: 100%;
    top: 10px;

}

.top.tip-tooltip::before {
    border-color: rgb(0, 0, 0) transparent transparent;
    left: 12px;
    top: 100%;

}

.bottom.tip-tooltip::before {
    border-color: transparent transparent rgb(0, 0, 0);
    left: 12px;
    bottom: 100%;

}

.white.tip-tooltip {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);

}

.aim-tooltip {
    padding: 6px;
    color: rgb(255, 255, 255);
    display: none;
    position: absolute;
    background-color: rgb(0, 0, 0);

}

.aim-tooltip .tt-content {
    display: none;

}

.top.aim-tooltip {
    border-radius: 10px 10px 0px 0px;

}

.right.aim-tooltip {
    border-radius: 0px 10px 10px 0px;

}

.bottom.aim-tooltip {
    border-radius: 0px 0px 10px 10px;

}

.left.aim-tooltip {
    border-radius: 10px 0px 0px 10px;

}

.hs-aim-rect {
    display: none;
    position: absolute;
    z-index: 1000;
    opacity: 0.75;
    background-color: rgb(0, 0, 0);

}

.hs-aim-pillar {
    display: none;
    position: absolute;
    z-index: 1000;
    opacity: 0.75;
    background-color: rgb(0, 0, 0);

}

.hs-aim-pillar {
    z-index: 1001;
    opacity: 0.2;
    background-color: rgb(255, 255, 255);

}

.hs-flatten {
    border-radius: 0px !important;

}