/* smaller base font size for small screens */
.img-circle {
  border-radius: 50%;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #d8117e;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
/* class defined in bootstrap/less/typography.less */
/* override font size */
.lead {
  font-size: 18px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.h1 {
  font-size: 41px;
}
.h2 {
  font-size: 34px;
}
.h3 {
  font-size: 28px;
}
.h4 {
  font-size: 20px;
}
.h5 {
  font-size: 16px;
}
.h6 {
  font-size: 14px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  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: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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #d8117e;
  border-color: #d8117e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #b20e68;
  border-color: #9f0d5d;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  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: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: #d8117e;
  border-color: #d8117e;
}
.btn-primary .badge {
  color: #d8117e;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  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: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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  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: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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  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: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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  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: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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #d8117e;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #d8117e;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
#custom-collection-tooltip {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  display: none;
  background: #333333;
  padding: 6px 16px;
  position: fixed;
  top: 0;
  z-index: 9999;
}
#custom-collection-tooltip p {
  color: #fff;
  margin: 10px 0;
}
#custom-collection-tooltip p .dismiss {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #d8117e;
  border-color: #d8117e;
  margin-right: 16px;
  position: relative;
  top: -0.2em;
}
#custom-collection-tooltip p .dismiss:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#custom-collection-tooltip p .dismiss:hover,
#custom-collection-tooltip p .dismiss:focus {
  color: #333333;
  text-decoration: none;
}
#custom-collection-tooltip p .dismiss:active,
#custom-collection-tooltip p .dismiss.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#custom-collection-tooltip p .dismiss.disabled,
#custom-collection-tooltip p .dismiss[disabled],
fieldset[disabled] #custom-collection-tooltip p .dismiss {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#custom-collection-tooltip p .dismiss:hover,
#custom-collection-tooltip p .dismiss:focus,
#custom-collection-tooltip p .dismiss:active,
#custom-collection-tooltip p .dismiss.active,
.open .dropdown-toggle#custom-collection-tooltip p .dismiss {
  color: #ffffff;
  background-color: #b20e68;
  border-color: #9f0d5d;
}
#custom-collection-tooltip p .dismiss:active,
#custom-collection-tooltip p .dismiss.active,
.open .dropdown-toggle#custom-collection-tooltip p .dismiss {
  background-image: none;
}
#custom-collection-tooltip p .dismiss.disabled,
#custom-collection-tooltip p .dismiss[disabled],
fieldset[disabled] #custom-collection-tooltip p .dismiss,
#custom-collection-tooltip p .dismiss.disabled:hover,
#custom-collection-tooltip p .dismiss[disabled]:hover,
fieldset[disabled] #custom-collection-tooltip p .dismiss:hover,
#custom-collection-tooltip p .dismiss.disabled:focus,
#custom-collection-tooltip p .dismiss[disabled]:focus,
fieldset[disabled] #custom-collection-tooltip p .dismiss:focus,
#custom-collection-tooltip p .dismiss.disabled:active,
#custom-collection-tooltip p .dismiss[disabled]:active,
fieldset[disabled] #custom-collection-tooltip p .dismiss:active,
#custom-collection-tooltip p .dismiss.disabled.active,
#custom-collection-tooltip p .dismiss[disabled].active,
fieldset[disabled] #custom-collection-tooltip p .dismiss.active {
  background-color: #d8117e;
  border-color: #d8117e;
}
#custom-collection-tooltip p .dismiss .badge {
  color: #d8117e;
  background-color: #fff;
}
main header {
  position: relative;
}
@media (min-width: 768px) {
  main header .wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  main header .wrapper:before,
  main header .wrapper:after {
    content: " ";
    display: table;
  }
  main header .wrapper:after {
    clear: both;
  }
}
main header .wrapper .breadcrumb-heading {
  padding-right: 60px;
}
@media (min-width: 768px) {
  main header .wrapper .breadcrumb-heading {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  main header .wrapper .breadcrumb-heading {
    float: left;
    width: 66.66666667%;
  }
}
main header .wrapper .search-toggle {
  /* added via js */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: #d8117e url(../img/search.png) 8px 8px no-repeat;
  background-size: 16px 16px;
  border-color: #d8117e;
  border-radius: 0;
  height: 32px;
  margin: 0;
  position: absolute;
  right: 12px;
  top: 39.6px;
  width: 32px;
}
@media (min-width: 768px) {
  main header .wrapper .search {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  main header .wrapper .search {
    float: left;
    width: 33.33333333%;
  }
}
main header .wrapper .search form {
  margin-top: 20px;
}
@media (min-width: 768px) {
  main header .wrapper .search form {
    margin-top: 22px;
  }
}
main header .wrapper .search form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
main header .wrapper .search form .form-group label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
main header .wrapper .search form .form-group .form-control {
  background: #d7d7d7;
  border-color: #d7d7d7;
  box-shadow: none;
  margin-right: -4px;
  width: 170px !important;
}
@media (min-width: 992px) {
  main header .wrapper .search form .form-group .form-control {
    width: 240px !important;
  }
}
@media (min-width: 1200px) {
  main header .wrapper .search form .form-group .form-control {
    width: 310px !important;
  }
}
main header .wrapper .search form .form-group .form-control:focus {
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
}
main header .wrapper .search form button {
  background: #d8117e url(../img/search.png) 13px 6px no-repeat;
  text-indent: -9999999px;
  width: 49px;
}
main header .wrapper .search form p {
  font-size: 75%;
  margin: 6px 0 0 0;
}
@media (min-width: 768px) {
  main header .wrapper .search form p {
    font-size: 85%;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .ie8 main header .wrapper .search form .form-group .form-control {
    width: 292px !important;
  }
}

/* smaller base font size for small screens */
.img-circle {
  border-radius: 50%;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #d8117e;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
/* class defined in bootstrap/less/typography.less */
/* override font size */
.lead {
  font-size: 18px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.h1 {
  font-size: 41px;
}
.h2 {
  font-size: 34px;
}
.h3 {
  font-size: 28px;
}
.h4 {
  font-size: 20px;
}
.h5 {
  font-size: 16px;
}
.h6 {
  font-size: 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  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;
}
.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: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 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: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 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: none;
  color: #ffffff;
  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%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
main header {
  margin-bottom: 0;
}
main #images {
  background: #222222;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
}
main #images .carousel-inner {
  text-align: center;
}
main #images .carousel-inner img {
  margin: 0 auto;
  max-width: 50%;
}
main #thumbnails {
  background: #222222;
  border-top: 1px solid #2f2f2f;
  position: relative;
  top: -30px;
}
main #thumbnails ul {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  padding: 6px;
  text-align: center;
}
main #thumbnails ul:before,
main #thumbnails ul:after {
  content: " ";
  display: table;
}
main #thumbnails ul:after {
  clear: both;
}
main #thumbnails ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
main #thumbnails ul li img {
  cursor: pointer;
  margin: 4px;
  opacity: 0.5;
}
main #thumbnails ul li img:hover {
  opacity: 0.75;
}
main #thumbnails ul li .selected img {
  opacity: 1;
}
main .content .wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
main .content .wrapper:before,
main .content .wrapper:after {
  content: " ";
  display: table;
}
main .content .wrapper:after {
  clear: both;
}
main .content .wrapper.noimages {
  padding-top: 20px;
}
main .content .wrapper .details {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  main .content .wrapper .details {
    float: left;
    width: 66.66666667%;
  }
}
main .content .wrapper .details table {
  border-bottom: 1px solid #ededed;
  margin-top: -20px;
}
main .content .wrapper .details table tbody {
  border-top: 20px solid white;
}
main .content .wrapper .details table th {
  padding-right: 20px;
}
main .content .wrapper .details table th:after {
  content: ':';
}
main .content .wrapper .related {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  main .content .wrapper .related {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  main .content .wrapper .related {
    padding-top: 0;
  }
}
main .content .wrapper .related .edit-item a {
  display: block;
  background: #f4f4f4 url(../img/edit.png) no-repeat 10px center;
  font-size: 105%;
  line-height: 1.2;
  padding: 15px 32px 15px 56px;
}
@media (min-width: 768px) {
  main .content .wrapper .related .edit-item a {
    background-position: 10px center;
  }
}
@media (min-width: 992px) {
  main .content .wrapper .related .edit-item a {
    background-position: 10px center;
  }
}
main .content .wrapper .related .edit-item a:hover,
main .content .wrapper .related .edit-item a:focus {
  background-color: #e4e4e4;
}
main .content .wrapper .related .edit-item.added a {
  background-image: url(../img/added.png);
}
main .content .wrapper .related .add-to a {
  display: block;
  background: #f4f4f4 url(../img/add.png) no-repeat 10px center;
  font-size: 105%;
  line-height: 1.2;
  padding: 15px 32px 15px 56px;
}
@media (min-width: 768px) {
  main .content .wrapper .related .add-to a {
    background-position: 10px center;
  }
}
@media (min-width: 992px) {
  main .content .wrapper .related .add-to a {
    background-position: 10px center;
  }
}
main .content .wrapper .related .add-to a:hover,
main .content .wrapper .related .add-to a:focus {
  background-color: #e4e4e4;
}
main .content .wrapper .related .add-to.added a {
  background-image: url(../img/added.png);
}
main .content .wrapper .related #more-like-this {
  margin-top: 40px;
}
main .content .wrapper .related #more-like-this h2 {
  font-size: 20px;
}
main .content .wrapper .related #more-like-this ul {
  margin-top: 20px;
  padding: 0;
}
main .content .wrapper .related #more-like-this ul li {
  font-size: 85%;
  line-height: 1.2;
  list-style: none;
  margin-bottom: 10px;
  padding-top: 6px;
}
main .content .wrapper .related #more-like-this ul li:before,
main .content .wrapper .related #more-like-this ul li:after {
  content: " ";
  display: table;
}
main .content .wrapper .related #more-like-this ul li:after {
  clear: both;
}
main .content .wrapper .related #more-like-this ul li a {
  display: table;
  height: 130px;
  width: 100%;
}
main .content .wrapper .related #more-like-this ul li a .img {
  display: table-cell;
  background: #f4f4f4;
  height: 130px;
  margin-right: 16px;
  margin-top: -6px;
  text-align: left;
  vertical-align: middle;
  width: 130px;
}
main .content .wrapper .related #more-like-this ul li a .img img.placeholder {
  opacity: 0.3;
}
main .content .wrapper .related #more-like-this ul li a .title {
  display: table-cell;
  height: 130px;
  padding-left: 10px;
  vertical-align: middle;
}

/* smaller base font size for small screens */
.img-circle {
  border-radius: 50%;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #d8117e;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
/* class defined in bootstrap/less/typography.less */
/* override font size */
.lead {
  font-size: 18px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.h1 {
  font-size: 41px;
}
.h2 {
  font-size: 34px;
}
.h3 {
  font-size: 28px;
}
.h4 {
  font-size: 20px;
}
.h5 {
  font-size: 16px;
}
.h6 {
  font-size: 14px;
}
.item-list li {
  border-bottom: 1px solid #ededed;
  list-style: none;
  margin: 0;
  min-height: 95px;
  padding: 12px 0 9px 0;
  position: relative;
}
.item-list li:before,
.item-list li:after {
  content: " ";
  display: table;
}
.item-list li:after {
  clear: both;
}
@media (min-width: 550px) {
  .item-list li {
    min-height: 155px;
  }
}
.item-list li .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #f4f4f4;
  height: 80px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 80px;
}
@media (min-width: 550px) {
  .item-list li .img {
    height: 130px;
    width: 130px;
  }
}
.item-list li .img a {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  width: 80px;
}
@media (min-width: 550px) {
  .item-list li .img a {
    height: 130px;
    width: 130px;
  }
}
.item-list li .img a img {
  width: 80px;
}
.item-list li .img a img.placeholder {
  opacity: 0.3;
}
@media (min-width: 550px) {
  .item-list li .img a img {
    width: 130px;
  }
}
.item-list li .text {
  padding-left: 92px;
}
@media (min-width: 550px) {
  .item-list li .text {
    padding-left: 146px;
  }
}
.item-list li .text h3 {
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  font-size: 110%;
  font-weight: 600;
  margin: 0;
}
.item-list li .text .description {
  margin: 0;
}
.item-list li .text .details {
  font-size: 85%;
  margin-top: 10px;
}
.item-list li .text .details span {
  margin-right: 16px;
}
.item-list li .text .edit {
  margin-bottom: 0;
}
.item-list li .text .edit a {
  display: block;
  background: url(../img/edit-grey.png) no-repeat 0 3px;
  color: #999999;
  font-size: 85%;
  margin-right: 16px;
  padding: 3px 0 2px 22px;
  white-space: nowrap;
}
@media (min-width: 550px) {
  .item-list li .text .edit a {
    display: inline;
  }
}
.item-list li .text .edit a:hover {
  background: url(../img/edit-pink.png) no-repeat 0 3px;
  color: #d8117e;
}
.item-list li .text .add {
  margin-bottom: 0;
}
.item-list li .text .add a {
  display: block;
  background: url(../img/add-grey.png) no-repeat 0 3px;
  color: #999999;
  font-size: 85%;
  margin-right: 16px;
  padding: 3px 0 2px 22px;
  white-space: nowrap;
}
@media (min-width: 550px) {
  .item-list li .text .add a {
    display: inline;
  }
}
.item-list li .text .add a.edit {
  background: url(../img/edit-grey.png) no-repeat 0 3px;
}
.item-list li .text .add a.edit:hover {
  background: url(../img/edit-pink.png) no-repeat 0 3px;
}
.item-list li .text .add a:hover {
  background: url(../img/add-pink.png) no-repeat 0 3px;
  color: #d8117e;
}
.item-list li .text .add.added a {
  background: url(../img/added-grey.png) no-repeat 0 3px;
}
.item-list li .text .add.added a:hover {
  background: url(../img/added-pink.png) no-repeat 0 3px;
}
