﻿.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.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: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -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: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.btn-link {
  color: #428bca;
  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: #2a6496;
  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: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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%;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
#aside-first {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #aside-first {
    float: left;
    width: 25%;
  }
}
#aside-second {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #aside-second {
    float: left;
    width: 25%;
  }
}
#layout-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #layout-content {
    float: left;
    width: 100%;
  }
}
/* if only one aside column is present, make the content a 9 */
.aside-1 #layout-content,
.aside-2 #layout-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .aside-1 #layout-content,
  .aside-2 #layout-content {
    float: left;
    width: 75%;
  }
}
/* if the two aside colums are present, make the content a 6 */
.aside-12 #layout-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .aside-12 #layout-content {
    float: left;
    width: 50%;
  }
}
/* if only one tripel column is present, make the content a 12 */
.tripel-1 #tripel-first,
.tripel-2 #tripel-first,
.tripel-3 #tripel-first,
.tripel-1 #tripel-second,
.tripel-2 #tripel-second,
.tripel-3 #tripel-second,
.tripel-1 #tripel-third,
.tripel-2 #tripel-third,
.tripel-3 #tripel-third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tripel-1 #tripel-first,
  .tripel-2 #tripel-first,
  .tripel-3 #tripel-first,
  .tripel-1 #tripel-second,
  .tripel-2 #tripel-second,
  .tripel-3 #tripel-second,
  .tripel-1 #tripel-third,
  .tripel-2 #tripel-third,
  .tripel-3 #tripel-third {
    float: left;
    width: 100%;
  }
}
/* if two tripel columns are present, make the content a 6 */
.tripel-12 #tripel-first,
.tripel-13 #tripel-first,
.tripel-23 #tripel-first,
.tripel-12 #tripel-second,
.tripel-13 #tripel-second,
.tripel-23 #tripel-second,
.tripel-12 #tripel-third,
.tripel-13 #tripel-third,
.tripel-23 #tripel-third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tripel-12 #tripel-first,
  .tripel-13 #tripel-first,
  .tripel-23 #tripel-first,
  .tripel-12 #tripel-second,
  .tripel-13 #tripel-second,
  .tripel-23 #tripel-second,
  .tripel-12 #tripel-third,
  .tripel-13 #tripel-third,
  .tripel-23 #tripel-third {
    float: left;
    width: 50%;
  }
}
/* if three tripel columns are present, make the content a 4 */
.tripel-123 #tripel-first,
.tripel-123 #tripel-second,
.tripel-123 #tripel-third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tripel-123 #tripel-first,
  .tripel-123 #tripel-second,
  .tripel-123 #tripel-third {
    float: left;
    width: 33.33333333%;
  }
}
#footer-sixt-first,
#footer-sixt-second,
#footer-sixt-third,
#footer-sixt-fourth,
#footer-sixt-fifth,
#footer-sixt-sixth {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #footer-sixt-first,
  #footer-sixt-second,
  #footer-sixt-third,
  #footer-sixt-fourth,
  #footer-sixt-fifth,
  #footer-sixt-sixth {
    float: left;
    width: 16.66666667%;
  }
}
/* removes the style from content items lists */
ul.content-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* comments */
ul.comments {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment {
  padding: 10px 16px;
}
.comments > li {
  background-color: #fef9f3;
  border-left: 3px solid #f0ad4e;
  margin-bottom: 20px;
}
.comments > li.verified {
  background-color: #f0f9fc;
  border-left: 3px solid #5bc0de;
}
/* validation messages */
.validation-summary-errors {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.validation-summary-errors h4 {
  margin-top: 0;
  color: inherit;
}
.validation-summary-errors .alert-link {
  font-weight: bold;
}
.validation-summary-errors > p,
.validation-summary-errors > ul {
  margin-bottom: 0;
}
.validation-summary-errors > p + p {
  margin-top: 5px;
}
.validation-summary-errors hr {
  border-top-color: #e4b9c0;
}
.validation-summary-errors .alert-link {
  color: #843534;
}
.validation-summary-errors:last-child {
  margin-bottom: 0;
}
/* messages */
.message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.message h4 {
  margin-top: 0;
  color: inherit;
}
.message .alert-link {
  font-weight: bold;
}
.message > p,
.message > ul {
  margin-bottom: 0;
}
.message > p + p {
  margin-top: 5px;
}
.message-Error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.message-Error hr {
  border-top-color: #e4b9c0;
}
.message-Error .alert-link {
  color: #843534;
}
.message-Information {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.message-Information hr {
  border-top-color: #c9e2b3;
}
.message-Information .alert-link {
  color: #2b542c;
}
.message-Warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.message-Warning hr {
  border-top-color: #f7e1b5;
}
.message-Warning .alert-link {
  color: #66512c;
}
/* footer style */
#footer-sig {
  text-align: center;
}
/* pager */
.pager li > a,
.pager li > span {
  -ms-border-radius: 0;
  border-radius: 0;
}
/* BTTB */
/* if only one tripel column is present, make the content a 12 */
.other-tripel-1 #other-tripel-first,
.other-tripel-2 #other-tripel-first,
.other-tripel-3 #other-tripel-first,
.other-tripel-1 #other-tripel-second,
.other-tripel-2 #other-tripel-second,
.other-tripel-3 #other-tripel-second,
.other-tripel-1 #other-tripel-third,
.other-tripel-2 #other-tripel-third,
.other-tripel-3 #other-tripel-third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .other-tripel-1 #other-tripel-first,
  .other-tripel-2 #other-tripel-first,
  .other-tripel-3 #other-tripel-first,
  .other-tripel-1 #other-tripel-second,
  .other-tripel-2 #other-tripel-second,
  .other-tripel-3 #other-tripel-second,
  .other-tripel-1 #other-tripel-third,
  .other-tripel-2 #other-tripel-third,
  .other-tripel-3 #other-tripel-third {
    float: left;
    width: 100%;
  }
}
/* if two tripel columns are present, make the content a 6 */
.other-tripel-12 #other-tripel-first,
.other-tripel-13 #other-tripel-first,
.other-tripel-23 #other-tripel-first,
.other-tripel-12 #other-tripel-second,
.other-tripel-13 #other-tripel-second,
.other-tripel-23 #other-tripel-second,
.other-tripel-12 #other-tripel-third,
.other-tripel-13 #other-tripel-third,
.other-tripel-23 #other-tripel-third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .other-tripel-12 #other-tripel-first,
  .other-tripel-13 #other-tripel-first,
  .other-tripel-23 #other-tripel-first,
  .other-tripel-12 #other-tripel-second,
  .other-tripel-13 #other-tripel-second,
  .other-tripel-23 #other-tripel-second,
  .other-tripel-12 #other-tripel-third,
  .other-tripel-13 #other-tripel-third,
  .other-tripel-23 #other-tripel-third {
    float: left;
    width: 50%;
  }
}
/* if three tripel columns are present, make the content a 4 */
.other-tripel-123 #other-tripel-first,
.other-tripel-123 #other-tripel-second,
.other-tripel-123 #other-tripel-third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .other-tripel-123 #other-tripel-first,
  .other-tripel-123 #other-tripel-second,
  .other-tripel-123 #other-tripel-third {
    float: left;
    width: 33.33333333%;
  }
}
#layout-other-tripel {
  margin-left: -15px;
  margin-right: -15px;
}
.submit-button button {
  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: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.submit-button button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.submit-button button:hover,
.submit-button button:focus {
  color: #333333;
  text-decoration: none;
}
.submit-button button:active,
.submit-button button.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);
}
.submit-button button.disabled,
.submit-button button[disabled],
fieldset[disabled] .submit-button button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.submit-button button:hover,
.submit-button button:focus,
.submit-button button:active,
.submit-button button.active,
.open .dropdown-toggle.submit-button button {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.submit-button button:active,
.submit-button button.active,
.open .dropdown-toggle.submit-button button {
  background-image: none;
}
.submit-button button.disabled,
.submit-button button[disabled],
fieldset[disabled] .submit-button button,
.submit-button button.disabled:hover,
.submit-button button[disabled]:hover,
fieldset[disabled] .submit-button button:hover,
.submit-button button.disabled:focus,
.submit-button button[disabled]:focus,
fieldset[disabled] .submit-button button:focus,
.submit-button button.disabled:active,
.submit-button button[disabled]:active,
fieldset[disabled] .submit-button button:active,
.submit-button button.disabled.active,
.submit-button button[disabled].active,
fieldset[disabled] .submit-button button.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.submit-button button .badge {
  color: #428bca;
  background-color: #ffffff;
}
/* Radio Broadcast */
.widget-todaysbroadcast {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .widget-todaysbroadcast {
    float: left;
    width: 66.66666667%;
  }
}
.widget-broadcastinformation {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .widget-broadcastinformation {
    float: left;
    width: 66.66666667%;
  }
}
.widget-specialoffer {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .widget-specialoffer {
    float: left;
    width: 33.33333333%;
  }
}
.widget-bibleminuteinformation {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .widget-bibleminuteinformation {
    float: left;
    width: 66.66666667%;
  }
}
.widget-historical {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .widget-historical {
    float: left;
    width: 33.33333333%;
  }
}
.widget-chronological {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .widget-chronological {
    float: left;
    width: 33.33333333%;
  }
}
ul.pager {
	margin-top: 20px;
}

.pager li {
  list-style: none;
  display: inline;
}
.pager li a {
  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: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.pager li a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pager li a:hover,
.pager li a:focus {
  color: #333333;
  text-decoration: none;
}
.pager li a:active,
.pager li a.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);
}
.pager li a.disabled,
.pager li a[disabled],
fieldset[disabled] .pager li a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pager li a:hover,
.pager li a:focus,
.pager li a:active,
.pager li a.active,
.open .dropdown-toggle.pager li a {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.pager li a:active,
.pager li a.active,
.open .dropdown-toggle.pager li a {
  background-image: none;
}
.pager li a.disabled,
.pager li a[disabled],
fieldset[disabled] .pager li a,
.pager li a.disabled:hover,
.pager li a[disabled]:hover,
fieldset[disabled] .pager li a:hover,
.pager li a.disabled:focus,
.pager li a[disabled]:focus,
fieldset[disabled] .pager li a:focus,
.pager li a.disabled:active,
.pager li a[disabled]:active,
fieldset[disabled] .pager li a:active,
.pager li a.disabled.active,
.pager li a[disabled].active,
fieldset[disabled] .pager li a.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.pager li a .badge {
  color: #428bca;
  background-color: #ffffff;
}
