.page-header {
  padding-bottom: 9px;
  border: none;
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: 1px;
  color: #163652;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-header h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: 1px;
  color: #163652;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-title,
.page-header h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: 1px;
  color: #163652;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 20px 0;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 20px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #0384e2;
  color: #e5f4ff;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #b3defe;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.t3-wrapper .eshop-categories-list .eshop-category-wrap,
.eshop-categories-list .eshop-category-wrap,
.eshop-sub-categories-list .eshop-category-wrap {
  border: 1px solid #163652;
}
.t3-wrapper .eshop-categories-list .eshop-category-wrap .eshop-info-block,
.t3-wrapper .eshop-sub-categories-list .eshop-category-wrap .eshop-info-block {
  color: #163652;
  border-top: #163652 solid 1px;
}
.t3-wrapper .eshop-categories-list .eshop-category-wrap:hover .eshop-info-block,
.t3-wrapper .eshop-sub-categories-list .eshop-category-wrap:hover .eshop-info-block {
  background: #0384e2;
  border-top-color: #0384e2;
}
.t3-wrapper .eshop-categories-list .eshop-category-wrap .eshop-info-block a,
.t3-wrapper .eshop-sub-categories-list .eshop-category-wrap .eshop-info-block a {
  color: #163652;
  text-decoration: none;
}
.eshop-categories-list .eshop-category-wrap:hover .eshop-info-block a,
.eshop-sub-categories-list .eshop-category-wrap:hover .eshop-info-block a {
  color: #ffffff;
}
.t3-wrapper .ajax-block-product .eshop-info-block h5 {
  color: #163652;
}
.t3-wrapper .ajax-block-product .eshop-info-block h5 a {
  color: #163652;
  text-decoration: none;
}
.t3-wrapper .ajax-block-product .eshop-info-block h5 a:hover {
  text-decoration: none;
}
.t3-wrapper .eshop-product-price {
  color: #0384e2;
}
.t3-wrapper .product-price h2 {
  color: #163652;
}
.t3-wrapper .product-price h2 .price {
  color: #0384e2;
}
.t3-wrapper .checkout-heading {
  background: #163652;
  color: #ffffff;
}
.t3-wrapper #productTab li a {
  color: #163652;
}
.t3-wrapper #productTab li.active a {
  color: #0384e2;
}
.t3-wrapper .ajax-block-product .eshop-buttons .btn,
.t3-wrapper .product-cart .btn,
.t3-wrapper .sortPagiBar .btn {
  background: none;
  color: #163652;
}
.t3-wrapper .ajax-block-product .eshop-buttons .btn.btn-primary,
.t3-wrapper .product-cart .btn.btn-primary,
.btn.btn-primary {
  background: #0384e2;
  color: #ffffff;
}
.t3-wrapper .ajax-block-product .eshop-buttons .btn:hover,
.t3-wrapper .product-cart .btn:hover,
.t3-wrapper .sortPagiBar .btn:hover {
  background: #0384e2;
  color: #ffffff;
}
.t3-wrapper .ajax-block-product .eshop-buttons .btn.btn-primary,
.t3-wrapper .product-cart .btn.btn-primary {
  background: #0384e2;
}
.eshop-search .product_search {
  font-size: 14px;
}
.com_eshop .checkout-heading {
  background: #0384e2;
  border-color: #0384e2;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}
.com_eshop .checkout-heading a {
  color: #ffffff;
}
.com_eshop .input-append .add-on,
.com_eshop .input-prepend .add-on {
  height: auto !important;
  padding: 6px !important;
}
.com_eventbooking .eb-event-price-container {
  background: #0384e2;
  color: #ffffff;
}
.com_eventbooking .eb-event-price-container:hover {
  background: #0267b0;
}
.com_eventbooking h1.eb-page-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1px;
  color: #163652;
  margin-top: 0;
  margin-bottom: 20px;
}
.com_eventbooking .eb-form-heading {
  background: #0384e2;
  border-color: #0384e2;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}
.com_eventbooking .eb-form-heading a {
  color: #ffffff;
}
.com_eventbooking .eb-box-heading {
  background-image: none !important;
}
.com_eventbooking #eb-categories .eb-box-heading,
.com_eventbooking #eb-events .eb-box-heading,
.com_eventbooking #eb-event-page .eb-box-heading {
  background: #0384e2;
}
.com_eventbooking #eb-categories .eb-box-heading .eb-event-title,
.com_eventbooking #eb-events .eb-box-heading .eb-event-title,
.com_eventbooking #eb-event-page .eb-box-heading .eb-event-title {
  margin: 2px 0 6px 0!important;
  font-size: 24px;
}
.com_eventbooking #eb-categories .eb-box-heading .eb-event-title a.eb-event-title-link,
.com_eventbooking #eb-events .eb-box-heading .eb-event-title a.eb-event-title-link,
.com_eventbooking #eb-event-page .eb-box-heading .eb-event-title a.eb-event-title-link {
  color: #ffffff;
}
.com_eventbooking #eb-event-page h1.eb-page-heading {
  color: #fff;
  margin: 0 !important;
}
.com_eventbooking #eb-event-info-left,
.com_eventbooking #eb-event-info-right {
  margin: 0;
  width: 100%;
}
.com_eventbooking .eb-description-details.span7,
.com_eventbooking .eb-event-properties-table.span5 {
  margin: 0;
  width: 100%;
}
.com_eventbooking #pop-print {
  padding: 0;
  font-size: 12px;
  border: none;
}
.com_eventbooking .extcal_minical .mod_eb_mincalendar_table {
  margin: 0;
  background: #ffffff;
}
.com_eventbooking img.eb-thumb-left {
  margin: 0 15px 20px 0 !important;
}
.com_eventbooking .table > thead > tr > th,
.com_eventbooking .table > tbody > tr > th,
.com_eventbooking .table > tfoot > tr > th,
.com_eventbooking .table > thead > tr > td,
.com_eventbooking .table > tbody > tr > td,
.com_eventbooking .table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.com_eventbooking .form-actions {
  background: none;
  border: none;
}
.com_eventbooking .eb-even-title-container a {
  color: #163652;
}
.com_eventbooking .eb-even-title-container a:hover {
  color: #0384e2;
}
.com_eventbooking .eb-event-date-container .eb-event-date {
  background: #0384e2;
  border-color: #0384e2;
}
.com_eventbooking .eb-events-timeline i {
  color: #0384e2;
}
.com_eventbooking .eb-taskbar li a.btn {
  border: 1px solid #163652;
  color: #163652;
}
.com_eventbooking .eb-taskbar li a.btn:hover,
.com_eventbooking .eb-taskbar li a.btn:focus {
  background: #0384e2;
  border: 1px solid #0384e2;
  color: #ffffff;
}
.com_eventbooking .eb-taskbar li a.btn.btn-primary,
.com_eventbooking .form-actions .btn.btn-primary,
.com_eventbooking .control-group .btn.btn-primary {
  background: #0384e2;
  border: 1px solid #0384e2;
  color: #ffffff;
}
.com_eventbooking .eb-topmenu-calendar ul li a:hover,
.com_eventbooking .eb-topmenu-calendar ul li a:focus {
  background: #0384e2;
}
.com_eventbooking #eb-category-page-table .table-bordered > thead > tr > th,
.com_eventbooking #eb-category-page-table .table-bordered > tbody > tr > th,
.com_eventbooking #eb-category-page-table .table-bordered > tfoot > tr > th,
.com_eventbooking #eb-category-page-table .table-bordered > thead > tr > td,
.com_eventbooking .table-bordered > tbody > tr > td,
.com_eventbooking #eb-category-page-table .table-bordered > tfoot > tr > td {
  border-bottom: none;
  border-right: none;
}
.com_eventbooking #payment_method_container input {
  margin: 0 5px 0 -20px;
}
.com_eventbooking .eb-terms-and-conditions-container {
  margin-left: 20px;
}
.com_osmembership .osm-container .osm-item-heading-box {
  background: #0384e2;
  border-color: #0384e2;
  font-size: 18px;
  color: #ffffff;
}
.com_osmembership .osm-container .osm-item-heading-box a {
  color: #ffffff;
}
.com_osmembership .osm-container .form-actions {
  background: none;
  border: none;
}
.com_osmembership .osm-container h1.osm-page-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
}
.com_osmembership .osm-container .osm-taskbar li a.btn {
  color: #163652;
}
.com_osmembership .osm-container .osm-taskbar li a.btn:hover {
  background: #0384e2;
  color: #ffffff;
}
.com_osmembership .osm-container .osm-taskbar li a.btn.btn-primary,
.com_osmembership .osm-container .form-actions .btn.btn-primary,
.com_osmembership .osm-container .control-group .btn.btn-primary {
  background: #0384e2;
  color: #ffffff;
}
.com_osmembership .osm-container .osm-plan-recommended .osm-plan-price {
  background: #0384e2;
}
#edocman-category h1.edocman-page-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: #163652;
  margin-top: 0;
  margin-bottom: 20px;
}
#edocman-categories .edocman-box-heading,
#edocman-documents .edocman-box-heading,
#edocman-document-page .edocman-box-heading {
  background: #0384e2;
}
#edocman-categories .edocman-box-heading .edocman-document-title,
#edocman-documents .edocman-box-heading .edocman-document-title,
#edocman-document-page .edocman-box-heading .edocman-document-title {
  margin: 0 !important;
}
#edocman-categories .edocman-box-heading .edocman-document-title a,
#edocman-documents .edocman-box-heading .edocman-document-title a,
#edocman-document-page .edocman-box-heading .edocman-document-title a {
  font-size: 18px;
  color: #ffffff;
}
#edocman-categories .edocman-box-heading .edocman-document-title small,
#edocman-documents .edocman-box-heading .edocman-document-title small,
#edocman-document-page .edocman-box-heading .edocman-document-title small {
  color: #ffffff;
}
.edocman-taskbar li a.btn {
  border: 1px solid #163652;
}
.edocman-taskbar li a.btn.btn-primary,
.edocman-taskbar li a.btn:hover {
  background: #0384e2;
  border: 1px solid #0384e2;
}
.pagination > li > a:hover,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0384e2 !important;
  border-color: #0384e2 !important;
  color: #ffffff !important;
  z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
  border: 1px solid #163652 !important;
  border-radius: 0 !important;
}
#edocman-document-info .table-bordered > thead > tr > th,
#edocman-document-info .table-bordered > tbody > tr > th,
#edocman-document-info .table-bordered > tfoot > tr > th,
#edocman-document-info .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
#edocman-document-info .table-bordered > tfoot > tr > td {
  border-bottom: none;
  border-right: none;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-bottom: none;
  border-right: none;
}
#edocman-document-page h1.edocman-page-heading {
  color: #ffffff;
}
.edocman_document_details_information {
  color: #ffffff;
}
.jd-container .jd-description-photo img {
  width: 100%;
}
.jd-container #donation_type .controls label.radio input {
  margin-top: 4px;
}