body {
  font: Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  *font-size: small;
  *font: x-small;
  font-family: 'Roboto Condensed', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
  font-family: 'Roboto Condensed', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 99%;
}
/* IE6 and IE7 Hack */
* html body {
  font-family: 'ＭＳ Ｐゴシック', sans-serif;
}
*:first-child + html body {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
body * {
  /*     line-height:1.38em; */
}
/*
body {
  padding-top: 70px;
}
*/
.img-resp {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.fixed {
  position: fixed !important;
}
.ell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.ell-100 {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.ell-200 {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.mb--5 {
  margin-bottom: -5px !important;
}
.mb--10 {
  margin-bottom: -10px !important;
}
.mb--20 {
  margin-bottom: -20px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .mb-5-xs {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 767px) {
  .mb-10-xs {
    margin-bottom: 10px !important;
  }
}
.mt-0 {
  margin-top: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.shadow {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17) !important;
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17) !important;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17) !important;
}
.shadow-strong {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2) !important;
}
.no-shadow {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.radius-top {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.radius-top {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.no-radius {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.transition {
  transition: 0.1s linear !important;
  -webkit-transition: 0.1s linear !important;
  -moz-transition: 0.1s linear !important;
  -o-transition: 0.1s linear !important;
  -ms-transition: 0.1s linear !important;
}
.no-border {
  border: 0px !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-zoom-in {
  cursor: zoom-in !important;
}
.cursor-zoom-out {
  cursor: zoom-out !important;
}
.mobile-scroll {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
ul.asterisk {
  margin-left: 12px;
}
ul.asterisk li:before {
  font-size: 12px;
  content: '＊';
  margin-left: -12px;
}
ul.asterisk li {
  margin-left: 5px;
}
.clickable {
  cursor: pointer;
}
.no-box-shadow {
  box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
}
.test {
  color: #ee69bb;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
.list-inline > li > .btn {
  margin-bottom: 10px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  word-break: break-all;
}
p:last-child {
  margin-bottom: 0px;
}
.img-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.max-width-256 {
  display: block;
  max-width: 256px !important;
}
.max-width-128 {
  display: block;
  max-width: 128px !important;
}
.img-wrapper {
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.img-wrapper > .img-blur {
  z-index: 0;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
}
.img-wrapper > .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  z-index: 1;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.no-grayscale {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
a img:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90;
}
.container.container-xs {
  max-width: 480px;
}
.container.container-sm {
  max-width: 767px;
}
.container.container-md {
  max-width: 1024px;
}
@media (min-width: 1300px) {
  .container.container-lg {
    max-width: 1250px;
    width: 1250px;
  }
}
.row.row-packed {
  margin: 0px -5px;
}
.row.row-packed > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .row.row-packed {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.breadcrumb {
  margin-bottom: 0px;
  font-size: 80%;
}
.breadcrumb.flow > li + li:before {
  content: "\003e";
}
.breadcrumb.flow > li.active {
  font-weight: bolder;
  color: #B4DFF6;
}
.breadcrumb.no-padding {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 991px) {
  .breadcrumb {
    font-size: 70%;
  }
}
.panel {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  border: 2px solid #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.panel .panel-heading {
  background-color: #B4DFF6;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.panel .panel-heading.bg-green {
  background-color: #6cc644;
}
.panel .panel-heading .panel-title {
  font-weight: bolder;
  font-size: larger;
}
.panel .panel-heading.with-btn {
  position: relative;
}
.panel .panel-heading.with-btn > .panel-title {
  line-height: 20px;
  padding-right: 100px;
}
.panel .panel-heading.with-btn > .panel-heading-btn {
  position: absolute;
  display: block;
  color: #6e5494;
  border-left: 1px solid #dddddd;
  font-size: smaller;
  font-weight: bolder;
  right: 0px;
  top: 0px;
  line-height: 20px;
  padding: 10px 15px;
  border-top-right-radius: 3px;
  text-align: center;
  height: auto;
}
.panel .panel-heading.with-btn > .panel-heading-btn:hover {
  text-decoration: none;
  background-color: #dddddd;
  color: #6e5494;
}
.panel .panel-heading.with-btn > .panel-heading-btn.danger {
  color: #EB5939;
}
.panel .panel-heading.with-btn > .panel-heading-btn.danger:hover {
  background-color: #dddddd;
  color: #EB5939;
}
.panel .panel-footer {
  background-color: #ffffe7;
  border-top: 2px solid #000000;
}
.panel.panel-warning {
  background-color: #ffffe7;
  border-color: #dddddd;
}
.panel.panel-warning > .panel-heading {
  background-color: #ffffe7;
  border-color: #dddddd;
}
.panel-group > .panel > .panel-heading.with-label {
  padding: 0px;
}
.panel-group > .panel > .panel-heading.with-label > .panel-title > a {
  display: block;
  padding: 10px 15px;
}
.panel-group > .panel > .panel-heading.with-label > .panel-title > a:hover,
.panel-group > .panel > .panel-heading.with-label > .panel-title > a > * {
  cursor: pointer;
}
.panel-group > .panel > .panel-heading.with-label > .panel-title > a > label > .label-radio {
  float: left;
  width: 25px;
}
.panel-group > .panel > .panel-heading.with-label > .panel-title > a > label > .label-body {
  margin-left: 25px;
  padding-top: 5px;
}
.list-group > a.list-group-item {
  /*
    &.active {
      background-color: @gray_lighten;
      color: @blue;
      border: @blue 1px solid;
    }
*/
}
.list-group > a.list-group-item.list-group-item-child {
  padding: 7px 15px;
}
.list-group > a.list-group-item.list-group-item-grid {
  padding: 0px 15px;
}
.list-group > a.list-group-item.list-group-item-grid > ul.row > li {
  border-right: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-group > a.list-group-item.list-group-item-grid > ul.row > li:last-child {
  border-right: 0px;
}
.list-group .list-group-item {
  position: relative;
}
.list-group .list-group-item .hidden-btns {
  display: none;
}
@media (max-width: 991px) {
  .list-group .list-group-item .hidden-btns {
    display: block !important;
    padding-top: 10px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .list-group .list-group-item:hover .hidden-btns {
    display: block !important;
  }
  .list-group .list-group-item .hidden-btns {
    position: absolute;
    top: 10px;
    right: 15px;
  }
}
.list-group .list-group-item.list-group-item-info {
  background-color: #e6d6ff;
  color: #6e5494;
}
.list-group .list-group-item.list-group-item-title {
  color: #333333;
}
.list-group .list-group-item p:last-child {
  margin-bottom: 0px;
}
.list-group .list-group-item.list-group-item-header {
  color: #333333;
  font-size: smaller;
  background-color: #fcfcfc;
}
.list-group .list-group-item.has-children {
  color: #333333;
  padding: 0px;
}
.list-group .list-group-item.has-children > a {
  display: block;
  padding: 10px 35px 10px 15px;
  color: #333333;
}
.list-group .list-group-item.has-children > a > i {
  display: block;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.list-group .list-group-item.has-children:hover > a {
  text-decoration: none;
  color: #B4DFF6;
}
.list-group .list-group-item.has-children:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: 0px;
  margin-top: -1px;
  padding: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.list-group .list-group-item.has-children:hover > .dropdown-menu > li {
  border-bottom: 1px solid #dddddd;
}
.list-group .list-group-item.has-children:hover > .dropdown-menu > li:last-child {
  border-bottom: 0px;
}
.list-group .list-group-item.has-children:hover > .dropdown-menu > li > a {
  font-size: smaller;
  padding: 10px 15px;
}
.list-group .list-group-item.has-children:hover > .dropdown-menu > li > a:hover {
  color: #B4DFF6;
  background-color: #fcfcfc;
}
.list-group .list-group-item.list-group-item-muted {
  background-color: #fcfcfc;
}
.list-group > a.list-group-item.list-group-item-danger {
  border: 1px solid #EB5939;
  background-color: #ffffff;
  color: #EB5939;
}
.list-group > a.list-group-item.list-group-item-warning {
  background-color: #ffffe7;
}
.list-group > a.list-group-item.list-group-item-warning:hover {
  background-color: #ffffcd;
}
.list-group.list-group-xs > .list-group-item {
  font-size: smaller;
  padding: 3px 6px;
}
.list-group.list-group-sm > .list-group-item {
  font-size: smaller;
}
.list-group.list-group-lg > .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-group > .list-group-item-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}
.list-group.no-border > .list-group-item {
  border: 0px;
}
.list-group.no-border > .list-group-item:last-child {
  border-bottom: 1px solid #dddddd;
}
.list-group.no-border > .list-group-item.force-bordered {
  border-bottom: 2px solid #dddddd;
}
.list-group.list-group-hover .list-group-item:hover:not(.no-hover),
.list-group.list-group-hover .list-group-item:active:not(.no-hover),
.list-group.list-group-hover .list-group-item:focus:not(.no-hover) {
  background-color: #fcfcfc;
}
.list-group.list-group-inverse > .list-group-item {
  background-color: #333333;
  border: 1px solid #000000;
  color: #ffffff;
}
.list-group.list-group-inverse > .list-group-item:hover,
.list-group.list-group-inverse > .list-group-item:active,
.list-group.list-group-inverse > .list-group-item:focus {
  background-color: #000000;
  color: #B4DFF6;
  border-color: #000000;
}
.list-group.list-group-inverse > .list-group-item:hover.has-children > a,
.list-group.list-group-inverse > .list-group-item:active.has-children > a,
.list-group.list-group-inverse > .list-group-item:focus.has-children > a {
  color: #B4DFF6;
}
.list-group.list-group-inverse > .list-group-item.has-children > a {
  color: #ffffff;
}
.list-group.list-group-inverse > .list-group-item.has-children > .dropdown-menu > li {
  border-bottom: 1px solid #000000;
}
.list-group.list-group-inverse > .list-group-item.has-children > .dropdown-menu > li > a {
  background-color: #333333;
  color: #ffffff;
}
.list-group.list-group-inverse > .list-group-item.has-children > .dropdown-menu > li > a:hover {
  background-color: #000000;
  color: #B4DFF6;
}
.list-group.list-group-inverse > .list-group-item.list-group-item-title:hover,
.list-group.list-group-inverse > .list-group-item.list-group-item-header:hover {
  background-color: #333333;
  color: #ffffff;
}
.list-group > .list-group-item-radio {
  padding: 0px;
}
.list-group > .list-group-item-radio > label {
  display: block;
  padding: 10px 15px;
  margin-bottom: 0px;
}
.list-group > .list-group-item-radio > label:hover {
  cursor: pointer;
}
.list-group > .list-group-item-radio > label > .label-radio {
  float: left;
  width: 25px;
}
.list-group > .list-group-item-radio > label > .label-body {
  margin-left: 25px;
  font-weight: normal;
}
.list-group > .list-group-item-sm {
  font-size: smaller;
}
.btn-group > .dropdown-menu,
.dropdown > .dropdown-menu {
  border: 2px solid #000000;
}
.btn-group > .dropdown-menu .dropdown-header,
.dropdown > .dropdown-menu .dropdown-header {
  padding: 6px 12px;
}
.btn-group > .dropdown-menu > .divider,
.dropdown > .dropdown-menu > .divider {
  background-color: #000000;
  height: 2px;
}
.btn-group > .dropdown-menu > * > a,
.dropdown > .dropdown-menu > * > a {
  padding: 6px 12px;
}
.btn-group > .dropdown-menu > * > a:hover,
.dropdown > .dropdown-menu > * > a:hover {
  color: #000000;
  background-color: #FCDFE5;
}
.btn-group > .dropdown-menu.dropdown-menu-sm .dropdown-header,
.dropdown > .dropdown-menu.dropdown-menu-sm .dropdown-header {
  padding: 3px 6px;
}
.btn-group > .dropdown-menu.dropdown-menu-sm > * > a,
.dropdown > .dropdown-menu.dropdown-menu-sm > * > a {
  padding: 3px 6px;
  font-size: smaller;
}
.page-header {
  font-size: 140%;
  font-weight: bold;
  border: 0px;
  margin: 0 0 20px 0;
}
.well {
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well.well-flatted {
  border: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.well > .title {
  font-weight: bold;
  font-size: smaller;
}
.well.well-warning {
  background-color: #ffffe7;
}
.well.well-info {
  background-color: #e6d6ff;
}
.well.well-white {
  background-color: #ffffff;
}
.well.well-sm {
  padding: 10px;
}
.well.well-lg {
  margin: 0px -50px 50px -50px;
  padding: 50px 50px;
}
.well.well-bordered {
  background-color: transparent;
  border: 1px solid #dddddd;
}
.well.well-overlay {
  background-color: rgba(255, 255, 255, 0.95);
}
.well.well-overlay-warning {
  background-color: rgba(255, 234, 0, 0.1);
}
.well.well-overlay-info {
  background-color: rgba(255, 0, 242, 0.05);
}
.well.well-overlay-white {
  background-color: rgba(255, 255, 255, 0.8);
}
.well.well-overlay-black {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .row-col-xs-6 {
    margin: 0px -4px;
  }
  .row-col-xs-6 .col-xs-6 {
    padding: 0px 4px;
  }
}
@media (max-width: 767px) {
  .full-xs {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    /*
    .panel {
      .no-radius;
      border-left: 0px;
      border-right: 0px;
    }
*/
  }
  .full-xs > .img-rounded {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .full-xs > a > .img-rounded {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .full-xs.panel {
    border-right: 0px;
    border-left: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .full-xs.panel > .list-group > .list-group-item {
    border-left: 0px;
    border-right: 0px;
  }
  .full-xs.panel.panel-balloon {
    border-left: 0px;
    border-right: 0px;
  }
  .full-xs > .well {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .full-xs.well {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .no-radius-xs {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .container.container-fluid-xs {
    max-width: none !important;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 991px) {
  .container.container-fluid-sm {
    max-width: none !important;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1199px) {
  .container.container-fluid-md {
    max-width: none !important;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.modal .modal-content .list-group {
  margin-bottom: 0px;
}
.modal .modal-content .list-group > .list-group-item {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-top: 1px;
  margin-bottom: 0px;
}
.modal .modal-content .list-group:last-child {
  margin-bottom: 0px;
}
.text-sm {
  font-size: 85%;
}
.text-md {
  font-size: 100%;
}
.text-lg {
  font-size: 120%;
}
@media (max-width: 767px) {
  .text-lg {
    font-size: 100%;
  }
}
.text-xlg {
  font-size: 140%;
}
@media (max-width: 767px) {
  .text-xlg {
    font-size: 120%;
  }
}
.text-bold {
  font-weight: bold;
}
.text-danger {
  color: #EB5939;
}
.text-yellow {
  color: #f7ff00;
}
.text-warning {
  color: #FBCA04;
}
.text-primary {
  color: #6e5494;
}
.text-secondary {
  color: #66b8e5;
}
.text-info {
  color: #6e5494;
}
.text-blue {
  color: #B4DFF6;
}
.text-muted-darken {
  color: #555;
}
.text-shadow-white {
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.9), 0px 2px 4px rgba(0, 0, 0, 0.7);
}
.no-text-shadow {
  text-shadow: none;
}
.text-white {
  color: #ffffff;
}
a.text-white {
  color: #ffffff;
}
a.text-white:hover {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-black {
  color: #000000;
}
a.text-black:hover {
  color: #000000;
}
.media {
  display: block;
  position: relative;
  margin: 0px;
}
.media > .media-left {
  position: absolute;
  display: block;
  padding: 0px;
  left: 0px;
  top: 0px;
}
.media > .media-left > img,
.media > .media-left > a img {
  width: 100%;
  height: auto;
}
.media > .media-right {
  position: absolute;
  display: block;
  padding: 0px;
  right: 0px;
  top: 0px;
}
.media > .media-right > img,
.media > .media-right > a img {
  width: 100%;
  height: auto;
}
.media.media-xlg {
  min-height: 192px;
}
.media.media-xlg > .media-left {
  width: 192px;
}
.media.media-xlg > .media-body {
  margin-left: 202px;
}
.media.media-lg {
  min-height: 128px;
}
.media.media-lg > .media-left {
  width: 128px;
}
.media.media-lg > .media-body {
  margin-left: 138px;
}
@media (max-width: 767px) {
  .media.media-lg {
    min-height: 96px;
  }
  .media.media-lg > .media-left {
    width: 96px;
  }
  .media.media-lg > .media-body {
    margin-left: 106px;
  }
}
.media.media-md {
  min-height: 96px;
}
.media.media-md > .media-left {
  width: 96px;
}
.media.media-md > .media-body {
  margin-left: 106px;
}
.media.media-md-right > .media-right {
  width: 96px;
}
.media.media-md-right > .media-body {
  margin-right: 106px;
}
.media.media-sm {
  min-height: 64px;
}
.media.media-sm > .media-left {
  width: 64px;
}
.media.media-sm > .media-body {
  margin-left: 74px;
}
.media.media-xs {
  min-height: 48px;
}
.media.media-xs > .media-left {
  width: 48px;
}
.media.media-xs > .media-body {
  margin-left: 58px;
}
.media.media-xxs {
  min-height: 24px;
}
.media.media-xxs > .media-left {
  width: 24px;
}
.media.media-xxs > .media-body {
  margin-left: 34px;
}
.media.media-icon {
  min-height: 16px;
}
.media.media-icon > .media-left {
  width: 16px;
}
.media.media-icon > .media-left i {
  font-size: 16px;
}
.media.media-icon > .media-body {
  margin-left: 22px;
}
.media .media-body {
  width: auto;
  display: block;
  padding-left: 0px;
}
.media .media-body > .inner {
  padding: 10px 0px;
}
.media .media-body .media-title {
  font-size: 120%;
}
.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li > a {
  padding: 8px 12px;
}
.nav-tabs > li:last-child > a {
  margin-right: 0px;
}
.full-width-tabs {
  border-bottom: 1px solid #dddddd;
}
.full-width-tabs > .container > .nav-tabs {
  margin-bottom: -1px;
}
.pagination {
  margin-top: 0px !important;
}
.navbar {
  margin-bottom: 0px;
}
.label {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  margin-right: 3px;
  padding: 6px 12px;
  font-size: 90%;
}
.label:last-chile {
  margin-right: 0px;
}
.label.label-sm {
  font-size: 70%;
  padding: 3px 6px;
}
.label.label-md {
  font-size: 80%;
  padding: 6px 12px;
}
.label.label-lg {
  font-size: 100%;
  padding: 10px 15px;
}
.label.label-default {
  background-color: #000000;
  border: 1px solid #000000;
}
.label.label-primary {
  background-color: #6e5494;
  border: 1px solid #6e5494;
}
.label.label-info {
  background-color: #5988d2;
  border: 1px solid #5988d2;
}
.label.label-success {
  background-color: #6cc644;
  border: 1px solid #6cc644;
}
.label.label-danger {
  background-color: #EB5939;
  border: 1px solid #EB5939;
}
.label.label-warning {
  background-color: #FBCA04;
  border: 1px solid #FBCA04;
}
.label.label-gold {
  background-color: #D8AE00;
  border: 1px solid #D8AE00;
  color: #0f0046;
}
.label.label-bordered {
  background-color: transparent;
}
.label.label-bordered.label-default {
  color: #aaaaaa;
}
.label.label-bordered.label-primary {
  color: #6e5494;
}
.label.label-bordered.label-success {
  color: #6cc644;
}
.label.label-bordered.label-info {
  color: #6e5494;
}
.label.label-bordered.label-danger {
  border: 1px solid #EB5939;
  color: #EB5939;
}
.label.label-bordered.label-warning {
  border: 1px solid #FBCA04;
  color: #FBCA04;
}
.labels {
  margin-bottom: -3px;
}
.labels > .label {
  display: inline-block;
  margin: 0px 3px 3px 0px;
}
input {
  max-width: 400px;
}
input.input-veryshort {
  max-width: 75px;
}
input.input-short {
  max-width: 200px;
}
input.input-long {
  max-width: 600px;
}
input.input-block {
  width: 100%;
  max-width: none;
}
select {
  max-width: 300px;
}
select.input-veryshort {
  max-width: 75px;
}
select.input-short {
  max-width: 200px;
}
select.input-long {
  max-width: 400px;
}
select.input-block {
  width: 100%;
  max-width: none;
}
.form-group label {
  font-weight: normal;
}
.form-group > .expiration-form > .form-control {
  float: left;
}
.form-group > .expiration-form > span {
  float: left;
  padding: 0px 5px;
  line-height: 30px;
}
.help-block {
  font-size: 90%;
}
.input-group.input-group-sm {
  max-width: 200px;
}
.badge.badge-sm {
  font-weight: normal;
  background-color: #dddddd;
  color: #333333;
  padding: 2px 4px;
}
.badge.badge-danger {
  background-color: #EB5939;
}
.list.list-mb-30 > *,
.list.list-lg > * {
  margin-bottom: 30px;
}
.list.list-mb-20 > *,
.list.list-md > * {
  margin-bottom: 20px;
}
.list.list-mb-10 > *,
.list.list-sm > * {
  margin-bottom: 10px;
}
.list.list-mb-5 > *,
.list.list-xs > * {
  margin-bottom: 5px;
}
.list.list-bordered.list-lg > * {
  padding-bottom: 30px;
}
.list.list-bordered.list-md > * {
  padding-bottom: 20px;
}
.list.list-bordered.list-sm > * {
  padding-bottom: 10px;
}
.list.list-bordered.list-xs > * {
  padding-bottom: 5px;
}
.list.list-bordered > * {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.list.list-bordered > *:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.list > * {
  margin-bottom: 10px;
}
.list > *:last-child {
  margin-bottom: 0px;
}
.list > * .list-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.btns > .btn {
  margin-right: 5px;
  margin-bottom: 5px;
}
.btns > .btn:last-child {
  margin-right: 0px;
}
.btn {
  border: 2px solid #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #000000;
  font-weight: bold;
  box-shadow: 3px 3px 0px -1px #000000;
  -moz-box-shadow: 3px 3px 0px -1px #000000;
  -webkit-box-shadow: 3px 3px 0px -1px #000000;
}
.btn:hover {
  border-color: #000000;
  background-color: #B4DFF6;
}
.btn.btn-primary {
  background-color: #ee69bb;
  border: 2px solid #000000;
  color: #000000;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #eb4eaf;
}
.btn.btn-secondary {
  background-color: #66b8e5;
  color: #000000;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #50aee1;
}
.btn.btn-twitter {
  background-color: #54ACEF;
  border-color: #54ACEF;
  color: #ffffff;
}
.btn.btn-twitter:hover,
.btn.btn-twitter:focus {
  background-color: #389eec;
  border-color: #389eec;
}
.btn.btn-facebook {
  background-color: #4C67A5;
  border-color: #4C67A5;
  color: #ffffff;
}
.btn.btn-facebook:hover,
.btn.btn-facebook:focus {
  background-color: #425a90;
  border-color: #425a90;
}
.btn.btn-secondary-bordered {
  background-color: #ffffff;
  border-color: #ccc;
  color: #66b8e5;
}
.btn.btn-secondary-bordered:hover,
.btn.btn-secondary-bordered:focus {
  background-color: #50aee1;
  border-color: #50aee1;
  color: #ffffff;
}
.btn.btn-twitter-bordered {
  border-color: #ccc;
  background-color: #ffffff;
  color: #54ACEF;
}
.btn.btn-twitter-bordered:hover,
.btn.btn-twitter-bordered:focus {
  background-color: #389eec;
  border-color: #389eec;
  color: #ffffff;
}
.btn.btn-facebook-bordered {
  border-color: #ccc;
  background-color: #ffffff;
  color: #4C67A5;
}
.btn.btn-facebook-bordered:hover,
.btn.btn-facebook-bordered:focus {
  background-color: #425a90;
  border-color: #425a90;
  color: #ffffff;
}
.btn.btn-amazon {
  background-color: #FBCA04;
  border-color: #c9a203;
  color: #333333;
}
.btn.btn-amazon:hover,
.btn.btn-amazon:focus {
  background-color: #fcd536;
  border-color: #c9a203;
}
.btn.btn-gray {
  background-color: #ffffff;
  border-color: #aaaaaa;
  color: #aaaaaa;
}
.btn.btn-gray:hover,
.btn.btn-gray:focus {
  background-color: #a5a5a5;
  color: #ffffff;
}
.btn.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-danger {
  background-color: #ffffff;
  border-color: #ccc;
  color: #EB5939;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  border-color: #EB5939;
  background-color: #EB5939;
  color: #ffffff;
}
.btn.btn-info {
  background-color: #B4DFF6;
  color: #000000;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  background-color: #abdbf5;
}
.btn.btn-blue {
  background-color: #07d7d9;
  border-color: #07d7d9;
  color: #ffffff;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background-color: #07cdcf;
}
.btn.btn-very-lg {
  margin: 0 auto;
  max-width: 300px;
  min-width: 200px;
  display: block;
  padding: 15px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .btn.btn-very-lg {
    margin: 0 auto;
    font-size: 14px;
  }
}
.bg-yellow {
  background-color: #ffffe7;
}
.bg-purple {
  background-color: #e6d6ff;
}
.jumbotron {
  margin: 30px 0px;
}
.jumbotron .title {
  text-align: center;
  font-size: 140%;
  margin-bottom: 15px;
}
.jumbotron.jumbotron-warning {
  background-color: #ffffe7;
  border: 1px solid #FBCA04;
}
.jumbotron.jumbotron-transparent {
  background-color: transparent;
}
/*
.alert {
  margin: 20px 0px;
  > .alert-title {
    font-size: 100%;
    font-weight: bold;
  }
  > .alert-body {
    font-size: small;
  }
  &.alert-lg {
    padding: 48px 60px;
    position: relative;
    > .alert-heading {
      margin-bottom: 10px;
      > .alert-title {
        text-align: center;
        font-size: 140%;
        margin-bottom: 15px;
      }
    }
    > .alert-body {
      text-align: center;
      margin-bottom: 10px;
    }
    > .alert-footer {
      text-align: center;
    }
    > .close {
      position: absolute;
      top: 8px;
      right: 8px;
      font-size: 12px;
      color: @white;
      text-shadow: none;
      font-weight: normal;
    }
    @media (max-width: @screen_xs_max) {
      padding: 36px 15px;
      .no-radius;
      margin-right: -15px;
      margin-left: -15px;
      > .alert-heading {
        > .alert-title {
          font-size: 120%;
          text-align: left;
        }
      }
      > .alert-body {
        text-align: left;
      }
      > .alert-footer {
        text-align: left;
      }
    }
    @media (min-width: @screen_sm_min) and (max-width: @screen_sm_max) {
      padding: 36px 24px;
    }
  }
  &.alert-inverse {
    background-color: lighten(@black, 30%);
    border: 1px solid lighten(@black, 30%);
    color: @white;
    .close {
      color: @white;
      opacity: 1;
      &:hover {
        color: @white;
      }
    }
    .alert-heading {
      .alert-title {
        color: @white;
      }
    }
    .alert-body {
      color: @white;
    }
  }
  &.alert-danger {
    //background-color: @bg_danger;
    background-color: @white;
    border: 2px solid @red;
    //border-left: 10px solid @red;
    color: @red;
  }
  &.alert-warning {
    //background-color: @bg_warning;
    background-color: @white;
    border: 2px solid @yellow;
    //border-left: 10px solid @yellow;
    color: @yellow;
  }
  &.alert-info {
    //background-color: @bg_info;
    background-color: @white;
    border: 2px solid @purple;
    //border-left: 10px solid @purple;
    color: @purple;
  }
  &.alert-success {
    //background-color: @bg_success;
    background-color: @white;
    border: 2px solid @green;
    //border-left: 10px solid @green;
    color: @green;
  }
  &.alert-muted {
    //background-color: @white;
    background-color: @white;
    border: 2px solid @muted;
    //border: 10px solid @muted;
    color: @muted;
  }
  .alert-link {
    text-decoration: underline;
  }
}
*/
.blankslate {
  padding: 30px;
  background-color: #fcfcfc;
  border: 1px dotted #dddddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blankslate > * {
  text-align: center;
}
.blankslate > .icon {
  margin-bottom: 15px;
  color: #333333;
}
.blankslate > .title {
  font-size: 120%;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .blankslate {
    padding: 20px 10px;
  }
}
.links > a {
  display: inline-block;
  margin-right: 6px;
}
.links > a:last-child {
  margin-right: 0px;
}
.table tbody tr th {
  font-weight: normal;
  font-size: 85%;
  color: #777;
  text-align: right;
  vertical-align: middle;
}
.table tbody tr td {
  vertical-align: middle;
}
.articles > .article {
  margin-bottom: 40px;
}
.articles > .article:last-child {
  margin-bottom: 0px;
}
.articles > .article > .article-heading {
  font-size: 120%;
  border-bottom: 1px dashed #dddddd;
  border-bottom: 3px dashed #5988d2;
  padding: 10px 0px;
  margin-bottom: 20px;
  color: #5988d2;
  font-weight: bold;
}
.articles > .article > .article-body {
  font-size: 120%;
}
.articles > .article > .article-body > li {
  margin-bottom: 20px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 20px;
}
.articles > .article > .article-body > li:last-child {
  border-bottom: 0px;
}
.articles > .article > .article-body > li > .heading {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 20px;
}
.articles > .article > .article-body > li > .body p:last-child {
  margin-bottom: 0px;
}
.articles > .article > .article-body > li:last-child {
  margin-bottom: 0px;
}
.articles > .article > .article-body.index > li > .heading {
  font-size: 100%;
  margin-bottom: 10px;
}
.popover .popover-title {
  font-size: smaller;
}
.popover .popover-content {
  font-size: smaller;
}
.nav.nav-pills.nav-stacked.nav-pills-sm > li > a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 12px;
  font-size: smaller;
}
.balloon {
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  overflow: visible;
  margin-left: 6px;
  position: relative;
  border: 1px solid #dddddd;
}
.balloon:after,
.balloon:before {
  right: 100%;
  top: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.balloon:after {
  border-color: transparent;
  border-right-color: #ffffff;
  border-width: 6px;
  margin-top: -6px;
}
.balloon:before {
  border-color: transparent;
  border-right-color: #dddddd;
  border-width: 7px;
  margin-top: -7px;
}
.balloon.balloon-right {
  margin-right: 6px;
  position: relative;
  border: 1px solid #dddddd;
}
.balloon.balloon-right:after,
.balloon.balloon-right:before {
  left: 100%;
  top: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.balloon.balloon-right:after {
  border-color: transparent;
  border-left-color: #ffffff;
  border-width: 6px;
  margin-top: -6px;
}
.balloon.balloon-right:before {
  border-color: transparent;
  border-left-color: #dddddd;
  border-width: 7px;
  margin-top: -7px;
}
.balloon.balloon-sm {
  padding: 10px;
}
.balloon.balloon-muted {
  background-color: #dddddd;
}
.balloon.balloon-muted:after {
  border-left-color: #dddddd;
}
.balloon.balloon-warning {
  background-color: #ffffe7;
}
.balloon.balloon-warning:after {
  border-left-color: #ffffe7;
}
.panel.panel-balloon {
  overflow: visible;
  margin-left: 6px;
  position: relative;
  border: 1px solid #dddddd;
}
.panel.panel-balloon:after,
.panel.panel-balloon:before {
  right: 100%;
  top: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.panel.panel-balloon:after {
  border-color: transparent;
  border-right-color: #ffffff;
  border-width: 6px;
  margin-top: -6px;
}
.panel.panel-balloon:before {
  border-color: transparent;
  border-right-color: #dddddd;
  border-width: 7px;
  margin-top: -7px;
}
.input-group.input-group-sm {
  max-width: 250px;
}
.dropdowns {
  margin-right: -5px;
  margin-bottom: -5px;
}
.dropdowns > * {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.btn:focus {
  outline: 0 !important;
}
.bg-warning {
  background-color: #ffffe7;
}
.block-bordered {
  border: 2px solid #000000;
  margin-bottom: 10px;
}
.bg-dots {
  background-image: url("../images/patterns/dots.png");
}
body {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  body #page {
    margin-top: 70px;
  }
}
body #page #header {
  margin-bottom: 10px;
}
body #page #header .header-nav .header-upper {
  padding: 6px 0px;
  background-color: #fcfcfc;
}
body #page #header .header-nav .header-upper .container .description {
  font-size: 12px;
  padding: 9px 0px;
  display: inline-block;
  color: #777;
}
body #page #header .header-nav .header-upper .container .header-btns > * {
  float: left;
  margin-left: 5px;
}
@media (max-width: 767px) {
  body #page #header .header-nav .header-upper .container {
    padding: 0px 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #page #header .header-nav .header-upper .container {
    padding: 0px 6px;
  }
}
body #page #header .header-nav .header-mid {
  margin-top: 10px;
}
body #page #header .header-nav .header-mid .container .info-block {
  padding: 10px 0px 0px 0px;
}
body #page #header .header-nav .header-mid .container .info-block > li {
  text-align: right;
  font-size: 12px;
}
body #page #header .header-nav .header-mid .container .info-block > li.tel {
  font-size: 24px;
}
body #page #header .header-nav .header-lower .header-tabs {
  margin-right: -10px;
}
body #page #header .header-nav .header-lower .header-tabs > li {
  float: left;
  width: 14.2857142%;
}
body #page #header .header-nav .header-lower .header-tabs > li > a {
  display: block;
  margin-right: 10px;
  font-size: 100%;
  line-height: 1.3;
  text-align: center;
  border: 2px solid #000000;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  font-weight: bold;
}
body #page #header .header-nav .header-lower .header-tabs > li > a > span {
  line-height: 70px;
}
body #page #header .header-nav .header-lower .header-tabs > li > a:hover,
body #page #header .header-nav .header-lower .header-tabs > li > a:active,
body #page #header .header-nav .header-lower .header-tabs > li > a:focus {
  color: #000000;
  background-color: #B4DFF6;
}
body #page #header .header-nav .header-lower .header-tabs > li > a.active {
  background-color: #FCDFE5;
  color: #000000;
}
@media (max-width: 1199px) {
  body #page #header .header-nav .header-lower .header-tabs > li > a {
    font-size: 100%;
  }
}
body #page #header .header-nav-mobile {
  border: 0px;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
}
body #page #header .header-nav-mobile .container .img-logo {
  width: 300px;
  height: 60px;
  display: inline-block;
}
body #page #header .header-nav-mobile .container .navbar-nav.navbar-right .dropdown {
  background-color: #B4DFF6;
  margin-right: 15px;
}
body #page #header .header-nav-mobile .container .navbar-nav.navbar-right .dropdown .dropdown-toggle {
  padding: 20px;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 767px) {
  body #page #header .header-nav-mobile .container {
    margin: 0px 0px;
  }
  body #page #header .header-nav-mobile .container .img-logo {
    width: 250px;
    height: 50px;
    margin: 5px 0px;
    display: inline-block;
  }
  body #page #header .header-nav-mobile .container .navbar-nav.navbar-right {
    margin: 0px;
  }
  body #page #header .header-nav-mobile .container .navbar-nav.navbar-right .dropdown {
    margin-right: 0px;
  }
  body #page #header .header-nav-mobile .container .navbar-nav.navbar-right .dropdown .dropdown-toggle {
    display: inline-block;
    position: absolute;
    top: -60px;
    right: 0px;
    line-height: 60px;
    padding: 0px 15px;
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
  }
  body #page #header .header-nav-mobile .container .navbar-nav.navbar-right .dropdown .dropdown-menu {
    margin: 0 -15px;
    border-top: 2px solid #000000;
    background-color: #ffffff;
  }
  body #page #header .header-nav-mobile .container .navbar-nav.navbar-right .dropdown .dropdown-menu > li > a {
    padding: 10px 12px;
    background-color: #ffffff;
  }
  body #page #header .header-nav-mobile .container .navbar-nav.navbar-right .dropdown .dropdown-menu > li > a.bg-pink {
    background-color: #ee69bb;
    color: #ffffff;
  }
}
body #page #main {
  min-height: 500px;
  padding-bottom: 20px;
}
body #page #main .section {
  padding: 30px 0px;
}
body #page #main .section.no-padding {
  padding: 0px;
}
body #page #main.single-campaign .campaign-title {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
  background-color: #FCDFE5;
  padding: 10px;
}
@media (max-width: 767px) {
  body #page #main.single-campaign .post-thumbnail-wrapper > img {
    border-right: 0px;
    border-left: 0px;
  }
}
body #page #main.single-event .event-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 140%;
}
body #page #main.page-home .hero-mobile {
  margin-top: -10px;
  margin-bottom: 10px;
}
body #page #main.page-home .hero-mobile img {
  border-bottom: 2px solid #000000;
}
body #page #main .row.content-blocks {
  margin: 0px -5px 0px -5px;
}
body #page #main .row.content-blocks > * {
  padding: 0px 5px;
  margin-bottom: 10px;
}
body #page #main .row.content-blocks > * .content-block {
  border: 2px solid #000000;
  padding: 15px;
  background-color: #ffffff;
}
body #page #main .row.content-blocks > * .content-block.no-padding {
  padding: 0px;
}
body #page #main .row.content-blocks > * img {
  border: 2px solid #000000;
}
body #page #main .row.content-blocks > * img.no-border {
  border: 0px;
}
body #page #main .row.content-blocks > * > a img {
  border: 2px solid #000000;
}
body #page #main .row.content-blocks > * > a:hover img {
  border-color: #333333;
}
body #page #main .row.content-blocks .content-block > .content-block-body {
  padding: 15px;
}
body #page #main .main-header {
  background-image: url("../images/patterns/dots.png");
  padding: 50px 0px;
  color: #ee69bb;
  border: 2px solid #000000;
  margin-bottom: 10px;
}
body #page #main .main-header .main-title {
  font-weight: bold;
  font-size: 150%;
  text-align: center;
}
body #page #main .main-body .breadcrumb {
  margin-bottom: 20px;
}
body #page #main .main-body .main-content {
  background-color: #ffffff;
  padding: 20px 15px;
  border: 2px solid #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body #page #main .main-header {
    margin-top: -10px;
    margin-bottom: -10px;
    border: 0px;
    border-bottom: 2px solid #000000;
  }
  body #page #main .main-body .main-content {
    border: 0px;
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
  }
}
@media (max-width: 767px) {
  body #page #main.page-request .main-content {
    margin-bottom: 0px;
    border-bottom: 0px;
  }
  body #page #main.page-request.action-register .main-header {
    border-top: 2px solid #000000;
    margin-top: 10px;
  }
}
body #page #main #side-nav {
  border: 2px solid #000000;
  margin-bottom: 10px;
  background-color: #ffffff;
}
body #page #main #side-nav > a {
  display: block;
  padding: 10px 15px;
  border-bottom: 2px solid #000000;
  color: #000000;
  font-weight: bold;
}
body #page #main #side-nav > a:hover,
body #page #main #side-nav > a:active,
body #page #main #side-nav > a:focus {
  text-decoration: none;
  background-color: #B4DFF6;
}
body #page #main #side-nav > a.active {
  background-color: #FCDFE5;
  color: #000000;
}
body #page #main #side-nav > a:last-child {
  border-bottom: 0px;
}
body #page #main #side-nav > a.sub {
  color: #ee69bb;
}
body #page #main .flow.list .media-body {
  margin-top: 20px;
}
body #page #main.page-questionnaires .form-container .form-group h2 {
  font-size: 120%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ee69bb;
}
body #page #main.page-questionnaires .form-container .form-group .checkboxes label {
  display: inline-block;
  margin: 5px;
}
body #page #main.page-questionnaires .form-container .form-group .radio label {
  display: inline-block;
  margin: 5px;
}
body #page #footer {
  background-color: #ffffe7;
}
body #page #footer .footer-upper {
  padding-top: 20px;
}
body #page #footer .footer-upper .content-block {
  border: 2px solid #000000;
  background-color: #ffffff;
}
body #page #footer .footer-upper .content-block.pink {
  background-color: #FCDFE5;
}
body #page #footer .footer-upper .content-block.blue {
  background-color: #B4DFF6;
}
body #page #footer .footer-upper .content-block .content-heading {
  padding: 25px 15px;
  border-bottom: 2px solid #000000;
  font-weight: bold;
  font-size: 100%;
}
body #page #footer .footer-upper .content-block .content-body {
  padding: 25px 15px;
}
body #page #footer .footer-upper .content-block .content-body .contact-list {
  font-size: 100%;
  font-weight: bold;
}
body #page #footer .footer-upper .content-block .content-body .contact-list .tel {
  font-size: 140%;
}
body #page #footer .footer-mid {
  padding-bottom: 20px;
}
body #page #footer .footer-lower {
  background-color: #ffffff;
  padding: 10px 0px;
  padding-bottom: 20px;
}
body #page #footer .footer-lower .copyright {
  color: #000000;
}
body #page #footer .footer-lower .copyright a {
  color: #000000;
}
body #page #footer .bottom-bar {
  background-color: rgba(255, 255, 255, 0.9);
}
body #page #footer .bottom-bar .container {
  padding-top: 8px;
}
