/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */ /* webkit */ /* firefox */
  box-sizing: border-box; /* css3 */
}
.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}
.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}
.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}
.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}
.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}
.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;

    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('select2.png') no-repeat -37px -22px;
    background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}
.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}
.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }
.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}
.select2-results li em {
    background: #feffde;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: transparent;
}
.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
    display: none;
}
.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}
.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    box-shadow: none;
    background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
    color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}
.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}
.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}
.select2-display-none {
    display: none;
}
.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}
[class*="cal-cell"]{float:left;margin-left:0;min-height:1px}
.cal-row-fluid{width:100%;*zoom:1}
.cal-row-fluid:before,.cal-row-fluid:after{display:table;content:"";line-height:0}
.cal-row-fluid:after{clear:both}
.cal-row-fluid [class*="cal-cell"]{display:block;width:100%;box-sizing:border-box;float:left;margin-left:0;*margin-left:-0.05213764337851929%}
.cal-row-fluid [class*="cal-cell"]:first-child{margin-left:0}
.cal-row-fluid .controls-row [class*="cal-cell"]+[class*="cal-cell"]{margin-left:0}
.cal-row-fluid .cal-cell7{width:100%;*width:99.94669509594883%}
.cal-row-fluid .cal-cell6{width:85.71428571428571%;*width:85.66098081023453%}
.cal-row-fluid .cal-cell5{width:71.42857142857142%;*width:71.37526652452024%}
.cal-row-fluid .cal-cell4{width:57.14285714285714%;*width:57.089552238805965%}
.cal-row-fluid .cal-cell3{width:42.857142857142854%;*width:42.80383795309168%}
.cal-row-fluid .cal-cell2{width:28.57142857142857%;*width:28.518123667377395%}
.cal-row-fluid .cal-cell1{width:14.285714285714285%;*width:14.232409381663112%}
.cal-week-box .cal-offset7,.cal-row-fluid .cal-offset7,.cal-row-fluid .cal-offset7:first-child{margin-left:100%;*margin-left:99.89339019189765%}
.cal-week-box .cal-offset6,.cal-row-fluid .cal-offset6,.cal-row-fluid .cal-offset6:first-child{margin-left:85.71428571428571%;*margin-left:85.60767590618336%}
.cal-week-box .cal-offset5,.cal-row-fluid .cal-offset5,.cal-row-fluid .cal-offset5:first-child{margin-left:71.42857142857142%;*margin-left:71.32196162046907%}
.cal-week-box .cal-offset4,.cal-row-fluid .cal-offset4,.cal-row-fluid .cal-offset4:first-child{margin-left:57.14285714285714%;*margin-left:57.03624733475479%}
.cal-week-box .cal-offset3,.cal-row-fluid .cal-offset3,.cal-row-fluid .cal-offset3:first-child{margin-left:42.857142857142854%;*margin-left:42.750533049040506%}
.cal-week-box .cal-offset2,.cal-row-fluid .cal-offset2,.cal-row-fluid .cal-offset2:first-child{margin-left:28.57142857142857%;*margin-left:28.46481876332622%}
.cal-week-box .cal-offset1,.cal-row-fluid .cal-offset1,.cal-row-fluid .cal-offset1:first-child{margin-left:14.285714285714285%;*margin-left:14.17910447761194%}
.cal-row-fluid .cal-cell1{width:14.285714285714285%;*width:14.233576642335766%}
[class*="cal-cell"].hide,.cal-row-fluid [class*="cal-cell"].hide{display:none}
[class*="cal-cell"].pull-right,.cal-row-fluid [class*="cal-cell"].pull-right{float:right}
.cal-row-head [class*="cal-cell"]:first-child,.cal-row-head [class*="cal-cell"]{min-height:auto;overflow:hidden;text-overflow:ellipsis}
.cal-events-num{margin-top:20px}
.cal-month-day{position:relative;display:block;width:100%}
#cal-week-box{position:absolute;width:70px;left:-71px;top:-1px;padding:8px 5px;cursor:pointer}
#cal-day-tick{position:absolute;right:50%;bottom:-21px;padding:0 5px;cursor:pointer;z-index:5;text-align:center;width:26px;margin-right:-17px}
.cal-year-box #cal-day-tick{margin-right:-7px}
#cal-slide-box{position:relative}
#cal-slide-tick{position:absolute;width:16px;margin-left:-7px;height:9px;top:-1px;z-index:1}
#cal-slide-tick.tick-month1{left:12.5%}
#cal-slide-tick.tick-month2{left:37.5%}
#cal-slide-tick.tick-month3{left:62.5%}
#cal-slide-tick.tick-month4{left:87.5%}
#cal-slide-tick.tick-day1{left:7.14285714285715%}
#cal-slide-tick.tick-day2{left:21.42857142857143%}
#cal-slide-tick.tick-day3{left:35.71428571428572%}
#cal-slide-tick.tick-day4{left:50%}
#cal-slide-tick.tick-day5{left:64.2857142857143%}
#cal-slide-tick.tick-day6{left:78.57142857142859%}
#cal-slide-tick.tick-day7{left:92.85714285714285%}
.events-list{position:absolute;bottom:0;left:0;overflow:hidden}
#cal-slide-content ul.unstyled{margin-bottom:0}
.cal-week-box{position:relative}
.cal-week-box [data-event-class]{white-space:nowrap;height:30px;margin:1px 1px;line-height:30px;text-overflow:ellipsis;overflow:hidden;padding-left:10px}
.cal-week-box .cal-column{position:absolute;height:100%;z-index:-1}
.cal-week-box .arrow-before,.cal-week-box .arrow-after{position:relative}
.cal-week-box .arrow-after:after{content:"";position:absolute;top:0;width:0;height:0;right:0;border-top:15px solid #fff;border-left:8px solid;border-bottom:15px solid #fff}
.cal-week-box .arrow-before:before{content:"";position:absolute;top:0;width:0;height:0;left:1px;border-top:15px solid transparent;border-left:8px solid #fff;border-bottom:15px solid transparent}
#cal-day-box{text-wrap:none}
#cal-day-box .cal-day-hour-part{height:30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-bottom:thin dashed #e1e1e1}
#cal-day-box .cal-day-hour .day-highlight{height:30px}
#cal-day-box .cal-hours{font-weight:bolder}
#cal-day-box .cal-day-hour:nth-child(odd){background-color:#fafafa}
#cal-day-box #cal-day-panel{position:relative;padding-left:60px}
#cal-day-box #cal-day-panel-hour{position:absolute;width:100%;margin-left:-60px;z-index:-1}
#cal-day-box .day-event{max-width:200px;overflow:hidden}
#cal-day-box .day-highlight{line-height:30px;padding-left:8px;padding-right:8px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #c3c3c3;margin:1px 1px;overflow:hidden;text-overflow:ellipsis}
#cal-day-box .day-highlight.dh-event-important{border:1px solid #ad2121}
#cal-day-box .day-highlight.dh-event-warning{border:1px solid #e3bc08}
#cal-day-box .day-highlight.dh-event-info{border:1px solid #1e90ff}
#cal-day-box .day-highlight.dh-event-inverse{border:1px solid #1b1b1b}
#cal-day-box .day-highlight.dh-event-success{border:1px solid #006400}
#cal-day-box .day-highlight.dh-event-special{background-color:#ffe6ff;border:1px solid #800080}
.event{display:block;background-color:#c3c3c3;width:12px;height:12px;margin-right:2px;margin-bottom:2px;box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.4);border-radius:8px;border:1px solid #fff}
.event-block{display:block;background-color:#c3c3c3;width:20px;height:100%}
.cal-event-list .event.pull-left{margin-top:3px}
.event-important{background-color:#ad2121}
.event-info{background-color:#1e90ff}
.event-warning{background-color:#e3bc08}
.event-inverse{background-color:#1b1b1b}
.event-success{background-color:#006400}
.event-special{background-color:#800080}
.day-highlight:hover,.day-highlight{background-color:#ddd}
.day-highlight.dh-event-important:hover,.day-highlight.dh-event-important{background-color:#fae3e3}
.day-highlight.dh-event-warning:hover,.day-highlight.dh-event-warning{background-color:#fdf1ba}
.day-highlight.dh-event-info:hover,.day-highlight.dh-event-info{background-color:#d1e8ff}
.day-highlight.dh-event-inverse:hover,.day-highlight.dh-event-inverse{background-color:#c1c1c1}
.day-highlight.dh-event-success:hover,.day-highlight.dh-event-success{background-color:#caffca}
.day-highlight.dh-event-special:hover,.day-highlight.dh-event-special{background-color:#ffe6ff}
.cal-row-head [class*="cal-cell"]:first-child,.cal-row-head [class*="cal-cell"]{font-weight:bolder;text-align:center;border:0 solid;padding:5px 0}
.cal-row-head [class*="cal-cell"] small{font-weight:normal}
.cal-year-box .row-fluid:hover,.cal-row-fluid:hover{background-color:#fafafa}
.cal-month-day{height:100px}
[class*="cal-cell"]:hover{background-color:#ededed}
.cal-year-box [class*="span"],.cal-month-box [class*="cal-cell"]{min-height:100px;border-right:1px solid #e1e1e1;position:relative}
.cal-year-box [class*="span"]{min-height:60px}
.cal-year-box .row-fluid [class*="span"]:last-child,.cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child{border-right:0}
.cal-year-box .row-fluid,.cal-month-box .cal-row-fluid{border-bottom:1px solid #e1e1e1;margin-left:0;margin-right:0}
.cal-year-box .row-fluid:last-child,.cal-month-box .cal-row-fluid:last-child{border-bottom:0}
.cal-month-box,.cal-year-box,.cal-week-box{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-left:1px solid #e1e1e1;border-radius:2px}
span[data-cal-date]{font-size:1.2em;font-weight:normal;opacity:.5;cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;margin-top:15px;margin-right:15px}
span[data-cal-date]:hover{opacity:1}
.cal-day-outmonth span[data-cal-date]{opacity:.1;cursor:default}
.cal-day-today{background-color:#e8fde7}
.cal-day-today span[data-cal-date]{color:darkgreen}
.cal-month-box .cal-day-today span[data-cal-date]{font-size:1.9em}
.cal-day-holiday span[data-cal-date]{color:#800080}
.cal-day-weekend span[data-cal-date]{color:darkred}
#cal-week-box{border:1px solid #e1e1e1;border-right:0;border-radius:5px 0 0 5px;background-color:#fafafa;text-align:right}
#cal-day-tick{border:1px solid #e1e1e1;border-top:0 solid;border-radius:0 0 5px 5px;background-color:#ededed;text-align:center}
#cal-slide-box{border-top:0 solid #8c8c8c}
#cal-slide-content{padding:20px;color:#fff;background-image:url("../img/dark_wood.png");box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.5)}
#cal-slide-tick{background-image:url("../img/tick.png?2")}
#cal-slide-content:hover{background-color:transparent}
#cal-slide-content a.event-item{color:#fff;font-weight:normal;line-height:22px}
.events-list{max-height:47px;padding-left:5px}
.cal-column{border-left:1px solid #e1e1e1}
a.cal-event-week{text-decoration:none;color:#151515}
.badge-important{background-color:#b94a48}
@font-face {
 font-family:Euclid-Circular-B;
 font-style:normal;
 font-weight:300;
 src:url(../fonts/webfonts/EuclidCircularB-Light-WebXL.eot);
 src:local("Euclid-Circular-B-Light"),
 local("Euclid-Circular-B-Light"),
 url(../fonts/webfonts/EuclidCircularB-Light-WebXL.eot?#iefix) format("embedded-opentype"),
 url(../fonts/webfonts/EuclidCircularB-Light-WebXL.woff2) format("woff2"),
 url(../fonts/webfonts/EuclidCircularB-Light-WebXL.woff) format("woff"),
 url(../fonts/webfonts/EuclidCircularB-Light-WebXL.ttf) format("truetype"),
 url("../fonts/webfonts/EuclidCircularB-Light-WebXL.svg#Euclid Circular B") format("svg")
}
@font-face {
 font-family:Euclid-Circular-B;
 font-style:normal;
 font-weight:600;
 src:url(../fonts/webfonts/EuclidCircularB-Semibold-WebXL.eot);
 src:local("Euclid-Circular-B-Semibold"),
 local("Euclid-Circular-B-Semibold"),
 url(../fonts/webfonts/EuclidCircularB-Semibold-WebXL.eot?#iefix) format("embedded-opentype"),
 url(../fonts/webfonts/EuclidCircularB-Semibold-WebXL.woff2) format("woff2"),
 url(../fonts/webfonts/EuclidCircularB-Semibold-WebXL.woff) format("woff"),
 url(../fonts/webfonts/EuclidCircularB-Semibold-WebXL.ttf) format("truetype"),
 url("../fonts/EuclidCircularB-Semibold-WebXL.svg#Euclid Circular B") format("svg")
}
/*
 *
 * == == == == == == == == == == == == == == == == == == == == == == == == == ==
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Themes
 * == == == == == == == == == == == == == == == == == == == == == == == == == ==
 *
 * available classes
 *
 * prefix-bg
 * prefix-bg-hover
 * prefix-color
 *
 */
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .club
 *
 */
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .event
 *
 */
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .mediathek
 *
 */
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .news
 *
 */
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .cta
 *
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  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"] {
  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;
  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;
    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;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/assets/plugins/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot');
  src: url('/assets/plugins/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/plugins/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2') format('woff2'), url('/assets/plugins/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('/assets/plugins/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/plugins/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Euclid-Circular-B", "Helvetica Neue", Helvetica, Arial, sans-serif;;
  font-size: 16px;
  line-height: 1.625;
  color: #8c8f93;
  background-color: #f1f1f1;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #646464;
  text-decoration: none;
}
a:hover, a:focus {
  color: #333;
  text-decoration: underline;
}
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: 1.625;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #d9dadb;
}
.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;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Euclid-Circular-B", Helvetica, Arial, sans-serif;
  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: #d9dadb;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
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: 13px;
  margin-bottom: 13px;
}
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: 54px;
}
h2, .h2 {
  font-size: 36px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 14px;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small, .small {
  font-size: 87%;
}
mark, .mark {
  background-color: #46e6e6;
  padding: 0.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: #d9dadb;
}
.text-primary {
  color: #6432FA;
}
a.text-primary:hover {
  color: #024;
}
.text-success {
  color: #46E6E6;
}
a.text-success:hover {
  color: #bd6b00;
}
.text-info {
  color: #46E6E6;
}
a.text-info:hover {
  color: #31b0d5;
}
.text-warning {
  color: #46e6e6;
}
a.text-warning:hover {
  color: #ec971f;
}
.text-danger {
  color: #e30613;
}
a.text-danger:hover {
  color: #b1050f;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #6432FA;
}
a.bg-primary:hover {
  background-color: #024;
}
.bg-success {
  background-color: #f8f8f8;
}
a.bg-success:hover {
  background-color: #dfdfdf;
}
.bg-info {
  background-color: #fff;
}
a.bg-info:hover {
  background-color: #e6e6e6;
}
.bg-warning {
  background-color: #46e6e6;
}
a.bg-warning:hover {
  background-color: #ec971f;
}
.bg-danger {
  background-color: #f8f8f8;
}
a.bg-danger:hover {
  background-color: #dfdfdf;
}
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #f1f1f1;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 13px;
}
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: 26px;
}
dt, dd {
  line-height: 1.625;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  .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 #d9dadb;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #f1f1f1;
}
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: 1.625;
  color: #d9dadb;
}
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 #f1f1f1;
  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: 26px;
  font-style: normal;
  line-height: 1.625;
}
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: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.625;
  word-break: break-all;
  word-wrap: break-word;
  color: #646464;
  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;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #d9dadb;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.625;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f1f1f1;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #f8f8f8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #ebebeb;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #fff;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #46e6e6;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #46e6e6;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f8f8f8;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebebeb;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #646464;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple], select[size] {
  height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 4px;
  font-size: 16px;
  line-height: 1.625;
  color: #8c8f93;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 3px 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #8c8f93;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9dadb;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #bfcedd;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(191, 206, 221, .6);
}
.form-control::-moz-placeholder {
  color: #d9dadb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #d9dadb;
}
.form-control::-webkit-input-placeholder {
  color: #d9dadb;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f1f1f1;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 46px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], input[type="time"].input-sm, .input-group-sm > input.form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input.form-control[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input.form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"], .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], input[type="time"].input-lg, .input-group-lg > input.form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input.form-control[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input.form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"], .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label, .checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control.form-control-static, .input-group-lg > .input-group-addon.form-control-static, .input-group-lg > .input-group-btn > .btn.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control.form-control-static, .input-group-sm > .input-group-addon.form-control-static, .input-group-sm > .input-group-btn > .btn.form-control-static {
  padding-left: 0;
  padding-right: 0;
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 0;
}
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1.4;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #46E6E6;
}
.has-success .form-control {
  border-color: #46E6E6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #bd6b00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffb657;
}
.has-success .input-group-addon {
  color: #46E6E6;
  border-color: #46E6E6;
  background-color: #f8f8f8;
}
.has-success .form-control-feedback {
  color: #46E6E6;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #46e6e6;
}
.has-warning .form-control {
  border-color: #46e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #ec971f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f8d9ac;
}
.has-warning .input-group-addon {
  color: #46e6e6;
  border-color: #46e6e6;
  background-color: #46e6e6;
}
.has-warning .form-control-feedback {
  color: #46e6e6;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #e30613;
}
.has-error .form-control {
  border-color: #e30613;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #b1050f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fa555e;
}
.has-error .input-group-addon {
  color: #e30613;
  border-color: #e30613;
  background-color: #f8f8f8;
}
.has-error .form-control-feedback {
  color: #e30613;
}
.has-feedback label ~ .form-control-feedback {
  top: 31px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #cecfd1;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 4px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 12.2px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #646464;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #646464;
  background-color: #fff;
  border-color: #d9dadb;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #646464;
  background-color: #e6e6e6;
  border-color: #babbbd;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.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: #fff;
  border-color: #d9dadb;
}
.btn-default .badge {
  color: #fff;
  background-color: #646464;
}
.btn-primary {
  color: #fff;
  background-color: #6432FA;
  border-color: #002f5e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #46E6E6;
  border-color: #001020;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.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: #6432FA;
  border-color: #002f5e;
}
.btn-primary .badge {
  color: #6432FA;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #46E6E6;
  border-color: #d77a00;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #bd6b00;
  border-color: #995700;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.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: #46E6E6;
  border-color: #d77a00;
}
.btn-success .badge {
  color: #46E6E6;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #46E6E6;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.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: #46E6E6;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #46E6E6;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #46e6e6;
  border-color: #46e6e6;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.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: #46e6e6;
  border-color: #46e6e6;
}
.btn-warning .badge {
  color: #46e6e6;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e30613;
  border-color: #ca0511;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b1050f;
  border-color: #8f040c;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.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: #e30613;
  border-color: #ca0511;
}
.btn-danger .badge {
  color: #e30613;
  background-color: #fff;
}
.btn-link {
  color: #646464;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #333;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #d9dadb;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 0;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #f1f1f1;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.625;
  color: #646464;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #4c4c4c;
  background-color: #f1f1f1;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #8c8f93;
  text-decoration: none;
  outline: 0;
  background-color: #f1f1f1;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #d9dadb;
}
.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: 14px;
  line-height: 1.625;
  color: #d9dadb;
  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 solid;
  content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group > .btn-group-lg > .btn + .dropdown-toggle, .btn-group-lg > .btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .btn-group-lg > .dropup .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 3px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #8c8f93;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #d9dadb;
  border-radius: 0;
}
.input-group-addon.input-sm, .input-group-sm > .form-control.input-group-addon, .input-group-sm > .input-group-addon.input-group-addon, .input-group-sm > .input-group-btn > .btn.input-group-addon {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg, .input-group-lg > .form-control.input-group-addon, .input-group-lg > .input-group-addon.input-group-addon, .input-group-lg > .input-group-btn > .btn.input-group-addon {
  padding: 8px 16px;
  font-size: 20px;
  border-radius: 0;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #f1f1f1;
}
.nav > li.disabled > a {
  color: #d9dadb;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #d9dadb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f1f1f1;
  border-color: #646464;
}
.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #d9dadb;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.625;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #fff #fff #d9dadb;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #d9dadb;
  border-bottom-color: transparent;
  cursor: default;
}
.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: #fff;
  background-color: #6432FA;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #8c8f93;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #8c8f93;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 56px;
  margin-bottom: 26px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 20px;
  line-height: 26px;
  height: 56px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 11px;
  margin-bottom: 11px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 26px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .btn.navbar-btn {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .btn.navbar-btn {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #eee;
}
.navbar-default .navbar-brand {
  color: #6432FA;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #024;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #646464;
}
.navbar-default .navbar-nav > li > a {
  color: #6432FA;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #6432FA;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #6432FA;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #d9dadb;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #f1f1f1;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #646464;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #eee;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #6432FA;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #6432FA;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #6432FA;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #6432FA;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #6432FA;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #6432FA;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #d9dadb;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d9dadb;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d9dadb;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d9dadb;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #d9dadb;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #d9dadb;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 26px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: /\00a0;
  padding: 0 5px;
  color: #646464;
}
.breadcrumb > .active {
  color: #6432FA;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 12px;
  line-height: 1.625;
  text-decoration: none;
  color: #646464;
  background-color: #fff;
  border: 1px solid #d9dadb;
  margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #fff;
  background-color: #646464;
  border-color: #d9dadb;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #646464;
  border-color: #d9dadb;
  cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #d9dadb;
  background-color: #fff;
  border-color: #d9dadb;
  cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 8px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 26px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #d9dadb;
  border-radius: 0;
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #646464;
}
.pager .next > a, .pager .next > span {
  float: right;
}
.pager .previous > a, .pager .previous > span {
  float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #d9dadb;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #d9dadb;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #bfc1c2;
}
.label-primary {
  background-color: #6432FA;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #024;
}
.label-success {
  background-color: #46E6E6;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #bd6b00;
}
.label-info {
  background-color: #46E6E6;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #46e6e6;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #e30613;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #b1050f;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #46E6E6;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #646464;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f1f1f1;
}
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d8d8d8;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 26px;
  line-height: 1.625;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #8c8f93;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #646464;
}
.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p, .alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #f8f8f8;
  border-color: transparent;
  color: #46E6E6;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #bd6b00;
}
.alert-info {
  background-color: #fff;
  border-color: #46E6E6;
  color: #46E6E6;
}
.alert-info hr {
  border-top-color: #46b8da;
}
.alert-info .alert-link {
  color: #31b0d5;
}
.alert-warning {
  background-color: #46e6e6;
  border-color: #ee8436;
  color: #46e6e6;
}
.alert-warning hr {
  border-top-color: #ec751f;
}
.alert-warning .alert-link {
  color: #ec971f;
}
.alert-danger {
  background-color: #f8f8f8;
  border-color: transparent;
  color: #e30613;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #b1050f;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  background-color: #f1f1f1;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #6432FA;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar, .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #46E6E6;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #46E6E6;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #46e6e6;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e30613;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media, .media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.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;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f1f1f1;
  color: #d9dadb;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #d9dadb;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #6432FA;
  border-color: #6432FA;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #44a2ff;
}
.list-group-item-success {
  color: #46E6E6;
  background-color: #f8f8f8;
}
a.list-group-item-success {
  color: #46E6E6;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #46E6E6;
  background-color: #ebebeb;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #46E6E6;
  border-color: #46E6E6;
}
.list-group-item-info {
  color: #46E6E6;
  background-color: #fff;
}
a.list-group-item-info {
  color: #46E6E6;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #46E6E6;
  background-color: #f2f2f2;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #46E6E6;
  border-color: #46E6E6;
}
.list-group-item-warning {
  color: #46e6e6;
  background-color: #46e6e6;
}
a.list-group-item-warning {
  color: #46e6e6;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #46e6e6;
  background-color: #46e6e6;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #46e6e6;
  border-color: #46e6e6;
}
.list-group-item-danger {
  color: #e30613;
  background-color: #f8f8f8;
}
a.list-group-item-danger {
  color: #e30613;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #e30613;
  background-color: #ebebeb;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 26px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid #8c8f93;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 26px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #8c8f93;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #8c8f93;
}
.panel-default {
  border-color: #8c8f93;
}
.panel-default > .panel-heading {
  color: #646464;
  background-color: #fff;
  border-color: #8c8f93;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8c8f93;
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #646464;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8c8f93;
}
.panel-primary {
  border-color: #6432FA;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #6432FA;
  border-color: #6432FA;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6432FA;
}
.panel-primary > .panel-heading .badge {
  color: #6432FA;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6432FA;
}
.panel-success {
  border-color: #46E6E6;
}
.panel-success > .panel-heading {
  color: #46E6E6;
  background-color: #f8f8f8;
  border-color: #46E6E6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #46E6E6;
}
.panel-success > .panel-heading .badge {
  color: #f8f8f8;
  background-color: #46E6E6;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #46E6E6;
}
.panel-info {
  border-color: #46E6E6;
}
.panel-info > .panel-heading {
  color: #46E6E6;
  background-color: #fff;
  border-color: #46E6E6;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #46E6E6;
}
.panel-info > .panel-heading .badge {
  color: #fff;
  background-color: #46E6E6;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #46E6E6;
}
.panel-warning {
  border-color: #ee8436;
}
.panel-warning > .panel-heading {
  color: #46e6e6;
  background-color: #46e6e6;
  border-color: #ee8436;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ee8436;
}
.panel-warning > .panel-heading .badge {
  color: #46e6e6;
  background-color: #46e6e6;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ee8436;
}
.panel-danger {
  border-color: #e30613;
}
.panel-danger > .panel-heading {
  color: #e30613;
  background-color: #f8f8f8;
  border-color: #e30613;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e30613;
}
.panel-danger > .panel-heading .badge {
  color: #f8f8f8;
  background-color: #e30613;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e30613;
}
.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.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.625px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.625;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #646464;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #646464;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #646464;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #646464;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #646464;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #646464;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #646464;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #646464;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #646464;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.625;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #8c8f93;
  text-align: center;
  text-shadow: none;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #8c8f93;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
.checkbox input[type="checkbox"] + label {
  margin-left: 20px;
}
.checkbox input[type="checkbox"] + label, .checkbox label .checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.checkbox input[type="checkbox"] + label::before, .checkbox label .checkbox-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  margin-left: -20px;
  border: 0 solid transparent;
  border-radius: 0;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox input[type="checkbox"] + label::after, .checkbox label .checkbox-label::after {
  content: '\e154';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  color: inherit;
  font-family: 'Glyphicon';
  font-size: inherit;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="checkbox"]:focus + .checkbox-label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::before, .checkbox input[type="checkbox"]:checked + .checkbox-label::before {
  background-color: transparent;
}
.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="checkbox"]:checked + .checkbox-label::after {
  content: '\e153';
  color: #6432FA;
}
.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="checkbox"]:disabled + .checkbox-label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="checkbox"]:disabled + .checkbox-label::before {
  background-color: #f1f1f1;
  cursor: not-allowed;
}
.checkbox.checkbox-circle input[type="checkbox"] + label::before, .checkbox.checkbox-circle label .checkbox-label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
  padding-left: 0;
}
.checkbox .checkbox-fake {
  padding-left: 20px;
}
.checkbox .checkbox-fake .checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.checkbox .checkbox-fake .checkbox-label .fa {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  margin-left: -20px;
  border: 0 solid transparent;
  border-radius: 0;
  background-color: transparent;
  font-size: inherit;
  line-height: 18px;
  text-align: center;
}
.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="checkbox"]:checked + label .checkbox-label::before {
  background-color: #6432FA;
  border-color: #6432FA;
}
.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="checkbox"]:checked + label .checkbox-label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before, .checkbox-danger input[type="checkbox"]:checked + label .checkbox-label::before {
  background-color: #e30613;
  border-color: #e30613;
}
.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox-danger input[type="checkbox"]:checked + label .checkbox-label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before, .checkbox-info input[type="checkbox"]:checked + label .checkbox-label::before {
  background-color: #46E6E6;
  border-color: #46E6E6;
}
.checkbox-info input[type="checkbox"]:checked + label::after, .checkbox-info input[type="checkbox"]:checked + label .checkbox-label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="checkbox"]:checked + label .checkbox-label::before {
  background-color: #46e6e6;
  border-color: #46e6e6;
}
.checkbox-warning input[type="checkbox"]:checked + label::after, .checkbox-warning input[type="checkbox"]:checked + label .checkbox-label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="checkbox"]:checked + label .checkbox-label::before {
  background-color: #46E6E6;
  border-color: #46E6E6;
}
.checkbox-success input[type="checkbox"]:checked + label::after, .checkbox-success input[type="checkbox"]:checked + label .checkbox-label::after {
  color: #fff;
}
.radio input[type="radio"] + label {
  margin-left: 20px;
}
.radio input[type="radio"] + label, .radio .radio-label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  /*
 &::after {
 display: inline-block;
 position: absolute;
 content: " ";
 width: ($bcr-radio-width - 8);
 height: ($bcr-radio-width - 8);
 top: 5px;
 left: 4px;
 //margin-top: ceil((-($bcr-radio-width - 6) / 2));
 margin-left: -20px;
 border-radius: 50%;
 background-color: $bcr-radio-checked-background-color;
 @include scale(0, 0);
 @include transition-transform(.1s cubic-bezier(.8,-0.33,.2,1.33));
 //curve - http://cubic-bezier.com/#.8,-0.33,.2,1.33
 }
 */
}
.radio input[type="radio"] + label::before, .radio .radio-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 0;
  margin-left: -20px;
  border: 0 solid transparent;
  border-radius: 0;
  background-color: transparent;
  transition: border 0.15s ease-in-out;
}
.radio input[type="radio"] + label::after, .radio .radio-label::after {
  content: '\e170';
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  margin-left: -20px;
  padding-top: 1px;
  color: inherit;
  font-family: 'Glyphicon';
  font-size: inherit;
}
.radio input[type="radio"] {
  opacity: 0;
  /*
 &:checked + label::after, 
 &:checked + .radio-label::after {
 @include scale(1, 1);
 }
 */
}
.radio input[type="radio"]:focus + label::before, .radio input[type="radio"]:focus + .radio-label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::before, .radio input[type="radio"]:checked + .radio-label::before {
  background-color: transparent;
}
.radio input[type="radio"]:checked + label::after, .radio input[type="radio"]:checked + .radio-label::after {
  content: '\e170';
  color: #6432FA;
}
.radio input[type="radio"]:disabled + label, .radio input[type="radio"]:disabled + .radio-label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before, .radio input[type="radio"]:disabled + .radio-label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
  padding-left: 0;
}
.radio-primary input[type="radio"] + label::after, .radio-primary input[type="radio"] + .radio-label::after {
  background-color: #6432FA;
}
.radio-primary input[type="radio"]:checked + label::before, .radio-primary input[type="radio"]:checked + .radio-label::before {
  border-color: #6432FA;
}
.radio-primary input[type="radio"]:checked + label::after, .radio-primary input[type="radio"]:checked + .radio-label::after {
  background-color: #6432FA;
}
.radio-danger input[type="radio"] + label::after, .radio-danger input[type="radio"] + .radio-label::after {
  background-color: #e30613;
}
.radio-danger input[type="radio"]:checked + label::before, .radio-danger input[type="radio"]:checked + .radio-label::before {
  border-color: #e30613;
}
.radio-danger input[type="radio"]:checked + label::after, .radio-danger input[type="radio"]:checked + .radio-label::after {
  background-color: #e30613;
}
.radio-info input[type="radio"] + label::after, .radio-info input[type="radio"] + .radio-label::after {
  background-color: #46E6E6;
}
.radio-info input[type="radio"]:checked + label::before, .radio-info input[type="radio"]:checked + .radio-label::before {
  border-color: #46E6E6;
}
.radio-info input[type="radio"]:checked + label::after, .radio-info input[type="radio"]:checked + .radio-label::after {
  background-color: #46E6E6;
}
.radio-warning input[type="radio"] + label::after, .radio-warning input[type="radio"] + .radio-label::after {
  background-color: #46e6e6;
}
.radio-warning input[type="radio"]:checked + label::before, .radio-warning input[type="radio"]:checked + .radio-label::before {
  border-color: #46e6e6;
}
.radio-warning input[type="radio"]:checked + label::after, .radio-warning input[type="radio"]:checked + .radio-label::after {
  background-color: #46e6e6;
}
.radio-success input[type="radio"] + label::after, .radio-success input[type="radio"] + .radio-label::after {
  background-color: #46E6E6;
}
.radio-success input[type="radio"]:checked + label::before, .radio-success input[type="radio"]:checked + .radio-label::before {
  border-color: #46E6E6;
}
.radio-success input[type="radio"]:checked + label::after, .radio-success input[type="radio"]:checked + .radio-label::after {
  background-color: #46E6E6;
}
/*
 $gi-var-glass:"\E001";
 $gi-var-leaf:"\E002";
 $gi-var-dog:"\E003";
 $gi-var-user:"\E004";
 $gi-var-girl:"\E005";
 $gi-var-car:"\E006";
 $gi-var-user-add:"\E007";
 $gi-var-user-remove:"\E008";
 $gi-var-film:"\E009";
 $gi-var-magic:"\E010";
 $gi-var-envelope:"\2709";
 $gi-var-camera:"\E011";
 $gi-var-heart:"\E013";
 $gi-var-beach-umbrella:"\E014";
 $gi-var-train:"\E015";
 $gi-var-print:"\E016";
 $gi-var-bin:"\E017";
 $gi-var-music:"\E018";
 $gi-var-note:"\E019";
 $gi-var-heart-empty:"\E020";
 $gi-var-home:"\E021";
 $gi-var-snowflake:"\2744";
 $gi-var-fire:"\E023";
 $gi-var-magnet:"\E024";
 $gi-var-parents:"\E025";
 $gi-var-binoculars:"\E026";
 $gi-var-road:"\E027";
 $gi-var-search:"\E028";
 $gi-var-cars:"\E029";
 $gi-var-notes-2:"\E030";
 $gi-var-pencil:"\270F";
 $gi-var-bus:"\E032";
 $gi-var-wifi-alt:"\E033";
 $gi-var-luggage:"\E034";
 $gi-var-old-man:"\E035";
 $gi-var-woman:"\E036";
 $gi-var-file:"\E037";
 $gi-var-coins:"\E038";
 $gi-var-airplane:"\2708";
 $gi-var-notes:"\E040";
 $gi-var-stats:"\E041";
 $gi-var-charts:"\E042";
 $gi-var-pie-chart:"\E043";
 $gi-var-group:"\E044";
 $gi-var-keys:"\E045";
 $gi-var-calendar:"\E046";
 $gi-var-router:"\E047";
 $gi-var-camera-small:"\E048";
 $gi-var-dislikes:"\E049";
 $gi-var-star:"\E050";
 $gi-var-link:"\E051";
 $gi-var-eye-open:"\E052";
 $gi-var-eye-close:"\E053";
 $gi-var-alarm:"\E054";
 $gi-var-clock:"\E055";
 $gi-var-stopwatch:"\E056";
 $gi-var-projector:"\E057";
 $gi-var-history:"\E058";
 $gi-var-truck:"\E059";
 $gi-var-cargo:"\E060";
 $gi-var-compass:"\E061";
 $gi-var-keynote:"\E062";
 $gi-var-paperclip:"\E063";
 $gi-var-power:"\E064";
 $gi-var-lightbulb:"\E065";
 $gi-var-tag:"\E066";
 $gi-var-tags:"\E067";
 $gi-var-cleaning:"\E068";
 $gi-var-ruller:"\E069";
 $gi-var-gift:"\E070";
 $gi-var-umbrella:"\2602";
 $gi-var-book:"\E072";
 $gi-var-bookmark:"\E073";
 $gi-var-wifi:"\E074";
 $gi-var-cup:"\E075";
 $gi-var-stroller:"\E076";
 $gi-var-headphones:"\E077";
 $gi-var-headset:"\E078";
 $gi-var-warning-sign:"\E079";
 $gi-var-signal:"\E080";
 $gi-var-retweet:"\E081";
 $gi-var-refresh:"\E082";
 $gi-var-roundabout:"\E083";
 $gi-var-random:"\E084";
 $gi-var-heat:"\E085";
 $gi-var-repeat:"\E086";
 $gi-var-display:"\E087";
 $gi-var-log-book:"\E088";
 $gi-var-address-book:"\E089";
 $gi-var-building:"\E090";
 $gi-var-eyedropper:"\E091";
 $gi-var-adjust:"\E092";
 $gi-var-tint:"\E093";
 $gi-var-crop:"\E094";
 $gi-var-vector-path-square:"\E095";
 $gi-var-vector-path-circle:"\E096";
 $gi-var-vector-path-polygon:"\E097";
 $gi-var-vector-path-line:"\E098";
 $gi-var-vector-path-curve:"\E099";
 $gi-var-vector-path-all:"\E100";
 $gi-var-font:"\E101";
 $gi-var-italic:"\E102";
 $gi-var-bold:"\E103";
 $gi-var-text-underline:"\E104";
 $gi-var-text-strike:"\E105";
 $gi-var-text-height:"\E106";
 $gi-var-text-width:"\E107";
 $gi-var-text-resize:"\E108";
 $gi-var-left-indent:"\E109";
 $gi-var-right-indent:"\E110";
 $gi-var-align-left:"\E111";
 $gi-var-align-center:"\E112";
 $gi-var-align-right:"\E113";
 $gi-var-justify:"\E114";
 $gi-var-list:"\E115";
 $gi-var-text-smaller:"\E116";
 $gi-var-text-bigger:"\E117";
 $gi-var-embed:"\E118";
 $gi-var-embed-close:"\E119";
 $gi-var-table:"\E120";
 $gi-var-message-full:"\E121";
 $gi-var-message-empty:"\E122";
 $gi-var-message-in:"\E123";
 $gi-var-message-out:"\E124";
 $gi-var-message-plus:"\E125";
 $gi-var-message-minus:"\E126";
 $gi-var-message-ban:"\E127";
 $gi-var-message-flag:"\E128";
 $gi-var-message-lock:"\E129";
 $gi-var-message-new:"\E130";
 $gi-var-inbox:"\E131";
 $gi-var-inbox-plus:"\E132";
 $gi-var-inbox-minus:"\E133";
 $gi-var-inbox-lock:"\E134";
 $gi-var-inbox-in:"\E135";
 $gi-var-inbox-out:"\E136";
 $gi-var-cogwheel:"\E137";
 $gi-var-cogwheels:"\E138";
 $gi-var-picture:"\E139";
 $gi-var-adjust-alt:"\E140";
 $gi-var-database-lock:"\E141";
 $gi-var-database-plus:"\E142";
 $gi-var-database-minus:"\E143";
 $gi-var-database-ban:"\E144";
 $gi-var-folder-open:"\E145";
 $gi-var-folder-plus:"\E146";
 $gi-var-folder-minus:"\E147";
 $gi-var-folder-lock:"\E148";
 $gi-var-folder-flag:"\E149";
 $gi-var-folder-new:"\E150";
 $gi-var-edit:"\E151";
 $gi-var-new-window:"\E152";
 $gi-var-check:"\E153";
 $gi-var-unchecked:"\E154";
 $gi-var-more-windows:"\E155";
 $gi-var-show-big-thumbnails:"\E156";
 $gi-var-show-thumbnails:"\E157";
 $gi-var-show-thumbnails-with-lines:"\E158";
 $gi-var-show-lines:"\E159";
 $gi-var-playlist:"\E160";
 $gi-var-imac:"\E161";
 $gi-var-macbook:"\E162";
 $gi-var-ipad:"\E163";
 $gi-var-iphone:"\E164";
 $gi-var-iphone-transfer:"\E165";
 $gi-var-iphone-exchange:"\E166";
 $gi-var-ipod:"\E167";
 $gi-var-ipod-shuffle:"\E168";
 $gi-var-ear-plugs:"\E169";
 $gi-var-record:"\E170";
 $gi-var-step-backward:"\E171";
 $gi-var-fast-backward:"\E172";
 $gi-var-rewind:"\E173";
 $gi-var-play:"\E174";
 $gi-var-pause:"\E175";
 $gi-var-stop:"\E176";
 $gi-var-forward:"\E177";
 $gi-var-fast-forward:"\E178";
 $gi-var-step-forward:"\E179";
 $gi-var-eject:"\E180";
 $gi-var-facetime-video:"\E181";
 $gi-var-download-alt:"\E182";
 $gi-var-mute:"\E183";
 $gi-var-volume-down:"\E184";
 $gi-var-volume-up:"\E185";
 $gi-var-screenshot:"\E186";
 $gi-var-move:"\E187";
 $gi-var-more:"\E188";
 $gi-var-brightness-reduce:"\E189";
 $gi-var-brightness-increase:"\E190";
 $gi-var-circle-plus:"\E191";
 $gi-var-circle-minus:"\E192";
 $gi-var-circle-remove:"\E193";
 $gi-var-circle-ok:"\E194";
 $gi-var-circle-question-mark:"\E195";
 $gi-var-circle-info:"\E196";
 $gi-var-circle-exclamation-mark:"\E197";
 $gi-var-remove:"\E198";
 $gi-var-ok:"\E199";
 $gi-var-ban:"\E200";
 $gi-var-download:"\E201";
 $gi-var-upload:"\E202";
 $gi-var-shopping-cart:"\E203";
 $gi-var-lock:"\E204";
 $gi-var-unlock:"\E205";
 $gi-var-electricity:"\E206";
 $gi-var-ok-2:"\E207";
 $gi-var-remove-2:"\E208";
 $gi-var-cart-out:"\E209";
 $gi-var-cart-in:"\E210";
 $gi-var-left-arrow:"\E211";
 $gi-var-right-arrow:"\E212";
 $gi-var-down-arrow:"\E213";
 $gi-var-up-arrow:"\E214";
 $gi-var-resize-small:"\E215";
 $gi-var-resize-full:"\E216";
 $gi-var-circle-arrow-left:"\E217";
 $gi-var-circle-arrow-right:"\E218";
 $gi-var-circle-arrow-top:"\E219";
 $gi-var-circle-arrow-down:"\E220";
 $gi-var-play-button:"\E221";
 $gi-var-unshare:"\E222";
 $gi-var-share:"\E223";
 $gi-var-chevron-right:"\E224";
 $gi-var-chevron-left:"\E225";
 $gi-var-bluetooth:"\E226";
 $gi-var-euro:"\20AC";
 $gi-var-usd:"\E228";
 $gi-var-gbp:"\E229";
 $gi-var-retweet-2:"\E230";
 $gi-var-moon:"\E231";
 $gi-var-sun:"\2609";
 $gi-var-cloud:"\2601";
 $gi-var-direction:"\E234";
 $gi-var-brush:"\E235";
 $gi-var-pen:"\E236";
 $gi-var-zoom-in:"\E237";
 $gi-var-zoom-out:"\E238";
 $gi-var-pin:"\E239";
 $gi-var-albums:"\E240";
 $gi-var-rotation-lock:"\E241";
 $gi-var-flash:"\E242";
 $gi-var-google-maps:"\E243";
 $gi-var-anchor:"\2693";
 $gi-var-conversation:"\E245";
 $gi-var-chat:"\E246";
 $gi-var-male:"\E247";
 $gi-var-female:"\E248";
 $gi-var-asterisk:"\002A";
 $gi-var-divide:"\00F7";
 $gi-var-snorkel-diving:"\E251";
 $gi-var-scuba-diving:"\E252";
 $gi-var-oxygen-bottle:"\E253";
 $gi-var-fins:"\E254";
 $gi-var-fishes:"\E255";
 $gi-var-boat:"\E256";
 $gi-var-delete:"\E257";
 $gi-var-sheriffs-star:"\E258";
 $gi-var-qrcode:"\E259";
 $gi-var-barcode:"\E260";
 $gi-var-pool:"\E261";
 $gi-var-buoy:"\E262";
 $gi-var-spade:"\E263";
 $gi-var-bank:"\E264";
 $gi-var-vcard:"\E265";
 $gi-var-electrical-plug:"\E266";
 $gi-var-flag:"\E267";
 $gi-var-credit-card:"\E268";
 $gi-var-keyboard-wireless:"\E269";
 $gi-var-keyboard-wired:"\E270";
 $gi-var-shield:"\E271";
 $gi-var-ring:"\02DA";
 $gi-var-cake:"\E273";
 $gi-var-drink:"\E274";
 $gi-var-beer:"\E275";
 $gi-var-fast-food:"\E276";
 $gi-var-cutlery:"\E277";
 $gi-var-pizza:"\E278";
 $gi-var-birthday-cake:"\E279";
 $gi-var-tablet:"\E280";
 $gi-var-settings:"\E281";
 $gi-var-bullets:"\E282";
 $gi-var-cardio:"\E283";
 $gi-var-t-shirt:"\E284";
 $gi-var-pants:"\E285";
 $gi-var-sweater:"\E286";
 $gi-var-fabric:"\E287";
 $gi-var-leather:"\E288";
 $gi-var-scissors:"\E289";
 $gi-var-bomb:"\E290";
 $gi-var-skull:"\E291";
 $gi-var-celebration:"\E292";
 $gi-var-tea-kettle:"\E293";
 $gi-var-french-press:"\E294";
 $gi-var-coffee-cup:"\E295";
 $gi-var-pot:"\E296";
 $gi-var-grater:"\E297";
 $gi-var-kettle:"\E298";
 $gi-var-hospital:"\E299";
 $gi-var-hospital-h:"\E300";
 $gi-var-microphone:"\E301";
 $gi-var-webcam:"\E302";
 $gi-var-temple-christianity-church:"\E303";
 $gi-var-temple-islam:"\E304";
 $gi-var-temple-hindu:"\E305";
 $gi-var-temple-buddhist:"\E306";
 $gi-var-bicycle:"\E307";
 $gi-var-life-preserver:"\E308";
 $gi-var-share-alt:"\E309";
 $gi-var-comments:"\E310";
 $gi-var-flower:"\2698";
 $gi-var-baseball:"\26BE";
 $gi-var-rugby:"\E313";
 $gi-var-ax:"\E314";
 $gi-var-table-tennis:"\E315";
 $gi-var-bowling:"\E316";
 $gi-var-tree-conifer:"\E317";
 $gi-var-tree-deciduous:"\E318";
 $gi-var-more-items:"\E319";
 $gi-var-sort:"\E320";
 $gi-var-filter:"\E321";
 $gi-var-gamepad:"\E322";
 $gi-var-playing-dices:"\E323";
 $gi-var-calculator:"\E324";
 $gi-var-tie:"\E325";
 $gi-var-wallet:"\E326";
 $gi-var-piano:"\E327";
 $gi-var-sampler:"\E328";
 $gi-var-podium:"\E329";
 $gi-var-soccer-ball:"\E330";
 $gi-var-blog:"\E331";
 $gi-var-dashboard:"\E332";
 $gi-var-certificate:"\E333";
 $gi-var-bell:"\E334";
 $gi-var-candle:"\E335";
 $gi-var-pushpin:"\E336";
 $gi-var-iphone-shake:"\E337";
 $gi-var-pin-flag:"\E338";
 $gi-var-turtle:"\E339";
 $gi-var-rabbit:"\E340";
 $gi-var-globe:"\E341";
 $gi-var-briefcase:"\E342";
 $gi-var-hdd:"\E343";
 $gi-var-thumbs-up:"\E344";
 $gi-var-thumbs-down:"\E345";
 $gi-var-hand-right:"\E346";
 $gi-var-hand-left:"\E347";
 $gi-var-hand-up:"\E348";
 $gi-var-hand-down:"\E349";
 $gi-var-fullscreen:"\E350";
 $gi-var-shopping-bag:"\E351";
 $gi-var-book-open:"\E352";
 $gi-var-nameplate:"\E353";
 $gi-var-nameplate-alt:"\E354";
 $gi-var-vases:"\E355";
 $gi-var-bullhorn:"\E356";
 $gi-var-dumbbell:"\E357";
 $gi-var-suitcase:"\E358";
 $gi-var-file-import:"\E359";
 $gi-var-file-export:"\E360";
 $gi-var-bug:"\E361";
 $gi-var-crown:"\E362";
 $gi-var-smoking:"\E363";
 $gi-var-cloud-download:"\E364";
 $gi-var-cloud-upload:"\E365";
 $gi-var-restart:"\E366";
 $gi-var-security-camera:"\E367";
 $gi-var-expand:"\E368";
 $gi-var-collapse:"\E369";
 $gi-var-collapse-top:"\E370";
 $gi-var-globe-af:"\E371";
 $gi-var-global:"\E372";
 $gi-var-spray:"\E373";
 $gi-var-nails:"\E374";
 $gi-var-claw-hammer:"\E375";
 $gi-var-classic-hammer:"\E376";
 $gi-var-hand-saw:"\E377";
 $gi-var-riflescope:"\E378";
 $gi-var-electrical-socket-eu:"\E379";
 $gi-var-electrical-socket-us:"\E380";
 $gi-var-message-forward:"\E381";
 $gi-var-coat-hanger:"\E382";
 $gi-var-dress:"\E383";
 $gi-var-bathrobe:"\E384";
 $gi-var-shirt:"\E385";
 $gi-var-underwear:"\E386";
 $gi-var-log-in:"\E387";
 $gi-var-log-out:"\E388";
 $gi-var-exit:"\E389";
 $gi-var-new-window-alt:"\E390";
 $gi-var-video-sd:"\E391";
 $gi-var-video-hd:"\E392";
 $gi-var-subtitles:"\E393";
 $gi-var-sound-stereo:"\E394";
 $gi-var-sound-dolby:"\E395";
 $gi-var-sound-5-1:"\E396";
 $gi-var-sound-6-1:"\E397";
 $gi-var-sound-7-1:"\E398";
 $gi-var-copyright-mark:"\E399";
 $gi-var-registration-mark:"\E400";
 $gi-var-radar:"\E401";
 $gi-var-skateboard:"\E402";
 $gi-var-golf-course:"\E403";
 $gi-var-sorting:"\E404";
 $gi-var-sort-by-alphabet:"\E405";
 $gi-var-sort-by-alphabet-alt:"\E406";
 $gi-var-sort-by-order:"\E407";
 $gi-var-sort-by-order-alt:"\E408";
 $gi-var-sort-by-attributes:"\E409";
 $gi-var-sort-by-attributes-alt:"\E410";
 $gi-var-compressed:"\E411";
 $gi-var-package:"\E412";
 $gi-var-cloud-plus:"\E413";
 $gi-var-cloud-minus:"\E414";
 $gi-var-disk-save:"\E415";
 $gi-var-disk-open:"\E416";
 $gi-var-disk-saved:"\E417";
 $gi-var-disk-remove:"\E418";
 $gi-var-disk-import:"\E419";
 $gi-var-disk-export:"\E420";
 $gi-var-tower:"\E421";
 $gi-var-send:"\E422";
 $gi-var-git-branch:"\E423";
 $gi-var-git-create:"\E424";
 $gi-var-git-private:"\E425";
 $gi-var-git-delete:"\E426";
 $gi-var-git-merge:"\E427";
 $gi-var-git-pull-request:"\E428";
 $gi-var-git-compare:"\E429";
 $gi-var-git-commit:"\E430";
 $gi-var-construction-cone:"\E431";
 $gi-var-shoe-steps:"\E432";
 $gi-var-plus:"\002B";
 $gi-var-minus:"\2212";
 $gi-var-redo:"\E435";
 $gi-var-undo:"\E436";
 $gi-var-golf:"\E437";
 $gi-var-hockey:"\E438";
 $gi-var-pipe:"\E439";
 $gi-var-wrench:"\E440";
 $gi-var-folder-closed:"\E441";
 $gi-var-phone-alt:"\E442";
 $gi-var-earphone:"\E443";
 $gi-var-floppy-disk:"\E444";
 $gi-var-floppy-saved:"\E445";
 $gi-var-floppy-remove:"\E446";
 $gi-var-floppy-save:"\E447";
 $gi-var-floppy-open:"\E448";
 $gi-var-translate:"\E449";
 $gi-var-fax:"\E450";
 $gi-var-factory:"\E451";
 $gi-var-shop-window:"\E452";
 $gi-var-shop:"\E453";
 $gi-var-kiosk:"\E454";
 $gi-var-kiosk-wheels:"\E455";
 $gi-var-kiosk-light:"\E456";
 $gi-var-kiosk-food:"\E457";
 $gi-var-transfer:"\E458";
 $gi-var-money:"\E459";
 $gi-var-header:"\E460";
 $gi-var-blacksmith:"\E461";
 $gi-var-saw-blade:"\E462";
 $gi-var-basketball:"\E463";
 $gi-var-server:"\E464";
 $gi-var-server-plus:"\E465";
 $gi-var-server-minus:"\E466";
 $gi-var-server-ban:"\E467";
 $gi-var-server-flag:"\E468";
 $gi-var-server-lock:"\E469";
 $gi-var-server-new:"\E470";
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Glyphicon';
  src: url('../plugins/glyphicons/fonts/glyphicons-regular.eot?v=1.8.1');
  src: url('../plugins/glyphicons/fonts/glyphicons-regular.eot?#iefix&v=1.8.1') format('embedded-opentype'), url('../plugins/glyphicons/fonts/glyphicons-regular.woff?v=1.8.1') format('woff'), url('../plugins/glyphicons/fonts/glyphicons-regular.ttf?v=1.8.1') format('truetype'), url('../plugins/glyphicons/fonts/glyphicons-regular.svg?v=1.8.1#glyphiconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.gi {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal normal 24px/1em Glyphicon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gi:before {
  vertical-align: middle;
}
/*
 display: inline-block;
 position: relative;
 padding-left:48px;
 color: #1d1d1b;
 text-decoration: none;
 *display: inline;
 *zoom: 1;
 vertical-align:middle;
 &:before{
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
 margin:0 5px 0 0;
 font: 24px/1em 'Glyphicons Regular';
 font-style: normal;
 font-weight: normal;
 color: #1d1d1b;
 *display: inline;
 *zoom: 1;
 vertical-align:middle;
 text-transform:none;
 -webkit-font-smoothing: antialiased;
 */
/* makes the font 33% larger relative to the icon container */
.gi-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.gi-2x {
  font-size: 2em;
}
.gi-3x {
  font-size: 3em;
}
.gi-4x {
  font-size: 4em;
}
.gi-5x {
  font-size: 5em;
}
.gi-fw {
  width: 1.2857142857em;
  text-align: center;
}
.gi-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.gi-ul > li {
  position: relative;
}
.gi-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.gi-li.gi-lg {
  left: -1.8571428571em;
}
.gi-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.gi.pull-left {
  margin-right: 0.3em;
}
.gi.pull-right {
  margin-left: 0.3em;
}
.gi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.gi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.gi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.gi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.gi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}
.gi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}
:root .gi-rotate-90, :root .gi-rotate-180, :root .gi-rotate-270, :root .gi-flip-horizontal, :root .gi-flip-vertical {
  filter: none;
}
.gi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.gi-stack-1x, .gi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.gi-stack-1x {
  line-height: inherit;
}
.gi-stack-2x {
  font-size: 2em;
}
.gi-inverse {
  color: #fff;
}
.gi-glass:before {
  content: "\E001";
}
.gi-leaf:before {
  content: "\E002";
}
.gi-dog:before {
  content: "\E003";
}
.gi-user:before {
  content: "\E004";
}
.gi-girl:before {
  content: "\E005";
}
.gi-car:before {
  content: "\E006";
}
.gi-user-add:before {
  content: "\E007";
}
.gi-user-remove:before {
  content: "\E008";
}
.gi-film:before {
  content: "\E009";
}
.gi-magic:before {
  content: "\E010";
}
.gi-envelope:before {
  content: "\2709";
}
.gi-camera:before {
  content: "\E011";
}
.gi-heart:before {
  content: "\E013";
}
.gi-beach-umbrella:before {
  content: "\E014";
}
.gi-train:before {
  content: "\E015";
}
.gi-print:before {
  content: "\E016";
}
.gi-bin:before {
  content: "\E017";
}
.gi-music:before {
  content: "\E018";
}
.gi-note:before {
  content: "\E019";
}
.gi-heart-empty:before {
  content: "\E020";
}
.gi-home:before {
  content: "\E021";
}
.gi-snowflake:before {
  content: "\2744";
}
.gi-fire:before {
  content: "\E023";
}
.gi-magnet:before {
  content: "\E024";
}
.gi-parents:before {
  content: "\E025";
}
.gi-binoculars:before {
  content: "\E026";
}
.gi-road:before {
  content: "\E027";
}
.gi-search:before {
  content: "\E028";
}
.gi-cars:before {
  content: "\E029";
}
.gi-notes-2:before {
  content: "\E030";
}
.gi-pencil:before {
  content: "\270F";
}
.gi-bus:before {
  content: "\E032";
}
.gi-wifi-alt:before {
  content: "\E033";
}
.gi-luggage:before {
  content: "\E034";
}
.gi-old-man:before {
  content: "\E035";
}
.gi-woman:before {
  content: "\E036";
}
.gi-file:before {
  content: "\E037";
}
.gi-coins:before {
  content: "\E038";
}
.gi-airplane:before {
  content: "\2708";
}
.gi-notes:before {
  content: "\E040";
}
.gi-stats:before {
  content: "\E041";
}
.gi-charts:before {
  content: "\E042";
}
.gi-pie-chart:before {
  content: "\E043";
}
.gi-group:before {
  content: "\E044";
}
.gi-keys:before {
  content: "\E045";
}
.gi-calendar:before {
  content: "\E046";
}
.gi-router:before {
  content: "\E047";
}
.gi-camera-small:before {
  content: "\E048";
}
.gi-star-empty:before {
  content: "\E049";
}
.gi-star:before {
  content: "\E050";
}
.gi-link:before {
  content: "\E051";
}
.gi-eye-open:before {
  content: "\E052";
}
.gi-eye-close:before {
  content: "\E053";
}
.gi-alarm:before {
  content: "\E054";
}
.gi-clock:before {
  content: "\E055";
}
.gi-stopwatch:before {
  content: "\E056";
}
.gi-projector:before {
  content: "\E057";
}
.gi-history:before {
  content: "\E058";
}
.gi-truck:before {
  content: "\E059";
}
.gi-cargo:before {
  content: "\E060";
}
.gi-compass:before {
  content: "\E061";
}
.gi-keynote:before {
  content: "\E062";
}
.gi-paperclip:before {
  content: "\E063";
}
.gi-power:before {
  content: "\E064";
}
.gi-lightbulb:before {
  content: "\E065";
}
.gi-tag:before {
  content: "\E066";
}
.gi-tags:before {
  content: "\E067";
}
.gi-cleaning:before {
  content: "\E068";
}
.gi-ruler:before {
  content: "\E069";
}
.gi-gift:before {
  content: "\E070";
}
.gi-umbrella:before {
  content: "\2602";
}
.gi-book:before {
  content: "\E072";
}
.gi-bookmark:before {
  content: "\E073";
}
.gi-wifi:before {
  content: "\E074";
}
.gi-cup:before {
  content: "\E075";
}
.gi-stroller:before {
  content: "\E076";
}
.gi-headphones:before {
  content: "\E077";
}
.gi-headset:before {
  content: "\E078";
}
.gi-warning-sign:before {
  content: "\E079";
}
.gi-signal:before {
  content: "\E080";
}
.gi-retweet:before {
  content: "\E081";
}
.gi-refresh:before {
  content: "\E082";
}
.gi-roundabout:before {
  content: "\E083";
}
.gi-random:before {
  content: "\E084";
}
.gi-heat:before {
  content: "\E085";
}
.gi-repeat:before {
  content: "\E086";
}
.gi-display:before {
  content: "\E087";
}
.gi-log-book:before {
  content: "\E088";
}
.gi-address-book:before {
  content: "\E089";
}
.gi-building:before {
  content: "\E090";
}
.gi-eyedropper:before {
  content: "\E091";
}
.gi-adjust:before {
  content: "\E092";
}
.gi-tint:before {
  content: "\E093";
}
.gi-crop:before {
  content: "\E094";
}
.gi-vector-path-square:before {
  content: "\E095";
}
.gi-vector-path-circle:before {
  content: "\E096";
}
.gi-vector-path-polygon:before {
  content: "\E097";
}
.gi-vector-path-line:before {
  content: "\E098";
}
.gi-vector-path-curve:before {
  content: "\E099";
}
.gi-vector-path-all:before {
  content: "\E100";
}
.gi-font:before {
  content: "\E101";
}
.gi-italic:before {
  content: "\E102";
}
.gi-bold:before {
  content: "\E103";
}
.gi-text-underline:before {
  content: "\E104";
}
.gi-text-strike:before {
  content: "\E105";
}
.gi-text-height:before {
  content: "\E106";
}
.gi-text-width:before {
  content: "\E107";
}
.gi-text-resize:before {
  content: "\E108";
}
.gi-left-indent:before {
  content: "\E109";
}
.gi-right-indent:before {
  content: "\E110";
}
.gi-align-left:before {
  content: "\E111";
}
.gi-align-center:before {
  content: "\E112";
}
.gi-align-right:before {
  content: "\E113";
}
.gi-justify:before {
  content: "\E114";
}
.gi-list:before {
  content: "\E115";
}
.gi-text-smaller:before {
  content: "\E116";
}
.gi-text-bigger:before {
  content: "\E117";
}
.gi-embed:before {
  content: "\E118";
}
.gi-embed-close:before {
  content: "\E119";
}
.gi-table:before {
  content: "\E120";
}
.gi-message-full:before {
  content: "\E121";
}
.gi-message-empty:before {
  content: "\E122";
}
.gi-message-in:before {
  content: "\E123";
}
.gi-message-out:before {
  content: "\E124";
}
.gi-message-plus:before {
  content: "\E125";
}
.gi-message-minus:before {
  content: "\E126";
}
.gi-message-ban:before {
  content: "\E127";
}
.gi-message-flag:before {
  content: "\E128";
}
.gi-message-lock:before {
  content: "\E129";
}
.gi-message-new:before {
  content: "\E130";
}
.gi-inbox:before {
  content: "\E131";
}
.gi-inbox-plus:before {
  content: "\E132";
}
.gi-inbox-minus:before {
  content: "\E133";
}
.gi-inbox-lock:before {
  content: "\E134";
}
.gi-inbox-in:before {
  content: "\E135";
}
.gi-inbox-out:before {
  content: "\E136";
}
.gi-cogwheel:before {
  content: "\E137";
}
.gi-cogwheels:before {
  content: "\E138";
}
.gi-picture:before {
  content: "\E139";
}
.gi-adjust-alt:before {
  content: "\E140";
}
.gi-database-lock:before {
  content: "\E141";
}
.gi-database-plus:before {
  content: "\E142";
}
.gi-database-minus:before {
  content: "\E143";
}
.gi-database-ban:before {
  content: "\E144";
}
.gi-folder-open:before {
  content: "\E145";
}
.gi-folder-plus:before {
  content: "\E146";
}
.gi-folder-minus:before {
  content: "\E147";
}
.gi-folder-lock:before {
  content: "\E148";
}
.gi-folder-flag:before {
  content: "\E149";
}
.gi-folder-new:before {
  content: "\E150";
}
.gi-edit:before {
  content: "\E151";
}
.gi-new-window:before {
  content: "\E152";
}
.gi-check:before {
  content: "\E153";
}
.gi-unchecked:before {
  content: "\E154";
}
.gi-more-windows:before {
  content: "\E155";
}
.gi-show-big-thumbnails:before {
  content: "\E156";
}
.gi-show-thumbnails:before {
  content: "\E157";
}
.gi-show-thumbnails-with-lines:before {
  content: "\E158";
}
.gi-show-lines:before {
  content: "\E159";
}
.gi-playlist:before {
  content: "\E160";
}
.gi-imac:before {
  content: "\E161";
}
.gi-macbook:before {
  content: "\E162";
}
.gi-ipad:before {
  content: "\E163";
}
.gi-iphone:before {
  content: "\E164";
}
.gi-iphone-transfer:before {
  content: "\E165";
}
.gi-iphone-exchange:before {
  content: "\E166";
}
.gi-ipod:before {
  content: "\E167";
}
.gi-ipod-shuffle:before {
  content: "\E168";
}
.gi-ear-plugs:before {
  content: "\E169";
}
.gi-record:before {
  content: "\E170";
}
.gi-step-backward:before {
  content: "\E171";
}
.gi-fast-backward:before {
  content: "\E172";
}
.gi-rewind:before {
  content: "\E173";
}
.gi-play:before {
  content: "\E174";
}
.gi-pause:before {
  content: "\E175";
}
.gi-stop:before {
  content: "\E176";
}
.gi-forward:before {
  content: "\E177";
}
.gi-fast-forward:before {
  content: "\E178";
}
.gi-step-forward:before {
  content: "\E179";
}
.gi-eject:before {
  content: "\E180";
}
.gi-facetime-video:before {
  content: "\E181";
}
.gi-download-alt:before {
  content: "\E182";
}
.gi-mute:before {
  content: "\E183";
}
.gi-volume-down:before {
  content: "\E184";
}
.gi-volume-up:before {
  content: "\E185";
}
.gi-screenshot:before {
  content: "\E186";
}
.gi-move:before {
  content: "\E187";
}
.gi-more:before {
  content: "\E188";
}
.gi-brightness-reduce:before {
  content: "\E189";
}
.gi-brightness-increase:before {
  content: "\E190";
}
.gi-circle-plus:before {
  content: "\E191";
}
.gi-circle-minus:before {
  content: "\E192";
}
.gi-circle-remove:before {
  content: "\E193";
}
.gi-circle-ok:before {
  content: "\E194";
}
.gi-circle-question-mark:before {
  content: "\E195";
}
.gi-circle-info:before {
  content: "\E196";
}
.gi-circle-exclamation-mark:before {
  content: "\E197";
}
.gi-remove:before {
  content: "\E198";
}
.gi-ok:before {
  content: "\E199";
}
.gi-ban:before {
  content: "\E200";
}
.gi-download:before {
  content: "\E201";
}
.gi-upload:before {
  content: "\E202";
}
.gi-shopping-cart:before {
  content: "\E203";
}
.gi-lock:before {
  content: "\E204";
}
.gi-unlock:before {
  content: "\E205";
}
.gi-electricity:before {
  content: "\E206";
}
.gi-ok-2:before {
  content: "\E207";
}
.gi-remove-2:before {
  content: "\E208";
}
.gi-cart-out:before {
  content: "\E209";
}
.gi-cart-in:before {
  content: "\E210";
}
.gi-left-arrow:before {
  content: "\E211";
}
.gi-right-arrow:before {
  content: "\E212";
}
.gi-down-arrow:before {
  content: "\E213";
}
.gi-up-arrow:before {
  content: "\E214";
}
.gi-resize-small:before {
  content: "\E215";
}
.gi-resize-full:before {
  content: "\E216";
}
.gi-circle-arrow-left:before {
  content: "\E217";
}
.gi-circle-arrow-right:before {
  content: "\E218";
}
.gi-circle-arrow-top:before {
  content: "\E219";
}
.gi-circle-arrow-down:before {
  content: "\E220";
}
.gi-play-button:before {
  content: "\E221";
}
.gi-unshare:before {
  content: "\E222";
}
.gi-share:before {
  content: "\E223";
}
.gi-chevron-right:before {
  content: "\E224";
}
.gi-chevron-left:before {
  content: "\E225";
}
.gi-bluetooth:before {
  content: "\E226";
}
.gi-euro:before {
  content: "\20AC";
}
.gi-usd:before {
  content: "\E228";
}
.gi-gbp:before {
  content: "\E229";
}
.gi-retweet-2:before {
  content: "\E230";
}
.gi-moon:before {
  content: "\E231";
}
.gi-sun:before {
  content: "\2609";
}
.gi-cloud:before {
  content: "\2601";
}
.gi-direction:before {
  content: "\E234";
}
.gi-brush:before {
  content: "\E235";
}
.gi-pen:before {
  content: "\E236";
}
.gi-zoom-in:before {
  content: "\E237";
}
.gi-zoom-out:before {
  content: "\E238";
}
.gi-pin:before {
  content: "\E239";
}
.gi-albums:before {
  content: "\E240";
}
.gi-rotation-lock:before {
  content: "\E241";
}
.gi-flash:before {
  content: "\E242";
}
.gi-google-maps:before {
  content: "\E243";
}
.gi-anchor:before {
  content: "\2693";
}
.gi-conversation:before {
  content: "\E245";
}
.gi-chat:before {
  content: "\E246";
}
.gi-male:before {
  content: "\E247";
}
.gi-female:before {
  content: "\E248";
}
.gi-asterisk:before {
  content: "\002A";
}
.gi-divide:before {
  content: "\00F7";
}
.gi-snorkel-diving:before {
  content: "\E251";
}
.gi-scuba-diving:before {
  content: "\E252";
}
.gi-oxygen-bottle:before {
  content: "\E253";
}
.gi-fins:before {
  content: "\E254";
}
.gi-fishes:before {
  content: "\E255";
}
.gi-boat:before {
  content: "\E256";
}
.gi-delete:before {
  content: "\E257";
}
.gi-sheriffs-star:before {
  content: "\E258";
}
.gi-qrcode:before {
  content: "\E259";
}
.gi-barcode:before {
  content: "\E260";
}
.gi-pool:before {
  content: "\E261";
}
.gi-buoy:before {
  content: "\E262";
}
.gi-spade:before {
  content: "\E263";
}
.gi-bank:before {
  content: "\E264";
}
.gi-vcard:before {
  content: "\E265";
}
.gi-electrical-plug:before {
  content: "\E266";
}
.gi-flag:before {
  content: "\E267";
}
.gi-credit-card:before {
  content: "\E268";
}
.gi-keyboard-wireless:before {
  content: "\E269";
}
.gi-keyboard-wired:before {
  content: "\E270";
}
.gi-shield:before {
  content: "\E271";
}
.gi-ring:before {
  content: "\02DA";
}
.gi-cake:before {
  content: "\E273";
}
.gi-drink:before {
  content: "\E274";
}
.gi-beer:before {
  content: "\E275";
}
.gi-fast-food:before {
  content: "\E276";
}
.gi-cutlery:before {
  content: "\E277";
}
.gi-pizza:before {
  content: "\E278";
}
.gi-birthday-cake:before {
  content: "\E279";
}
.gi-tablet:before {
  content: "\E280";
}
.gi-settings:before {
  content: "\E281";
}
.gi-bullets:before {
  content: "\E282";
}
.gi-cardio:before {
  content: "\E283";
}
.gi-t-shirt:before {
  content: "\E284";
}
.gi-pants:before {
  content: "\E285";
}
.gi-sweater:before {
  content: "\E286";
}
.gi-fabric:before {
  content: "\E287";
}
.gi-leather:before {
  content: "\E288";
}
.gi-scissors:before {
  content: "\E289";
}
.gi-bomb:before {
  content: "\E290";
}
.gi-skull:before {
  content: "\E291";
}
.gi-celebration:before {
  content: "\E292";
}
.gi-tea-kettle:before {
  content: "\E293";
}
.gi-french-press:before {
  content: "\E294";
}
.gi-coffee-cup:before {
  content: "\E295";
}
.gi-pot:before {
  content: "\E296";
}
.gi-grater:before {
  content: "\E297";
}
.gi-kettle:before {
  content: "\E298";
}
.gi-hospital:before {
  content: "\E299";
}
.gi-hospital-h:before {
  content: "\E300";
}
.gi-microphone:before {
  content: "\E301";
}
.gi-webcam:before {
  content: "\E302";
}
.gi-temple-christianity-church:before {
  content: "\E303";
}
.gi-temple-islam:before {
  content: "\E304";
}
.gi-temple-hindu:before {
  content: "\E305";
}
.gi-temple-buddhist:before {
  content: "\E306";
}
.gi-bicycle:before {
  content: "\E307";
}
.gi-life-preserver:before {
  content: "\E308";
}
.gi-share-alt:before {
  content: "\E309";
}
.gi-comments:before {
  content: "\E310";
}
.gi-flower:before {
  content: "\2698";
}
.gi-baseball:before {
  content: "\26BE";
}
.gi-rugby:before {
  content: "\E313";
}
.gi-ax:before {
  content: "\E314";
}
.gi-table-tennis:before {
  content: "\E315";
}
.gi-bowling:before {
  content: "\E316";
}
.gi-tree-conifer:before {
  content: "\E317";
}
.gi-tree-deciduous:before {
  content: "\E318";
}
.gi-more-items:before {
  content: "\E319";
}
.gi-sort:before {
  content: "\E320";
}
.gi-filter:before {
  content: "\E321";
}
.gi-gamepad:before {
  content: "\E322";
}
.gi-playing-dices:before {
  content: "\E323";
}
.gi-calculator:before {
  content: "\E324";
}
.gi-tie:before {
  content: "\E325";
}
.gi-wallet:before {
  content: "\E326";
}
.gi-piano:before {
  content: "\E327";
}
.gi-sampler:before {
  content: "\E328";
}
.gi-podium:before {
  content: "\E329";
}
.gi-soccer-ball:before {
  content: "\E330";
}
.gi-blog:before {
  content: "\E331";
}
.gi-dashboard:before {
  content: "\E332";
}
.gi-certificate:before {
  content: "\E333";
}
.gi-bell:before {
  content: "\E334";
}
.gi-candle:before {
  content: "\E335";
}
.gi-pushpin:before {
  content: "\E336";
}
.gi-iphone-shake:before {
  content: "\E337";
}
.gi-pin-flag:before {
  content: "\E338";
}
.gi-turtle:before {
  content: "\E339";
}
.gi-rabbit:before {
  content: "\E340";
}
.gi-globe:before {
  content: "\E341";
}
.gi-briefcase:before {
  content: "\E342";
}
.gi-hdd:before {
  content: "\E343";
}
.gi-thumbs-up:before {
  content: "\E344";
}
.gi-thumbs-down:before {
  content: "\E345";
}
.gi-hand-right:before {
  content: "\E346";
}
.gi-hand-left:before {
  content: "\E347";
}
.gi-hand-up:before {
  content: "\E348";
}
.gi-hand-down:before {
  content: "\E349";
}
.gi-fullscreen:before {
  content: "\E350";
}
.gi-shopping-bag:before {
  content: "\E351";
}
.gi-book-open:before {
  content: "\E352";
}
.gi-nameplate:before {
  content: "\E353";
}
.gi-nameplate-alt:before {
  content: "\E354";
}
.gi-vases:before {
  content: "\E355";
}
.gi-bullhorn:before {
  content: "\E356";
}
.gi-dumbbell:before {
  content: "\E357";
}
.gi-suitcase:before {
  content: "\E358";
}
.gi-file-import:before {
  content: "\E359";
}
.gi-file-export:before {
  content: "\E360";
}
.gi-bug:before {
  content: "\E361";
}
.gi-crown:before {
  content: "\E362";
}
.gi-smoking:before {
  content: "\E363";
}
.gi-cloud-download:before {
  content: "\E364";
}
.gi-cloud-upload:before {
  content: "\E365";
}
.gi-restart:before {
  content: "\E366";
}
.gi-security-camera:before {
  content: "\E367";
}
.gi-expand:before {
  content: "\E368";
}
.gi-collapse:before {
  content: "\E369";
}
.gi-collapse-top:before {
  content: "\E370";
}
.gi-globe-af:before {
  content: "\E371";
}
.gi-global:before {
  content: "\E372";
}
.gi-spray:before {
  content: "\E373";
}
.gi-nails:before {
  content: "\E374";
}
.gi-claw-hammer:before {
  content: "\E375";
}
.gi-classic-hammer:before {
  content: "\E376";
}
.gi-hand-saw:before {
  content: "\E377";
}
.gi-riflescope:before {
  content: "\E378";
}
.gi-electrical-socket-eu:before {
  content: "\E379";
}
.gi-electrical-socket-us:before {
  content: "\E380";
}
.gi-message-forward:before {
  content: "\E381";
}
.gi-coat-hanger:before {
  content: "\E382";
}
.gi-dress:before {
  content: "\E383";
}
.gi-bathrobe:before {
  content: "\E384";
}
.gi-shirt:before {
  content: "\E385";
}
.gi-underwear:before {
  content: "\E386";
}
.gi-log-in:before {
  content: "\E387";
}
.gi-log-out:before {
  content: "\E388";
}
.gi-exit:before {
  content: "\E389";
}
.gi-new-window-alt:before {
  content: "\E390";
}
.gi-video-sd:before {
  content: "\E391";
}
.gi-video-hd:before {
  content: "\E392";
}
.gi-subtitles:before {
  content: "\E393";
}
.gi-sound-stereo:before {
  content: "\E394";
}
.gi-sound-dolby:before {
  content: "\E395";
}
.gi-sound-5-1:before {
  content: "\E396";
}
.gi-sound-6-1:before {
  content: "\E397";
}
.gi-sound-7-1:before {
  content: "\E398";
}
.gi-copyright-mark:before {
  content: "\E399";
}
.gi-registration-mark:before {
  content: "\E400";
}
.gi-radar:before {
  content: "\E401";
}
.gi-skateboard:before {
  content: "\E402";
}
.gi-golf-course:before {
  content: "\E403";
}
.gi-sorting:before {
  content: "\E404";
}
.gi-sort-by-alphabet:before {
  content: "\E405";
}
.gi-sort-by-alphabet-alt:before {
  content: "\E406";
}
.gi-sort-by-order:before {
  content: "\E407";
}
.gi-sort-by-order-alt:before {
  content: "\E408";
}
.gi-sort-by-attributes:before {
  content: "\E409";
}
.gi-sort-by-attributes-alt:before {
  content: "\E410";
}
.gi-compressed:before {
  content: "\E411";
}
.gi-package:before {
  content: "\E412";
}
.gi-cloud-plus:before {
  content: "\E413";
}
.gi-cloud-minus:before {
  content: "\E414";
}
.gi-disk-save:before {
  content: "\E415";
}
.gi-disk-open:before {
  content: "\E416";
}
.gi-disk-saved:before {
  content: "\E417";
}
.gi-disk-remove:before {
  content: "\E418";
}
.gi-disk-import:before {
  content: "\E419";
}
.gi-disk-export:before {
  content: "\E420";
}
.gi-tower:before {
  content: "\E421";
}
.gi-send:before {
  content: "\E422";
}
.gi-git-branch:before {
  content: "\E423";
}
.gi-git-create:before {
  content: "\E424";
}
.gi-git-private:before {
  content: "\E425";
}
.gi-git-delete:before {
  content: "\E426";
}
.gi-git-merge:before {
  content: "\E427";
}
.gi-git-pull-request:before {
  content: "\E428";
}
.gi-git-compare:before {
  content: "\E429";
}
.gi-git-commit:before {
  content: "\E430";
}
.gi-construction-cone:before {
  content: "\E431";
}
.gi-shoe-steps:before {
  content: "\E432";
}
.gi-plus:before {
  content: "\002B";
}
.gi-minus:before {
  content: "\2212";
}
.gi-redo:before {
  content: "\E435";
}
.gi-undo:before {
  content: "\E436";
}
.gi-golf:before {
  content: "\E437";
}
.gi-hockey:before {
  content: "\E438";
}
.gi-pipe:before {
  content: "\E439";
}
.gi-wrench:before {
  content: "\E440";
}
.gi-folder-closed:before {
  content: "\E441";
}
.gi-phone-alt:before {
  content: "\E442";
}
.gi-earphone:before {
  content: "\E443";
}
.gi-floppy-disk:before {
  content: "\E444";
}
.gi-floppy-saved:before {
  content: "\E445";
}
.gi-floppy-remove:before {
  content: "\E446";
}
.gi-floppy-save:before {
  content: "\E447";
}
.gi-floppy-open:before {
  content: "\E448";
}
.gi-translate:before {
  content: "\E449";
}
.gi-fax:before {
  content: "\E450";
}
.gi-factory:before {
  content: "\E451";
}
.gi-shop-window:before {
  content: "\E452";
}
.gi-shop:before {
  content: "\E453";
}
.gi-kiosk:before {
  content: "\E454";
}
.gi-kiosk-wheels:before {
  content: "\E455";
}
.gi-kiosk-light:before {
  content: "\E456";
}
.gi-kiosk-food:before {
  content: "\E457";
}
.gi-transfer:before {
  content: "\E458";
}
.gi-money:before {
  content: "\E459";
}
.gi-header:before {
  content: "\E460";
}
.gi-blacksmith:before {
  content: "\E461";
}
.gi-saw-blade:before {
  content: "\E462";
}
.gi-basketball:before {
  content: "\E463";
}
.gi-server:before {
  content: "\E464";
}
.gi-server-plus:before {
  content: "\E465";
}
.gi-server-minus:before {
  content: "\E466";
}
.gi-server-ban:before {
  content: "\E467";
}
.gi-server-flag:before {
  content: "\E468";
}
.gi-server-lock:before {
  content: "\E469";
}
.gi-server-new:before {
  content: "\E470";
}
.gi-charging-station:before {
  content: "\F471";
}
.gi-gas-station:before {
  content: "\E472";
}
.gi-target:before {
  content: "\E473";
}
.gi-bed-alt:before {
  content: "\E474";
}
.gi-mosquito-net:before {
  content: "\E475";
}
.gi-dining-set:before {
  content: "\E476";
}
.gi-plate-of-food:before {
  content: "\E477";
}
.gi-hygiene-kit:before {
  content: "\E478";
}
.gi-blackboard:before {
  content: "\E479";
}
.gi-marriage:before {
  content: "\E480";
}
.gi-bucket:before {
  content: "\E481";
}
.gi-none-color-swatch:before {
  content: "\E482";
}
.gi-bring-forward:before {
  content: "\E483";
}
.gi-bring-to-front:before {
  content: "\E484";
}
.gi-send-backward:before {
  content: "\E485";
}
.gi-send-to-back:before {
  content: "\E486";
}
.gi-fit-frame-to-image:before {
  content: "\E487";
}
.gi-fit-image-to-frame:before {
  content: "\E488";
}
.gi-multiple-displays:before {
  content: "\E489";
}
.gi-handshake:before {
  content: "\E490";
}
.gi-child:before {
  content: "\E491";
}
.gi-baby-formula:before {
  content: "\E492";
}
.gi-medicine:before {
  content: "\E493";
}
.gi-atv-vehicle:before {
  content: "\E494";
}
.gi-motorcycle:before {
  content: "\E495";
}
.gi-bed:before {
  content: "\E496";
}
.gi-tent:before {
  content: "\26FA";
}
.gi-glasses:before {
  content: "\E498";
}
.gi-sunglasses:before {
  content: "\E499";
}
.gi-family:before {
  content: "\E500";
}
.gi-education:before {
  content: "\E501";
}
.gi-shoes:before {
  content: "\E502";
}
.gi-map:before {
  content: "\E503";
}
.gi-cd:before {
  content: "\E504";
}
.gi-alert:before {
  content: "\E505";
}
.gi-piggy-bank:before {
  content: "\E506";
}
.gi-star-half:before {
  content: "\E507";
}
.gi-cluster:before {
  content: "\E508";
}
.gi-flowchart:before {
  content: "\E509";
}
.gi-commodities:before {
  content: "\E510";
}
.gi-duplicate:before {
  content: "\E511";
}
.gi-copy:before {
  content: "\E512";
}
.gi-paste:before {
  content: "\E513";
}
.gi-bath-bathtub:before {
  content: "\E514";
}
.gi-bath-shower:before {
  content: "\E515";
}
.gi-shower:before {
  content: "\1F6BF";
}
.gi-menu-hamburger:before {
  content: "\E517";
}
.gi-option-vertical:before {
  content: "\E518";
}
.gi-option-horizontal:before {
  content: "\E519";
}
.gi-currency-conversion:before {
  content: "\E520";
}
.gi-user-ban:before {
  content: "\E521";
}
.gi-user-lock:before {
  content: "\E522";
}
.gi-user-flag:before {
  content: "\E523";
}
.gi-user-asterisk:before {
  content: "\E524";
}
.gi-user-alert:before {
  content: "\E525";
}
.gi-user-key:before {
  content: "\E526";
}
.gi-user-conversation:before {
  content: "\E527";
}
.gi-database:before {
  content: "\E528";
}
.gi-database-search:before {
  content: "\E529";
}
.gi-list-alt:before {
  content: "\E530";
}
.gi-hazard-sign:before {
  content: "\E531";
}
.gi-hazard:before {
  content: "\E532";
}
.gi-stop-sign:before {
  content: "\E533";
}
.gi-lab:before {
  content: "\E534";
}
.gi-lab-alt:before {
  content: "\E535";
}
.gi-ice-cream:before {
  content: "\E536";
}
.gi-ice-lolly:before {
  content: "\E537";
}
.gi-ice-lolly-tasted:before {
  content: "\E538";
}
.gi-invoice:before {
  content: "\E539";
}
.gi-cart-tick:before {
  content: "\E540";
}
.gi-hourglass:before {
  content: "\231B";
}
.gi-cat:before {
  content: "\1F408";
}
.gi-lamp:before {
  content: "\E543";
}
.gi-scale-classic:before {
  content: "\E544";
}
.gi-eye-plus:before {
  content: "\E545";
}
.gi-eye-minus:before {
  content: "\E546";
}
.gi-quote:before {
  content: "\E547";
}
.gi-bitcoin:before {
  content: "\E548";
}
.gi-yen:before {
  content: "\00A5";
}
.gi-ruble:before {
  content: "\20BD";
}
.gi-erase:before {
  content: "\E551";
}
.gi-podcast:before {
  content: "\E552";
}
.gi-firework:before {
  content: "\E553";
}
.gi-scale:before {
  content: "\E554";
}
.gi-king:before {
  content: "\E555";
}
.gi-queen:before {
  content: "\E556";
}
.gi-pawn:before {
  content: "\E557";
}
.gi-bishop:before {
  content: "\E558";
}
.gi-knight:before {
  content: "\E559";
}
.gi-mic-mute:before {
  content: "\E560";
}
.gi-voicemail:before {
  content: "\E561";
}
.gi-paragraph:before {
  content: "\00B6";
}
.gi-person-walking:before {
  content: "\E563";
}
.gi-person-wheelchair:before {
  content: "\E564";
}
.gi-underground:before {
  content: "\E565";
}
.gi-car-hov:before {
  content: "\E566";
}
.gi-car-rental:before {
  content: "\E567";
}
.gi-transport:before {
  content: "\E568";
}
.gi-taxi:before {
  content: "\1F695";
}
.gi-ice-cream-no:before {
  content: "\E570";
}
.gi-uk-rat-u:before {
  content: "\E571";
}
.gi-uk-rat-pg:before {
  content: "\E572";
}
.gi-uk-rat-12a:before {
  content: "\E573";
}
.gi-uk-rat-12:before {
  content: "\E574";
}
.gi-uk-rat-15:before {
  content: "\E575";
}
.gi-uk-rat-18:before {
  content: "\E576";
}
.gi-uk-rat-r18:before {
  content: "\E577";
}
.gi-tv:before {
  content: "\E578";
}
.gi-sms:before {
  content: "\E579";
}
.gi-mms:before {
  content: "\E580";
}
.gi-us-rat-g:before {
  content: "\E581";
}
.gi-us-rat-pg:before {
  content: "\E582";
}
.gi-us-rat-pg-13:before {
  content: "\E583";
}
.gi-us-rat-restricted:before {
  content: "\E584";
}
.gi-us-rat-no-one-17:before {
  content: "\E585";
}
.gi-equalizer:before {
  content: "\E586";
}
.gi-speakers:before {
  content: "\E587";
}
.gi-remote-control:before {
  content: "\E588";
}
.gi-remote-control-tv:before {
  content: "\E589";
}
.gi-shredder:before {
  content: "\E590";
}
.gi-folder-heart:before {
  content: "\E591";
}
.gi-person-running:before {
  content: "\E592";
}
.gi-person:before {
  content: "\E593";
}
.gi-voice:before {
  content: "\E594";
}
.gi-stethoscope:before {
  content: "\E595";
}
.gi-hotspot:before {
  content: "\E596";
}
.gi-activity:before {
  content: "\E597";
}
.gi-watch:before {
  content: "\231A";
}
.gi-scissors-alt:before {
  content: "\E599";
}
.gi-car-wheel:before {
  content: "\E600";
}
.gi-chevron-up:before {
  content: "\E601";
}
.gi-chevron-down:before {
  content: "\E602";
}
.gi-superscript:before {
  content: "\E603";
}
.gi-subscript:before {
  content: "\E604";
}
.gi-text-size:before {
  content: "\E605";
}
.gi-text-color:before {
  content: "\E606";
}
.gi-text-background:before {
  content: "\E607";
}
.gi-modal-window:before {
  content: "\E608";
}
.gi-newspaper:before {
  content: "\1F4F0";
}
.gi-tractor:before {
  content: "\1F69C";
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../plugins/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../plugins/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../plugins/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../plugins/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}
/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #d9dadb;
  border-radius: 0;
  color: #8c8f93;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-search input {
  border-color: #d9dadb;
  border-radius: 0;
  color: #8c8f93;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choices .select2-search-field input {
  box-shadow: none;
}
/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 46px;
  line-height: 1.625;
}
/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}
/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice, .input-group-sm > .form-control.select2-container .select2-choice, .input-group-sm > .input-group-addon.select2-container .select2-choice, .input-group-sm > .input-group-btn > .btn.select2-container .select2-choice, .input-group-sm .select2-container .select2-choice {
  height: 33px;
  line-height: 1.5;
  border-radius: 0;
}
.select2-container.input-lg .select2-choice, .input-group-lg > .form-control.select2-container .select2-choice, .input-group-lg > .input-group-addon.select2-container .select2-choice, .input-group-lg > .input-group-btn > .btn.select2-container .select2-choice, .input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.4;
  border-radius: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input, .input-group-sm > .form-control.select2-container-multi .select2-choices .select2-search-field input, .input-group-sm > .input-group-addon.select2-container-multi .select2-choices .select2-search-field input, .input-group-sm > .input-group-btn > .btn.select2-container-multi .select2-choices .select2-search-field input, .input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 31px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input, .input-group-lg > .form-control.select2-container-multi .select2-choices .select2-search-field input, .input-group-lg > .input-group-addon.select2-container-multi .select2-choices .select2-search-field input, .input-group-lg > .input-group-btn > .btn.select2-container-multi .select2-choices .select2-search-field input, .input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}
/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}
.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input {
  /* 1 */
  padding: 3px 12px;
}
.input-sm .select2-chosen, .input-group-sm > .form-control .select2-chosen, .input-group-sm > .input-group-addon .select2-chosen, .input-group-sm > .input-group-btn > .btn .select2-chosen, .input-group-sm .select2-chosen, .input-sm .select2-choice > span:first-child, .input-group-sm > .form-control .select2-choice > span:first-child, .input-group-sm > .input-group-addon .select2-choice > span:first-child, .input-group-sm > .input-group-btn > .btn .select2-choice > span:first-child, .input-group-sm .select2-choice > span:first-child, .input-sm .select2-choices .select2-search-field input, .input-group-sm > .form-control .select2-choices .select2-search-field input, .input-group-sm > .input-group-addon .select2-choices .select2-search-field input, .input-group-sm > .input-group-btn > .btn .select2-choices .select2-search-field input, .input-group-sm .select2-choices .select2-search-field input {
  /* 1 */
  /* 1 */
  padding: 5px 10px;
}
.input-lg .select2-chosen, .input-group-lg > .form-control .select2-chosen, .input-group-lg > .input-group-addon .select2-chosen, .input-group-lg > .input-group-btn > .btn .select2-chosen, .input-group-lg .select2-chosen, .input-lg .select2-choice > span:first-child, .input-group-lg > .form-control .select2-choice > span:first-child, .input-group-lg > .input-group-addon .select2-choice > span:first-child, .input-group-lg > .input-group-btn > .btn .select2-choice > span:first-child, .input-group-lg .select2-choice > span:first-child, .input-lg .select2-choices .select2-search-field input, .input-group-lg > .form-control .select2-choices .select2-search-field input, .input-group-lg > .input-group-addon .select2-choices .select2-search-field input, .input-group-lg > .input-group-btn > .btn .select2-choices .select2-search-field input, .input-group-lg .select2-choices .select2-search-field input {
  /* 1 */
  /* 1 */
  padding: 8px 16px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice, .input-group-sm > .form-control.select2-container-multi .select2-choices .select2-search-choice, .input-group-sm > .input-group-addon.select2-container-multi .select2-choices .select2-search-choice, .input-group-sm > .input-group-btn > .btn.select2-container-multi .select2-choices .select2-search-choice, .input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice, .input-group-lg > .form-control.select2-container-multi .select2-choices .select2-search-choice, .input-group-lg > .input-group-addon.select2-container-multi .select2-choices .select2-search-choice, .input-group-lg > .input-group-btn > .btn.select2-container-multi .select2-choices .select2-search-choice, .input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}
/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice div {
  /* 1 */
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.select2-dropdown-open .select2-choice .select2-arrow, .select2-dropdown-open .select2-choice div {
  /* 1 */
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
  /* 1 */
  background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b, .select2-dropdown-open .select2-choice div b {
  /* 1 */
  background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b, .input-group-sm > .form-control.select2-container .select2-choice .select2-arrow b, .input-group-sm > .input-group-addon.select2-container .select2-choice .select2-arrow b, .input-group-sm > .input-group-btn > .btn.select2-container .select2-choice .select2-arrow b, .input-group-sm .select2-container .select2-choice .select2-arrow b, .select2-container.input-sm .select2-choice div b, .input-group-sm > .form-control.select2-container .select2-choice div b, .input-group-sm > .input-group-addon.select2-container .select2-choice div b, .input-group-sm > .input-group-btn > .btn.select2-container .select2-choice div b, .input-group-sm .select2-container .select2-choice div b {
  /* 1 */
  /* 1 */
  background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b, .input-group-sm > .form-control.select2-dropdown-open .select2-choice .select2-arrow b, .input-group-sm > .input-group-addon.select2-dropdown-open .select2-choice .select2-arrow b, .input-group-sm > .input-group-btn > .btn.select2-dropdown-open .select2-choice .select2-arrow b, .input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b, .select2-dropdown-open.input-sm .select2-choice div b, .input-group-sm > .form-control.select2-dropdown-open .select2-choice div b, .input-group-sm > .input-group-addon.select2-dropdown-open .select2-choice div b, .input-group-sm > .input-group-btn > .btn.select2-dropdown-open .select2-choice div b, .input-group-sm .select2-dropdown-open .select2-choice div b {
  /* 1 */
  /* 1 */
  background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b, .input-group-lg > .form-control.select2-container .select2-choice .select2-arrow b, .input-group-lg > .input-group-addon.select2-container .select2-choice .select2-arrow b, .input-group-lg > .input-group-btn > .btn.select2-container .select2-choice .select2-arrow b, .input-group-lg .select2-container .select2-choice .select2-arrow b, .select2-container.input-lg .select2-choice div b, .input-group-lg > .form-control.select2-container .select2-choice div b, .input-group-lg > .input-group-addon.select2-container .select2-choice div b, .input-group-lg > .input-group-btn > .btn.select2-container .select2-choice div b, .input-group-lg .select2-container .select2-choice div b {
  /* 1 */
  /* 1 */
  background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b, .input-group-lg > .form-control.select2-dropdown-open .select2-choice .select2-arrow b, .input-group-lg > .input-group-addon.select2-dropdown-open .select2-choice .select2-arrow b, .input-group-lg > .input-group-btn > .btn.select2-dropdown-open .select2-choice .select2-arrow b, .input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b, .select2-dropdown-open.input-lg .select2-choice div b, .input-group-lg > .form-control.select2-dropdown-open .select2-choice div b, .input-group-lg > .input-group-addon.select2-dropdown-open .select2-choice div b, .input-group-lg > .input-group-btn > .btn.select2-dropdown-open .select2-choice div b, .input-group-lg .select2-dropdown-open .select2-choice div b {
  /* 1 */
  /* 1 */
  background-position: -18px 9px;
}
/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice, .has-warning .select2-choices {
  border-color: #46e6e6;
}
.has-warning .select2-container-active .select2-choice, .has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #ec971f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f8d9ac;
}
.has-warning.select2-drop-active {
  border-color: #ec971f;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #ec971f;
}
.has-error .select2-choice, .has-error .select2-choices {
  border-color: #e30613;
}
.has-error .select2-container-active .select2-choice, .has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #b1050f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fa555e;
}
.has-error.select2-drop-active {
  border-color: #b1050f;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #b1050f;
}
.has-success .select2-choice, .has-success .select2-choices {
  border-color: #46E6E6;
}
.has-success .select2-container-active .select2-choice, .has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #bd6b00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffb657;
}
.has-success.select2-drop-active {
  border-color: #bd6b00;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #bd6b00;
}
/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice, .select2-container-multi.select2-container-active .select2-choices {
  border-color: #bfcedd;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(191, 206, 221, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-drop-active {
  border-color: #bfcedd;
}
.select2-drop-auto-width, .select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #bfcedd;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #fff;
  filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
}
/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: #8c8f93;
  background-color: #f1f1f1;
}
/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple, .select2-bootstrap-prepend .select2-container-multiple, .select2-bootstrap-append .input-group-btn, .select2-bootstrap-prepend .input-group-btn, .select2-bootstrap-append .input-group-btn .btn, .select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #8c8f93;
  background: #fff;
  border-color: #d9dadb;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #babbbd;
  color: #646464;
  box-shadow: none;
}
/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}
/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}
/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
  background-color: #46e6e6;
  color: #46e6e6;
}
/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice, .select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #f1f1f1;
  border-color: #d9dadb;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow, .select2-container.select2-container-disabled .select2-choices .select2-arrow, .select2-container.select2-container-disabled .select2-choice div, .select2-container.select2-container-disabled .select2-choices div {
  /* 1 */
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}
/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active, .select2-container-multi .select2-choices .select2-search-field input.select2-active, .select2-more-results.select2-active {
  /* 1 */
  /* 2 */
  /* 3 */
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}
/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen, .select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}
.cal-day-holiday span[data-cal-date] {
  color: #46E6E6;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_rounded_de .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) -88px -53px no-repeat}
div.dark_rounded_de .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) -110px -53px no-repeat}
div.dark_rounded_de .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded_de/contentPattern.png) top left repeat-y}
div.dark_rounded_de .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded_de/contentPattern.png) top right repeat-y}
div.dark_rounded_de .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded_de/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded_de .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded_de/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded_de .pp_expand{background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded_de .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded_de .pp_contract{background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded_de .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded_de .pp_close{width:110px;height:22px;background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded_de .pp_description{margin-right:125px;color:#fff}
div.dark_rounded_de .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded_de .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded_de .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) 0 -71px no-repeat}
div.dark_rounded_de .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) -22px -71px no-repeat}
div.dark_rounded_de .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) -88px -80px no-repeat}
div.dark_rounded_de .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded_de/sprite.png) -110px -80px no-repeat}
div.dark_rounded_de .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded_de/loader.gif) center center no-repeat}
div.application .pp_top .pp_left{background:url(../images/prettyPhoto/application/sprite.png) -88px -53px no-repeat}
div.application .pp_top .pp_right{background:url(../images/prettyPhoto/application/sprite.png) -110px -53px no-repeat}
div.application .pp_content_container .pp_left{background:url(../images/prettyPhoto/application/contentPattern.png) top left repeat-y}
div.application .pp_content_container .pp_right{background:url(../images/prettyPhoto/application/contentPattern.png) top right repeat-y}
div.application .pp_next:hover{background:url(../images/prettyPhoto/application/btnNext.png) center right no-repeat;cursor:pointer}
div.application .pp_previous:hover{background:url(../images/prettyPhoto/application/btnPrevious.png) center left no-repeat;cursor:pointer}
div.application .pp_expand{background:url(../images/prettyPhoto/application/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.application .pp_expand:hover{background:url(../images/prettyPhoto/application/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.application .pp_contract{background:url(../images/prettyPhoto/application/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.application .pp_contract:hover{background:url(../images/prettyPhoto/application/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.application .pp_close{width:110px;height:22px;background:url(../images/prettyPhoto/application/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.application .pp_description{margin-right:125px;color:#fff}
div.application .pp_nav .pp_play{background:url(../images/prettyPhoto/application/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.application .pp_nav .pp_pause{background:url(../images/prettyPhoto/application/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.application .pp_arrow_previous{background:url(../images/prettyPhoto/application/sprite.png) 0 -71px no-repeat}
div.application .pp_arrow_next{background:url(../images/prettyPhoto/application/sprite.png) -22px -71px no-repeat}
div.application .pp_bottom .pp_left{background:url(../images/prettyPhoto/application/sprite.png) -88px -80px no-repeat}
div.application .pp_bottom .pp_right{background:url(../images/prettyPhoto/application/sprite.png) -110px -80px no-repeat}
div.application .pp_loaderIcon{background:url(../images/prettyPhoto/application/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
div.dark_rounded_de .pp_top .pp_middle,div.dark_rounded_de .pp_content,div.dark_rounded_de .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded_de/contentPattern.png) top left repeat}
div.dark_rounded_de .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded_de #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
div.dark_rounded_de a.pp_close{position:absolute; top: auto; right: 20px; bottom: 0; display:block;line-height:22px;text-indent:-10000px}
div.dark_rounded_de .currentTextHolder {margin-top: 0;}
div.dark_rounded_de .pp_nav {margin-top: 1px;}
div.application .pp_top .pp_middle,div.application .pp_content,div.application .pp_bottom .pp_middle{background:url(../images/prettyPhoto/application/contentPattern.png) top left repeat}
div.application .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.application #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
div.application a.pp_close{position:absolute; top: auto; right: 20px; bottom: 0; display:block;line-height:22px;text-indent:-10000px}
div.application .currentTextHolder {margin-top: 0;}
div.application .pp_nav {margin-top: 1px;}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
 transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*! jQuery UI - v1.11.4 - 2015-06-05
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23003c77&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23FFFFFF&iconColorHeader=%23FFFFFF&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden{display:none}
.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}
.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}
.ui-helper-clearfix:after{clear:both}
.ui-helper-clearfix{min-height:0}
.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}
.ui-front{z-index:100}
.ui-state-disabled{cursor:default!important}
.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}
.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}
.ui-slider{position:relative;text-align:left}
.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;touch-action:none}
.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}
.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}
.ui-slider-horizontal{height:.8em}
.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%}
.ui-slider-horizontal .ui-slider-range-min{left:0}
.ui-slider-horizontal .ui-slider-range-max{right:0}
.ui-slider-vertical{width:.8em;height:100px}
.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}
.ui-slider-vertical .ui-slider-range{left:0;width:100%}
.ui-slider-vertical .ui-slider-range-min{bottom:0}
.ui-slider-vertical .ui-slider-range-max{top:0}
.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}
.ui-widget .ui-widget{font-size:1em}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}
.ui-widget-content{border:1px solid #aaa;background:#fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;color:#222}
.ui-widget-content a{color:#222}
.ui-widget-header{border:1px solid #aaa;background:#003c77 url("images/ui-bg_highlight-soft_75_003c77_1x100.png") 50% 50% repeat-x;color:#FFF;font-weight:bold}
.ui-widget-header a{color:#FFF}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555}
.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}
.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}
.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}
.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}
.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}
.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}
.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}
.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}
.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}
.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}
.ui-icon{width:16px;height:16px}
.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}
.ui-widget-header .ui-icon{background-image:url("images/ui-icons_FFFFFF_256x240.png")}
.ui-state-default .ui-icon{background-image:url("images/ui-icons_888888_256x240.png")}
.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_454545_256x240.png")}
.ui-state-active .ui-icon{background-image:url("images/ui-icons_454545_256x240.png")}
.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_2e83ff_256x240.png")}
.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cd0a0a_256x240.png")}
.ui-icon-blank{background-position:16px 16px}
.ui-icon-carat-1-n{background-position:0 0}
.ui-icon-carat-1-ne{background-position:-16px 0}
.ui-icon-carat-1-e{background-position:-32px 0}
.ui-icon-carat-1-se{background-position:-48px 0}
.ui-icon-carat-1-s{background-position:-64px 0}
.ui-icon-carat-1-sw{background-position:-80px 0}
.ui-icon-carat-1-w{background-position:-96px 0}
.ui-icon-carat-1-nw{background-position:-112px 0}
.ui-icon-carat-2-n-s{background-position:-128px 0}
.ui-icon-carat-2-e-w{background-position:-144px 0}
.ui-icon-triangle-1-n{background-position:0 -16px}
.ui-icon-triangle-1-ne{background-position:-16px -16px}
.ui-icon-triangle-1-e{background-position:-32px -16px}
.ui-icon-triangle-1-se{background-position:-48px -16px}
.ui-icon-triangle-1-s{background-position:-64px -16px}
.ui-icon-triangle-1-sw{background-position:-80px -16px}
.ui-icon-triangle-1-w{background-position:-96px -16px}
.ui-icon-triangle-1-nw{background-position:-112px -16px}
.ui-icon-triangle-2-n-s{background-position:-128px -16px}
.ui-icon-triangle-2-e-w{background-position:-144px -16px}
.ui-icon-arrow-1-n{background-position:0 -32px}
.ui-icon-arrow-1-ne{background-position:-16px -32px}
.ui-icon-arrow-1-e{background-position:-32px -32px}
.ui-icon-arrow-1-se{background-position:-48px -32px}
.ui-icon-arrow-1-s{background-position:-64px -32px}
.ui-icon-arrow-1-sw{background-position:-80px -32px}
.ui-icon-arrow-1-w{background-position:-96px -32px}
.ui-icon-arrow-1-nw{background-position:-112px -32px}
.ui-icon-arrow-2-n-s{background-position:-128px -32px}
.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}
.ui-icon-arrow-2-e-w{background-position:-160px -32px}
.ui-icon-arrow-2-se-nw{background-position:-176px -32px}
.ui-icon-arrowstop-1-n{background-position:-192px -32px}
.ui-icon-arrowstop-1-e{background-position:-208px -32px}
.ui-icon-arrowstop-1-s{background-position:-224px -32px}
.ui-icon-arrowstop-1-w{background-position:-240px -32px}
.ui-icon-arrowthick-1-n{background-position:0 -48px}
.ui-icon-arrowthick-1-ne{background-position:-16px -48px}
.ui-icon-arrowthick-1-e{background-position:-32px -48px}
.ui-icon-arrowthick-1-se{background-position:-48px -48px}
.ui-icon-arrowthick-1-s{background-position:-64px -48px}
.ui-icon-arrowthick-1-sw{background-position:-80px -48px}
.ui-icon-arrowthick-1-w{background-position:-96px -48px}
.ui-icon-arrowthick-1-nw{background-position:-112px -48px}
.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}
.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}
.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}
.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}
.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}
.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}
.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}
.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}
.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}
.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}
.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}
.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}
.ui-icon-arrowreturn-1-w{background-position:-64px -64px}
.ui-icon-arrowreturn-1-n{background-position:-80px -64px}
.ui-icon-arrowreturn-1-e{background-position:-96px -64px}
.ui-icon-arrowreturn-1-s{background-position:-112px -64px}
.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}
.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}
.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}
.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}
.ui-icon-arrow-4{background-position:0 -80px}
.ui-icon-arrow-4-diag{background-position:-16px -80px}
.ui-icon-extlink{background-position:-32px -80px}
.ui-icon-newwin{background-position:-48px -80px}
.ui-icon-refresh{background-position:-64px -80px}
.ui-icon-shuffle{background-position:-80px -80px}
.ui-icon-transfer-e-w{background-position:-96px -80px}
.ui-icon-transferthick-e-w{background-position:-112px -80px}
.ui-icon-folder-collapsed{background-position:0 -96px}
.ui-icon-folder-open{background-position:-16px -96px}
.ui-icon-document{background-position:-32px -96px}
.ui-icon-document-b{background-position:-48px -96px}
.ui-icon-note{background-position:-64px -96px}
.ui-icon-mail-closed{background-position:-80px -96px}
.ui-icon-mail-open{background-position:-96px -96px}
.ui-icon-suitcase{background-position:-112px -96px}
.ui-icon-comment{background-position:-128px -96px}
.ui-icon-person{background-position:-144px -96px}
.ui-icon-print{background-position:-160px -96px}
.ui-icon-trash{background-position:-176px -96px}
.ui-icon-locked{background-position:-192px -96px}
.ui-icon-unlocked{background-position:-208px -96px}
.ui-icon-bookmark{background-position:-224px -96px}
.ui-icon-tag{background-position:-240px -96px}
.ui-icon-home{background-position:0 -112px}
.ui-icon-flag{background-position:-16px -112px}
.ui-icon-calendar{background-position:-32px -112px}
.ui-icon-cart{background-position:-48px -112px}
.ui-icon-pencil{background-position:-64px -112px}
.ui-icon-clock{background-position:-80px -112px}
.ui-icon-disk{background-position:-96px -112px}
.ui-icon-calculator{background-position:-112px -112px}
.ui-icon-zoomin{background-position:-128px -112px}
.ui-icon-zoomout{background-position:-144px -112px}
.ui-icon-search{background-position:-160px -112px}
.ui-icon-wrench{background-position:-176px -112px}
.ui-icon-gear{background-position:-192px -112px}
.ui-icon-heart{background-position:-208px -112px}
.ui-icon-star{background-position:-224px -112px}
.ui-icon-link{background-position:-240px -112px}
.ui-icon-cancel{background-position:0 -128px}
.ui-icon-plus{background-position:-16px -128px}
.ui-icon-plusthick{background-position:-32px -128px}
.ui-icon-minus{background-position:-48px -128px}
.ui-icon-minusthick{background-position:-64px -128px}
.ui-icon-close{background-position:-80px -128px}
.ui-icon-closethick{background-position:-96px -128px}
.ui-icon-key{background-position:-112px -128px}
.ui-icon-lightbulb{background-position:-128px -128px}
.ui-icon-scissors{background-position:-144px -128px}
.ui-icon-clipboard{background-position:-160px -128px}
.ui-icon-copy{background-position:-176px -128px}
.ui-icon-contact{background-position:-192px -128px}
.ui-icon-image{background-position:-208px -128px}
.ui-icon-video{background-position:-224px -128px}
.ui-icon-script{background-position:-240px -128px}
.ui-icon-alert{background-position:0 -144px}
.ui-icon-info{background-position:-16px -144px}
.ui-icon-notice{background-position:-32px -144px}
.ui-icon-help{background-position:-48px -144px}
.ui-icon-check{background-position:-64px -144px}
.ui-icon-bullet{background-position:-80px -144px}
.ui-icon-radio-on{background-position:-96px -144px}
.ui-icon-radio-off{background-position:-112px -144px}
.ui-icon-pin-w{background-position:-128px -144px}
.ui-icon-pin-s{background-position:-144px -144px}
.ui-icon-play{background-position:0 -160px}
.ui-icon-pause{background-position:-16px -160px}
.ui-icon-seek-next{background-position:-32px -160px}
.ui-icon-seek-prev{background-position:-48px -160px}
.ui-icon-seek-end{background-position:-64px -160px}
.ui-icon-seek-start{background-position:-80px -160px}
.ui-icon-seek-first{background-position:-80px -160px}
.ui-icon-stop{background-position:-96px -160px}
.ui-icon-eject{background-position:-112px -160px}
.ui-icon-volume-off{background-position:-128px -160px}
.ui-icon-volume-on{background-position:-144px -160px}
.ui-icon-power{background-position:0 -176px}
.ui-icon-signal-diag{background-position:-16px -176px}
.ui-icon-signal{background-position:-32px -176px}
.ui-icon-battery-0{background-position:-48px -176px}
.ui-icon-battery-1{background-position:-64px -176px}
.ui-icon-battery-2{background-position:-80px -176px}
.ui-icon-battery-3{background-position:-96px -176px}
.ui-icon-circle-plus{background-position:0 -192px}
.ui-icon-circle-minus{background-position:-16px -192px}
.ui-icon-circle-close{background-position:-32px -192px}
.ui-icon-circle-triangle-e{background-position:-48px -192px}
.ui-icon-circle-triangle-s{background-position:-64px -192px}
.ui-icon-circle-triangle-w{background-position:-80px -192px}
.ui-icon-circle-triangle-n{background-position:-96px -192px}
.ui-icon-circle-arrow-e{background-position:-112px -192px}
.ui-icon-circle-arrow-s{background-position:-128px -192px}
.ui-icon-circle-arrow-w{background-position:-144px -192px}
.ui-icon-circle-arrow-n{background-position:-160px -192px}
.ui-icon-circle-zoomin{background-position:-176px -192px}
.ui-icon-circle-zoomout{background-position:-192px -192px}
.ui-icon-circle-check{background-position:-208px -192px}
.ui-icon-circlesmall-plus{background-position:0 -208px}
.ui-icon-circlesmall-minus{background-position:-16px -208px}
.ui-icon-circlesmall-close{background-position:-32px -208px}
.ui-icon-squaresmall-plus{background-position:-48px -208px}
.ui-icon-squaresmall-minus{background-position:-64px -208px}
.ui-icon-squaresmall-close{background-position:-80px -208px}
.ui-icon-grip-dotted-vertical{background-position:0 -224px}
.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}
.ui-icon-grip-solid-vertical{background-position:-32px -224px}
.ui-icon-grip-solid-horizontal{background-position:-48px -224px}
.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}
.ui-icon-grip-diagonal-se{background-position:-80px -224px}
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}
.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}
.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}
.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}
.ui-widget-overlay{background:#aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}
.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*! jQuery UI - v1.11.4 - 2015-06-05
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}
.ui-widget .ui-widget{font-size:1em}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}
.ui-widget-content{border:1px solid #aaa;background:#fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;color:#222}
.ui-widget-content a{color:#222}
.ui-widget-header{border:1px solid #aaa;background:#003c77 url("images/ui-bg_highlight-soft_75_003c77_1x100.png") 50% 50% repeat-x;color:#FFF;font-weight:bold}
.ui-widget-header a{color:#FFF}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555}
.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}
.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}
.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}
.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}
.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}
.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}
.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}
.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}
.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}
.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}
.ui-icon{width:16px;height:16px}
.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}
.ui-widget-header .ui-icon{background-image:url("images/ui-icons_FFFFFF_256x240.png")}
.ui-state-default .ui-icon{background-image:url("images/ui-icons_888888_256x240.png")}
.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_454545_256x240.png")}
.ui-state-active .ui-icon{background-image:url("images/ui-icons_454545_256x240.png")}
.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_2e83ff_256x240.png")}
.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cd0a0a_256x240.png")}
.ui-icon-blank{background-position:16px 16px}
.ui-icon-carat-1-n{background-position:0 0}
.ui-icon-carat-1-ne{background-position:-16px 0}
.ui-icon-carat-1-e{background-position:-32px 0}
.ui-icon-carat-1-se{background-position:-48px 0}
.ui-icon-carat-1-s{background-position:-64px 0}
.ui-icon-carat-1-sw{background-position:-80px 0}
.ui-icon-carat-1-w{background-position:-96px 0}
.ui-icon-carat-1-nw{background-position:-112px 0}
.ui-icon-carat-2-n-s{background-position:-128px 0}
.ui-icon-carat-2-e-w{background-position:-144px 0}
.ui-icon-triangle-1-n{background-position:0 -16px}
.ui-icon-triangle-1-ne{background-position:-16px -16px}
.ui-icon-triangle-1-e{background-position:-32px -16px}
.ui-icon-triangle-1-se{background-position:-48px -16px}
.ui-icon-triangle-1-s{background-position:-64px -16px}
.ui-icon-triangle-1-sw{background-position:-80px -16px}
.ui-icon-triangle-1-w{background-position:-96px -16px}
.ui-icon-triangle-1-nw{background-position:-112px -16px}
.ui-icon-triangle-2-n-s{background-position:-128px -16px}
.ui-icon-triangle-2-e-w{background-position:-144px -16px}
.ui-icon-arrow-1-n{background-position:0 -32px}
.ui-icon-arrow-1-ne{background-position:-16px -32px}
.ui-icon-arrow-1-e{background-position:-32px -32px}
.ui-icon-arrow-1-se{background-position:-48px -32px}
.ui-icon-arrow-1-s{background-position:-64px -32px}
.ui-icon-arrow-1-sw{background-position:-80px -32px}
.ui-icon-arrow-1-w{background-position:-96px -32px}
.ui-icon-arrow-1-nw{background-position:-112px -32px}
.ui-icon-arrow-2-n-s{background-position:-128px -32px}
.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}
.ui-icon-arrow-2-e-w{background-position:-160px -32px}
.ui-icon-arrow-2-se-nw{background-position:-176px -32px}
.ui-icon-arrowstop-1-n{background-position:-192px -32px}
.ui-icon-arrowstop-1-e{background-position:-208px -32px}
.ui-icon-arrowstop-1-s{background-position:-224px -32px}
.ui-icon-arrowstop-1-w{background-position:-240px -32px}
.ui-icon-arrowthick-1-n{background-position:0 -48px}
.ui-icon-arrowthick-1-ne{background-position:-16px -48px}
.ui-icon-arrowthick-1-e{background-position:-32px -48px}
.ui-icon-arrowthick-1-se{background-position:-48px -48px}
.ui-icon-arrowthick-1-s{background-position:-64px -48px}
.ui-icon-arrowthick-1-sw{background-position:-80px -48px}
.ui-icon-arrowthick-1-w{background-position:-96px -48px}
.ui-icon-arrowthick-1-nw{background-position:-112px -48px}
.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}
.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}
.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}
.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}
.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}
.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}
.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}
.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}
.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}
.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}
.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}
.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}
.ui-icon-arrowreturn-1-w{background-position:-64px -64px}
.ui-icon-arrowreturn-1-n{background-position:-80px -64px}
.ui-icon-arrowreturn-1-e{background-position:-96px -64px}
.ui-icon-arrowreturn-1-s{background-position:-112px -64px}
.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}
.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}
.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}
.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}
.ui-icon-arrow-4{background-position:0 -80px}
.ui-icon-arrow-4-diag{background-position:-16px -80px}
.ui-icon-extlink{background-position:-32px -80px}
.ui-icon-newwin{background-position:-48px -80px}
.ui-icon-refresh{background-position:-64px -80px}
.ui-icon-shuffle{background-position:-80px -80px}
.ui-icon-transfer-e-w{background-position:-96px -80px}
.ui-icon-transferthick-e-w{background-position:-112px -80px}
.ui-icon-folder-collapsed{background-position:0 -96px}
.ui-icon-folder-open{background-position:-16px -96px}
.ui-icon-document{background-position:-32px -96px}
.ui-icon-document-b{background-position:-48px -96px}
.ui-icon-note{background-position:-64px -96px}
.ui-icon-mail-closed{background-position:-80px -96px}
.ui-icon-mail-open{background-position:-96px -96px}
.ui-icon-suitcase{background-position:-112px -96px}
.ui-icon-comment{background-position:-128px -96px}
.ui-icon-person{background-position:-144px -96px}
.ui-icon-print{background-position:-160px -96px}
.ui-icon-trash{background-position:-176px -96px}
.ui-icon-locked{background-position:-192px -96px}
.ui-icon-unlocked{background-position:-208px -96px}
.ui-icon-bookmark{background-position:-224px -96px}
.ui-icon-tag{background-position:-240px -96px}
.ui-icon-home{background-position:0 -112px}
.ui-icon-flag{background-position:-16px -112px}
.ui-icon-calendar{background-position:-32px -112px}
.ui-icon-cart{background-position:-48px -112px}
.ui-icon-pencil{background-position:-64px -112px}
.ui-icon-clock{background-position:-80px -112px}
.ui-icon-disk{background-position:-96px -112px}
.ui-icon-calculator{background-position:-112px -112px}
.ui-icon-zoomin{background-position:-128px -112px}
.ui-icon-zoomout{background-position:-144px -112px}
.ui-icon-search{background-position:-160px -112px}
.ui-icon-wrench{background-position:-176px -112px}
.ui-icon-gear{background-position:-192px -112px}
.ui-icon-heart{background-position:-208px -112px}
.ui-icon-star{background-position:-224px -112px}
.ui-icon-link{background-position:-240px -112px}
.ui-icon-cancel{background-position:0 -128px}
.ui-icon-plus{background-position:-16px -128px}
.ui-icon-plusthick{background-position:-32px -128px}
.ui-icon-minus{background-position:-48px -128px}
.ui-icon-minusthick{background-position:-64px -128px}
.ui-icon-close{background-position:-80px -128px}
.ui-icon-closethick{background-position:-96px -128px}
.ui-icon-key{background-position:-112px -128px}
.ui-icon-lightbulb{background-position:-128px -128px}
.ui-icon-scissors{background-position:-144px -128px}
.ui-icon-clipboard{background-position:-160px -128px}
.ui-icon-copy{background-position:-176px -128px}
.ui-icon-contact{background-position:-192px -128px}
.ui-icon-image{background-position:-208px -128px}
.ui-icon-video{background-position:-224px -128px}
.ui-icon-script{background-position:-240px -128px}
.ui-icon-alert{background-position:0 -144px}
.ui-icon-info{background-position:-16px -144px}
.ui-icon-notice{background-position:-32px -144px}
.ui-icon-help{background-position:-48px -144px}
.ui-icon-check{background-position:-64px -144px}
.ui-icon-bullet{background-position:-80px -144px}
.ui-icon-radio-on{background-position:-96px -144px}
.ui-icon-radio-off{background-position:-112px -144px}
.ui-icon-pin-w{background-position:-128px -144px}
.ui-icon-pin-s{background-position:-144px -144px}
.ui-icon-play{background-position:0 -160px}
.ui-icon-pause{background-position:-16px -160px}
.ui-icon-seek-next{background-position:-32px -160px}
.ui-icon-seek-prev{background-position:-48px -160px}
.ui-icon-seek-end{background-position:-64px -160px}
.ui-icon-seek-start{background-position:-80px -160px}
.ui-icon-seek-first{background-position:-80px -160px}
.ui-icon-stop{background-position:-96px -160px}
.ui-icon-eject{background-position:-112px -160px}
.ui-icon-volume-off{background-position:-128px -160px}
.ui-icon-volume-on{background-position:-144px -160px}
.ui-icon-power{background-position:0 -176px}
.ui-icon-signal-diag{background-position:-16px -176px}
.ui-icon-signal{background-position:-32px -176px}
.ui-icon-battery-0{background-position:-48px -176px}
.ui-icon-battery-1{background-position:-64px -176px}
.ui-icon-battery-2{background-position:-80px -176px}
.ui-icon-battery-3{background-position:-96px -176px}
.ui-icon-circle-plus{background-position:0 -192px}
.ui-icon-circle-minus{background-position:-16px -192px}
.ui-icon-circle-close{background-position:-32px -192px}
.ui-icon-circle-triangle-e{background-position:-48px -192px}
.ui-icon-circle-triangle-s{background-position:-64px -192px}
.ui-icon-circle-triangle-w{background-position:-80px -192px}
.ui-icon-circle-triangle-n{background-position:-96px -192px}
.ui-icon-circle-arrow-e{background-position:-112px -192px}
.ui-icon-circle-arrow-s{background-position:-128px -192px}
.ui-icon-circle-arrow-w{background-position:-144px -192px}
.ui-icon-circle-arrow-n{background-position:-160px -192px}
.ui-icon-circle-zoomin{background-position:-176px -192px}
.ui-icon-circle-zoomout{background-position:-192px -192px}
.ui-icon-circle-check{background-position:-208px -192px}
.ui-icon-circlesmall-plus{background-position:0 -208px}
.ui-icon-circlesmall-minus{background-position:-16px -208px}
.ui-icon-circlesmall-close{background-position:-32px -208px}
.ui-icon-squaresmall-plus{background-position:-48px -208px}
.ui-icon-squaresmall-minus{background-position:-64px -208px}
.ui-icon-squaresmall-close{background-position:-80px -208px}
.ui-icon-grip-dotted-vertical{background-position:0 -224px}
.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}
.ui-icon-grip-solid-vertical{background-position:-32px -224px}
.ui-icon-grip-solid-horizontal{background-position:-48px -224px}
.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}
.ui-icon-grip-diagonal-se{background-position:-80px -224px}
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}
.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}
.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}
.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}
.ui-widget-overlay{background:#aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}
.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*
 *
 * == == == == == == == == == == == == == == == == == == == == == == == == == ==
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    Themes
 * == == == == == == == == == == == == == == == == == == == == == == == == == ==
 *
 * available classes
 *
 * prefix-bg
 * prefix-bg-hover
 * prefix-color
 *
 */
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .club
 *
 */
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .event
 *
 */
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .mediathek
 *
 */
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .news
 *
 */
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .cta
 *
 */
/*
 @mixin theme-variant($class, $text-color, $text-color-hover, $bg-text-color, $bg-color, $bg-color-hover, $border-color) {
 .#{$class}-bg {
 background-color: $bg-color !important;
 color: $bg-text-color !important;
 }
 .#{$class}-bg-hover:hover {
 background-color: $bg-color-hover !important;
 color: $bg-text-color !important;
 }
 .#{$class}-border {
 border-color: $border-color !important;
 }
 .#{$class}-color {
 color: $text-color !important;
 }
 .#{$class}-color-hover:hover {
 color: $text-color-hover !important;
 }
 a {
 &.#{$class}-color:hover {
 color: $text-color-hover !important;
 }
 }
 .btn {
 &.#{$class}-bg {
 background-color: $bg-color !important;
 border-color: $bg-color !important;
 }
 &.#{$class}-bg:hover {
 background-color: $bg-color-hover !important;
 border-color: $bg-color-hover !important;
 }
 &.#{$class}-bg-hover:hover {
 border-color: $bg-color-hover !important;
 }
 }
 }
 */
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 *
 */
#mfPreviewBarShow {
  display: none !important;
}
html {
  -webkit-font-smoothing: antialiased;
}
button {
  -webkit-font-smoothing: inherit;
}
body {
  padding-top: 56px;
  overflow-y: scroll !important;
}
body.modal-open {
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  body {
    padding-top: 81px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 98px;
  }
}
a:focus {
  outline: 0;
}
.pull-xs-left {
  float: left !important;
}
.pull-xs-right {
  float: right !important;
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
}
.equal-height-xs > .row {
  display: table;
  float: none !important;
  height: 100%;
}
.equal-height-xs > .row > * {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .equal-height-sm > .row {
    display: table;
    float: none !important;
    height: 100%;
  }
  .equal-height-sm > .row > * {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .equal-height-md > .row {
    display: table;
    float: none !important;
    height: 100%;
  }
  .equal-height-md > .row > * {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .equal-height-lg > .row {
    display: table;
    float: none !important;
    height: 100%;
  }
  .equal-height-lg > .row > * {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
  }
}
.piped > *:after {
  position: relative;
  display: inline-block;
  content: ' | ';
  margin-left: 2px;
  margin-right: 2px;
}
@media (min-width: 768px) {
  .piped > *:after {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.piped > *:last-child:after {
  display: none;
  content: '';
  margin-left: 0;
  margin-right: 0;
}
.global-header {
  background-color: #fff;
}
.global-footer {
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
}
.global-footer .footer-section {
  padding-bottom: 30px;
  background-color: #d9dadb;
  color: #8c8f93;
}
.global-footer .footer-bar {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #8c8f93;
  color: #fff;
}
.global-footer .footer-bar p {
  margin: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (max-width: 991px) {
  aside {
    margin-top: 30px;
  }
}
.member-register h3 {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 34px 0;
  font-size: 14px;
  line-height: 1.625;
  text-transform: uppercase;
}
.member-register h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: -15px;
  bottom: 0;
  height: 1px;
  background-color: #8c8f93;
}
.member-register .btn {
  margin-top: 30px;
}
.member-register .btn .gi {
  margin-right: 6px;
}
.padded {
  padding: 24px;
}
.top-padded {
  padding-top: 24px;
}
.right-padded {
  padding-right: 24px;
}
.bottom-padded {
  padding-bottom: 24px;
}
.left-padded {
  padding-left: 24px;
}
.no-margin-top {
  margin-top: 0px !important;
}
.user-icon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-top: -9px;
  margin-right: 18px;
  margin-bottom: -8px;
  background-color: #f2f2f2;
  border: 1px solid #6432FA;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
}
.user-icon .badge {
  position: absolute;
  left: -8px;
  bottom: -8px;
  background-color: #46E6E6;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a .user-icon, a:hover .user-icon, li:hover a .user-icon {
  color: #6432FA;
  background-color: #d9dadb;
  border-color: #fff;
}
@media (max-width: 991px) {
  .user-icon {
    width: 32px;
    height: 32px;
    margin-top: -4px;
    margin-right: 18px;
    margin-bottom: -3px;
    line-height: 32px;
  }
  .user-icon .badge {
    left: auto;
    right: -14px;
    bottom: -2px;
  }
}
.badge {
  padding-top: 4px;
  padding-bottom: 2px;
}
.article.content-box .badge {
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn {
  border: 0;
  font-family: 'Euclid-Circular-B', sans-serif;
  text-transform: uppercase;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.625;
  border-radius: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #8c8f93;
  border-color: #d9dadb;
}
.content-box .btn-default {
  color: #8c8f93;
  background-color: #f1f1f1;
}
.content-box .btn-default:hover, .content-box .btn-default:focus, .content-box .btn-default.focus, .content-box .btn-default:active, .content-box .btn-default.active, .open > .content-box .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #8c8f93;
  border-color: #d9dadb;
}
.btn-lg {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 0;
}
.btn-event .gi {
  margin-right: 6px;
}
.carousel[data-type="responsive"] .carousel-inner {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.carousel .carousel-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  margin-top: -15px;
  background: transparent;
}
.carousel .carousel-control.left {
  left: 0;
}
.carousel .carousel-control.right {
  right: 0;
}
.carousel .carousel-control:hover {
  color: #8c8f93;
}
.carousel .item:before, .carousel .item:after {
  content: " ";
  display: table;
}
.carousel .item:after {
  clear: both;
}
.carousel-fullwidth .item img {
  margin-left: auto;
  margin-right: auto;
}
.carousel-fullwidth .item .carousel-caption {
  bottom: auto;
  top: 15%;
}
@media (max-width: 991px) {
  .carousel-fullwidth .item .carousel-caption {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .carousel-fullwidth .item .carousel-caption {
    top: 40px;
  }
}
@media (min-width: 1200px) {
  .carousel-fullwidth .item .carousel-caption {
    top: 40px;
  }
}
.carousel-fullwidth .item .carousel-caption h1 {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 991px) {
  .carousel-fullwidth .item .carousel-caption h1 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .carousel-fullwidth .item .carousel-caption h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .carousel-fullwidth .item .carousel-caption h1 {
    font-size: 54px;
  }
}
.carousel-fullwidth .item .carousel-caption h1 strong {
  display: block;
  text-transform: uppercase;
}
.carousel-fullwidth .item .carousel-caption .lead {
  display: none;
}
@media (min-width: 768px) {
  .carousel-fullwidth .item .carousel-caption .lead {
    display: block;
  }
}
.carousel-fullwidth .item .carousel-caption .btn {
  margin-top: 0;
}
@media (max-width: 991px) {
  .carousel-fullwidth .item .carousel-caption .btn {
    padding: 3px 12px;
    font-size: 14px;
  }
}
.carousel-fullwidth .carousel-indicators {
  display: none;
  bottom: 0;
  width: 100%;
  margin-left: -50%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .carousel-fullwidth .carousel-indicators {
    display: block;
  }
}
.carousel-fullwidth .carousel-indicators li {
  width: auto;
  height: auto;
  padding: 5px 30px;
  background: #6432FA;
  background: rgba(100, 50, 250, .5);
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
  text-indent: 0;
  text-transform: uppercase;
  vertical-align: bottom;
}
.carousel-fullwidth .carousel-indicators li.active {
  padding-top: 15px;
  padding-bottom: 15px;
}
.carousel-fullwidth .carousel-indicators li:hover, .carousel-fullwidth .carousel-indicators li.active {
  background: #6432FA;
}
.alert {
  font-size: 14px;
  text-transform: uppercase;
}
.alert > ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.alert > ul > li {
  padding-left: 30px;
}
.alert > ul > li:before {
  content: '\e505';
  display: inline-block;
  position: relative;
  top: 0;
  float: left;
  margin-left: -30px;
  font-family: 'Glyphicon';
}
.alert-success > ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.alert-success > ul > li:before {
  content: '\e194';
}
.logout-menu, .logout-menu a {
  color: #646464;
}
.logout-menu form {
  padding: 15px;
}
.logout-menu form .form-group label {
  display: none;
}
.logout-menu form .btn, .logout-menu form a, .logout-menu form .checkbox {
  font-size: 14px;
}
.xform, .xform input, .xform textarea, .xform select {
  font-family: 'Euclid-Circular-B', sans-serif;
}
.xform h3 {
  color: #6432FA;
  text-transform: uppercase;
}
.xform h3:first-child {
  margin-top: 13px;
}
.xform label {
  font-weight: 400;
}
.xform .label {
  display: inline-block;
  padding: 8px 0 0 0;
  color: #6432FA;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.625;
}
.xform .checkbox-label > span {
  color: #6432FA;
  font-size: 20px;
}
.xform button[type="submit"] {
  margin-top: 30px;
  margin-bottom: 15px;
}
.xform button[type="submit"] + button[type="submit"] {
  margin-left: 30px;
}
.xform button[type="submit"].btn-default {
  border: 1px solid #d9dadb;
}
.xform .form_warning .control-label {
  color: #e30613;
}
.xform .form_warning .form-control {
  border-color: #e30613;
}
.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
  font-family: 'Euclid-Circular-B', sans-serif;
}
.select2-container .select2-choice > .select2-chosen {
  padding-top: 10px;
}
.select2-container .select2-choice .select2-arrow {
  width: 42px;
  background-color: #f1f1f1;
  text-align: center;
}
.select2-container .select2-choice .select2-arrow b {
  background: none;
}
.select2-container .select2-choice .select2-arrow b:before {
  content: '\e602';
  display: inline-block;
  padding-top: 10px;
  font-family: "Glyphicon";
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-container .select2-choice .select2-arrow b {
    background: none !important;
  }
}
.checked-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.lead-section .checked-list {
  color: #6432FA;
}
.checked-list > li:before {
  content: '\e207';
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 20px;
  font-family: 'Glyphicon';
}
.pro-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 30px;
  padding-bottom: 170px;
}
.pro-list > li {
  padding-left: 30px;
}
.pro-list > li + li {
  margin-top: 13px;
}
.pro-list > li:before {
  content: '\e224';
  position: relative;
  top: 1px;
  display: inline-block;
  float: left;
  margin-left: -30px;
  font-family: 'Glyphicon';
}
.content-box .small-teaser-list {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
}
.content-box .small-teaser-list .small-teaser-list-item {
  padding-left: 24px;
  padding-right: 24px;
}
.small-teaser-list .small-teaser-list-item {
  padding-top: 24px;
  padding-bottom: 24px;
}
.small-teaser-list .small-teaser-list-item h4 {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
  text-transform: uppercase;
}
.small-teaser-list .small-teaser-list-item + .small-teaser-list-item {
  border-top: 1px solid #f1f1f1;
}
.quicklinks-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-family: 'Euclid-Circular-B', sans-serif;
}
.content-box .quicklinks-list {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
}
.content-box .quicklinks-list > li {
  padding-left: 54px;
  padding-right: 24px;
}
.quicklinks-list > li {
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 30px;
}
.quicklinks-list > li:before {
  content: '\e174';
  position: relative;
  top: -2px;
  display: inline-block;
  float: left;
  margin-left: -30px;
  font-family: 'Glyphicon';
}
.quicklinks-list > li + li {
  border-top: 1px solid #f1f1f1;
}
.ticker-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}
.ticker-list dt, .ticker-list dd {
  padding: 10px 0;
  border-top: 1px solid #f1f1f1;
}
.ticker-list dt {
  clear: left;
  float: left;
  padding-left: 24px;
  font-weight: 400;
}
.ticker-list dd {
  margin-left: 100px;
  padding-right: 10px;
}
.media {
  margin-bottom: 15px;
}
.media.pull-left {
  margin-right: 15px;
}
.media.pull-right {
  margin-left: 15px;
}
.media figcaption p {
  margin-bottom: 0;
}
.article-content .media figcaption {
  font-size: 14px;
}
.article-content .table-responsive cite {
  font-size: 14px;
}
.media-border {
  display: inline-block;
}
.media-border > img {
  padding: 2px;
  border: 1px solid #f1f1f1;
}
h1, .h1, h2, .h2 {
  color: #646464;
}
.headings-clearing .body h1, .headings-clearing .body h2, .headings-clearing .body h3, .headings-clearing .body h4, .headings-clearing .body h5, .headings-clearing .body h6 {
  clear: both;
}
.loading {
  padding-top: 60px;
}
.article-content .article {
  padding-bottom: 60px;
}
.article .heading {
  font-size: 24px;
}
.article-content .article .body {
  margin-top: 30px;
}
.article-content .article .body h3, .article-content .article .body strong, .article-content .article .body b {
  color: #646464;
}
.article-content .article .body h3 {
  font-size: 18px;
}
.article-content .article footer {
  margin-top: 60px;
}
.article-content .article footer .media-heading {
  color: #646464;
  text-transform: uppercase;
}
.article-content .article + .article-image {
  margin-top: 1px;
}
.article-content .article-image {
  padding-top: 24px;
  padding-bottom: 24px;
}
.article-content .media-large {
  padding-bottom: 30px;
}
.special-content {
  padding: 24px;
  background-color: #fff;
}
.special-content .article .heading {
  font-size: 24px;
  color: #6432FA;
}
.special-sidebar {
  position: relative;
  padding: 24px;
  background-color: #8c8f93;
  color: #fff;
}
.special-sidebar .special-media {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
}
.banner-section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.banner-section .body {
  padding-bottom: 30px;
  background-color: #d9dadb;
}
.banner-section .body .btn {
  margin-top: 26px;
}
.login-banner {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 30px solid #fff;
}
.login-banner .body {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d9dadb;
}
.login-banner .body h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 46px;
}
.login-banner .body .btn {
  margin-top: 4px;
}
.login-banner .body label {
  display: none;
}
.content-section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-section h2 {
  line-height: 1.5;
  text-transform: uppercase;
}
.lead-section {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #fff;
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 20px;
}
.lead-section h2 {
  margin-bottom: 30px;
  color: #646464;
  line-height: 1.625;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .lead-section h2 {
    margin-bottom: 60px;
  }
}
.parallax-section {
  position: relative;
}
.parallax-section .parallax-layer {
  float: left;
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .parallax-section .parallax-layer {
    padding-top: 60px;
  }
}
.parallax-section .parallax-layer .body {
  padding-bottom: 30px;
  color: #646464;
  text-align: center;
}
@media (min-width: 992px) {
  .parallax-section .parallax-layer .body {
    padding-bottom: 60px;
  }
}
.parallax-section .parallax-layer .body .btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .parallax-section .parallax-layer .body .btn {
    margin-top: 60px;
  }
}
.parallax-section .parallax-layer .footer {
  padding: 30px 24px;
  background: #6432FA;
  background: rgba(100, 50, 250, .8);
  color: #fff;
}
@media (min-width: 992px) {
  .parallax-section .parallax-layer .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.parallax-section .parallax-layer .footer .btn {
  margin-left: 30px;
}
.parallax-section .parallax-layer .footer h3 {
  margin-top: 0;
}
.parallax-section .parallax-layer .footer p:last-child {
  margin-bottom: 0;
}
.parallax-section .parallax-holder {
  height: 700px;
  text-indent: -9999px;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.teaser-section {
  margin-top: 30px;
  margin-bottom: 30px;
  /*
 & + & {
 margin-top: $grid-gutter-width;
 }
 */
}
.content-box {
  padding: 0 24px 24px 24px;
  background-color: #fff;
}
.content-box:before, .content-box:after {
  content: " ";
  display: table;
}
.content-box:after {
  clear: both;
}
.content-box + .content-box {
  margin-top: 30px;
}
.content-box header .meta .icon-square {
  float: left;
  margin-right: 20px;
}
.content-box header .meta .icon-square .gi {
  vertical-align: middle;
}
.content-box header .meta-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 14px;
}
.content-box .meta {
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
}
.content-box .meta .gi {
  margin-right: 8px;
}
.content-box .meta .icon .gi {
  margin-right: 0;
}
.content-box .meta .date, .content-box .meta .time, .content-box .meta .author, .content-box .meta .kicker {
  margin-right: 20px;
  white-space: nowrap;
}
.article-sidebar .content-box header {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #d9dadb;
  color: #646464;
}
.article-sidebar .content-box header .meta-heading {
  padding-top: 12px;
  padding-bottom: 8px;
}
.content-feature {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-teaser > .media, .content-teaser header > .media {
  margin-bottom: 0;
  padding-top: 24px;
}
.content-teaser header {
  /*
 * + * {
 margin-left: floor($grid-gutter-width / 3 * 2);
 }
 */
}
.content-teaser header .meta-heading .kicker:after {
  content: '|';
  display: inline-block;
  padding-left: 20px;
}
.content-teaser header .heading {
  font-size: 24px;
}
.content-teaser .body {
  margin-bottom: 30px;
}
.content-teaser .body:before, .content-teaser .body:after {
  content: " ";
  display: table;
}
.content-teaser .body:after {
  clear: both;
}
.content-teaser .body .media {
  margin-bottom: 8px;
}
.content-teaser footer {
  margin-top: 30px;
  margin-bottom: -24px;
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
  line-height: 1.1;
}
.content-teaser footer a {
  display: inline-block;
  padding: 0 36px 10px 14px;
  border-left-width: 1px;
  border-left-style: solid;
  color: #8c8f93;
  text-transform: uppercase;
}
.content-teaser .row + footer {
  margin-top: 0;
}
.content-teaser td {
  padding: 1px 7px 1px 0px;
  font-size: 14px;
}
.content-tabs {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
.content-tabs footer {
  margin-top: 30px;
  margin-bottom: -24px;
  margin-left: 24px;
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
  line-height: 1.1;
}
.content-tabs footer a {
  display: inline-block;
  padding: 0 36px 10px 14px;
  border-left-width: 1px;
  border-left-style: solid;
  color: #8c8f93;
  text-transform: uppercase;
}
.content-tabs footer a.active {
  color: #646464;
}
.content-video header .meta-heading .kicker:after {
  content: '|';
  display: inline-block;
  padding-left: 20px;
}
.content-video header .heading {
  font-size: 24px;
}
.content-video .body {
  margin-top: 24px;
}
.video-layer {
  position: relative;
  display: block;
}
.video-layer:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-layer:hover:after {
  background-color: rgba(94, 37, 130, .5);
}
.video-layer .video-layer-icon {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  margin-top: -30px;
  color: #fff;
  font-size: 60px;
  text-align: center;
  vertical-align: middle;
}
.pro-block {
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 20px;
  margin-bottom: 24px;
}
.pro-block h4 {
  text-transform: uppercase;
}
.small-teaser .heading {
  color: #646464;
  line-height: 1.625;
  text-transform: uppercase;
}
.small-teaser > .media {
  margin: 0 -24px -24px -24px;
}
.small-teaser .body {
  padding-top: 24px;
  font-size: 14px;
}
.cta-media > .body {
  margin: 0 -24px -24px -24px;
  padding: 24px;
  background-color: #d9dadb;
}
.cta-media > .body:before, .cta-media > .body:after {
  content: " ";
  display: table;
}
.cta-media > .body:after {
  clear: both;
}
.cta-media > .body .heading {
  margin-top: 0;
}
.cta-media > .body *:last-child {
  margin-bottom: 0;
}
.info-box > .body {
  margin: 0 -24px -24px -24px;
}
.info-box > .body:before, .info-box > .body:after {
  content: " ";
  display: table;
}
.info-box > .body:after {
  clear: both;
}
.media-teasers {
  overflow: hidden;
}
.media-teasers > .body {
  padding-top: 24px;
}
.media-teasers .pagination {
  margin: -5px 0 0 0;
  line-height: 1;
  vertical-align: top;
}
.media-teasers .tab-pane > .body {
  padding-top: 24px;
}
.media-teasers > footer, .media-teasers .tab-pane > footer {
  margin-bottom: -24px;
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
  line-height: 1.1;
}
.media-teasers > footer > * > a, .media-teasers .tab-pane > footer > * > a {
  display: inline-block;
  padding: 0 36px 10px 14px;
  border-left-width: 1px;
  border-left-style: solid;
  color: #8c8f93;
  text-transform: uppercase;
}
.media-teaser .meta-heading {
  margin-top: 12px;
}
.media-teaser .heading {
  margin-top: 12px;
  font-size: 18px;
}
.media-teaser-small {
  margin-bottom: 30px;
}
.media-teaser-small .media {
  margin-bottom: 0;
}
.media-teaser-small .media-object {
  width: 112px;
}
.media-teaser-small .media-heading {
  margin: 0;
  font-size: 18px;
}
.media-teaser-small .media-body p {
  margin-bottom: 0;
}
.media-teaser-small .media-body a {
  font-size: 14px;
}
.bx-wrapper {
  margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
  left: auto;
  border: 0;
  box-shadow: none;
}
.pagination .bx-pager, .pagination .bx-pager-item {
  display: inline;
}
.pagination .bx-pager-link {
  position: relative;
  float: left;
  margin-left: -1px;
  padding: 3px 12px;
  background-color: #fff;
  border: 1px solid #d9dadb;
  color: #646464;
  line-height: 1.625;
  text-decoration: none;
}
.pagination .bx-pager-link:hover {
  background-color: #646464;
  border: 1px solid #d9dadb;
  color: #fff;
}
.media-teasers .pagination .bx-pager-link:hover {
  background-color: #46E6E6;
  color: #fff;
}
.pagination .bx-pager-link.active {
  background-color: #646464;
  border: 1px solid #d9dadb;
  color: #fff;
}
.calendar-pager {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background-color: #d9dadb;
  color: #646464;
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.calendar-pager:before, .calendar-pager:after {
  content: " ";
  display: table;
}
.calendar-pager:after {
  clear: both;
}
.content-box > header > .calendar-pager {
  margin-left: -24px;
  margin-right: -24px;
}
.content-box > header > .calendar-pager .heading {
  display: inline-block;
  margin: 0;
  padding-top: 4px;
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
  line-height: 1.625;
}
.calendar-pager > li {
  display: inline;
}
.calendar-pager > li > a, .calendar-pager > li > span {
  display: inline-block;
}
.calendar-pager > li.previous > a, .calendar-pager > li.previous > button {
  float: left;
}
.calendar-pager > li.next > a, .calendar-pager > li.next > button {
  float: right;
}
.calendar-year-list {
  color: #646464;
}
.calendar-year-list, .calendar-year-list .heading, .article-content .article .calendar-year-list .heading {
  margin: 0;
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
  line-height: 1.625;
}
.calendar-year-list dt:before, .calendar-year-list dt:after {
  content: " ";
  display: table;
}
.calendar-year-list dt:after {
  clear: both;
}
.calendar-year-list ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.calendar-year-list .day {
  margin-left: 30px;
}
.calendar-year-list .highlight .day {
  margin-left: 16px;
}
.calendar-year-list .date, .calendar-year-list .meta {
  color: #8c8f93;
}
.calendar-year-list .highlight, .calendar-year-list .highlight .date {
  color: #46E6E6;
}
@media (max-width: 767px) {
  .calendar-year-list .day:after {
    content: ', ';
  }
  .content-teaser header .heading {
    font-size: 21px;
  }
  .content-teaser .body .media.pull-left {
    float:none!important;
  }
}
.calendar-year-list > dd li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #f1f1f1;
}
.calendar-year-list > dd li > a {
  display: block;
  padding-left: 30px;
  text-decoration: none;
}
.calendar-year-list > dd li > a .heading .gi {
  float: left;
  margin-left: -30px;
  letter-spacing: 3px;
}
.calendar-year-list > dd li > a .heading .gi:before {
  padding-left: 3px;
}
.calendar-year-list > dd li > a:hover {
  color: #969696;
}
@media (min-width: 768px) {
  .calendar-year-list {
    border: 1px solid #f1f1f1;
  }
  .calendar-year-list + .calendar-year-list {
    margin-top: -1px;
  }
  .calendar-year-list > dt {
    float: left;
    width: 230px;
    padding: 10px 30px 10px 15px;
  }
  .calendar-year-list > dt .date {
    float: right;
  }
  .calendar-year-list > dd {
    margin-left: 230px;
    padding-left: 30px;
    border-left: 1px solid #f1f1f1;
  }
  .calendar-year-list > dd li {
    border-top: 0;
  }
}
.calendar-year-list .notification .gi {
  margin-right: 10px;
}
.calendar-filter-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
}
.calendar-filter-list > li {
  display: block;
}
.calendar-filter-list > li, .calendar-filter-list > li a {
  color: #8c8f93;
}
.calendar-filter-list > li .gi {
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .calendar-filter-list > li {
    display: inline-block;
  }
  .calendar-filter-list > li:after {
    content: '|';
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .calendar-filter-list > li:last-child:after {
    content: '';
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .calendar-filter-list > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .calendar-filter-list > li > a {
    display: block;
    padding-left: 30px;
    text-decoration: none;
  }
  .calendar-filter-list > li > a .gi {
    float: left;
    margin-left: -30px;
    letter-spacing: 3px;
  }
  .calendar-filter-list > li > a .gi:before {
    padding-left: 3px;
  }
  .calendar-filter-list > li > a:hover {
    color: #969696;
  }
}
.calendar-month .cal-row-head, .calendar-month .cal-day-today span[data-cal-date], .calendar-month span[data-cal-date] {
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.calendar-month span[data-cal-date] {
  margin: 0;
  display: block;
  padding: 5px 5px 0 0;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: right;
}
.calendar-month .cal-month-box [class*="cal-cell"] {
  min-height: 66px;
}
.calendar-month .cal-month-day {
  height: 66px;
}
.calendar-month [class*="cal-cell"]:hover, .calendar-month [class*="cal-cell"]:hover .cal-day-today {
  background-color: #88d7e6;
}
.calendar-month .cal-day-today {
  background-color: #b2e5ef;
}
.calendar-month [class*="cal-cell"]:hover, .calendar-month [class*="cal-cell"]:hover span[data-cal-date] {
  color: #fff;
}
.calendar-month .cal-day-today, .calendar-month .cal-day-today span[data-cal-date] {
  color: inherit;
}
.calendar-month .cal-day-weekend span[data-cal-date] {
  color: #6432FA;
}
.calendar-month .events-list {
  left: auto;
  right: 3px;
  line-height: 0;
}
.calendar-month .events-list a {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0;
  margin-left: 2px;
  margin-bottom: 5px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #646464;
}
.calendar-month .events-list a .gi {
  min-width: 20px;
  font-size: 14px;
}
.calendar-month [class*="cal-cell"]:hover .events-list {
  left: auto;
  right: 3px;
  line-height: 0;
}
.calendar-month [class*="cal-cell"]:hover .events-list a {
  color: #fff;
}
.calendar-month #cal-week-box {
  display: none !important;
}
.calendar-month-small span[data-cal-date] {
  line-height: 42px;
  text-align: center;
}
.calendar-month-small .cal-month-box [class*="cal-cell"] {
  min-height: 0;
}
.calendar-month-small .cal-month-day {
  height: auto;
}
.calendar-month-small .events-list a {
  width: 8px;
  height: 8px;
  margin-bottom: 0;
  background-color: #646464;
  border: 0;
  box-shadow: none;
}
.navbar {
  margin-bottom: 0;
  border: 0;
  font-family: 'Euclid-Circular-B', sans-serif;
  font-weight:600;
  font-size: 15px;
}
@media (min-width: 992px) {
  .navbar {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-collapse {
    border-bottom: 2px solid #6432FA;
  }
}
.navbar-nav > li {
  position: relative;
}
@media (max-width: 991px) {
  .navbar-nav > li {
    padding-top: 10px;
  }
}
.navbar-nav > li > a {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li.has-children > a {
    position: relative;
  }
  .navbar-nav > li.has-children > a:after {
    display: none;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #6432FA;
  }
  .navbar-nav > li.has-children:hover > a:after, .navbar-nav > li.has-children > a:hover:after {
    display: block;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li {
    padding: 17px 4px 17px 4px;
  }
  .navbar-nav > li > a {
    padding: 10px 5px 7px 5px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li {
    padding: 22px 6px 22px 6px;
  }
  .navbar-nav > li > a {
    padding: 14px 18px 11px 18px;
  }
}
.navbar-nav > li .dropdown-menu {
  left: 0;
  padding-top: 16px;
  padding-bottom: 0;
  background-color: #d9dadb;
  border: 0;
  box-shadow: none;
}
.navbar-nav > li .dropdown-menu > li {
  border-bottom: 1px solid #e4e4e4;
}
.navbar-nav > li .dropdown-menu > li > a {
  padding-top: 12px;
  padding-bottom: 8px;
  border-left: 2px solid transparent;
  color: #8c8f93;
}
.navbar-nav > li .dropdown-menu > li.active > a, .navbar-nav > li .dropdown-menu > li > a:hover {
  background-color: #e5ebf1;
  border-left-color: #6432FA;
  color: #6432FA;
}
.navbar-nav > li.logout-menu:before, .navbar-nav > li.logout-menu:after {
  content: " ";
  display: table;
}
.navbar-nav > li.logout-menu:after {
  clear: both;
}
.navbar-nav > li.logout-menu > a {
  text-align: center;
}
.navbar-main > li > ul, .navbar-myprofile > li > ul, ul.sub-navi {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .navbar-main > li > ul, .navbar-myprofile > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 270px;
    margin-left: -135px;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
  }
  .navbar-main > li > ul > li:first-child, .navbar-myprofile > li > ul > li:first-child {
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  }
}
.navbar-main > li > ul > li, .navbar-myprofile > li > ul > li {
  border-bottom: 1px solid #e4e4e4;
}
.navbar-main > li > ul > li > a, .navbar-myprofile > li > ul > li > a, ul.sub-navi > li > a {
  display: block;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 30px;
  border-left: 2px solid transparent;
  color: #8c8f93;
  text-decoration: none;
  font-weight:400;
}
ul.sub-navi > li > a {
  padding-left: 30px;
}
.navbar-main > li > ul > li > a > .gi, .navbar-myprofile > li > ul > li > a > .gi {
  margin-right: 20px;
}
.navbar-main > li > ul > li.active > a,
.navbar-myprofile > li > ul > li.active > a,
.navbar-main > li > ul > li > a:hover,
.navbar-myprofile > li > ul > li > a:hover,
ul.sub-navi > li > a:hover
{
  background-color: #e5ebf1;
  border-left-color: #6432FA;
  color: #6432FA;
}
@media (min-width: 992px) {
  .navbar-main > li > .dropdown-menu, .navbar-myprofile > li > .dropdown-menu {
    margin-left: 0;
    padding-top: 0;
    background-color: #fff;
  }
  .navbar-main > li:hover > ul, .navbar-myprofile > li:hover > ul {
    display: block;
  }
}
.navbar-main > li:hover > a, .navbar-myprofile > li:hover > a {
  background-color: #6432FA;
  color: #fff;
}
.navbar-default .navbar-nav > .logout-menu.open > a {
  background-color: transparent;
  color: #6432FA;
}
/*
 .navbar-default .navbar-nav > .logout-menu.open > a.dropdown-toggle,
 .navbar-default .navbar-nav > .logout-menu.open > a:hover {
 background-color: $brand-primary;
 color: #fff;
 }
 */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #8c8f93;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  background-color: #e5ebf1;
  border-left-color: #6432FA;
  color: #6432FA;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  padding-left: 45px;
}
.navbar-user {
  float: none;
}
.navbar-user > li {
  float: none;
}
.navbar-user > li .dropdown-menu {
  right: 0;
}
@media (min-width: 992px) {
  .navbar-brand {
    height: auto;
  }
}
.navbar-brand > img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .navbar-header .navbar-brand {
    display: none;
  }
}
.navbar-collapse .navbar-brand {
  display: none;
}
@media (min-width: 992px) {
  .navbar-collapse .navbar-brand {
    display: block;
  }
}
.navbar-footer {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.navbar-footer > li {
  display: inline-block;
  color: #fff;
}
.navbar-footer > li:after {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.navbar-footer > li > a {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.navbar-footer > li.active a, .navbar-footer > li > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-footer {
  padding-left: 0;
  list-style: none;
}
.nav-footer ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.nav-footer a {
  color: #8c8f93;
}
.nav-footer > li > a {
  position: relative;
  display: block;
  margin-bottom: 24px;
  padding: 34px 0;
  text-transform: uppercase;
}
.nav-footer > li > a:after {
  content: '';
  position: absolute;
  left: -15px;
  right: -15px;
  bottom: 0;
  height: 1px;
  background-color: #8c8f93;
}
.nav-footer > li:last-child > a:after {
  right: 0;
}
.nav-footer > li > ul > li {
  margin-bottom: 5px;
  padding-left: 15px;
}
.nav-footer > li > ul > li:before {
  content: '';
  position: relative;
  top: 8px;
  float: left;
  width: 5px;
  height: 5px;
  margin-left: -15px;
  background-color: #8c8f93;
}
.nav-footer > li > ul > li > a {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.nav-footer > li > ul > li > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-tabs {
  margin-top: -1px;
}
.nav-tabs > li > a {
  margin-right: 0;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover {
  border-left-color: #d9dadb;
  border-left-color: #fff;
}
.nav-tabs .meta {
  display: block;
  white-space: nowrap;
}
.nav-tabs .meta:before, .nav-tabs .meta:after {
  content: " ";
  display: table;
}
.nav-tabs .meta:after {
  clear: both;
}
.nav-tabs .meta .icon + .meta-heading {
  margin-left: 50px;
}
.rex-breadcrumb {
  margin-bottom: 26px;
  padding: 8px 0;
  list-style: none;
  color: #6432FA;
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 14px;
}
.rex-breadcrumb > li {
  display: inline-block;
}
.rex-breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #646464;
}
.rex-breadcrumb > li > a {
  color: #646464;
}
.nav-user-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-family: 'Euclid-Circular-B', sans-serif;
}
.content-box .nav-user-list {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
}
.content-box .nav-user-list > li {
  padding-left: 54px;
  padding-right: 24px;
}
.nav-user-list > li {
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 30px;
}
.nav-user-list > li + li {
  border-top: 1px solid #f1f1f1;
}
.nav-user-list > li:before {
  content: '\e174';
  position: relative;
  top: -2px;
  display: inline-block;
  float: left;
  margin-left: -30px;
  font-family: 'Glyphicon';
}
.nav-user-list > li.nav-item-12:before {
  content: '\e023';
}
.nav-user-list > li.nav-item-13:before {
  content: '\e503';
}
.nav-user-list > li.nav-item-14:before {
  content: '\e004';
}
.nav-user-list > li.nav-item-46:before {
  content: '\e050';
}
.navbar-user .dropdown-menu > li > a {
  padding-left: 45px;
}
.navbar-user .dropdown-menu > li > a:before {
  content: '\e174';
  position: relative;
  top: -2px;
  display: inline-block;
  float: left;
  margin-left: -30px;
  font-family: 'Glyphicon';
}
.navbar-user .dropdown-menu > li.nav-item-12 > a:before {
  content: '\e023';
}
.navbar-user .dropdown-menu > li.nav-item-13 > a:before {
  content: '\e503';
}
.navbar-user .dropdown-menu > li.nav-item-14 > a:before {
  content: '\e004';
}
.navbar-user .dropdown-menu > li.nav-item-46 > a:before {
  content: '\e050';
}
/*
 # Schriftfarbe
 Börsenblatt
 Markup:
 <p class="$modifierClass">Schriftfarbe</p>
 .club-color
 .event-color
 .news-color
 .mediathek-color
 Styleguide 400.2
 */
/*
 # Hintergund
 Börsenblatt
 Markup:
 <button class="btn btn-default $modifierClass">Button</button>
 .club-bg
 .event-bg
 .news-bg
 .mediathek-bg
 Styleguide 400.3
 */
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .club
 *
 */
.club-color {
  color: #6432FA !important;
}
.club-color-hover:hover {
  color: #002f5e !important;
}
.active .club-color-active, .club-color-active.active, .club-color-active:active {
  color: #002f5e !important;
}
a.club-color:hover {
  color: #002f5e !important;
}
.club-bg {
  background-color: #6432FA !important;
  color: #fff !important;
}
.club-bg a:not(.btn), .club-bg .close {
  color: #fff !important;
}
.club-bg .dropdown-menu a {
  color: inherit !important;
}
.club-bg-hover:hover {
  background-color: #6432FA !important;
  color: #fff !important;
}
.active .club-bg-active, .club-bg-active.active, .club-bg-active:active {
  color: #002f5e !important;
}
.btn.club-bg {
  background-color: #6432FA !important;
  border-color: #6432FA !important;
}
.btn.club-bg:hover {
  background-color: #024 !important;
  border-color: #024 !important;
}
.btn.club-bg-hover:hover {
  border-color: #024 !important;
}
.btn-club {
  background-color: #6432FA;
  color: #fff;
}
.btn-club:hover {
  background-color: #024;
  border-color: #6432FA;
  color: #fff;
}
.club-border {
  border-color: #6432FA !important;
}
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .cta
 *
 */
.cta-color {
  color: #646464 !important;
}
.cta-color-hover:hover {
  color: #4c4c4c !important;
}
.active .cta-color-active, .cta-color-active.active, .cta-color-active:active {
  color: #4c4c4c !important;
}
a.cta-color:hover {
  color: #4c4c4c !important;
}
.cta-bg {
  background-color: #e6e6e6 !important;
  color: #646464 !important;
}
.cta-bg a:not(.btn), .cta-bg .close {
  color: #646464 !important;
}
.cta-bg .dropdown-menu a {
  color: inherit !important;
}
.cta-bg-hover:hover {
  background-color: #e6e6e6 !important;
  color: #646464 !important;
}
.active .cta-bg-active, .cta-bg-active.active, .cta-bg-active:active {
  color: #4c4c4c !important;
}
.btn.cta-bg {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn.cta-bg:hover {
  background-color: #8c8f93 !important;
  border-color: #8c8f93 !important;
}
.btn.cta-bg-hover:hover {
  border-color: #8c8f93 !important;
}
.btn-cta {
  background-color: #e6e6e6;
  color: #646464;
}
.btn-cta:hover {
  background-color: #8c8f93;
  border-color: #e6e6e6;
  color: #646464;
}
.cta-border {
  border-color: #646464 !important;
}
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .event
 *
 */
.event-color {
  color: #646464 !important;
}
.event-color-hover:hover {
  color: #969696 !important;
}
.active .event-color-active, .event-color-active.active, .event-color-active:active {
  color: #969696 !important;
}
a.event-color:hover {
  color: #969696 !important;
}
.event-bg {
  background-color: #646464 !important;
  color: #fff !important;
}
.event-bg a:not(.btn), .event-bg .close {
  color: #fff !important;
}
.event-bg .dropdown-menu a {
  color: inherit !important;
}
.event-bg-hover:hover {
  background-color: #646464 !important;
  color: #fff !important;
}
.active .event-bg-active, .event-bg-active.active, .event-bg-active:active {
  color: #969696 !important;
}
.btn.event-bg {
  background-color: #646464 !important;
  border-color: #646464 !important;
}
.btn.event-bg:hover {
  background-color: #969696 !important;
  border-color: #969696 !important;
}
.btn.event-bg-hover:hover {
  border-color: #969696 !important;
}
.btn-event {
  background-color: #646464;
  color: #fff;
}
.btn-event:hover {
  background-color: #969696;
  border-color: #646464;
  color: #fff;
}
.event-border {
  border-color: #646464 !important;
}
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .news
 *
 */
.news-color {
  color: #46E6E6 !important;
}
.news-color-hover:hover {
  color: #6432FA !important;
}
.active .news-color-active, .news-color-active.active, .news-color-active:active {
  color: #6432FA !important;
}
a.news-color:hover {
  color: #6432FA !important;
}
.news-bg {
  background-color: #46E6E6 !important;
  color: #fff !important;
}
.news-bg a:not(.btn), .news-bg .close {
  color: #fff !important;
}
.news-bg .dropdown-menu a {
  color: inherit !important;
}
.news-bg-hover:hover {
  background-color: #46E6E6 !important;
  color: #fff !important;
}
.active .news-bg-active, .news-bg-active.active, .news-bg-active:active {
  color: #6432FA !important;
}
.btn.news-bg {
  background-color: #46E6E6 !important;
  border-color: #46E6E6 !important;
}
.btn.news-bg:hover {
  background-color: #6432FA !important;
  border-color: #6432FA !important;
}
.btn.news-bg-hover:hover {
  border-color: #6432FA !important;
}
.btn-news {
  background-color: #46E6E6;
  color: #fff;
}
.btn-news:hover {
  background-color: #6432FA;
  border-color: #46E6E6;
  color: #fff;
}
.news-border {
  border-color: #46E6E6 !important;
}
/*
 *
 * -- -- -- -- -- -- -- -- -- -- -- -- -- --    .mediathek
 *
 */
.mediathek-color {
  color: #46E6E6 !important;
}
.mediathek-color-hover:hover {
  color: #501f6e !important;
}
.active .mediathek-color-active, .mediathek-color-active.active, .mediathek-color-active:active {
  color: #501f6e !important;
}
a.mediathek-color:hover {
  color: #501f6e !important;
}
.mediathek-bg {
  background-color: #46E6E6 !important;
  color: #fff !important;
}
.mediathek-bg a:not(.btn), .mediathek-bg .close {
  color: #fff !important;
}
.mediathek-bg .dropdown-menu a {
  color: inherit !important;
}
.mediathek-bg-hover:hover {
  background-color: #46E6E6 !important;
  color: #fff !important;
}
.active .mediathek-bg-active, .mediathek-bg-active.active, .mediathek-bg-active:active {
  color: #501f6e !important;
}
.btn.mediathek-bg {
  background-color: #46E6E6 !important;
  border-color: #46E6E6 !important;
}
.btn.mediathek-bg:hover {
  background-color: #501f6e !important;
  border-color: #501f6e !important;
}
.btn.mediathek-bg-hover:hover {
  border-color: #501f6e !important;
}
.btn-mediathek {
  background-color: #46E6E6;
  color: #fff;
}
.btn-mediathek:hover {
  background-color: #501f6e;
  border-color: #46E6E6;
  color: #fff;
}
.mediathek-border {
  border-color: #46E6E6 !important;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .table + cite {
    display: block;
    margin-top: -26px;
  }
}
.lead {
  font-family: 'Euclid-Circular-B', sans-serif;
  font-size: 24px;
}
.kicker {
  text-transform: uppercase;
  font-weight:600;
}
.parallax-section a {
  text-decoration: underline;
}
.parallax-section a.btn {
  text-decoration: none;
}
.icon-square {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #8c8f93;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  vertical-align: top;
}
.icon-square.icon-lg {
  width: 70px;
  height: 70px;
  font-size: 36px;
  line-height: 70px;
}
.icon-square.icon-invert {
  background-color: #fff;
}
.pp_nav .currentTextHolder {
  font-size: 14px;
}
.pp_nav a.pp_arrow_previous, .pp_nav a.pp_arrow_next {
  margin-top: 5px;
}
.navbar-main > li > ul > li > ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
@media (min-width: 992px) {
    .navbar-main > li > ul > li > ul > li {
        border-bottom: 1px solid #e4e4e4;
    }
}
.navbar-main > li > ul > li > ul > li > a {
    display: block;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 17px;
    padding-right: 30px;
    color: #8c8f93;
    text-decoration: none;
    font-weight:400;
}
@media (min-width: 992px) {
    .navbar-main > li > ul > li > ul > li > a {
        padding-top: 12px;
        padding-bottom: 8px;
        padding-left: 15px;
        border-left: 2px solid transparent;
    }
}
.navbar-main > li > ul > li:hover > a,
.navbar-main > li > ul > li > ul > li.active > a,
.navbar-main > li > ul > li > ul > li > a:hover {
    background-color: #e5ebf1;
    border-left-color: #6432FA;
    color: #6432FA;
}
@media (max-width: 991px) {
    .navbar-main > li > ul > li > ul > li > a:hover {
        background-color: transparent;
    }
}
.navbar-main > li > ul > li > ul > li > a > .gi {
    margin-right: 20px;
}
@media (max-width: 991px) {
    .navbar-main > li > ul > li > ul {
        padding-bottom: 12px;
    }
}
@media (min-width: 992px) {
    .navbar-main > li > ul > li {
        position: relative;
    }

    .navbar-main > li > ul > li > ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        width: 270px;
        background-color: #fff;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);

    }
    .navbar-main > li > ul > li:hover > ul {
        display: block;
    }
}
.ycarousel-item {
    display: flex;
    flex-direction: column;
    background: #6432FA;
    overflow: hidden;
}
.ycarousel-item, 
.ycarousel-item h1 {
    color: #fff;
}
.ycarousel-caption {
    padding: 2em 3em;
}
.ycarousel-caption h1 {
    margin-top: 0;
}
/* @media (min-width: $grid-float-breakpoint-max) { */
@media (max-width: 991px) {
	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
		top: 40%!important;
	}
    .ycarousel-item {
        max-height: initial;
    }

}
/* @media (min-width: $screen-md-max) { */
@media (max-width: 1199px) {
    .ycarousel-caption h1 {
        font-size: 36px;
    }
    .ycarousel-caption .lead {
        font-size: 18px;
    }
}
@media (max-width: 1899px) {
    .ycarousel-caption h1 {
        font-size: 36px;
    }
    .ycarousel-caption .lead {
        font-size: 18px;
    }
}
/* @media (min-width: $grid-float-breakpoint) { */
@media (min-width: 992px) {
    .ycarousel-item {
        flex-direction: row;
        max-height: 660px;
    }
    .ycarousel-media {
        align-self: center;
    }
    .ycarousel-caption {
        order: -1;
        flex-shrink: 0;
        align-self: center;
        width: 40%;
        padding: 2em 3em 2em 5em;
    }
}
/* @media (min-width: $screen-lg-min) { */
@media (min-width: 1200px) {
    
}
@media (min-width: 1900px) {
    .ycarousel-caption {
        width: 30%;
    }
}
.ycarousel {
    padding-bottom: 4rem;
    background: #fff;
}
.ycarousel a.item:hover {
    text-decoration: none;
}
.ycarousel .carousel-control {
    display: inline-block;
    width: 3em;
    height: 5em;
    margin-top: -2.5em;
    color: #46e6e6;
}
.ycarousel .carousel-control:hover {
    background-color: #46e6e6;
    color: #6432FA;
}
.ycarousel .carousel-indicators {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.ycarousel .carousel-indicators li, 
.ycarousel .carousel-indicators li.active {
    display: inline-block;
    width: .75em;
    height: .75em;
    margin: 0 3px;
    border-color: #46e6e6;
}
.ycarousel .carousel-indicators li.active {
    background-color: #46e6e6;
}
.btn.club-bg-hover {
	border:2px transparent solid!important;
}
.btn.club-bg-hover:hover {
	border:2px #FFFFFF solid!important;
}
.cc-window{opacity:1;transition:opacity 1s ease}
.cc-window.cc-invisible{opacity:0}
.cc-animate.cc-revoke{transition:transform 1s ease}
.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}
.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}
.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:flex;flex-wrap:nowrap;z-index:9999}
.cc-window.cc-static{position:static}
.cc-window.cc-floating{padding:2em;max-width:24em;flex-direction:column}
.cc-window.cc-banner{padding:1em 1.8em;width:100%;flex-direction:row}
.cc-revoke{padding:.5em}
.cc-header{font-size:18px;font-weight:700}
.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}
.cc-link{opacity:.8;display:inline-block;padding:.2em}
.cc-link:hover{opacity:1}
.cc-link:active,.cc-link:visited{color:initial}
.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}
.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}
.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}
.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}
.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}
.cc-revoke.cc-left{left:3em;right:unset}
.cc-revoke.cc-right{right:3em;left:unset}
.cc-top{top:1em}
.cc-left{left:1em}
.cc-right{right:1em}
.cc-bottom{bottom:1em}
.cc-floating>.cc-link{margin-bottom:1em}
.cc-floating .cc-message{display:block;margin-bottom:1em}
.cc-window.cc-floating .cc-compliance{flex:1 0 auto}
.cc-window.cc-banner{align-items:center}
.cc-banner.cc-top{left:0;right:0;top:0}
.cc-banner.cc-bottom{left:0;right:0;bottom:0}
.cc-banner .cc-message{display:block;flex:1 1 auto;max-width:100%;margin-right:1em}
.cc-compliance{display:flex;align-items:center;align-content:space-between}
.cc-floating .cc-compliance>.cc-btn{flex:1}
.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}
@media screen and (max-width:900px){.cc-btn{white-space:normal}}
@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{flex-direction:column}.cc-window.cc-banner .cc-compliance{flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;flex:none}
.cc-theme-classic .cc-btn{border-radius:5px}
.cc-theme-classic .cc-btn:last-child{min-width:140px}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}
.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}
.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}
.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
#video {
  width: 100%;
  aspect-ratio: 16/9;
}
.media-teasers.yt h2.heading {
  margin-top: 12px;
  font-size: 18px;
  text-align: left;
}
.media-teasers.yt .tab-content h3.meta-heading {
  margin-top: 6px;
  text-align: left;
}
#consent-video i {
  position: absolute;
  left: 50%;
  margin-left: -2em;
  top: 50%;
  margin-top: -0.7em;
  background-color: transparent;
  font-size: 4em;
}
@media (max-width: 991px) {
  .navbar-main > li > ul > li > ul {
    padding-bottom: 12px;
  }
}
.body-news p + br {
  display: none;
}
@media (max-width: 768px) {
  .kicker-logo {
    display: block;
    margin-top: 20px;
    margin-right: 100%;
    float: left;
    clear: both;
  }
}
@media (max-width: 1199px) {
  .kicker-logo {
    display: block;
    margin-top: 20px;
    margin-right: 100%;
    float: left;
    clear: both;
  }
}

.select2-container-multi .select2-choices .select2-search-choice {
    height: 32px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 22px;
}
/*# sourceMappingURL=style.css.map */
