/* Tuesday 10th of February 2026 06:19:53 AM*/

.nextend-bullet-container{
    z-index: 10;
    visibility: visible;
    display: inline-block;
}

.nextend-bullet{
    cursor: pointer;
}

.nextend-bullet-vertical .nextend-bullet{
    float: left;
    clear: left;
}

.nextend-bullet.active{
    cursor: default;
}

.nextend-bullet .nextend-bullet-transition.bullet-shadow-inner{
    box-shadow:  0 1px 0 RGBA(255,255,255,.2), 0 1px 2px RGBA(0,0,0,.5) inset;
}

.nextend-bullet .nextend-bullet-transition.bullet-shadow-outer{
    box-shadow:  0 1px 1px RGBA(0,0,0,.3);
}

.nextend-bullet-container.nextend-bullet.nextend-bullet-transition.bullet-bar-simple-rounded{
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px; 
    padding: 8px 10px;
}

.nextend-bullet-container.nextend-bullet.nextend-bullet-transition.bullet-bar-elegant-rounded{
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px; 
    padding: 6px 10px;
    box-shadow: 0 0 0 1px RGBA(0,0,0,.5), 0 0 0 1px RGBA(255,255,255,.2) inset;
}
.nextend-bullet-container.nextend-bullet.nextend-bullet-transition.bullet-bar-simple{
    padding: 8px 10px;
}

.nextend-bullet-container.nextend-bullet.nextend-bullet-transition.bullet-bar-elegant{
    padding: 6px 10px;
    box-shadow: 0 0 0 1px RGBA(0,0,0,.5), 0 0 0 1px RGBA(255,255,255,.2) inset;
}

.nextend-bullet-transition .nextend-bullet-transition{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
}

.x-msie-7 .nextend-bullet-transition .nextend-bullet-transition{
    display: inline;
    zoom: 1;
}

.nextend-bullet-transition .nextend-bullet-transition{
    background: RGBA(0,0,0,0.6);
    border-color: RGBA(0,0,0,0.6);
}

.nextend-bullet-transition .nextend-bullet-transition.active,
.nextend-bullet-transition .nextend-bullet-transition:HOVER{
    background: #7670C7;
    border-color: RGBA(0,0,0,0.6);
}

.nextend-bullet-container.nextend-bullet-transition-simple .nextend-bullet{
    width: 12px;
    height: 12px;
    margin: 4px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;     
}

.nextend-bullet-container.nextend-bullet-transition-simple-small .nextend-bullet{
    width: 9px;
    height: 9px;
    margin: 3px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;     
}

.nextend-bullet-container.nextend-bullet-transition-simple-mini .nextend-bullet{
    width: 6px;
    height: 6px;
    margin: 3px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;     
}

.nextend-bullet-container.nextend-bullet-transition-simple-scale .nextend-bullet{
    width: 14px;
    height: 14px;
    margin: 6px 4px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;    
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}


.nextend-bullet-container.nextend-bullet-transition-simple-scale .nextend-bullet.active,
.nextend-bullet-container.nextend-bullet-transition-simple-scale .nextend-bullet:HOVER{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.nextend-bullet-container.nextend-bullet-transition-simple-circle .nextend-bullet{
    width: 10px;
    height: 10px;
    margin: 4px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;     
}

.nextend-bullet-container.nextend-bullet-transition-simple-circle-bold .nextend-bullet{
    width: 6px;
    height: 6px;
    margin: 4px;
    border-width: 3px;
    border-style: solid;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;     
}

.nextend-bullet-container.nextend-bullet-transition-rectangle .nextend-bullet{
    width: 20px;
    height: 6px;
    margin: 3px;
}

.nextend-bullet-container.nextend-bullet-transition-square .nextend-bullet{
    width: 15px;
    height: 15px;
    margin: 4px;
}
/*!
 * qTip2 - Pretty powerful tooltips - 
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Thu May 9 2013 04:46 UTC+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip{
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 380px;
    min-width: 50px;	
    font-size: 12px;
    line-height: 16px;
    direction: ltr;	
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    color: white;  
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 -1px 1px RGBA(0,0,0,0.6);
}

.qtip-content{
    position: relative;
    padding: 12px 20px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 16px;
}

.qtip-titlebar{
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 2px;
}

/* Default tooltip style */
.qtip-default{
    background-color: RGBA(51,56,58,0.95);
}

.qtip-default .qtip-titlebar{
    background-color: #FFEF93;
}

.qtip-default .qtip-icon{
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.qtip-default .qtip-titlebar .qtip-close{
    border-color: #AAA;
    color: #111;
}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}


/* Tips plugin */
.qtip .qtip-tip{
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

.qtip-tip canvas{
    background: red;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml{
    position: absolute;
    color: #123456;
    background: transparent;
    border: 0 dashed transparent;
}

.qtip .qtip-tip canvas{ top: 0; left: 0; float:left; }

.qtip .qtip-tip .qtip-vml{
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
}



/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
    position: absolute !important;
}