/**
 * Bootstrap 3 IE7 Fix v0.3
 * https://github.com/LPology/Bootstrap-IE7Fix
 *
 * Copyright 2013 LPology, LLC
 * Released under the Apache 2 license
 */
html {
  font-size: 100%;
}

img {
  width: auto;
  height: auto;
  -ms-interpolation-mode: bicubic;
  zoom: 1;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  zoom: 1;
}

button, 
input {
  overflow: visible;
  zoom: 1;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 0;
  line-height: normal;
  min-height: 20px;
  display: inline;
  vertical-align: middle;
  zoom: 1;  
}

select,
input[type="file"] {
  margin-top: 4px;
}

/* font-family:inherit doesn't work properly on form fields in IE7 */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  height: 18px;
  padding-top: 6px;
  padding-left: 10px;
}

input[type="text"].input-lg,
input[type="password"].input-lg,
input[type="email"].input-lg {
  height: 22px;
  padding-top: 6px;
  padding-left: 10px;
}

input[type="text"].input-sm,
input[type="password"].input-sm,
input[type="email"].input-sm {
  height: 16px;
  padding-top: 4px;
  padding-left: 10px;
  font-size: 12px;
}

.row {
  clear: both;
  display: block;
  margin: 0;
  width: 100%;
  zoom: 1;  
}

.row:before,
.row:after {
  zoom:1;
}

.page-header {
  display: block;
  clear: both;
  zoom: 1;
}

.btn {
  margin-left: .3em !important;
  border: 0;
  z-index: 1;
}

.btn:first-child {
  margin-left: 0 !important;
}

.btn.btn-default {
  border: 1px solid #c6c6c6;
  background:#ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  border: 1px solid #bbbbbb;
  background: #ebebeb;
}

.btn-group {
  margin-left: .3em;
  display: inline;
  zoom: 1;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
}

.btn-group > .btn + .btn,
.btn-group-vertical > .btn + .btn {
  margin-left: -1px !important;
}

.btn-group > .btn-default + .dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-group > .btn-xs + .dropdown-toggle {
  padding-top: 2px;
  padding-bottom: 2px;
}

.btn-group > .btn-sm + .dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 4px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-top: 7px;
  padding-bottom: 7px;
}

.form-inline input[type="text"],
.form-inline input[type="password"],
.form-inline input[type="email"] {
  height: 18px;
  width: 150px;
  padding: 6px 5px;
} 

.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  padding-left: 0;
  margin-bottom: 0;  
}

.form-inline .radio,
.form-inline .checkbox {
  padding-top: 6px;
}

.navbar {
  position: relative;
  z-index: 2;
  zoom: 1;
}

.navbar-form {
  margin-top: 10px;
}

.navbar-form input[type="text"],
.navbar-form input[type="password"],
.navbar-form input[type="email"] {
  height: 16px;
  width: 140px;
  font-size: 13px;
  padding: 5px;  
  padding-top:5px;
} 

.navbar-form .btn {
  font-size: 13px;
  padding: 3px 9px;
}

.navbar-form,
.form-inline,
.form-inline input,
.form-horizontal input,
.form-inline textarea,
.form-horizontal textarea,
.form-inline select,
.form-horizontal select,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-inline .input-append,
.form-horizontal .input-append {
  margin-bottom: 0;
  display: inline;  
  zoom: 1;
}

.form-inline .form-group {
  float: left;
}

.caret {
  text-indent: 0;
}

.dropdown-menu {
  z-index: 1000;
  zoom: 1;
}

.dropdown-menu li {
  display: list-item;
  width: 100%;
}

.dropdown-menu .divider {
  width: 100%;
  margin: 0;
  margin: -5px 0 5px;
}

.dropdown-toggle {
  margin-bottom:-3px;
}

.open {
  z-index: 1000;
  zoom: 1;
}

.media,
.media-body {
  overflow: visible;
  zoom: 1;
}

/* IE7 apparently needs a more specific selector here */
a.list-group-item.active .list-group-item-heading {
  color: #ffffff;
}

.sr-only {
  clip: rect(0 0 0 0);
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  zoom: 1;
}

.input-group {
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  zoom: 1;
}

.input-group input {
  vertical-align: middle;
}

.input-group .input-group-addon {
  width: auto;
  min-width: 16px;
  height: 22px;
  padding: 4px 5px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  display: inline;
  position: relative;
  z-index: 1;  
  zoom: 1;
}

.input-group-addon {
  left: -5px;
}
.input-group-addon:first-child {
  left: 4px;
}

/*
  Trigger hasLayout on elements which either don't get it by default
  or for which hasLayout may have been reset by another rule
*/
.alert,
.progress,
.progress-bar,
.clearfix,
.container,
.dropdown,
.btn-toolbar,
.nav,
.navbar-header,
.form-group,
.jumbotron,
.list-group,
.panel,
.panel-heading,
.panel-body,
.panel-footer,
.well,
.tab-content,
.tab-pane,
.carousel,
.carousel-inner,
.carousel-control,
ul,
ol,
li,
form,
button,
input,
select,
hr,
textarea,
table,
tbody,
table td,
table th,
table col,
textarea {
  zoom: 1;
}  

/* Everything that is display:inline-block needs the IE inline hack */
audio,
canvas,
video,
span,
label,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input.form-control,
.radio-inline,
.checkbox-inline,
.img-thumbnail,
.list-inline > li,
.caret,
.form-inline textarea,
.form-inline label,
.form-horizontal textarea,
.form-inline .btn-group,
.btn,
.btn-group-vertical,
.collapse,
.nav-justified > li,
.breadcrumb > li,
.pagination,
.pagination > li,
.pagination > li > span,
.pager,
.pager li,
.pager li > a,
.pager li > span,
.label,
.badge,
.thumbnail,
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-indicators li,
.help-block  {
  display: inline;
  zoom: 1;
}

@media (min-width: 768px) {
  .form-inline .form-group,
  .form-inline .form-control,
  .form-inline .radio,
  .form-inline .checkbox,
  .navbar-form .form-group,
  .navbar-form .form-control,
  .navbar-form .radio,
  .navbar-form .checkbox   {
    display: inline;
    zoom: 1;
  }  
}

.row .col-xs-1,
.row .col-sm-1,
.row .col-md-1,
.row .col-lg-1,
.row .col-xs-2,
.row .col-sm-2,
.row .col-md-2,
.row .col-lg-2,
.row .col-xs-3,
.row .col-sm-3,
.row .col-md-3,
.row .col-lg-3,
.row .col-xs-4,
.row .col-sm-4,
.row .col-md-4,
.row .col-lg-4,
.row .col-xs-5,
.row .col-sm-5,
.row .col-md-5,
.row .col-lg-5,
.row .col-xs-6,
.row .col-sm-6,
.row .col-md-6,
.row .col-lg-6,
.row .col-xs-7,
.row .col-sm-7,
.row .col-md-7,
.row .col-lg-7,
.row .col-xs-8,
.row .col-sm-8,
.row .col-md-8,
.row .col-lg-8,
.row .col-xs-9,
.row .col-sm-9,
.row .col-md-9,
.row .col-lg-9,
.row .col-xs-10,
.row .col-sm-10,
.row .col-md-10,
.row .col-lg-10,
.row .col-xs-11,
.row .col-sm-11,
.row .col-md-11,
.row .col-lg-11,
.row .col-xs-12,
.row .col-sm-12,
.row .col-md-12,
.row .col-lg-12 {
  display: block;
  float: left;
  padding: 0;  
  margin: 0; /* reset margins to 0 */
  margin-left: 2.074468085106383%;
  zoom: 1;    
}

.row .col-xs-1:first-child,
.row .col-sm-1:first-child,
.row .col-md-1:first-child,
.row .col-lg-1:first-child,
.row .col-xs-2:first-child,
.row .col-sm-2:first-child,
.row .col-md-2:first-child,
.row .col-lg-2:first-child,
.row .col-xs-3:first-child,
.row .col-sm-3:first-child,
.row .col-md-3:first-child,
.row .col-lg-3:first-child,
.row .col-xs-4:first-child,
.row .col-sm-4:first-child,
.row .col-md-4:first-child,
.row .col-lg-4:first-child,
.row .col-xs-5:first-child,
.row .col-sm-5:first-child,
.row .col-md-5:first-child,
.row .col-lg-5:first-child,
.row .col-xs-6:first-child,
.row .col-sm-6:first-child,
.row .col-md-6:first-child,
.row .col-lg-6:first-child,
.row .col-xs-7:first-child,
.row .col-sm-7:first-child,
.row .col-md-7:first-child,
.row .col-lg-7:first-child,
.row .col-xs-8:first-child,
.row .col-sm-8:first-child,
.row .col-md-8:first-child,
.row .col-lg-8:first-child,
.row .col-xs-9:first-child,
.row .col-sm-9:first-child,
.row .col-md-9:first-child,
.row .col-lg-9:first-child,
.row .col-xs-10:first-child,
.row .col-sm-10:first-child,
.row .col-md-10:first-child,
.row .col-lg-10:first-child,
.row .col-xs-11:first-child,
.row .col-sm-11:first-child,
.row .col-md-11:first-child,
.row .col-lg-11:first-child,
.row .col-xs-12:first-child,
.row .col-sm-12:first-child,
.row .col-md-12:first-child,
.row .col-lg-12:first-child {
  margin-left: 0;
}

.col-xs-1 {
  width: 6.329787234042553%;
}

.col-xs-2 {
  width: 14.840425531914894%;
}

.col-xs-3 {
  width: 23.351063829787233%;
}

.col-xs-4 {
  width: 31.861702127659576%;
}

.col-xs-5 {
  width: 40.37234042553192%;
}

.col-xs-6 {
  width: 48.88297872340425%;
}

.col-xs-7 {
  width: 57.39361702127659%;
}
.col-xs-8 {
  width: 65.90425531914893%;
}

.col-xs-9 {
  width: 74.41489361702126%;
}

.col-xs-10 {
  width: 82.92553191489361%;
}

.col-xs-11 {
  width: 91.43617021276594%;
}

.col-xs-12 {
  width: 99.94680851063829%;
}

.row .col-xs-pull-1 {
  right: 6.329787234042553%;
  margin-left:0;
}

.row .col-xs-pull-2 {
  right: 14.840425531914894%;
  margin-left:0;
}

.row .col-xs-pull-3 {
  right: 23.351063829787233%;
  margin-left:0;
}

.row .col-xs-pull-4 {
  right: 31.861702127659576%;
  margin-left:0;
}

.row .col-xs-pull-5 {
  right: 40.37234042553192%;
  margin-left:0;
}

.row .col-xs-pull-6 {
  right: 48.88297872340425%;
  margin-left:0;
}

.row .col-xs-pull-7 {
  right: 57.39361702127659%;
  margin-left:0;
}

.row .col-xs-pull-8 {
  right: 65.90425531914893%;
  margin-left:0;
}

.row .col-xs-pull-9 {
  right: 74.41489361702126%;
  margin-left:0;
}

.row .col-xs-pull-10 {
  right: 82.92553191489361%;
  margin-left:0;
}

.row .col-xs-pull-11 {
  right: 91.43617021276594%;
  margin-left:0;
}

.row .col-xs-pull-12 {
  right: 99.94680851063829%;
  margin-left:0;
}

.row .col-xs-push-12 {
  left: 102.02127659574467%;
}

.row .col-xs-push-11 {
  left: 93.51063829787232%;
}

.row .col-xs-push-10 {
  left: 84.99999999999999%;
}

.row .col-xs-push-9 {
  left: 76.48936170212764%;
}

.row .col-xs-push-8 {
  left: 67.9787234042553%;
}

.row .col-xs-push-7 {
  left: 59.46808510638297%;
}

.row .col-xs-push-6 {
  left: 50.95744680851063%;
}

.row .col-xs-push-5 {
  left: 42.4468085106383%;
}

.row .col-xs-push-4 {
  left: 33.93617021276596%;
}

.row .col-xs-push-3 {
  left: 25.425531914893618%;
}

.row .col-xs-push-2 {
  left: 16.914893617021278%;
}

.row .col-xs-push-1 {
  left: 8.404255319148938%;
}  

.row .col-xs-offset-12 {
  margin-left: 104.14893617021275%;
}

.row .col-xs-offset-12:first-child {
  margin-left: 102.02127659574467%;
}

.row .col-xs-offset-11 {
  margin-left: 95.6382978723404%;
}

.row .col-xs-offset-11:first-child {
  margin-left: 93.51063829787232%;
}

.row .col-xs-offset-10 {
  margin-left: 87.12765957446807%;
}

.row .col-xs-offset-10:first-child {
  margin-left: 84.99999999999999%;
}

.row .col-xs-offset-9 {
  margin-left: 78.61702127659572%;
}

.row .col-xs-offset-9:first-child {
  margin-left: 76.48936170212764%;
}

.row .col-xs-offset-8 {
  margin-left: 70.10638297872339%;
}

.row .col-xs-offset-8:first-child {
  margin-left: 67.9787234042553%;
}

.row .col-xs-offset-7 {
  margin-left: 61.59574468085106%;
}

.row .col-xs-offset-7:first-child {
  margin-left: 59.46808510638297%;
}

.row .col-xs-offset-6 {
  margin-left: 53.085106382978715%;
}

.row .col-xs-offset-6:first-child {
  margin-left: 50.95744680851063%;
}

.row .col-xs-offset-5 {
  margin-left: 44.57446808510638%;
}

.row .col-xs-offset-5:first-child {
  margin-left: 42.4468085106383%;
}

.row .col-xs-offset-4 {
  margin-left: 36.06382978723405%;
}

.row .col-xs-offset-4:first-child {
  margin-left: 33.93617021276596%;
}

.row .col-xs-offset-3 {
  margin-left: 27.5531914893617%;
}

.row .col-xs-offset-3:first-child {
  margin-left: 25.425531914893618%;
}

.row .col-xs-offset-2 {
  margin-left: 19.04255319148936%;
}

.row .col-xs-offset-2:first-child {
  margin-left: 16.914893617021278%;
}

.row .col-xs-offset-1 {
  margin-left: 10.53191489361702%;
}

.row .col-xs-offset-1:first-child {
  margin-left: 8.404255319148938%;
}

.row .col-xs-offset-0,
.row .col-xs-offset-0:first-child {
  margin-left:0;
}

@media (min-width: 768px) {
  .col-sm-1 {
    width: 6.329787234042553%;
  }
  
  .col-sm-2 {
    width: 14.840425531914894%;
  }
  
  .col-sm-3 {
    width: 23.351063829787233%;
  }
  
  .col-sm-4 {
    width: 31.861702127659576%;
  }
  
  .col-sm-5 {
    width: 40.37234042553192%;
  }
  
  .col-sm-6 {
    width: 48.88297872340425%;
  }
  
  .col-sm-7 {
    width: 57.39361702127659%;
  }
  
  .col-sm-8 {
    width: 65.90425531914893%;
  }
  
  .col-sm-9 {
    width: 74.41489361702126%;
  }
  
  .col-sm-10 {
    width: 82.92553191489361%;
  }
  
  .col-sm-11 {
    width: 91.43617021276594%;
  }
  
  .col-sm-12 {
    width: 99.94680851063829%;
  }
  
  .row .col-sm-pull-1 {
    right: 6.329787234042553%;
    margin-left:0;
  }
  
  .row .col-sm-pull-2 {
    right: 14.840425531914894%;
    margin-left:0;
  }
  
  .row .col-sm-pull-3 {
    right: 23.351063829787233%;
    margin-left:0;
  }
  
  .row .col-sm-pull-4 {
    right: 31.861702127659576%;
    margin-left:0;
  }
  
  .row .col-sm-pull-5 {
    right: 40.37234042553192%;
    margin-left:0;
  }
  
  .row .col-sm-pull-6 {
    right: 48.88297872340425%;
    margin-left:0;
  }
  
  .row .col-sm-pull-7 {
    right: 57.39361702127659%;
    margin-left:0;
  }
  
  .row .col-sm-pull-8 {
    right: 65.90425531914893%;
    margin-left:0;
  }
  
  .row .col-sm-pull-9 {
    right: 74.41489361702126%;
    margin-left:0;
  }
  
  .row .col-sm-pull-10 {
    right: 82.92553191489361%;
    margin-left:0;
  }
  
  .row .col-sm-pull-11 {
    right: 91.43617021276594%;
    margin-left:0;
  }
  
  .row .col-sm-pull-12 {
    right: 99.94680851063829%;
    margin-left:0;
  }

  .row .col-sm-push-12 {
    left: 102.02127659574467%;
  }

  .row .col-sm-push-11 {
    left: 93.51063829787232%;
  }

  .row .col-sm-push-10 {
    left: 84.99999999999999%;
  }

  .row .col-sm-push-9 {
    left: 76.48936170212764%;
  }

  .row .col-sm-push-8 {
    left: 67.9787234042553%;
  }

  .row .col-sm-push-7 {
    left: 59.46808510638297%;
  }

  .row .col-sm-push-6 {
    left: 50.95744680851063%;
  }

  .row .col-sm-push-5 {
    left: 42.4468085106383%;
  }

  .row .col-sm-push-4 {
    left: 33.93617021276596%;
  }

  .row .col-sm-push-3 {
    left: 25.425531914893618%;
  }

  .row .col-sm-push-2 {
    left: 16.914893617021278%;
  }

  .row .col-sm-push-1 {
    left: 8.404255319148938%;
  }    
  
  .row .col-sm-offset-12 {
    margin-left: 104.14893617021275%;
  }

  .row .col-sm-offset-12:first-child {
    margin-left: 102.02127659574467%;
  }

  .row .col-sm-offset-11 {
    margin-left: 95.6382978723404%;
  }

  .row .col-sm-offset-11:first-child {
    margin-left: 93.51063829787232%;
  }

  .row .col-sm-offset-10 {
    margin-left: 87.12765957446807%;
  }

  .row .col-sm-offset-10:first-child {
    margin-left: 84.99999999999999%;
  }

  .row .col-sm-offset-9 {
    margin-left: 78.61702127659572%;
  }

  .row .col-sm-offset-9:first-child {
    margin-left: 76.48936170212764%;
  }

  .row .col-sm-offset-8 {
    margin-left: 70.10638297872339%;
  }

  .row .col-sm-offset-8:first-child {
    margin-left: 67.9787234042553%;
  }

  .row .col-sm-offset-7 {
    margin-left: 61.59574468085106%;
  }

  .row .col-sm-offset-7:first-child {
    margin-left: 59.46808510638297%;
  }

  .row .col-sm-offset-6 {
    margin-left: 53.085106382978715%;
  }

  .row .col-sm-offset-6:first-child {
    margin-left: 50.95744680851063%;
  }

  .row .col-sm-offset-5 {
    margin-left: 44.57446808510638%;
  }

  .row .col-sm-offset-5:first-child {
    margin-left: 42.4468085106383%;
  }

  .row .col-sm-offset-4 {
    margin-left: 36.06382978723405%;
  }

  .row .col-sm-offset-4:first-child {
    margin-left: 33.93617021276596%;
  }

  .row .col-sm-offset-3 {
    margin-left: 27.5531914893617%;
  }

  .row .col-sm-offset-3:first-child {
    margin-left: 25.425531914893618%;
  }

  .row .col-sm-offset-2 {
    margin-left: 19.04255319148936%;
  }

  .row .col-sm-offset-2:first-child {
    margin-left: 16.914893617021278%;
  }

  .row .col-sm-offset-1 {
    margin-left: 10.53191489361702%;
  }

  .row .col-sm-offset-1:first-child {
    margin-left: 8.404255319148938%;
  }
  
  .row .col-sm-offset-0,
  .row .col-sm-offset-0:first-child {
    margin-left:0;
  }  
}

@media (min-width: 992px) {
  .col-md-1 {
    width: 6.329787234042553%;
  }
  
  .col-md-2 {
    width: 14.840425531914894%;
  }
  
  .col-md-3 {
    width: 23.351063829787233%;
  }
  
  .col-md-4 {
    width: 31.861702127659576%;
  }
  
  .col-md-5 {
    width: 40.37234042553192%;
  }
  
  .col-md-6 {
    width: 48.88297872340425%;
  }
  
  .col-md-7 {
    width: 57.39361702127659%;
  }
  
  .col-md-8 {
    width: 65.90425531914893%;
  }
  
  .col-md-9 {
    width: 74.41489361702126%;
  }
  
  .col-md-10 {
    width: 82.92553191489361%;
  }
  
  .col-md-11 {
    width: 91.43617021276594%;
  }
  
  .col-md-12 {
    width: 99.94680851063829%;
  }
  
  .row .col-md-pull-1 {
    right: 6.329787234042553%;
    margin-left:0;
  }
  
  .row .col-md-pull-2 {
    right: 14.840425531914894%;
    margin-left:0;
  }
  
  .row .col-md-pull-3 {
    right: 23.351063829787233%;
    margin-left:0;
  }
  
  .row .col-md-pull-4 {
    right: 31.861702127659576%;
    margin-left:0;
  }
  
  .row .col-md-pull-5 {
    right: 40.37234042553192%;
    margin-left:0;
  }
  
  .row .col-md-pull-6 {
    right: 48.88297872340425%;
    margin-left:0;
  }
  
  .row .col-md-pull-7 {
    right: 57.39361702127659%;
    margin-left:0;
  }
  
  .row .col-md-pull-8 {
    right: 65.90425531914893%;
    margin-left:0;
  }
  
  .row .col-md-pull-9 {
    right: 74.41489361702126%;
    margin-left:0;
  }
  
  .row .col-md-pull-10 {
    right: 82.92553191489361%;
    margin-left:0;
  }
  
  .row .col-md-pull-11 {
    right: 91.43617021276594%;
    margin-left:0;
  }
  
  .row .col-md-pull-12 {
    right: 99.94680851063829%;
    margin-left:0;
  }

  .row .col-md-push-12 {
    left: 102.02127659574467%;
  }

  .row .col-md-push-11 {
    left: 93.51063829787232%;
  }

  .row .col-md-push-10 {
    left: 84.99999999999999%;
  }

  .row .col-md-push-9 {
    left: 76.48936170212764%;
  }

  .row .col-md-push-8 {
    left: 67.9787234042553%;
  }

  .row .col-md-push-7 {
    left: 59.46808510638297%;
  }

  .row .col-md-push-6 {
    left: 50.95744680851063%;
  }

  .row .col-md-push-5 {
    left: 42.4468085106383%;
  }

  .row .col-md-push-4 {
    left: 33.93617021276596%;
  }

  .row .col-md-push-3 {
    left: 25.425531914893618%;
  }

  .row .col-md-push-2 {
    left: 16.914893617021278%;
  }

  .row .col-md-push-1 {
    left: 8.404255319148938%;
  }  
  
  .row .col-md-offset-12 {
    margin-left: 104.14893617021275%;
  }

  .row .col-md-offset-12:first-child {
    margin-left: 102.02127659574467%;
  }

  .row .col-md-offset-11 {
    margin-left: 95.6382978723404%;
  }

  .row .col-md-offset-11:first-child {
    margin-left: 93.51063829787232%;
  }

  .row .col-md-offset-10 {
    margin-left: 87.12765957446807%;
  }

  .row .col-md-offset-10:first-child {
    margin-left: 84.99999999999999%;
  }

  .row .col-md-offset-9 {
    margin-left: 78.61702127659572%;
  }

  .row .col-md-offset-9:first-child {
    margin-left: 76.48936170212764%;
  }

  .row .col-md-offset-8 {
    margin-left: 70.10638297872339%;
  }

  .row .col-md-offset-8:first-child {
    margin-left: 67.9787234042553%;
  }

  .row .col-md-offset-7 {
    margin-left: 61.59574468085106%;
  }

  .row .col-md-offset-7:first-child {
    margin-left: 59.46808510638297%;
  }

  .row .col-md-offset-6 {
    margin-left: 53.085106382978715%;
  }

  .row .col-md-offset-6:first-child {
    margin-left: 50.95744680851063%;
  }

  .row .col-md-offset-5 {
    margin-left: 44.57446808510638%;
  }

  .row .col-md-offset-5:first-child {
    margin-left: 42.4468085106383%;
  }

  .row .col-md-offset-4 {
    margin-left: 36.06382978723405%;
  }

  .row .col-md-offset-4:first-child {
    margin-left: 33.93617021276596%;
  }

  .row .col-md-offset-3 {
    margin-left: 27.5531914893617%;
  }

  .row .col-md-offset-3:first-child {
    margin-left: 25.425531914893618%;
  }

  .row .col-md-offset-2 {
    margin-left: 19.04255319148936%;
  }

  .row .col-md-offset-2:first-child {
    margin-left: 16.914893617021278%;
  }

  .row .col-md-offset-1 {
    margin-left: 10.53191489361702%;
  }

  .row .col-md-offset-1:first-child {
    margin-left: 8.404255319148938%;
  }
  
  .row .col-md-offset-0,
  .row .col-md-offset-0:first-child{
    margin-left:0;
  }  
}

@media (min-width: 1200px) {
  .col-lg-1 {
    width: 6.329787234042553%;
  }
  
  .col-lg-2 {
    width: 14.840425531914894%;
  }
  
  .col-lg-3 {
    width: 23.351063829787233%;
  }
  
  .col-lg-4 {
    width: 31.861702127659576%;
  }
  
  .col-lg-5 {
    width: 40.37234042553192%;
  }
  
  .col-lg-6 {
    width: 48.88297872340425%;
  }
  
  .col-lg-7 {
    width: 57.39361702127659%;
  }
  
  .col-lg-8 {
    width: 65.90425531914893%;
  }
  
  .col-lg-9 {
    width: 74.41489361702126%;
  }
  
  .col-lg-10 {
    width: 82.92553191489361%;
  }
  
  .col-lg-11 {
    width: 91.43617021276594%;
  }
  
  .col-lg-12 {
    width: 99.94680851063829%;
  }
  
  .row .col-lg-pull-1 {
    right: 6.329787234042553%;
    margin-left:0;
  }
  
  .row .col-lg-pull-2 {
    right: 14.840425531914894%;
    margin-left:0;
  }
  
  .row .col-lg-pull-3 {
    right: 23.351063829787233%;
    margin-left:0;
  }
  
  .row .col-lg-pull-4 {
    right: 31.861702127659576%;
    margin-left:0;
  }
  
  .row .col-lg-pull-5 {
    right: 40.37234042553192%;
    margin-left:0;
  }
  
  .row .col-lg-pull-6 {
    right: 48.88297872340425%;
    margin-left:0;
  }
  
  .row .col-lg-pull-7 {
    right: 57.39361702127659%;
    margin-left:0;
  }
  
  .row .col-lg-pull-8 {
    right: 65.90425531914893%;
    margin-left:0;
  }
  
  .row .col-lg-pull-9 {
    right: 74.41489361702126%;
    margin-left:0;
  }
  
  .row .col-lg-pull-10 {
    right: 82.92553191489361%;
    margin-left:0;
  }
  
  .row .col-lg-pull-11 {
    right: 91.43617021276594%;
    margin-left:0;
  }
  
  .row .col-lg-pull-12 {
    right: 99.94680851063829%;
    margin-left:0;
  }

  .row .col-lg-push-12 {
    left: 102.02127659574467%;
  }

  .row .col-lg-push-11 {
    left: 93.51063829787232%;
  }

  .row .col-lg-push-10 {
    left: 84.99999999999999%;
  }

  .row .col-lg-push-9 {
    left: 76.48936170212764%;
  }

  .row .col-lg-push-8 {
    left: 67.9787234042553%;
  }

  .row .col-lg-push-7 {
    left: 59.46808510638297%;
  }

  .row .col-lg-push-6 {
    left: 50.95744680851063%;
  }

  .row .col-lg-push-5 {
    left: 42.4468085106383%;
  }

  .row .col-lg-push-4 {
    left: 33.93617021276596%;
  }

  .row .col-lg-push-3 {
    left: 25.425531914893618%;
  }

  .row .col-lg-push-2 {
    left: 16.914893617021278%;
  }

  .row .col-lg-push-1 {
    left: 8.404255319148938%;
  }      
  
  .row .col-lg-offset-12 {
    margin-left: 104.14893617021275%;
  }

  .row .col-lg-offset-12:first-child {
    margin-left: 102.02127659574467%;
  }

  .row .col-lg-offset-11 {
    margin-left: 95.6382978723404%;
  }

  .row .col-lg-offset-11:first-child {
    margin-left: 93.51063829787232%;
  }

  .row .col-lg-offset-10 {
    margin-left: 87.12765957446807%;
  }

  .row .col-lg-offset-10:first-child {
    margin-left: 84.99999999999999%;
  }

  .row .col-lg-offset-9 {
    margin-left: 78.61702127659572%;
  }

  .row .col-lg-offset-9:first-child {
    margin-left: 76.48936170212764%;
  }

  .row .col-lg-offset-8 {
    margin-left: 70.10638297872339%;
  }

  .row .col-lg-offset-8:first-child {
    margin-left: 67.9787234042553%;
  }

  .row .col-lg-offset-7 {
    margin-left: 61.59574468085106%;
  }

  .row .col-lg-offset-7:first-child {
    margin-left: 59.46808510638297%;
  }

  .row .col-lg-offset-6 {
    margin-left: 53.085106382978715%;
  }

  .row .col-lg-offset-6:first-child {
    margin-left: 50.95744680851063%;
  }

  .row .col-lg-offset-5 {
    margin-left: 44.57446808510638%;
  }

  .row .col-lg-offset-5:first-child {
    margin-left: 42.4468085106383%;
  }

  .row .col-lg-offset-4 {
    margin-left: 36.06382978723405%;
  }

  .row .col-lg-offset-4:first-child {
    margin-left: 33.93617021276596%;
  }

  .row .col-lg-offset-3 {
    margin-left: 27.5531914893617%;
  }

  .row .col-lg-offset-3:first-child {
    margin-left: 25.425531914893618%;
  }

  .row .col-lg-offset-2 {
    margin-left: 19.04255319148936%;
  }

  .row .col-lg-offset-2:first-child {
    margin-left: 16.914893617021278%;
  }

  .row .col-lg-offset-1 {
    margin-left: 10.53191489361702%;
  }

  .row .col-lg-offset-1:first-child {
    margin-left: 8.404255319148938%;
  }
  
  .row .col-lg-offset-0,
  .row .col-lg-offset-0:first-child {
    margin-left:0;
  }  
}

.glyphicon {
  display:inline;
  zoom:1;
  text-decoration:inherit;
  line-height:normal;
  top: 2px;
}

.glyphicon-adjust{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe063;')}
.glyphicon-align-center{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe053;')}
.glyphicon-align-justify{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe055;')}
.glyphicon-align-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe052;')}
.glyphicon-align-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe054;')}
.glyphicon-arrow-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe094;')}
.glyphicon-arrow-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe091;')}
.glyphicon-arrow-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe092;')}
.glyphicon-arrow-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe093;')}
.glyphicon-asterisk{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x002a;')}
.glyphicon-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe071;')}
.glyphicon-ban-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe090;')}
.glyphicon-barcode{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe040;')}
.glyphicon-bell{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe123;')}
.glyphicon-bold{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe048;')}
.glyphicon-book{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe043;')}
.glyphicon-bookmark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe044;')}
.glyphicon-briefcase{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe139;')}
.glyphicon-bullhorn{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe122;')}
.glyphicon-calendar{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe109;')}
.glyphicon-camera{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe046;')}
.glyphicon-certificate{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe124;')}
.glyphicon-check{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe067;')}
.glyphicon-chevron-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe114;')}
.glyphicon-chevron-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe079;')}
.glyphicon-chevron-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe080;')}
.glyphicon-chevron-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe113;')}
.glyphicon-circle-arrow-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe134;')}
.glyphicon-circle-arrow-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe132;')}
.glyphicon-circle-arrow-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe131;')}
.glyphicon-circle-arrow-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe133;')}
.glyphicon-cloud{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x2601;')}
.glyphicon-cloud-download{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe197;')}
.glyphicon-cloud-upload{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe198;')}
.glyphicon-cog{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe019;')}
.glyphicon-collapse{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe159;')}
.glyphicon-collapse-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe159;')}
.glyphicon-collapse-top{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe160;')}
.glyphicon-collapse-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe160;')}
.glyphicon-comment{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe111;')}
.glyphicon-compressed{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe181;')}
.glyphicon-copyright-mark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe194;')}
.glyphicon-credit-card{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe177;')}
.glyphicon-cutlery{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe179;')}
.glyphicon-dashboard{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe141;')}
.glyphicon-download{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe026;')}
.glyphicon-download-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe025;')}
.glyphicon-earphone{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe182;')}
.glyphicon-edit{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe065;')}
.glyphicon-eject{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe078;')}
.glyphicon-envelope{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x2709;')}
.glyphicon-euro{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x20ac;')}
.glyphicon-exclamation-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe101;')}
.glyphicon-expand{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe158;')}
.glyphicon-export{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe170;')}
.glyphicon-eye-close{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe106;')}
.glyphicon-eye-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe105;')}
.glyphicon-facetime-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe059;')}
.glyphicon-fast-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe070;')}
.glyphicon-fast-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe076;')}
.glyphicon-file{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe022;')}
.glyphicon-film{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe009;')}
.glyphicon-filter{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe138;')}
.glyphicon-fire{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe104;')}
.glyphicon-flag{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe034;')}
.glyphicon-flash{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe162;')}
.glyphicon-floppy-disk{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe172;')}
.glyphicon-floppy-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe176;')}
.glyphicon-floppy-remove{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe174;')}
.glyphicon-floppy-save{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe175;')}
.glyphicon-floppy-saved{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe173;')}
.glyphicon-folder-close{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe117;')}
.glyphicon-folder-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe118;')}
.glyphicon-font{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe047;')}
.glyphicon-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe075;')}
.glyphicon-fullscreen{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe140;')}
.glyphicon-gbp{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe149;')}
.glyphicon-gift{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe102;')}
.glyphicon-glass{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe001;')}
.glyphicon-globe{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe135;')}
.glyphicon-hand-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe130;')}
.glyphicon-hand-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe128;')}
.glyphicon-hand-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe127;')}
.glyphicon-hand-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe129;')}
.glyphicon-hdd{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe121;')}
.glyphicon-hd-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe187;')}
.glyphicon-header{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe180;')}
.glyphicon-headphones{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe035;')}
.glyphicon-heart{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe005;')}
.glyphicon-heart-empty{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe143;')}
.glyphicon-home{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe021;')}
.glyphicon-import{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe169;')}
.glyphicon-inbox{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe028;')}
.glyphicon-indent-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe057;')}
.glyphicon-indent-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe058;')}
.glyphicon-info-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe086;')}
.glyphicon-italic{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe049;')}
.glyphicon-leaf{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe103;')}
.glyphicon-link{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe144;')}
.glyphicon-list{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe056;')}
.glyphicon-list-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe032;')}
.glyphicon-lock{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe033;')}
.glyphicon-log-in{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe161;')}
.glyphicon-log-out{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe163;')}
.glyphicon-magnet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe112;')}
.glyphicon-map-marker{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe062;')}
.glyphicon-minus{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x2212;')}
.glyphicon-minus-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe082;')}
.glyphicon-move{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe068;')}
.glyphicon-music{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe002;')}
.glyphicon-new-window{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe164;')}
.glyphicon-off{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe017;')}
.glyphicon-ok{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe013;')}
.glyphicon-ok-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe089;')}
.glyphicon-ok-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe084;')}
.glyphicon-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe167;')}
.glyphicon-paperclip{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe142;')}
.glyphicon-pause{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe073;')}
.glyphicon-pencil{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x270f;')}
.glyphicon-phone{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe145;')}
.glyphicon-phone-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe183;')}
.glyphicon-picture{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe060;')}
.glyphicon-plane{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe108;')}
.glyphicon-play{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe072;')}
.glyphicon-play-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe029;')}
.glyphicon-plus{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#x002b;')}
.glyphicon-plus-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe081;')}
.glyphicon-print{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe045;')}
.glyphicon-pushpin{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe146;')}
.glyphicon-qrcode{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe039;')}
.glyphicon-question-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe085;')}
.glyphicon-random{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe110;')}
.glyphicon-record{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe165;')}
.glyphicon-refresh{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe031;')}
.glyphicon-registration-mark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe195;')}
.glyphicon-remove{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe014;')}
.glyphicon-remove-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe088;')}
.glyphicon-remove-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe083;')}
.glyphicon-repeat{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe030;')}
.glyphicon-resize-full{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe096;')}
.glyphicon-resize-horizontal{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe120;')}
.glyphicon-resize-small{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe097;')}
.glyphicon-resize-vertical{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe119;')}
.glyphicon-retweet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe115;')}
.glyphicon-road{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe024;')}
.glyphicon-save{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe166;')}
.glyphicon-saved{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe168;')}
.glyphicon-screenshot{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe087;')}
.glyphicon-sd-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe186;')}
.glyphicon-search{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe003;')}
.glyphicon-send{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe171;')}
.glyphicon-share{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe066;')}
.glyphicon-share-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe095;')}
.glyphicon-shopping-cart{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe116;')}
.glyphicon-signal{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe018;')}
.glyphicon-sort{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe150;')}
.glyphicon-sort-by-alphabet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe151;')}
.glyphicon-sort-by-alphabet-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe152;')}
.glyphicon-sort-by-attributes{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe155;')}
.glyphicon-sort-by-attributes-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe156;')}
.glyphicon-sort-by-order{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe153;')}
.glyphicon-sort-by-order-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe154;')}
.glyphicon-sound-5-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe191;')}
.glyphicon-sound-6-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe192;')}
.glyphicon-sound-7-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe193;')}
.glyphicon-sound-dolby{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe190;')}
.glyphicon-sound-stereo{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe189;')}
.glyphicon-star{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe006;')}
.glyphicon-star-empty{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe007;')}
.glyphicon-stats{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe185;')}
.glyphicon-step-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe069;')}
.glyphicon-step-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe077;')}
.glyphicon-stop{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe074;')}
.glyphicon-subtitles{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe188;')}
.glyphicon-tag{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe041;')}
.glyphicon-tags{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe042;')}
.glyphicon-tasks{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe137;')}
.glyphicon-text-height{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe050;')}
.glyphicon-text-width{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe051;')}
.glyphicon-th{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe011;')}
.glyphicon-th-large{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe010;')}
.glyphicon-th-list{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe012;')}
.glyphicon-thumbs-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe126;')}
.glyphicon-thumbs-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe125;')}
.glyphicon-time{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe023;')}
.glyphicon-tint{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe064;')}
.glyphicon-tower{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe184;')}
.glyphicon-transfer{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe178;')}
.glyphicon-trash{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe020;')}
.glyphicon-tree-conifer{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe199;')}
.glyphicon-tree-deciduous{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe200;')}
.glyphicon-unchecked{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe157;')}
.glyphicon-upload{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe027;')}
.glyphicon-usd{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe148;')}
.glyphicon-user{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe008;')}
.glyphicon-volume-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe037;')}
.glyphicon-volume-off{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe036;')}
.glyphicon-volume-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe038;')}
.glyphicon-warning-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe107;')}
.glyphicon-wrench{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe136;')}
.glyphicon-zoom-in{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe015;')}
.glyphicon-zoom-out{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='&#xe016;')}