@charset "UTF-8";
.section:before, .gallery:before,
.gallery-clear:before,
.gallery-pagination:before, #nav-pagination:before, .pagination:before, .widget:before, .widget__header:before, .widget__body:before, .widget__footer:before, .entry:before, .entry__image:before, .entry__content:before, .entry__share:before, .section:after, .gallery:after,
.gallery-clear:after,
.gallery-pagination:after, #nav-pagination:after, .pagination:after, .widget:after, .widget__header:after, .widget__body:after, .widget__footer:after, .entry:after, .entry__image:after, .entry__content:after, .entry__share:after {
  content: "";
  display: table; }

.section::after, .gallery::after,
.gallery-clear::after,
.gallery-pagination::after, #nav-pagination::after, .pagination::after, .widget::after, .widget__header::after, .widget__body::after, .widget__footer::after, .entry::after, .entry__image::after, .entry__content::after, .entry__share::after {
  clear: both; }

/*! =Scaffolding
-------------------------------------------------------------- */
html, body {
  overflow-x: hidden; }

html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  background: #0086ca url(assets/images/mbg.jpg) no-repeat center center fixed;
  background-size: cover; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  background-color: transparent; }

a {
  color: #db8b1c;
  text-decoration: none; }
  a:focus, a:hover {
    color: #976013;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  a:visited {
    color: #db8b1c; }
  a.btn:visited {
    color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  margin-bottom: 0.618em;
  clear: both; }

h4, h5, h6 {
  font-weight: 500; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

hr {
  border: none;
  border-top: 1px solid #d2d2d2;
  margin: 10px 0;
  clear: both;
  float: none; }

.section {
  position: relative;
  margin: 0;
  padding: 0;
  display: block; }

.fa-ul {
  margin-left: 1em; }

.fa-li {
  left: -1.4em;
  width: 1.4em; }

#wrapper {
  max-width: 1170px;
  background-color: rgba(255, 255, 255, 0.85);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(47, 48, 52, 0.5); }
  #wrapper:before, #wrapper:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 15px;
    left: -15px;
    background-color: rgba(71, 36, 85, 0.25);
    z-index: -1; }
  #wrapper:after {
    left: auto;
    right: -15px; }

/*! =Bootstrap overrides and addons
-------------------------------------------------------------- */
.navbar,
.form-control,
.btn,
.dropdown-menu,
.navbar-toggle {
  border-radius: 0; }

.btn--rounded {
  border-radius: 36px; }

.btn--sharp {
  border-radius: 0; }

.btn--raised {
  box-shadow: 0 3px 0 0 #333333; }

.btn--outline {
  background: none;
  border: 1px solid #fff; }
  .btn--outline.white {
    color: #fff; }

.btn--lead {
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 2em;
  padding-right: 2em;
  border-width: 2px;
  font-size: 150%; }
  .btn--lead:hover, .btn--lead:active {
    color: #ffffff; }

.container,
.container-fluid,
.row {
  position: relative; }

/*! =Extra small Bootstrap brekpoint <480px
-------------------------------------------------------------- */
.col-ss-1,
.col-ss-2,
.col-ss-3,
.col-ss-4,
.col-ss-5,
.col-ss-6,
.col-ss-7,
.col-ss-8,
.col-ss-9,
.col-ss-10,
.col-ss-11,
.col-ss-12,
.col-xm-1,
.col-xm-2,
.col-xm-3,
.col-xm-4,
.col-xm-5,
.col-xm-6,
.col-xm-7,
.col-xm-8,
.col-xm-9,
.col-xm-10,
.col-xm-11,
.col-xm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

@media only screen and (max-width: 640px) {
  .col-xm-12 {
    width: 100%; }
  .col-xm-11 {
    width: 91.66666667%; }
  .col-xm-10 {
    width: 83.33333333%; }
  .col-xm-9 {
    width: 75%; }
  .col-xm-8 {
    width: 66.66666667%; }
  .col-xm-7 {
    width: 58.33333333%; }
  .col-xm-6 {
    width: 50%; }
  .col-xm-5 {
    width: 41.66666667%; }
  .col-xm-4 {
    width: 33.33333333%; }
  .col-xm-3 {
    width: 25%; }
  .col-xm-2 {
    width: 16.66666667%; }
  .col-xm-1 {
    width: 8.33333333%; }
  .col-xm-pull-12 {
    right: 100%; }
  .col-xm-pull-11 {
    right: 91.66666667%; }
  .col-xm-pull-10 {
    right: 83.33333333%; }
  .col-xm-pull-9 {
    right: 75%; }
  .col-xm-pull-8 {
    right: 66.66666667%; }
  .col-xm-pull-7 {
    right: 58.33333333%; }
  .col-xm-pull-6 {
    right: 50%; }
  .col-xm-pull-5 {
    right: 41.66666667%; }
  .col-xm-pull-4 {
    right: 33.33333333%; }
  .col-xm-pull-3 {
    right: 25%; }
  .col-xm-pull-2 {
    right: 16.66666667%; }
  .col-xm-pull-1 {
    right: 8.33333333%; }
  .col-xm-pull-0 {
    right: auto; }
  .col-xm-push-12 {
    left: 100%; }
  .col-xm-push-11 {
    left: 91.66666667%; }
  .col-xm-push-10 {
    left: 83.33333333%; }
  .col-xm-push-9 {
    left: 75%; }
  .col-xm-push-8 {
    left: 66.66666667%; }
  .col-xm-push-7 {
    left: 58.33333333%; }
  .col-xm-push-6 {
    left: 50%; }
  .col-xm-push-5 {
    left: 41.66666667%; }
  .col-xm-push-4 {
    left: 33.33333333%; }
  .col-xm-push-3 {
    left: 25%; }
  .col-xm-push-2 {
    left: 16.66666667%; }
  .col-xm-push-1 {
    left: 8.33333333%; }
  .col-xm-push-0 {
    left: auto; }
  .col-xm-offset-12 {
    margin-left: 100%; }
  .col-xm-offset-11 {
    margin-left: 91.66666667%; }
  .col-xm-offset-10 {
    margin-left: 83.33333333%; }
  .col-xm-offset-9 {
    margin-left: 75%; }
  .col-xm-offset-8 {
    margin-left: 66.66666667%; }
  .col-xm-offset-7 {
    margin-left: 58.33333333%; }
  .col-xm-offset-6 {
    margin-left: 50%; }
  .col-xm-offset-5 {
    margin-left: 41.66666667%; }
  .col-xm-offset-4 {
    margin-left: 33.33333333%; }
  .col-xm-offset-3 {
    margin-left: 25%; }
  .col-xm-offset-2 {
    margin-left: 16.66666667%; }
  .col-xm-offset-1 {
    margin-left: 8.33333333%; }
  .col-xm-offset-0 {
    margin-left: 0; } }

.visible-xm {
  display: none !important; }

.visible-xm-block,
.visible-xm-inline,
.visible-xm-inline-block {
  display: none !important; }

@media only screen and (max-width: 640px) {
  .visible-xm {
    display: block !important; }
  table.visible-xm {
    display: table !important; }
  tr.visible-xm {
    display: table-row !important; }
  th.visible-xm,
  td.visible-xm {
    display: table-cell !important; }
  .visible-xm-block {
    display: block !important; }
  .visible-xm-inline {
    display: inline !important; }
  .visible-xm-inline-block {
    display: inline-block !important; } }

@media only screen and (max-width: 480px) {
  .col-ss-12 {
    width: 100%; }
  .col-ss-11 {
    width: 91.66666667%; }
  .col-ss-10 {
    width: 83.33333333%; }
  .col-ss-9 {
    width: 75%; }
  .col-ss-8 {
    width: 66.66666667%; }
  .col-ss-7 {
    width: 58.33333333%; }
  .col-ss-6 {
    width: 50%; }
  .col-ss-5 {
    width: 41.66666667%; }
  .col-ss-4 {
    width: 33.33333333%; }
  .col-ss-3 {
    width: 25%; }
  .col-ss-2 {
    width: 16.66666667%; }
  .col-ss-1 {
    width: 8.33333333%; }
  .col-ss-pull-12 {
    right: 100%; }
  .col-ss-pull-11 {
    right: 91.66666667%; }
  .col-ss-pull-10 {
    right: 83.33333333%; }
  .col-ss-pull-9 {
    right: 75%; }
  .col-ss-pull-8 {
    right: 66.66666667%; }
  .col-ss-pull-7 {
    right: 58.33333333%; }
  .col-ss-pull-6 {
    right: 50%; }
  .col-ss-pull-5 {
    right: 41.66666667%; }
  .col-ss-pull-4 {
    right: 33.33333333%; }
  .col-ss-pull-3 {
    right: 25%; }
  .col-ss-pull-2 {
    right: 16.66666667%; }
  .col-ss-pull-1 {
    right: 8.33333333%; }
  .col-ss-pull-0 {
    right: auto; }
  .col-ss-push-12 {
    left: 100%; }
  .col-ss-push-11 {
    left: 91.66666667%; }
  .col-ss-push-10 {
    left: 83.33333333%; }
  .col-ss-push-9 {
    left: 75%; }
  .col-ss-push-8 {
    left: 66.66666667%; }
  .col-ss-push-7 {
    left: 58.33333333%; }
  .col-ss-push-6 {
    left: 50%; }
  .col-ss-push-5 {
    left: 41.66666667%; }
  .col-ss-push-4 {
    left: 33.33333333%; }
  .col-ss-push-3 {
    left: 25%; }
  .col-ss-push-2 {
    left: 16.66666667%; }
  .col-ss-push-1 {
    left: 8.33333333%; }
  .col-ss-push-0 {
    left: auto; }
  .col-ss-offset-12 {
    margin-left: 100%; }
  .col-ss-offset-11 {
    margin-left: 91.66666667%; }
  .col-ss-offset-10 {
    margin-left: 83.33333333%; }
  .col-ss-offset-9 {
    margin-left: 75%; }
  .col-ss-offset-8 {
    margin-left: 66.66666667%; }
  .col-ss-offset-7 {
    margin-left: 58.33333333%; }
  .col-ss-offset-6 {
    margin-left: 50%; }
  .col-ss-offset-5 {
    margin-left: 41.66666667%; }
  .col-ss-offset-4 {
    margin-left: 33.33333333%; }
  .col-ss-offset-3 {
    margin-left: 25%; }
  .col-ss-offset-2 {
    margin-left: 16.66666667%; }
  .col-ss-offset-1 {
    margin-left: 8.33333333%; }
  .col-ss-offset-0 {
    margin-left: 0; } }

.visible-ss {
  display: none !important; }

.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
  display: none !important; }

@media only screen and (max-width: 480px) {
  .visible-ss {
    display: block !important; }
  table.visible-ss {
    display: table !important; }
  tr.visible-ss {
    display: table-row !important; }
  th.visible-ss,
  td.visible-ss {
    display: table-cell !important; }
  .visible-ss-block {
    display: block !important; }
  .visible-ss-inline {
    display: inline !important; }
  .visible-ss-inline-block {
    display: inline-block !important; } }

/*! =Images
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.img--circle {
  border-radius: 50%; }

.img--shadow {
  box-shadow: 0 10px 13px -6px #535353; }

.img--rounded {
  border-radius: 6px; }

.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto; }
  .gallery dl,
  .gallery figure {
    margin: 0; }
  .gallery br + br {
    display: none; }
  .gallery .gallery-row {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .gallery .gallery-item {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 0 1.2em 0;
    padding: 0;
    border: none;
    background: transparent;
    list-style: none;
    text-align: center; }
    .gallery .gallery-item a {
      display: block; }
  .gallery .gallery-icon {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1em; }
    .gallery .gallery-icon img {
      display: block;
      margin: 0 auto;
      padding: 1%;
      max-width: 89%;
      width: auto;
      height: auto; }
      .gallery .gallery-icon img:hover {
        opacity: .8; }
  .gallery .gallery-caption {
    display: block;
    margin: 0 0 12px;
    margin-left: 0;
    color: #888;
    font-size: 12px; }

.gallery-columns-0 .gallery-item {
  width: 100%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.66%; }

.gallery-columns-7 .gallery-item {
  width: 14.28%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.11%; }

.gallery-columns-10 .gallery-item {
  width: 10%; }

.gallery-columns-11 .gallery-item {
  width: 9.09%; }

.gallery-columns-12 .gallery-item {
  width: 8.33%; }

.gallery-columns-13 .gallery-item {
  width: 7.69%; }

.gallery-columns-14 .gallery-item {
  width: 7.14%; }

.gallery-columns-15 .gallery-item {
  width: 6.66%; }

.gallery-columns-16 .gallery-item {
  width: 6.25%; }

.gallery-columns-17 .gallery-item {
  width: 5.88%; }

.gallery-columns-18 .gallery-item {
  width: 5.55%; }

.gallery-columns-19 .gallery-item {
  width: 5.26%; }

.gallery-columns-20 .gallery-item {
  width: 5%; }

.gallery-columns-21 .gallery-item {
  width: 4.76%; }

.gallery-columns-22 .gallery-item {
  width: 4.54%; }

.gallery-columns-23 .gallery-item {
  width: 4.34%; }

.gallery-columns-24 .gallery-item {
  width: 4.16%; }

.gallery-columns-25 .gallery-item {
  width: 4%; }

.gallery-columns-26 .gallery-item {
  width: 3.84%; }

.gallery-columns-27 .gallery-item {
  width: 3.7%; }

.gallery-columns-28 .gallery-item {
  width: 3.57%; }

.gallery-columns-29 .gallery-item {
  width: 3.44%; }

.gallery-columns-30 .gallery-item {
  width: 3.33%; }

.gallery-columns-0 .gallery-item,
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
  margin: 0 0 1.2em 0; }

.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item {
  margin: 0 0 .9em 0; }

.gallery-columns-9 .gallery-item,
.gallery-columns-10 .gallery-item,
.gallery-columns-11 .gallery-item,
.gallery-columns-12 .gallery-item,
.gallery-columns-13 .gallery-item,
.gallery-columns-14 .gallery-item,
.gallery-columns-15 .gallery-item,
.gallery-columns-16 .gallery-item,
.gallery-columns-17 .gallery-item,
.gallery-columns-18 .gallery-item,
.gallery-columns-19 .gallery-item,
.gallery-columns-20 .gallery-item,
.gallery-columns-21 .gallery-item,
.gallery-columns-22 .gallery-item,
.gallery-columns-23 .gallery-item,
.gallery-columns-24 .gallery-item,
.gallery-columns-25 .gallery-item,
.gallery-columns-26 .gallery-item,
.gallery-columns-27 .gallery-item,
.gallery-columns-28 .gallery-item,
.gallery-columns-29 .gallery-item,
.gallery-columns-30 .gallery-item {
  margin: 0 0 .6em 0; }

/* Clear first item of each row if captions are
too long so we don't break a grid */
.gallery-columns-2 .gallery-item:nth-child(2n+3),
.gallery-columns-3 .gallery-item:nth-child(3n+4),
.gallery-columns-4 .gallery-item:nth-child(4n+5),
.gallery-columns-5 .gallery-item:nth-child(5n+6),
.gallery-columns-6 .gallery-item:nth-child(6n+7),
.gallery-columns-7 .gallery-item:nth-child(7n+8),
.gallery-columns-8 .gallery-item:nth-child(8n+9),
.gallery-columns-9 .gallery-item:nth-child(9n+10),
.gallery-columns-10 .gallery-item:nth-child(10n+11),
.gallery-columns-11 .gallery-item:nth-child(11n+12),
.gallery-columns-12 .gallery-item:nth-child(12n+13),
.gallery-columns-13 .gallery-item:nth-child(13n+14),
.gallery-columns-14 .gallery-item:nth-child(14n+15),
.gallery-columns-15 .gallery-item:nth-child(15n+16),
.gallery-columns-16 .gallery-item:nth-child(16n+17),
.gallery-columns-17 .gallery-item:nth-child(17n+18),
.gallery-columns-18 .gallery-item:nth-child(18n+19),
.gallery-columns-19 .gallery-item:nth-child(19n+20),
.gallery-columns-20 .gallery-item:nth-child(20n+21),
.gallery-columns-21 .gallery-item:nth-child(21n+22),
.gallery-columns-22 .gallery-item:nth-child(22n+23),
.gallery-columns-23 .gallery-item:nth-child(23n+24),
.gallery-columns-24 .gallery-item:nth-child(24n+25),
.gallery-columns-25 .gallery-item:nth-child(25n+26),
.gallery-columns-26 .gallery-item:nth-child(26n+27),
.gallery-columns-27 .gallery-item:nth-child(27n+28),
.gallery-columns-28 .gallery-item:nth-child(28n+29),
.gallery-columns-29 .gallery-item:nth-child(29n+30),
.gallery-columns-30 .gallery-item:nth-child(30n+31) {
  clear: left; }

/*! =Media
-------------------------------------------------------------- */
.media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .no-flexbox .media {
    display: table; }
  .no-flexbox .media__left {
    display: table-cell;
    vertical-align: top; }
  .no-flexbox .media__right {
    display: table-cell;
    vertical-align: top; }
  .media--column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .media--column div:last-child {
      margin-top: auto; }
  .media--no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .media--full-width {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .media--space-left {
    margin-left: 1.875rem; }
  .media--space-right {
    margin-right: 1.875rem; }

/*! =Pagination
-------------------------------------------------------------- */
#nav-pagination {
  border-top: 1px solid #ddd;
  margin-top: 1.875rem;
  padding-top: 10px; }

.pagination {
  border-radius: 0; }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span,
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    border-radius: 0; }
  .pagination > li > a,
  .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #db8b1c;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none; }
  .pagination > .active > a,
  .pagination > .active > a:focus,
  .pagination > .active > a:hover,
  .pagination > .active > span,
  .pagination > .active > span:focus,
  .pagination > .active > span:hover,
  .pagination > li > .current,
  .pagination > li > .current:focus,
  .pagination > li > .current:hover {
    background-color: #db8b1c;
    border-color: #db8b1c;
    color: #fff;
    cursor: default;
    z-index: 2; }

/* =Widgets
-------------------------------------------------------------- */
.widget {
  position: relative;
  display: block; }
  .widget__header, .widget__body, .widget__footer {
    position: relative;
    display: block; }
  .widget__header {
    padding: 0;
    margin: 0 0 20px;
    line-height: 1; }
    .sidebar .widget__header {
      margin-bottom: 20px; }
  .widget__title {
    line-height: 1;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #db8b1c;
    font-weight: 700; }
    .sidebar .widget__title {
      color: #472455;
      border-top: 3px solid #999999;
      border-bottom: 1px solid #999999;
      padding-bottom: 8px;
      padding-top: 8px;
      font-size: 18px;
      font-size: 1.125rem; }
    .widget__title img {
      margin-top: -4px; }
  .widget__body {
    font-size: 14px;
    font-size: 0.875rem; }
    .widget__body ul, .widget__body ol {
      margin-left: 0;
      padding-left: 1.1em; }

.sidebar .widget,
.sidebar .ban-box {
  margin-bottom: 1.875rem; }

/*! =WordPress core styles
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption > a {
    display: block; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 5px 5px 0 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*! =Entry
-------------------------------------------------------------- */
.entry, .entry__image, .entry__content, .entry__share {
  display: block;
  position: relative; }

.entry__header {
  border-bottom: 2px solid #db8b1c;
  margin-bottom: 1.875rem; }

.entry__title {
  margin: 0 0 1.875rem 0;
  padding: 0;
  color: #20437d;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2; }

.entry__date {
  display: block;
  color: #472455;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 10px;
  padding-bottom: 10px; }
  .entry__date:before {
    content: '—';
    display: inline-block;
    margin-right: 4px;
    color: #999999; }

.entry__meta {
  margin: 1.875rem 0;
  padding: 0;
  list-style: none;
  font-size: 0.625rem;
  color: #eeeeee; }
  .entry__meta li {
    margin: 0;
    padding: 0 0.9375rem;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .entry__meta li {
        padding: 0.46875rem 0;
        display: block;
        border-right: none;
        text-align: left; } }
    .entry__meta li > span {
      margin: 0;
      padding: 0;
      display: inline-block;
      position: relative;
      text-align: center; }
      .entry__meta li > span > em {
        color: #999999; }
    .entry__meta li:last-child {
      padding-right: 0;
      border-right: none; }
    .entry__meta li:first-child {
      padding-left: 0; }
  .entry__meta.entry__meta--larger-text {
    font-size: 1rem; }
  .entry__meta.entry__meta--larger-icons i {
    font-size: 1.2em; }
  .entry__meta.entry__meta--center {
    text-align: center; }
  .entry__meta.entry__meta--left {
    text-align: left; }
  .entry__meta.entry__meta--right {
    text-align: right; }

.entry__image {
  margin-bottom: 1.875rem; }
  .entry__image img {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    border: 4px solid #ffffff; }
  .entry__image a.entry__image--link {
    display: block;
    text-decoration: none; }

.entry__content h1, .entry__content h2, .entry__content h3, .entry__content h4, .entry__content h5,
.entry__content p,
.entry__content blockquote,
.entry__content ul,
.entry__content ol {
  margin-bottom: 1.875rem; }

.entry__excerpt,
.entry__summary {
  margin-bottom: 1.875rem; }
  .entry__excerpt p,
  .entry__summary p {
    margin: 0;
    padding: 0; }

.entry__delimiter {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
  border: none; }

.entry__listing .entry__header {
  border-bottom: none;
  margin-bottom: 0.9375rem; }

.entry__listing .entry__title {
  margin-bottom: 0; }

.entry__listing .entry__meta {
  margin-bottom: 0.625rem; }

.entry__listing .entry__excerpt,
.entry__listing .entry__summary {
  font-size: 13px;
  font-size: 0.8125rem; }

.entry__listing--archive {
  padding: 1em; }
  .entry__listing--archive .entry__data {
    padding-left: 1.5em; }

/*
 * Registration
 */
.form-control,
.input-group-addon,
.btn,
.alert {
  border-radius: 0; }

#registration {
  font-size: 14px;
  line-height: 1.2em; }

.table-registration .checkbox,
.table-registration .radio {
  margin-bottom: 0;
  margin-top: 0; }

label.control-label-inline {
  display: inline-block;
  width: 80px;
  height: 18px;
  padding: 4px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 18px;
  color: #555555; }

form#registration {
  margin: 0 0 18px; }

form#registration fieldset {
  border: 0 none;
  margin: 0 0 30px;
  padding: 0; }

form#registration legend {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #472455;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 3px;
  color: white;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 25px;
  padding: 0;
  text-transform: uppercase;
  width: 100%; }

form#registration legend span {
  background-color: #472455;
  color: white;
  display: inline-block;
  padding: 4px 8px; }

input.total {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none !important;
  color: #a6a8aa;
  font-size: 48px;
  height: 54px;
  line-height: 1em;
  margin: 15px 0 20px 0;
  padding: 0;
  width: 100%;
  text-align: right; }

input.total-main {
  color: #472455; }

.hideme {
  display: none !important; }

.tooltip-inner {
  max-width: 250px; }

.modal {
  color: #666; }

/* =Header
-------------------------------------------------------------- */
#main-header > a {
  display: block; }

.brand {
  margin: 0;
  padding: 0; }

.navbar-kohom {
  background-color: #db8b1c;
  border-color: #db8b1c;
  border-width: 0;
  margin-bottom: 0; }
  .navbar-kohom .navbar-brand {
    color: #ffffff;
    display: none;
    padding-left: 15px;
    font-weight: bold; }
    .navbar-kohom .navbar-brand:focus, .navbar-kohom .navbar-brand:hover {
      background-color: transparent;
      color: #472455; }
  .navbar-kohom .navbar-toggle {
    border-color: #20437d; }
    .navbar-kohom .navbar-toggle .icon-bar {
      background-color: #ffffff; }
    .navbar-kohom .navbar-toggle:hover, .navbar-kohom .navbar-toggle:focus {
      background-color: #ae6e16; }
  .navbar-kohom .navbar-nav > li > a {
    color: #ffffff;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    padding-left: 1.1em;
    padding-right: 1.1em; }
  .navbar-kohom .navbar-nav > .active > a,
  .navbar-kohom .navbar-nav > .active > a:focus,
  .navbar-kohom .navbar-nav > .active > a:hover {
    background-color: #ae6e16;
    color: #ffffff; }
  .navbar-kohom .container-fluid > .navbar-collapse,
  .navbar-kohom .container-fluid > .navbar-header,
  .navbar-kohom .container > .navbar-collapse,
  .navbar-kohom .container > .navbar-header {
    margin-left: -15px;
    margin-right: -15px; }

/* =Frontpage
-------------------------------------------------------------- */
#frontpage-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: relative; }

.frontpage-box {
  width: 50%;
  margin: 0;
  padding: 0; }
  .frontpage-box--1, .frontpage-box--4, .frontpage-box--5 {
    background-size: cover;
    background-repeat: no-repeat; }
    .frontpage-box--1 img, .frontpage-box--4 img, .frontpage-box--5 img {
      opacity: 0; }
  .frontpage-box--1 {
    background-image: url(assets/images/sibenik_clock.jpg); }
  .frontpage-box--4 {
    background-image: url(assets/images/sibenik_church.jpg); }
  .frontpage-box--5 {
    background-image: url(assets/images/chairs.jpg); }
  .frontpage-box--2 {
    background-color: #472455; }
  .frontpage-box--3 {
    background-color: #db8b1c; }
  .frontpage-box--6 {
    background-color: #20437d; }
  .frontpage-box__in {
    padding: 15px;
    max-height: 390px;
    overflow: auto; }

.frontpage-box--2 p {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 30px; }

.countdown {
  border-bottom: 2px solid #db8b1c;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .countdown strong {
    display: block;
    color: #db8b1c; }
  .countdown #clock {
    font-size: 66px;
    font-size: 4.125rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif; }
    .countdown #clock small {
      font-weight: 300;
      font-size: 70%; }

h2.frontpage-box__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  line-height: 1; }

.welcome-letter h2.frontpage-box__title {
  color: #472455; }

.welcome-letter p {
  text-align: justify;
  text-shadow: 0.707px 0.707px 0px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 10px 0; }

.kohom-topics {
  margin: 0;
  padding: 0;
  counter-reset: kohom-topics-counter;
  list-style: none; }
  .kohom-topics li {
    position: relative;
    padding: 20px 0 20px 55px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1em; }
    .kohom-topics li:before {
      content: counter(kohom-topics-counter);
      counter-increment: kohom-topics-counter;
      position: absolute;
      display: block;
      left: 0;
      top: 50%;
      margin-top: -20px;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.39em;
      border-radius: 50%;
      border: 3px solid #db8b1c;
      color: #ffffff;
      width: 40px;
      height: 40px;
      text-align: center;
      overflow: hidden; }
  .kohom-topics.kohom-topics--sidebar {
    padding-left: 0; }
    .kohom-topics.kohom-topics--sidebar li {
      position: relative;
      padding: 20px 0 20px 40px;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.2em; }
      .kohom-topics.kohom-topics--sidebar li:before {
        content: counter(kohom-topics-counter);
        counter-increment: kohom-topics-counter;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -15px;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.39em;
        border-radius: 50%;
        border: 3px solid #db8b1c;
        color: #20437d;
        width: 30px;
        height: 30px;
        text-align: center;
        overflow: hidden; }

/* =Main content
-------------------------------------------------------------- */
#main-content {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #222; }

/* =Footer
-------------------------------------------------------------- */
#main-footer {
  background-color: #212121;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem; }
  #main-footer a {
    color: #ffffff; }
    #main-footer a:hover {
      text-decoration: underline; }
  #main-footer .web-by-wrap {
    opacity: .45;
    transition: all 0.3s;
    color: #888; }
    #main-footer .web-by-wrap:hover {
      opacity: 1; }
  #main-footer p {
    margin: 0;
    padding: 5px 0; }

.dl-contacts dt {
  text-align: left;
  width: 30px;
  float: left; }

.dl-contacts dd {
  margin-left: 35px; }

.footer-nav {
  color: #db8b1c;
  text-transform: uppercase; }
  .footer-nav li {
    padding-top: 3px;
    padding-bottom: 3px; }
  .widget .widget__body .footer-nav {
    padding-left: 0; }

/* =Responsive
-------------------------------------------------------------- */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 15px; }
  .container {
    width: 100%; }
  .navbar-kohom .navbar-nav > li > a {
    font-size: 19px;
    font-size: 1.1875rem; }
  .countdown {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  h2.frontpage-box__title {
    font-size: 30px;
    font-size: 1.875rem; } }

@media only screen and (max-width: 992px) {
  .navbar-kohom .navbar-nav > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase; }
  .navbar-kohom .navbar-brand {
    display: inline-block; }
  .navbar-kohom .navbar-header {
    float: none; }
  .navbar-kohom .navbar-left,
  .navbar-kohom .navbar-right {
    float: none !important; }
  .navbar-kohom .navbar-toggle {
    display: block; }
  .navbar-kohom .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-left: 0;
    padding-right: 0; }
  .navbar-kohom .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-kohom .navbar-collapse.collapse {
    display: none !important; }
  .navbar-kohom .navbar-nav {
    float: none !important;
    margin-top: 0;
    margin-bottom: 0; }
    .navbar-kohom .navbar-nav > .open > a,
    .navbar-kohom .navbar-nav > .open > a:focus,
    .navbar-kohom .navbar-nav > .open > a:hover {
      background-color: #e7a243;
      color: #20437d;
      position: relative; }
      .navbar-kohom .navbar-nav > .open > a:after, .navbar-kohom .navbar-nav > .open > a:before,
      .navbar-kohom .navbar-nav > .open > a:focus:after,
      .navbar-kohom .navbar-nav > .open > a:focus:before,
      .navbar-kohom .navbar-nav > .open > a:hover:after,
      .navbar-kohom .navbar-nav > .open > a:hover:before {
        display: none; }
    .navbar-kohom .navbar-nav .divider {
      background-color: #e7a243; }
    .navbar-kohom .navbar-nav .open .dropdown-menu {
      background-color: transparent;
      border: 0 none;
      box-shadow: none;
      float: none;
      margin-top: 0;
      position: static;
      width: auto; }
      .navbar-kohom .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff; }
        .navbar-kohom .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-kohom .navbar-nav .open .dropdown-menu > li > a:hover {
          background-color: #e7a243;
          color: #20437d;
          text-decoration: none; }
    .navbar-kohom .navbar-nav > li {
      float: none;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
      .navbar-kohom .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
        font-size: 1rem; }
      .navbar-kohom .navbar-nav > li:last-child {
        border-bottom: none; }
      .navbar-kohom .navbar-nav > li:after {
        display: none; }
  .navbar-kohom .collapse.in {
    display: block !important; }
  .countdown {
    padding-top: 0; }
    .countdown #clock {
      font-size: 46px;
      font-size: 2.875rem; }
  .frontpage-box--2 p {
    font-weight: 500;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 20px; }
  .kohom-topics li {
    padding: 0 0 15px 45px;
    font-size: 16px;
    font-size: 1rem; }
    .kohom-topics li:before {
      font-size: 16px;
      line-height: 1.6em;
      border-width: 2px;
      width: 30px;
      height: 30px; } }

@media only screen and (min-width: 768px) {
  .navbar-kohom .navbar-brand {
    padding-left: 30px; } }

@media only screen and (max-width: 768px) {
  .navbar-kohom {
    margin: 0;
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1005; }
    .navbar-kohom .container-fluid {
      padding-left: -15px;
      padding-right: -15px; }
    .navbar-kohom .navbar-collapse {
      padding-left: 15px;
      padding-right: 15px; }
  .countdown #clock {
    font-size: 36px;
    font-size: 2.25rem; }
  h2.frontpage-box__title {
    font-size: 22px;
    font-size: 1.375rem; }
  .welcome-letter p {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.1;
    padding: 5px 0; }
  .kohom-topics li {
    padding: 0 0 10px 40px;
    font-size: 15px;
    font-size: 0.9375rem; }
  .sidebar {
    padding-top: 50px; } }

@media only screen and (max-width: 640px) {
  .frontpage-box {
    width: 75%; }
    .frontpage-box--1, .frontpage-box--4, .frontpage-box--5 {
      width: 25%; }
    .frontpage-box__in {
      padding: 20px;
      max-height: 100%; } }

@media only screen and (max-width: 480px) {
  .frontpage-box {
    width: 100%; }
    .frontpage-box--1 {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .frontpage-box--2 {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .frontpage-box--3 {
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; }
    .frontpage-box--4 {
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
    .frontpage-box--5 {
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5; }
    .frontpage-box--6 {
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6; }
  .widget--in-footer {
    margin-bottom: 30px; } }
