html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  background-color: transparent;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input {
  line-height: normal;
}
* {
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
/*a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}*/
img {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
p {
  margin: 0 0 10px;
}
.w-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .w-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .w-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .w-container {
    width: 1170px;
  }
}
.w-row {
  margin-left: -15px;
  margin-right: -15px;
}
.w-col-xs-1,
.w-col-sm-1,
.w-col-md-1,
.w-col-lg-1,
.w-col-xs-2,
.w-col-sm-2,
.w-col-md-2,
.w-col-lg-2,
.w-col-xs-3,
.w-col-sm-3,
.w-col-md-3,
.w-col-lg-3,
.w-col-xs-4,
.w-col-sm-4,
.w-col-md-4,
.w-col-lg-4,
.w-col-xs-5,
.w-col-sm-5,
.w-col-md-5,
.w-col-lg-5,
.w-col-xs-6,
.w-col-sm-6,
.w-col-md-6,
.w-col-lg-6,
.w-col-xs-7,
.w-col-sm-7,
.w-col-md-7,
.w-col-lg-7,
.w-col-xs-8,
.w-col-sm-8,
.w-col-md-8,
.w-col-lg-8,
.w-col-xs-9,
.w-col-sm-9,
.w-col-md-9,
.w-col-lg-9,
.w-col-xs-10,
.w-col-sm-10,
.w-col-md-10,
.w-col-lg-10,
.w-col-xs-11,
.w-col-sm-11,
.w-col-md-11,
.w-col-lg-11,
.w-col-xs-12,
.w-col-sm-12,
.w-col-md-12,
.w-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.w-col-xs-1,
.w-col-xs-2,
.w-col-xs-3,
.w-col-xs-4,
.w-col-xs-5,
.w-col-xs-6,
.w-col-xs-7,
.w-col-xs-8,
.w-col-xs-9,
.w-col-xs-10,
.w-col-xs-11,
.w-col-xs-12 {
  float: left;
}
.w-col-xs-12 {
  width: 100%;
}
.w-col-xs-6 {
  width: 50%;
}
.w-col-xs-4 {
  width: 33.33333333%;
}
.w-col-xs-3 {
  width: 25%;
}
@media (min-width: 768px) {
  .w-col-sm-1,
  .w-col-sm-2,
  .w-col-sm-3,
  .w-col-sm-4,
  .w-col-sm-5,
  .w-col-sm-6,
  .w-col-sm-7,
  .w-col-sm-8,
  .w-col-sm-9,
  .w-col-sm-10,
  .w-col-sm-11,
  .w-col-sm-12 {
    float: left;
  }
  .w-col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .w-col-md-1,
  .w-col-md-2,
  .w-col-md-3,
  .w-col-md-4,
  .w-col-md-5,
  .w-col-md-6,
  .w-col-md-7,
  .w-col-md-8,
  .w-col-md-9,
  .w-col-md-10,
  .w-col-md-11,
  .w-col-md-12 {
    float: left;
  }
  .w-col-md-8 {
    width: 66.66666667%;
  }
  .w-col-md-7 {
    width: 58.33333333%;
  }
  .w-col-md-6 {
    width: 50%;
  }
  .w-col-md-5 {
    width: 41.66666667%;
  }
  .w-col-md-4 {
    width: 33.33333333%;
  }
}
.form-group {
  margin-bottom: 15px;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -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-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-body {
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
.w-clearfix:before,
.w-clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.w-container:before,
.w-container:after,
.container-fluid:before,
.container-fluid:after,
.w-row:before,
.w-row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.w-clearfix:after,
.dl-horizontal dd:after,
.w-container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.w-visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.w-visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .w-visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .w-visible-lg-block {
    display: block !important;
  }
}
.clearfix:before,
.clearfix:after,
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.w-container:after {
  clear: both;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .w-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .w-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .w-container {
    width: 1170px;
  }
}
