/******************************/


/*  Page Loader with Pace */


/******************************/

.pace-running #bliccaThemes-layout {
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.pace-done #bliccaThemes-layout {
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.pace-inactive {
    visibility: hidden !important;
    opacity: 0!important;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.bt_disable_loader .pace {
    display: none !important;
}

.bt_disable_loader #bliccaThemes-layout {
    opacity: 1 !important;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2000;
    visibility: hidden;
}

.pace .pace-progress {
    transform: translate3d(0px, 0px, 0px) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2001;
}


/* style 1 */

.bt_loader_style_1 .pace {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.bt_loader_style_1 .pace .bt_load_circles {
    position: absolute;
    width: 225px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-left: -113px;
    padding: 11px 12px;
}

.bt_loader_style_1 .pace .bt_load_circle {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    margin: 0 1px;
    float: left;
}

.bt_loader_style_1 .pace-activity {
    width: 225px;
    height: 30px;
    background: #f9f9f9;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -113px;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="0%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="1%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="2%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="3%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="4%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="5%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="6%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="7%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="8%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="9%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="10%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="11%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="12%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="13%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="14%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="15%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="16%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="17%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="18%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="19%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="20%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="21%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="22%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="23%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="24%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="25%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="26%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="27%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="28%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="29%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="30%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="31%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="32%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="33%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="34%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="35%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="36%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="37%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="38%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="39%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="40%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="41%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="42%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="43%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="44%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="45%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="46%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="47%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="48%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="49%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="50%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="51%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="52%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="53%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="54%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="55%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="56%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="57%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="58%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="59%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="60%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="61%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="62%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="63%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="64%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="65%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="66%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="67%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="68%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="69%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="70%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="71%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="72%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="73%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="74%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="75%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="76%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="77%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="78%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="79%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="80%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="81%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="82%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="83%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="84%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="85%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="86%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="87%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="88%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="89%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="90%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="91%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="92%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="93%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="94%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="95%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="96%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="97%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="98%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="99%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress[data-progress-text="100%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_1 .pace .pace-progress:after {
    content: attr(data-progress-text)' Completed';
    display: inline-block;
    position: absolute;
    width: 110px;
    top: 50%;
    left: 50%;
    font-size: 12px;
    margin-left: 121px;
    margin-top: 3px;
}


/* style 2 */

.bt_loader_style_2 .pace {
    visibility: visible;
    background: #f9f9f9;
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.bt_loader_style_2 .pace .bt_load_circles {
    position: absolute;
    width: 566px;
    height: 29px;
    top: 50%;
    left: 50%;
    margin-left: -268px;
    margin-top: 5px;
}

.bt_loader_style_2 .pace .bt_load_circle {
    width: 28px;
    height: 29px;
    background: #fff;
    float: left;
}

.bt_loader_style_2 .pace-activity {
    width: 574px;
    height: 39px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -272px;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="0%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="1%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="2%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="3%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="4%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="5%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="6%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="7%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="8%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="9%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="10%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="11%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="12%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="13%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="14%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="15%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="16%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="17%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="18%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="19%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="20%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="21%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="22%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="23%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="24%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="25%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="26%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="27%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="28%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="29%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="30%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="31%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="32%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="33%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="34%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="35%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="36%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="37%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="38%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="39%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="40%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="41%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="42%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="43%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="44%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="45%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="46%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="47%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="48%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="49%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="50%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="51%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="52%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="53%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="54%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="55%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="56%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="57%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="58%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="59%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="60%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="61%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="62%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="63%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="64%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="65%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="66%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="67%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="68%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="69%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="70%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="71%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="72%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="73%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="74%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="75%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="76%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="77%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="78%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="79%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="80%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="81%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="82%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="83%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="84%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="85%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="86%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="87%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="88%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="89%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="90%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="91%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="92%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="93%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="94%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="95%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="96%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="97%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="98%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="99%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress[data-progress-text="100%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_2 .pace .pace-progress:after {
    content: attr(data-progress-text);
    display: inline-block;
    position: absolute;
    width: 50px;
    top: 50%;
    right: 50%;
    font-size: 16px;
    margin-right: -302px;
    margin-top: 6px;
    height: 39px;
    color: #31aae2;
}


/* style 3 */

.bt_loader_style_3 .pace {
    visibility: visible;
    background: #313131;
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.bt_loader_style_3 .pace .bt_load_circles {
    position: absolute;
    width: 488px;
    height: 11px;
    top: 50%;
    left: 50%;
    margin-left: -244px;
    margin-top: 5px;
}

.bt_loader_style_3 .pace .bt_load_circle {
    width: 24.4px;
    height: 11px;
    background: #2d2d2d;
    float: left;
}

.bt_loader_style_3 .pace .bt_load_circles .bt_load_circle:first-child {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

.bt_loader_style_3 .pace-activity {
    width: 506px;
    height: 21px;
    background: #2d2d2d;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -251px;
    border-radius: 17px;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="0%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="1%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="2%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="3%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="4%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="5%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="6%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="7%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="8%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="9%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="10%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="11%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="12%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="13%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="14%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="15%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="16%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="17%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="18%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="19%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="20%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="21%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="22%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="23%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="24%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="25%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="26%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="27%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="28%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="29%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="30%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="31%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="32%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="33%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="34%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="35%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="36%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="37%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="38%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="39%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="40%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="41%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="42%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="43%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="44%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="45%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="46%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="47%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="48%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="49%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="50%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="51%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="52%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="53%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="54%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="55%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="56%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="57%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="58%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="59%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="60%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="61%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="62%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="63%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="64%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="65%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="66%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="67%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="68%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="69%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="70%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="71%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="72%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="73%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="74%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="75%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="76%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="77%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="78%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="79%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="80%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="81%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="82%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="83%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="84%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="85%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="86%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="87%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="88%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="89%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="90%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="91%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="92%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="93%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="94%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="95%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="96%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="97%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="98%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="99%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress[data-progress-text="100%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_3 .pace .pace-progress:after {
    content: attr(data-progress-text)' Completed';
    display: inline-block;
    position: absolute;
    width: 130px;
    top: 50%;
    right: 50%;
    font-size: 16px;
    margin-top: 28px;
    height: 39px;
    margin-right: -61px;
}

.bt_loader_style_4 .pace {
    visibility: visible;
    background: #f9f9f9;
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.bt_loader_style_4 .pace .bt_load_circles {
    position: absolute;
    width: 274px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin-left: -135px;
    margin-top: 10px;
}

.bt_loader_style_4 .pace .bt_load_circle {
    width: 9.7px;
    height: 22px;
    background: #f1f1f1;
    float: left;
    margin: 0 2px;
}

.bt_loader_style_4 .pace-activity {
    width: 290px;
    height: 42px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -145px;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="0%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="1%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="2%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="3%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="4%"] .bt_load_circles .bt_load_circle:nth-child(-n+2) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="5%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="6%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="7%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="8%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="9%"] .bt_load_circles .bt_load_circle:nth-child(-n+3) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="10%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="11%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="12%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="13%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="14%"] .bt_load_circles .bt_load_circle:nth-child(-n+4) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="15%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="16%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="17%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="18%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="19%"] .bt_load_circles .bt_load_circle:nth-child(-n+5) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="20%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="21%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="22%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="23%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="24%"] .bt_load_circles .bt_load_circle:nth-child(-n+6) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="25%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="26%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="27%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="28%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="29%"] .bt_load_circles .bt_load_circle:nth-child(-n+7) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="30%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="31%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="32%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="33%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="34%"] .bt_load_circles .bt_load_circle:nth-child(-n+8) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="35%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="36%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="37%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="38%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="39%"] .bt_load_circles .bt_load_circle:nth-child(-n+9) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="40%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="41%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="42%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="43%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="44%"] .bt_load_circles .bt_load_circle:nth-child(-n+10) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="45%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="46%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="47%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="48%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="49%"] .bt_load_circles .bt_load_circle:nth-child(-n+11) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="50%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="51%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="52%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="53%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="54%"] .bt_load_circles .bt_load_circle:nth-child(-n+12) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="55%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="56%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="57%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="58%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="59%"] .bt_load_circles .bt_load_circle:nth-child(-n+13) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="60%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="61%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="62%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="63%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="64%"] .bt_load_circles .bt_load_circle:nth-child(-n+14) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="65%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="66%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="67%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="68%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="69%"] .bt_load_circles .bt_load_circle:nth-child(-n+15) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="70%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="71%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="72%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="73%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="74%"] .bt_load_circles .bt_load_circle:nth-child(-n+16) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="75%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="76%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="77%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="78%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="79%"] .bt_load_circles .bt_load_circle:nth-child(-n+17) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="80%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="81%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="82%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="83%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="84%"] .bt_load_circles .bt_load_circle:nth-child(-n+18) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="85%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="86%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="87%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="88%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="89%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="90%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="91%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="92%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="93%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="94%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="95%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="96%"] .bt_load_circles .bt_load_circle:nth-child(-n+19) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="97%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="98%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="99%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress[data-progress-text="100%"] .bt_load_circles .bt_load_circle:nth-child(-n+20) {
    background: #31aae2;
}

.bt_loader_style_4 .pace .pace-progress:after {
    content: 'LOADING!';
    display: inline-block;
    position: absolute;
    width: 94px;
    top: 50%;
    right: 50%;
    font-size: 11px;
    margin-top: 54px;
    height: 39px;
    margin-right: -62px;
    letter-spacing: 2px;
    color: #313131;
}


/* finish */


/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=6ea808494cbfd37cfb81)
 * Config saved to config.json and https://gist.github.com/6ea808494cbfd37cfb81
 */


/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #969595;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #31aae2;
    text-decoration: none
}

a:hover,
a:focus {
    color: #969595;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 312px;
    margin-bottom: 312px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 312px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 30px
}

h2,
.h2 {
    font-size: 24px
}

h3,
.h3 {
    font-size: 20px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 14px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 312px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 19.5px
    }
}

small,
.small {
    font-size: 92%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 155px;
    margin: 624px 0 312px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 312px
}

dt,
dd {
    line-height: 24px
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 312px;
    margin: 0 0 312px;
    font-size: 16.25px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 24px;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 312px;
    font-style: normal;
    line-height: 24px
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 155px 0;
    overflow: hidden;
    background-color: transparent
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 24px;
    color: #969595;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #31aae2;
    background-color: transparent
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #31aae2;
    text-decoration: none;
    outline: 0;
    background-color: transparent
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 24px;
    color: #969595;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #31aae2
}

.nav .nav-divider {
    height: 1px;
    margin: 155px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 24px;
    border: 1px solid transparent;
    border-radius: 0 0 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #31aae2;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.comments-wrapper .media {
    margin-top: 15px
}

.comments-wrapper .media:first-child {
    margin-top: 0
}

.comments-wrapper .media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}


/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=6ea808494cbfd37cfb81)
 * Config saved to config.json and https://gist.github.com/6ea808494cbfd37cfb81
 */


/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
    text-shadow: none
}

.btn:active,
.btn.active {
    background-image: none
}

.btn-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px
}

.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #e0e0e0;
    background-image: none
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px
}

.btn-primary:active,
.btn-primary.active {
    background-color: #265a88;
    border-color: #245580
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #265a88;
    background-image: none
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e
}

.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px
}

.btn-success:active,
.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #419641;
    background-image: none
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9
}

.btn-info:hover,
.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px
}

.btn-info:active,
.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #2aabd2;
    background-image: none
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px
}

.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #eb9316;
    background-image: none
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px
}

.btn-danger:active,
.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #c12e2a;
    background-image: none
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#fff));
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075)
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075)
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25)
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 0
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));
    background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25)
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0
}

@media (max-width:767px) {
    .navbar .navbar-nav .open .dropdown-menu>.active>a,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0) 100%);
        background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0) 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0)
    }
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    border-color: #b2dba1
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    border-color: #9acfea
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    border-color: #f5e79e
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    border-color: #dca7a7
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0)
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.list-group {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    border-color: #2b669a
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
    text-shadow: none
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)
}

.panel-primary>.panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)
}

.panel-success>.panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)
}

.panel-info>.panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)
}

.panel-warning>.panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)
}

.panel-danger>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1)
}