
.powertour-active.powertour-highlight{
    background-color : #fff;
}

#powertour-mask{
    background-color : #000;
    filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.tour_btn_row {
    font-size: 15px;
    line-height: 24px;
    font-style: normal;
    color: #555;
    text-align: left;
    padding: 0;
    margin: 25px 0 5px 0;
}

.tour_btn {
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
}            

.tour_btn_right {
    float:right;
    margin-top: 3px;
}

a.tour_btn {
    background: #5e93c9;
    color: #fff !important;
}

a.tour_btn:hover {
    background-color: #7ca6d2;
    color: #fff !important;
}

.tour_box {
    display:none;
    position: relative;
    background: #fff;
    color: #333;
    border: 4px solid #336da8;
    display: none;
    z-index: 9001;
    padding: 25px 25px 20px 25px;
}

.tour_box a, .tour_box_up a, .tour_box_left a, .tour_box_right a, .tour_box_bottom a {
    color: #336da8;
}

.tour_box p, .tour_box_up p, .tour_box_left p, .tour_box_right p, .tour_box_bottom p {
    font-size: 1.1rem;
    font-style: normal;
    line-height: 1.6rem;
    text-align: center;
}

.tour_box h3, .tour_box_up h3, .tour_box_left h3, .tour_box_right h3, .tour_box_bottom h3 {
    font-size: 1.5rem;
    font-style: normal;
    line-height: 2rem;
    text-align: center;
}


.tour_box_up {
    display:none;
    position: relative;
    background: #fff;
    color: #333;
    border: 4px solid #336da8;
    z-index: 9001;
    padding: 25px 25px 20px 25px;
}

.tour_box_up:after, .tour_box_up:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tour_box_up:after {
    border-color: rgba(17, 43, 145, 0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}
.tour_box_up:before {
    border-color: rgba(255, 240, 143, 0);
    border-bottom-color: #336da8;
    border-width: 26px;
    margin-left: -26px;
}


.tour_box_left {
    display:none;
    position: relative;
    background: #fff;
    color: #333;
    border: 4px solid #336da8;
    z-index: 9001;
    padding: 25px 25px 20px 25px;
}
.tour_box_left:after, .tour_box_left:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tour_box_left:after {
    border-color: rgba(17, 43, 145, 0);
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -20px;
}
.tour_box_left:before {
    border-color: rgba(255, 240, 143, 0);
    border-right-color: #336da8;
    border-width: 26px;
    margin-top: -26px;
}

.tour_box_right {
    display:none;
    position: relative;
    background: #fff;
    border: 4px solid #336da8;
    z-index: 9001;
    padding: 25px 25px 20px 25px;    
}
.tour_box_right:after, .tour_box_right:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tour_box_right:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 20px;
    margin-top: -20px;
}
.tour_box_right:before {
    border-color: rgba(51, 109, 168, 0);
    border-left-color: #336da8;
    border-width: 26px;
    margin-top: -26px;
}            

.tour_box_bottom {
    display:none;
    position: relative;
    background: #fff;
    border: 4px solid #336da8;
    z-index: 9001;
    padding: 25px 25px 20px 25px;

}
.tour_box_bottom:after, .tour_box_bottom:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tour_box_bottom:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}
.tour_box_bottom:before {
    border-color: rgba(51, 109, 168, 0);
    border-top-color: #336da8;
    border-width: 26px;
    margin-left: -26px;
}     