.bootstro-next-btn, .bootstro-done-btn{
    float:right;
}
.bootstro-prev-btn
{
    float:left;
}
.bootstro-backdrop
{
    opacity: 0.9;
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 14;
    filter: alpha(opacity=50);
}
.bootstro-highlight{
    z-index: 16 !important;
    position: relative;  
    border: none;
    background: transparent;
    -webkit-box-shadow: 0px 0px 46px 2px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 46px 2px rgba(255,255,255,1);
    box-shadow: 0px 0px 46px 2px rgba(255,255,255,1);
}
.bootstro-highlight-extra{
    -webkit-box-shadow: 0px 0px 46px 2px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 46px 2px rgba(255,255,255,1);
    box-shadow: 0px 0px 46px 2px rgba(255,255,255,1);
    z-index: 16 !important;
}

.bootstro-finish-btn-wrapper
{

    padding-top: 0px;
    text-align: right;
    float: right;
    position: absolute;
    top: 0px;
    right: 20px;

}
.bootstro-nav-wrapper
{
    margin-top:10px;
}

.bootstro-nav-wrapper button, .bootstro-finish-btn-wrapper button
{
    font-size:12px !important;
    padding : 5px 10px !important;
    background: #cc0001;
    color: #fff;
    border: none;
    font-weight: normal;}

.popover.bootstro{
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
    padding: 15px;
    z-index: 16;
}
.popover.bootstro .popover-content {
    padding: 5px 5px 5px 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Lato';
    color: #000;
}
.popover.bootstro .popover-title {
    font-size: 16px;
    font-weight: bold;
    color: #cc0001;
    font-family: 'Lato';
    border: none;
    background-color: transparent;
    padding: 5px 0px 5px 10px;
}

.popover.bootstro .bootstro-extras{
    margin-top: 10px;
}

.popover.bootstro .bootstro-extras-no-show{
    float: left;
}
.popover.bootstro .bootstro-extras-no-show > label{
    margin: 0px;
    display: inline-flex;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}
.popover.bootstro .bootstro-extras-no-show #bootstro-checkbox{
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-top: 2px;
}

.popover.bootstro .bootstro-pagination{
    float:right;
    font-weight: bold;
}


.popover.bootstro{
    max-width: 550px;
}

.popover-bootstro-intro-header{
    text-align: center;
    margin: 35px;
}

.popover-bootstro-intro-img-holder{
    width: 100%;
    position: relative;
    text-align: center
}

.popover-bootstro-intro-img{
    width: 370px;
    height: 230px;
    margin: 0px auto;

}

.popover-bootstro-intro-teaser{
    text-align: center;
    width: 260px;
    margin: 30px auto;
    font-size: 18px;
}

.bootstro-nav-wrapper button.bootstro-take-tour-btn{
    font-size: 15px !important;
    font-family: 'Lato';
    font-weight: 400;
    border-radius: 2px;
    height: 35px;
    width: 135px;
}