::selection{ background-color: #00CCFF; color: white; }
::moz-selection{ background-color: #00CCFF; color: white; }
::webkit-selection{ background-color: #00CCFF; color: white; }
/* content-breadcrumb */
.content-breadcrumb, 
.content-breadcrumb > .breadcrumb-nav,
.content-breadcrumb > .breadcrumb-nav > li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.content-breadcrumb > .breadcrumb{
    background: #FFFFFF url('../img/noise.png');
    font-size: .8em;
    margin: 0px;
    border-bottom: 1px solid #CDCDCD;
    -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.content-breadcrumb > .breadcrumb a{
    color: #626262;
}

.content-breadcrumb > .breadcrumb-nav > li{
    float: left;
}

.content-breadcrumb > .breadcrumb-nav.pull-right > li.divider{
    height: 38px;
    margin: -8px 5px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #CDCDCD;
}
.content-breadcrumb > .breadcrumb-nav.pull-right > li > a{
    font-size: 10px;
}

.content-breadcrumb > .breadcrumb-nav.pull-right > li > a{
    color: #626262;
}
.content-breadcrumb > .breadcrumb-nav.pull-right > li > a:hover{
    text-decoration: none
}

.content-breadcrumb > .breadcrumb-nav.pull-right{
    padding: 8px 15px;
}
/* end content-breadcrumb */

/* content-body */
.content > .content-body{
    padding: 40px 20px 40px 20px;
    font-size: .9em;
    background: #FFFFFF url('../img/noise.png');
}
/* end content-body */

/* end content */

/* box */
/* box default */
.box{
    position: relative;
    width: 100%;
    margin: 0px;
    margin-bottom: 40px;
/*    border: 1px solid #CDCDCD;*/
}

.box > .box-header{
    padding: 10px 20px 10px 20px;
    border: 1px solid #CDCDCD;
    font-weight: 400;
    font-size: 1.2em;
    display: block;
    /* for default font color for header box, you can set this with helper color (see stilear-helper.css) */
    /* for default background color for header box, you can set this with helper background color or helper gradient color (see stilear-helper.css) */
}

.box > .box-header > .header-control{
    float: right;
    margin-right: -5px;
}
.box > .box-header > .header-control a,
.box-tab > .box-header > .header-control a{
    cursor: pointer;
    margin-left: 5px;
    font-size: 14px;
}

.box > .box-body{
    display: block;
    border: 1px solid #CDCDCD;
    border-top: none;
    position: relative;
    padding: 10px 20px 10px 20px;
    background: #FFFFFF url('../img/noise.png');
}
.box > .box-body  form  .form-actions{
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -30px;
}

.box > .box-body .ace-editor{
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -10px -10px -10px -20px;
    min-height: 480px;
}
/* end box default */

/* box tabs */
.box-tab{
    border: 1px solid #CDCDCD;
    padding: 5px;
    margin-bottom: 40px;
    background: #FFFFFF url('../img/noise.png');
}

.box-tab > .box-header .nav-pills{
    border-bottom: 1px solid #CDCDCD;
}
.box-tab > .box-header > .header-control{
    margin-right: 10px;
    margin-top: 5px;
}
.box-tab > .box-body .tab-content{
    margin-top: -10px;
}

.box-tab > .box-body .media{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.box-tab > .box-body .media:last-child{
    border-bottom: 0px solid #eee;
    padding-bottom: 20px;
}

/* box tab bellow*/
.box-tab > .tabs-below{
    margin-bottom: -20px;
}
.box-tab > .tabs-below .nav-pills{
    border-top: 1px solid #CDCDCD;
    padding-top: 5px;
}
/* end box tab bellow*/
/* end box tabs */
/* end box */


/* dashboard */
.dashboard-stat{
    position: relative;
    margin: 0px auto;
    margin-bottom: 20px;
    text-align: center;
}
.dashboard-stat input[type=text]{
    font-size: 20px;
    border-color: transparent;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: none;
        -moz-box-shadow: none;
            box-shadow: none;
}
.dashboard-stat input[type=text]:focus{
    border-color: transparent;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: none;
        -moz-box-shadow: none;
            box-shadow: none;
}
.stat-label{
    margin-top: 10px;
    text-align: center;
    background: #EEEEEE;
    font-size: 11px;
    padding: 5px;
}
/* end dashboard */


/* interface */
.bar-st {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress > p,
.bar-st > p{
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.bar-st > span {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
            transition: width 0.6s ease;
}

.bar-gradient > span {
    box-shadow: 
        0 5px 5px rgba(255,255,255,0.6) inset, 
        0 -5px 7px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 
        0 5px 5px rgba(255,255,255,0.6) inset, 
        0 -5px 7px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 
        0 5px 5px rgba(255,255,255,0.6) inset, 
        0 -5px 7px rgba(0, 0, 0, 0.4) inset;
    filter: progid:DXImageTransform.Microsoft.gradient( 
        startColorstr='#33ffffff', 
        endColorstr='#33000000',
        GradientType=0 );
}

.bar-gloss > span {
    background-image: -moz-linear-gradient(top, 
        rgba(255,255,255,0.2) 0%, 
        rgba(255,255,255,0.1) 45%, 
        rgba(0,0,0,0.2) 55%, 
        rgba(0,0,0,0.1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0%,rgba(255,255,255,0.2)), 
        color-stop(45%,rgba(255,255,255,0.1)), 
        color-stop(55%,rgba(0,0,0,0.2)), 
        color-stop(100%,rgba(0,0,0,0.1)));
    background-image: -webkit-linear-gradient(top, 
        rgba(255,255,255,0.5) 0%, 
        rgba(255,255,255,0.1) 45%, 
        rgba(0,0,0,0.2) 55%, 
        rgba(0,0,0,0.1) 100%);
    background-image: -o-linear-gradient(top, 
        rgba(255,255,255,0.2) 0%, 
        rgba(255,255,255,0.1) 45%, 
        rgba(0,0,0,0.2) 55%, 
        rgba(0,0,0,0.1) 100%);
    background-image: -ms-linear-gradient(top, 
        rgba(255,255,255,0.2) 0%, 
        rgba(255,255,255,0.1) 45%, 
        rgba(0,0,0,0.2) 55%, 
        rgba(0,0,0,0.1) 100%);
    background-image: linear-gradient(to bottom, 
        rgba(255,255,255,0.2) 0%, 
        rgba(255,255,255,0.1) 45%, 
        rgba(0,0,0,0.2) 55%, 
        rgba(0,0,0,0.1) 100%);
}

.bar-stripe > span {
    background-size:30px 30px;
    -moz-background-size:30px 30px;
    -webkit-background-size:30px 30px;
    -o-background-size:30px 30px;

    background-image: -moz-linear-gradient(-45deg, 
        rgba(255,255,255,0.15) 0%, 
        rgba(255,255,255,0.15) 25%, 
        rgba(255,255,255,0) 25%, 
        rgba(255,255,255,0) 50%, 
        rgba(255,255,255,0.15) 50%, 
        rgba(255,255,255,0.15) 75%, 
        rgba(255,255,255,0) 75%, 
        rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, 
        color-stop(0%,rgba(255,255,255,0.2)), 
        color-stop(25%,rgba(255,255,255,0.2)), 
        color-stop(25%,rgba(255,255,255,0)), 
        color-stop(50%,rgba(255,255,255,0)), 
        color-stop(50%,rgba(255,255,255,0.2)), 
        color-stop(75%,rgba(255,255,255,0.2)),
        color-stop(75%,rgba(255,255,255,0)),
        color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(-45deg, 
        rgba(255,255,255,0.3) 0%,
        rgba(255,255,255,0.3) 25%,
        rgba(255,255,255,0) 25%,
        rgba(255,255,255,0) 50%,
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.3) 75%,
        rgba(255,255,255,0) 75%,
        rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(-45deg, 
        rgba(255,255,255,0.15) 0%,
        rgba(255,255,255,0.15) 25%,
        rgba(255,255,255,0) 25%,
        rgba(255,255,255,0) 50%,
        rgba(255,255,255,0.15) 50%,
        rgba(255,255,255,0.15) 75%,
        rgba(255,255,255,0) 75%,
        rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(-45deg, 
        rgba(255,255,255,0.15) 0%,
        rgba(255,255,255,0.15) 25%,
        rgba(255,255,255,0) 25%,
        rgba(255,255,255,0) 50%,
        rgba(255,255,255,0.15) 50%,
        rgba(255,255,255,0.15) 75%,
        rgba(255,255,255,0) 75%,
        rgba(255,255,255,0) 100%);
    background-image: linear-gradient(135deg, 
        rgba(255,255,255,0.15) 0%,
        rgba(255,255,255,0.15) 25%,
        rgba(255,255,255,0) 25%,
        rgba(255,255,255,0) 50%,
        rgba(255,255,255,0.15) 50%,
        rgba(255,255,255,0.15) 75%,
        rgba(255,255,255,0) 75%,
        rgba(255,255,255,0) 100%);
}

.bar-ext-rotate > span {
    background-size: 10px 60px; 
    background-position: 0;
    background-image: -moz-radial-gradient(center, ellipse cover, 
        rgba(255,255,255,.9) 0%,
        rgba(255,255,255,.2) 20%,
        transparent 40%);
    background-image: -webkit-gradient( radial, center center, 0, center center, 60, 
        color-stop(0, rgba(255,255,255,.9)), 
        color-stop(20%, rgba(255,255,255,.2)), 
        color-stop(40%, rgba(255,255,255,0)),
        color-stop(100%, rgba(255,255,255,0)));
    background-image: -webkit-radial-gradient(center, ellipse cover, 
        rgba(255,255,255,.9) 0%,
        rgba(255,255,255,.2) 20%,
        transparent 40%);
    background-image: -o-radial-gradient(center, ellipse cover, 
        rgba(255,255,255,.9) 0%,
        rgba(255,255,255,.2) 20%,
        transparent 40%);
    background-image: -ms-radial-gradient(center, ellipse cover, 
        rgba(255,255,255,.9) 0%,
        rgba(255,255,255,.2) 20%,
        transparent 40%);
    background-image: radial-gradient(ellipse at center, 
        rgba(255,255,255,.9) 0%,
        rgba(255,255,255,.2) 20%,
        transparent 40%);	
}

.bar-ext-stuning > span {
    background-size: 13px, 29px, 37px, 53px;
    background-image: 
        -moz-linear-gradient(left, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.07) 50%, 
        transparent 50%),
        -moz-linear-gradient(left, 
        rgba(255,255,255,0.13) 0%, 
        rgba(255,255,255,0.13) 50%, 
        transparent 50%),
        -moz-linear-gradient(left, 
        transparent 0%, 
        transparent 50%, 
        rgba(255,255,255,0.17) 50%),
        -moz-linear-gradient(left, 
        transparent 0%, 
        transparent 50%, 
        rgba(255,255,255,0.19) 50%);
    background-image: 
        -webkit-linear-gradient(left, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.07) 50%, 
        transparent 50%),
        -webkit-linear-gradient(left, 
        rgba(255,255,255,0.13) 0%, 
        rgba(255,255,255,0.13) 50%, 
        transparent 50%),
        -webkit-linear-gradient(left, 
        transparent 0%, 
        transparent 50%, 
        rgba(255,255,255,0.17) 50%),
        -webkit-linear-gradient(left, 
        transparent 0%, 
        transparent 50%, 
        rgba(255,255,255,0.19) 50%);
    background-image: 
        -webkit-gradient(linear, left top, right top, 
        color-stop(0%,rgba(255,255,255,.07)), 
        color-stop(50%,rgba(255,255,255,.07)), 
        color-stop(50%,rgba(255,255,255,0)),
        color-stop(50%,rgba(255,255,255,0))),
        -webkit-gradient(linear, left top, right top, 
        color-stop(0%,rgba(255,255,255,.13)), 
        color-stop(50%,rgba(255,255,255,.13)), 
        color-stop(50%,rgba(255,255,255,0)),
        color-stop(50%,rgba(255,255,255,0))),
        -webkit-gradient(linear, left top, right top, 
        color-stop(0%,rgba(255,255,255,0)), 
        color-stop(50%,rgba(255,255,255,0)), 
        color-stop(50%,rgba(255,255,255,0.17)),
        color-stop(50%,rgba(255,255,255,0.17))),
        -webkit-gradient(linear, left top, right top, 
        color-stop(0%,rgba(255,255,255,0)), 
        color-stop(50%,rgba(255,255,255,0)), 
        color-stop(50%,rgba(255,255,255,0.19)),
        color-stop(50%,rgba(255,255,255,0.19)));
    background-image: 
        -o-linear-gradient(left, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.07) 50%, 
        transparent 50%),
        -o-linear-gradient(left, 
        rgba(255,255,255,0.13) 0%, 
        rgba(255,255,255,0.13) 50%, 
        transparent 50%),
        -o-linear-gradient(left, 
        transparent 0%, 
        transparent 50%, 
        rgba(255,255,255,0.17) 50%),
        -o-linear-gradient(left, 
        transparent 0%, 
        transparent 50%, 
        rgba(255,255,255,0.19) 50%);
    background-image: 
        -ms-linear-gradient(left, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.07) 50%, 
        transparent 50%),
        -ms-linear-gradient(left, 
        rgba(255,255,255,0.13) 0%, 
        rgba(255,255,255,0.13) 50%, 
        transparent 50%),
        -ms-linear-gradient(left, 
        transparent 0%, 
        transparent 50%, 
        rgba(255,255,255,0.17) 50%),
        -ms-linear-gradient(left, 
        transparent 0%, 
        transparent 50%, 
        rgba(255,255,255,0.19) 50%);
    background-image: 
        linear-gradient(to right, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.07) 50%, 
        transparent 50%),
        linear-gradient(to right, 
        rgba(255,255,255,0.13) 0%, 
        rgba(255,255,255,0.13) 50%, 
        transparent 50%),
        linear-gradient(to right, 
        transparent 0%, 
        transparent 50%, 
        rgba(255,255,255,0.17) 50%),
        linear-gradient(to right, 
        transparent 0%, 
        transparent 50%, 
        rgba(255,255,255,0.19) 50%);
}
.bar-ext-stuning > span > span {
    display:block;
    height:100%;
    width:100%;

    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-size: 12px;

    background-image: -moz-linear-gradient(left, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.1) 50%, 
        transparent 50%);
    background-image: -webkit-gradient(linear, left top, right top, 
        color-stop(0%,rgba(255,255,255,0.1)), 
        color-stop(50%,rgba(255,255,255,0.1)), 
        color-stop(50%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.1) 50%, 
        transparent 50%);
    background-image: -o-linear-gradient(left, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.1) 50%, 
        transparent 50%);
    background-image: -ms-linear-gradient(left, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.1) 50%, 
        transparent 50%);	
    background-image: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.1) 50%, 
        transparent 50%);
}

.bar-st > .active {
    animation: progress 2s linear infinite;
    -moz-animation: progress 2s linear infinite;
    -webkit-animation: progress 2s linear infinite;
    -ms-animation: progress 2s linear infinite;
    -o-animation: progress 2s linear infinite;
}

@-webkit-keyframes progress {
    from {
    background-position: 0 0;
}
to {
    background-position: -60px -60px;
}
}
@-moz-keyframes progress {
    from {
    background-position: 0 0;
}
to {
    background-position: -60px -60px;
}
}
@-ms-keyframes progress {
    from {
    background-position: 0 0;
}
to {
    background-position: -60px -60px;
}
}
@-o-keyframes progress {
    from {
    background-position: 0 0;
}
to {
    background-position: -60px -60px;
}
}
@keyframes progress {
    from {
    background-position: 0 0;
}
to {
    background-position: -60px -60px;
}
}

.bar-st > span {
    background-color: #2E8DEF;        
}


.notify{
    position: fixed;
    z-index: 100;
    padding: 5px;
}
[data-notif=close]{
    cursor: pointer;
    float: right;
    margin-right: 20px;
}
.notify.top{
    width: 100%;
    left: 0px;
    top: 0px;
}

.notify.top-left{
    width: 320px;
    left: 20px;
    top: 20px;
}

.notify.top-right{
    width: 320px;
    right: 20px;
    top: 20px;
}

.notify.bottom{
    width: 100%;
    left: 0px;
    bottom: 0px;
}

/* sliders */
.ui-slider { 
    position: relative; text-align: left; 
    border: 1px solid #CDCDCD;
    border-radius: 2px;
    font-size: 8px;
}
.ui-slider .ui-state-default{

    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-radius: 100%;
    color: #333;
    outline: none;
    font-size: 10px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear background-image;
    -moz-transition: 0.1s linear background-image;
    -ms-transition: 0.1s linear background-image;
    -o-transition: 0.1s linear background-image;
    transition: 0.1s linear background-image;
    overflow: visible;

}
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { 
    position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;

    color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
/* end sliders */

/* animate button */
.shortcut-group{
    display: table;   /* Allow the centering to work */
    margin: 0 auto;
}
ul.a-btn-group, 
ul.b-btn-group{
    list-style: none;
    text-align: center;
    
}

ul.a-btn-group li, 
ul.b-btn-group li{
    display: inline-block;
    margin: 0 auto;
    list-style: none;
}

.a-btn{
    width:80px;
    height:80px;
    -webkit-border-radius:40px;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    display:inline;
    margin:20px;
    margin-right: 60px;
    float:left;
    position:relative;
    -webkit-box-shadow:0px 0px 5px 0px rgba(238, 238, 238, 0.5) inset, 0px -1px 5px 4px rgba(221, 221, 221, 0.2) inset, 0px 0px 0px 7px #fafafa,  0px 0px 1px 8px rgba(204, 204, 204, 0.4), 0px 0px 0px 9px #dfdfdf;
    -moz-box-shadow:0px 0px 5px 0px rgba(238, 238, 238, 0.5) inset, 0px -1px 5px 4px rgba(221, 221, 221, 0.2) inset, 0px 0px 0px 7px #fafafa,  0px 0px 1px 8px rgba(204, 204, 204, 0.4), 0px 0px 0px 9px #dfdfdf;
    box-shadow:0px 0px 5px 0px rgba(238, 238, 238, 0.5) inset, 0px -1px 5px 4px rgba(221, 221, 221, 0.2) inset, 0px 0px 0px 7px #fafafa,  0px 0px 1px 8px rgba(204, 204, 204, 0.4), 0px 0px 0px 9px #dfdfdf;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn.square{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.a-btn span{
    display:table-cell;
    width:80px;
    height:80px;
    padding:0px;
    text-align:center;
    vertical-align:middle;
    font-size:32px;
    color:#f1f1f1;
    text-shadow:0px 1px 1px #CDCDCD;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn span:nth-child(1), 
.a-btn span:nth-child(3){
    position:absolute;
    top:0px;
    left:0px;
    font-size:32px;
    line-height:80px;
    opacity:0;
}
.a-btn span:nth-child(1){
    background: transparent; /*url('../img/arrow_down.png') no-repeat center center;*/
    opacity:0.2;
}
.a-btn .badge, .a-btn .label{
    position: absolute;
    right: -6px;
    top: 0px;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
}
.a-btn:hover{
    
}
.a-btn:hover span:nth-child(3){
    opacity:1;
    color: #999999;
}
.a-btn:hover span:nth-child(2){
    opacity: 0; 
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.a-btn:hover span:nth-child(1){
    -webkit-animation:rotate 1s linear;
    -moz-animation:rotate 1s linear;
    animation:rotate 1s linear;
}
.a-btn:active{
    background:rgba(238, 238, 238, 0.6);
    -webkit-box-shadow:0px 0px 5px 0px rgba(238, 238, 238, 0.5) inset, 0px -1px 5px 4px rgba(221, 221, 221, 0.2) inset, 0px 0px 0px 7px #F1F1F1,  0px 0px 1px 8px rgba(241, 241, 241, 0.4), 0px 0px 0px 9px #F1F1F1;
    -moz-box-shadow:0px 0px 5px 0px rgba(238, 238, 238, 0.5) inset, 0px -1px 5px 4px rgba(221, 221, 221, 0.2) inset, 0px 0px 0px 7px #F1F1F1,  0px 0px 1px 8px rgba(241, 241, 241, 0.4), 0px 0px 0px 9px #F1F1F1;
    box-shadow:0px 0px 5px 0px rgba(238, 238, 238, 0.5) inset, 0px -1px 5px 4px rgba(221, 221, 221, 0.2) inset, 0px 0px 0px 7px #F1F1F1,  0px 0px 1px 8px rgba(241, 241, 241, 0.4), 0px 0px 0px 9px #F1F1F1;
    
}
.a-btn:active span:nth-child(3){
    color: #999999;
    text-shadow:0px 1px 1px rgba(255, 255, 255, 0.6);
}
.a-btn.grd-black:active span:nth-child(3) .color-white{
    color: #222222;
}
.a-btn.grd-blue:active span:nth-child(3) .color-white{
    color: #2E8DEF;
}
.a-btn.grd-green:active span:nth-child(3) .color-white{
    color: #00A600;
}
.a-btn.grd-orange:active span:nth-child(3) .color-white{
    color: #DC572E;
}
.a-btn.grd-purple:active span:nth-child(3) .color-white{
    color: #A700AE;
}
.a-btn.grd-purple-dark:active span:nth-child(3) .color-white{
    color: #643EBF;
}
.a-btn.grd-red:active span:nth-child(3) .color-white{
    color: #BF1E4B;
}
.a-btn.grd-sky:active span:nth-child(3) .color-white{
    color: #0A5BC4;
}
.a-btn.grd-teal:active span:nth-child(3) .color-white{
    color: #00A0B1;
}
.a-btn.grd-win8:active span:nth-child(3) .color-white{
    color: #00CCFF;
}



@keyframes rotate{
    0% { transform: scale(1) rotate(0);}
    50% { transform: scale(0.5) rotate(180deg);}
    100% { transform: scale(1) rotate(360deg);}
}
@-webkit-keyframes rotate{
    0% { -webkit-transform: scale(1) rotate(0);}
    50% { -webkit-transform: scale(0.5) rotate(180deg);}
    100% { -webkit-transform: scale(1) rotate(360deg);}
}
@-moz-keyframes rotate{
    0% { -moz-transform: scale(1) rotate(0);}
    50% { -moz-transform: scale(0.5) rotate(180deg);}
    100% { -moz-transform: scale(1) rotate(360deg);}
}


.b-btn{
    padding-left:90px;
    padding-right:105px;
    height:90px;
    display:inline-block;
    position:relative;
    border:1px solid #5d81ab;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float:left;
    margin:10px;
    overflow:hidden;
    -webkit-transition:box-shadow 0.3s ease-in-out;
    -moz-transition:box-shadow 0.3s ease-in-out;
    -o-transition:box-shadow 0.3s ease-in-out;
    transition:box-shadow 0.3s ease-in-out;
}
.b-btn .img{
    position:absolute;
    left:15px;
    top:13px;
    border:none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.b-btn .b-btn-slide-text{
    position:absolute;
    font-size:1.4em;
    font-weight: bold;
    top:18px;
    left:18px;
    text-shadow:0px 1px 1px rgba(0,0,0,0.3);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    opacity:0;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.b-btn-text{
    padding-top:13px;
    display:block;
    font-size:1.2em;
    text-shadow:0px -1px 1px #5d81ab;
}
.b-btn-text small{
    display:block;
    font-size:11px;
    letter-spacing:1px;
}
.b-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:80px;
    border-left:1px solid #5d81ab;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.b-btn-icon-right span{
    width:38px;
    height:31px;
    opacity:0.7;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    border:1px solid rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    text-align: center;
    padding-top: 7px;
}
.b-btn:hover{
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.b-btn:hover .img{
    opacity:0;
}
.b-btn:hover .b-btn-slide-text{
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.b-btn:hover .b-btn-icon-right span{
    opacity:1;
    background-color:#F1F1F1;
    color: #444444;
}
.b-btn:hover .b-btn-icon-right span i{
    color: #444444;
}
.b-btn:active{
    position:relative;
    top:1px;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
}
.b-btn:active .b-btn-icon-right span{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}
/* endanimate button */

/* end interface */

/* chart */
.chart{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.chart-string{
    padding-top: -5px;
    text-align: center;
    border: transparent solid #CDCDCD;
}

/* end chart */


/* login */
.signin-form, signup-form{
    margin-top: 12px;
    font-size: .9em;
}

.signin-form .box-body{
    margin-right: 0px;
    padding-right: 20px;
}

.recover-account{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0px;
}

.term-of-use{
    border: 1px dashed #999;
    color: #999;
    font-size: .8em;
    padding: 5px;
}
.term-of-use > a{
    color: #2E8DEF;
}

.term-of-use > a:hover{
    color: #2E8DEF;
    text-decoration: underline;
}
/* end login */


/* error page */
.error-page{
    margin-top: 60px;
    padding-top: 40px;
    text-align: center;
}

.error-page .error-code{
    font-family: 'Aclonica', serif;
    font-size: 6em;
    line-height: 2em;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.error-page .error-description{
    font-family: 'Aclonica', serif;
    font-size: 1.2em;
    line-height: 2em;
    font-weight: normal;
    text-shadow: 0px 1px 1px #4d4d4d;
}
.error-page .shortcut-group{
    margin-top: 40px;
}
/* end error page */

/* Invoice */
.invoice-container{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.invoice-table{
    margin-top: 20px; 
}

.invoice thead{
    background: #EEEEEE;
    
}
.invoice thead tr th{
    text-align: center;
}

.invoice tfoot tr:first-child{
    background: #EEEEEE;
}
.invoice tfoot tr:first-child th{
    text-align: center;
}
.invoice tfoot tr:last-child{
    font-size: 1.2em;
    font-weight: bold;
}

.invoice tr .right{
    text-align: right;
}

/* end Invoice */

/* gallery */
.gallery, .gallery-controls{
    display: block;
}
.gallery-controls.top{
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #CDCDCD;
}
.gallery-controls.bottom{
    padding: 5px 5px 5px 5px;
    border-top: 1px solid #CDCDCD;
}
.gallery-category ul li{
    font-size: .8em;
}
.gallery-content{
    padding: 20px 20px 20px 10px;
}

.gallery-content ul li{
    position: relative;
}
.thumb