@charset "UTF-8";
/**
 * Theme Name: Korcula
 * Theme URI: http://www.korcula.hr
 * Author: Wink
 * Author URI: http://wink.hr
 * Description: Custom WordPress theme for Korcula
 * Version: 1.0
 * Text Domain: korcula
 * Domain Path: /languages/
 */
.no-flexbox .list__flex:before, .gallery:before,
.gallery-clear:before,
.gallery-pagination:before, .widget:before, .comments-area:before, #respond:before, #respond form p.comment-form-email:before, .entry:before, .no-flexbox .entry__meta--horizontal:before, .entry--horizontal:before, .no-flexbox .list__flex:after, .gallery:after,
.gallery-clear:after,
.gallery-pagination:after, .widget:after, .comments-area:after, #respond:after, #respond form p.comment-form-email:after, .entry:after, .no-flexbox .entry__meta--horizontal:after, .entry--horizontal:after {
  content: "";
  display: table;
}

.no-flexbox .list__flex::after, .gallery::after,
.gallery-clear::after,
.gallery-pagination::after, .widget::after, .comments-area::after, #respond::after, #respond form p.comment-form-email::after, .entry::after, .no-flexbox .entry__meta--horizontal::after, .entry--horizontal::after {
  clear: both;
}

/*! =Scaffolding
-------------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

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

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

a {
  color: #051296;
  text-decoration: none;
}

a:focus, a:hover {
  color: #03094c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:visited {
  color: #051296;
}

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 #d5dbe1;
  margin: 10px 0;
  clear: both;
  float: none;
}

.section {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  float: none;
}

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

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

.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;
}

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

.add-on .input-group-btn > .btn {
  border-left-width: 0;
  left: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.add-on .form-control:focus {
  box-shadow: none;
  border-color: #cccccc;
}

/*! =Extra Bootstrap breakpoints
-------------------------------------------------------------- */
.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) {
  .hidden-xm {
    display: none;
  }
  .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) {
  .hidden-ss {
    display: none;
  }
  .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;
  }
}

/*! =UI elements
-------------------------------------------------------------- */
.fbox {
  background-color: #ffffff;
  border: 1px solid #d5dbe1;
  border-radius: 3px;
  position: relative;
  margin-bottom: 15px;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.stitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.stitle__text {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 5px;
}

.stitle__item {
  margin-left: auto;
  padding-left: 5px;
}

.sbox {
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  display: block;
}

.sbox-shadow {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}

.sbox--raised {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
}

.sbox--translucent {
  background-color: rgba(255, 255, 255, 0.9);
}

.sbox--br-medium {
  border-radius: 4px;
}

.sbox--br-mini {
  border-radius: 2px;
}

.sbox--br-none {
  border-radius: 0;
}

.list__flex {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.no-flexbox .list__flex {
  display: inline-block;
}

.list__flex.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.list__flex.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list__flex.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.list__flex.align-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list__flex.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list__flex.align-baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.list__flex.justify-start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list__flex.justify-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list__flex.justify-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list__flex.justify-space-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list__flex.justify-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.list__flex > li {
  position: relative;
  list-style: none;
  padding: 0 10px;
  margin: 0;
  min-height: 1px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.list__flex > li.align-self--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.list__flex > li.align-self--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.list__flex > li.align-self--center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.no-flexbox .list__flex > li {
  display: inline-block;
  float: left;
  width: auto;
}

.list__flex.columns-1 > li {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.list__flex li.item--offset-10 {
  margin-left: 100%;
}

.list__flex.columns-2 > li {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.list__flex li.item--offset-20 {
  margin-left: 50%;
}

.list__flex.columns-3 > li {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.list__flex li.item--offset-30 {
  margin-left: 33.33333%;
}

.list__flex.columns-4 > li {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.list__flex li.item--offset-40 {
  margin-left: 25%;
}

.list__flex.columns-5 > li {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.list__flex li.item--offset-50 {
  margin-left: 20%;
}

.list__flex.columns-6 > li {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.list__flex li.item--offset-60 {
  margin-left: 16.66667%;
}

.list__flex.columns-7 > li {
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.list__flex li.item--offset-70 {
  margin-left: 14.28571%;
}

.list__flex.columns-8 > li {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.list__flex li.item--offset-80 {
  margin-left: 12.5%;
}

.list__flex.columns-9 > li {
  -webkit-flex: 0 0 11.11111%;
  -ms-flex: 0 0 11.11111%;
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}

.list__flex li.item--offset-90 {
  margin-left: 11.11111%;
}

.list__flex.columns-10 > li {
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.list__flex li.item--offset-100 {
  margin-left: 10%;
}

@media only screen and (max-width: 320px) {
  .list__flex.columns-xs-1 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list__flex.columns-xs-2 > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list__flex.columns-xs-3 > li {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .list__flex.columns-xs-4 > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list__flex.columns-xs-5 > li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .list__flex.columns-xs-6 > li {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .list__flex.columns-xs-7 > li {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .list__flex.columns-xs-8 > li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .list__flex.columns-xs-9 > li {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .list__flex.columns-xs-10 > li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

@media only screen and (max-width: 480px) {
  .list__flex.columns-sm-1 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list__flex.columns-sm-2 > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list__flex.columns-sm-3 > li {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .list__flex.columns-sm-4 > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list__flex.columns-sm-5 > li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .list__flex.columns-sm-6 > li {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .list__flex.columns-sm-7 > li {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .list__flex.columns-sm-8 > li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .list__flex.columns-sm-9 > li {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .list__flex.columns-sm-10 > li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

@media only screen and (max-width: 640px) {
  .list__flex.columns-xm-1 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list__flex.columns-xm-2 > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list__flex.columns-xm-3 > li {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .list__flex.columns-xm-4 > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list__flex.columns-xm-5 > li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .list__flex.columns-xm-6 > li {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .list__flex.columns-xm-7 > li {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .list__flex.columns-xm-8 > li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .list__flex.columns-xm-9 > li {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .list__flex.columns-xm-10 > li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

@media only screen and (max-width: 768px) {
  .list__flex.columns-md-1 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list__flex.columns-md-2 > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list__flex.columns-md-3 > li {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .list__flex.columns-md-4 > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list__flex.columns-md-5 > li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .list__flex.columns-md-6 > li {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .list__flex.columns-md-7 > li {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .list__flex.columns-md-8 > li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .list__flex.columns-md-9 > li {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .list__flex.columns-md-10 > li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

@media only screen and (max-width: 992px) {
  .list__flex.columns-lg-1 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list__flex.columns-lg-2 > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list__flex.columns-lg-3 > li {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .list__flex.columns-lg-4 > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list__flex.columns-lg-5 > li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .list__flex.columns-lg-6 > li {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .list__flex.columns-lg-7 > li {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .list__flex.columns-lg-8 > li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .list__flex.columns-lg-9 > li {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .list__flex.columns-lg-10 > li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

@media only screen and (max-width: 1200px) {
  .list__flex.columns-xl-1 > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list__flex.columns-xl-2 > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list__flex.columns-xl-3 > li {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .list__flex.columns-xl-4 > li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list__flex.columns-xl-5 > li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .list__flex.columns-xl-6 > li {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .list__flex.columns-xl-7 > li {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .list__flex.columns-xl-8 > li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .list__flex.columns-xl-9 > li {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .list__flex.columns-xl-10 > li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

.list__flex.direction-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list__flex.no-padding {
  margin-left: 0;
  margin-right: 0;
}

.list__flex.no-padding > li {
  padding-left: 0;
  padding-right: 0;
}

.fx-col-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.fx-col-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.fx-col-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.fx-col-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.fx-col-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.fx-col-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.fx-col-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.fx-col-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.fx-col-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.fx-col-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.fx-col-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.fx-col-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/*! =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-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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__figure, .no-flexbox .media__body {
  display: table-cell;
  vertical-align: top;
}

.media__figure {
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.media__body {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.media--column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.media--column div:last-child {
  margin-top: auto;
}

/*! =Pagination
-------------------------------------------------------------- */
.pagination {
  text-align: center;
  display: block;
  padding-top: 1.565rem;
  padding-bottom: 1.565rem;
}

.pagination .nav-links {
  display: block;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 0;
  margin: 0 1px;
  border: 1px solid #d5dbe1;
  line-height: 1;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  overflow: hidden;
  text-decoration: none;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
  border-color: #051296;
  background: #051296;
  color: #ffd401;
}

.post-navigation {
  border-top: 4px solid #d5dbe1;
  border-bottom: 4px solid #d5dbe1;
  clear: both;
  font-family: "Roboto", sans-serif;
  margin: 2em 0;
}

.post-navigation a {
  color: #ffd401;
  display: block;
  padding: 1.75em 0;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  color: #999999;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

.post-navigation .post-title {
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
  color: #051296;
}

.post-navigation div + div {
  border-top: 4px solid #d5dbe1;
}

/* =Widgets
-------------------------------------------------------------- */
.widget {
  position: relative;
  display: block;
}

.widget__header, .widget__body, .widget__footer {
  position: relative;
  display: block;
}

.widget__header {
  padding: 0 0 8px;
  margin: 0 0 8px;
  line-height: 1;
}

.widget__title {
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #b8c2cc;
  font-weight: 500;
}

.widget__body {
  font-size: 14px;
  font-size: 0.875rem;
}

.widget--in-header {
  margin-top: 6px;
}

#main-footer .widget__header {
  padding: 0;
  margin: 0 0 5px;
  line-height: 1;
  border-bottom: none;
}

#main-footer .widget__title {
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 25px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #b3cfff;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.2em;
}

#main-footer .widget__title:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ffd401;
  position: absolute;
  left: 0;
  bottom: 15px;
}

#main-footer .widget__body {
  font-size: 15px;
  font-size: 0.9375rem;
}

.sidebar .widget {
  margin-bottom: 3.13rem;
}

.sidebar .widget__title {
  border-left: 3px solid #ffd401;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 10px;
  background-color: #ffffff;
}

.sidebar-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-posts li {
  line-height: 1.6;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  position: relative;
  overflow: hidden;
  float: none;
  clear: both;
  border-bottom: 1px dotted #b7c6d3;
}

.sidebar-posts li:last-child {
  border-bottom: 0;
}

.sidebar-posts__thumb {
  float: right;
  width: 15%;
  display: inline-block;
}

.sidebar-posts__thumb > a {
  display: block;
}

.sidebar-posts__thumb img {
  width: 100%;
  height: auto;
}

.sidebar-posts__body {
  display: inline-block;
  float: left;
  width: 75%;
  margin-top: -5px;
}

.sidebar-posts__title {
  color: #272c30;
  display: inline-block;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 3px;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}

a.sidebar-posts__title {
  color: #272c30;
}

.sidebar-posts__meta {
  color: #62707c;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.header-search {
  margin-bottom: 12px;
  background-color: #f4f8fb;
  border: 1px solid #e7e7e8;
  padding-top: 7px;
  padding-bottom: 7px;
}

.header-search .form-control,
.header-search .btn {
  background-color: #f4f8fb;
  border: none;
  box-shadow: none !important;
}

.header-search .form-control:hover, .header-search .form-control:focus,
.header-search .btn:hover,
.header-search .btn:focus {
  background-color: #f4f8fb;
  box-shadow: none;
}

.header-search .btn {
  color: #ffd401;
  border-left-width: 0;
}

.header-search .form-control {
  color: #999999;
  font-weight: 400;
  border-right-width: 0;
  font-size: 16px;
  font-size: 1rem;
}

.header-search .btn {
  font-size: 16px;
  height: 34px;
  padding: 0 8px;
}

/*! =Comments
-------------------------------------------------------------- */
.comments-area {
  margin: 5% auto 0 auto;
  max-width: 100%;
  padding-top: 20px;
  border-top: 4px solid #d5dbe1;
  position: relative;
}

.widget-recent-comment .comments-area {
  margin: 0;
  padding: 0;
  border-top: none;
}

.comment-list,
ul#recentcomments {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-list li {
  margin-bottom: 6%;
  position: relative;
}

ul#recentcomments li {
  padding: 4px 0;
}

ul#recentcomments li:first-child {
  padding-top: 0;
}

ul#recentcomments li:last-child {
  border-bottom: none;
}

h2.comments-title,
h3.comment-reply-title {
  margin-bottom: 5%;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Roboto Slab", serif;
}

.comment-block {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}

.comments-area .comment-meta {
  display: block;
  position: relative;
  margin: 0 0 18px;
}

.widget-recent-comment .comments-area .comment-meta {
  margin-bottom: 5px;
}

.comments-area .avatar {
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-top: 0;
  position: absolute;
  vertical-align: top;
  width: 40px;
  padding: 0;
  line-height: 0;
}

.widget-recent-comment .comments-area .avatar {
  width: 35px;
}

.comments-area .comment-info {
  display: inline-block;
  margin: 0 0 0 55px;
}

.widget-recent-comment .comments-area .comment-info {
  margin-left: 45px;
}

.comments-area .comment-cite {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  width: 100%;
}

.comments-area .comment-time,
.comments-area .comment-edit-link {
  color: #999999;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: top;
}

.comments-area .comment-time {
  text-transform: none;
  display: inline-block;
  width: 100%;
}

.comments-area .comment-content {
  position: relative;
  background: #f2f2f2;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 20px;
  border-radius: 3px;
  display: block;
}

.comments-area .comment-content p {
  margin-bottom: 1.2em;
}

.comments-area .comment-content p.reply {
  margin-bottom: 0;
}

.comments-area .comment-content:before {
  border-bottom: 10px solid #f2f2f2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 0;
  left: 10px;
  position: absolute;
  top: -10px;
  display: block;
  z-index: 5;
  content: '';
}

.widget-recent-comment .comments-area .comment-content {
  padding: 5px;
  background-color: #222222;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0;
}

.widget-recent-comment .comments-area .comment-content:before {
  border-bottom: 5px solid #222222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -5px;
  left: 12px;
}

.comments-area .comment-edit-link {
  position: absolute;
  bottom: 20px;
  right: 10px;
  display: block;
  width: 50px;
  font-size: 12px;
  font-size: 0.75rem;
}

.comments-area .reply {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.comments-area .reply a {
  color: #999999;
}

.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 10px;
}

a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  line-height: 1.846153846;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}

.comment-list .pingback {
  margin-bottom: 24px;
  line-height: 1.714285714;
}

/* Comment form */
#respond {
  margin-top: 48px;
  max-width: 99.5%;
}

#respond h3#reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 18px;
  margin-top: 8px;
}

#respond form {
  margin: 2em 0;
}

#respond form p {
  margin: 1em 0;
}

#respond form p.comment-form-comment {
  margin-bottom: 0;
}

#respond form p.comment-form-author, #respond form p.comment-form-email {
  padding: 0;
  width: 48%;
}

#respond form p.comment-form-author {
  float: left;
}

#respond form p.comment-form-email {
  float: right;
}

#respond form p.comment-form-url {
  float: none;
  clear: both;
  width: 100%;
}

#respond form p.logged-in-as {
  margin-bottom: 2em;
}

#respond form p.form-submit #submit {
  width: auto;
  margin-top: 1em;
  background: #051296;
  border: 1px solid #051296;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 3px;
  font-weight: 500;
  padding: 15px 20px;
}

#respond form label {
  display: block;
  line-height: 1.714285714;
}

#respond form input[type="text"],
#respond form input[type="email"],
#respond form input[type="url"],
#respond form textarea {
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #d5dbe1;
  border-radius: 2px;
  color: #999999;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  transition: all 0.1s ease-in-out 0s;
}

#respond form input[type="text"]:focus,
#respond form input[type="email"]:focus,
#respond form input[type="url"]:focus,
#respond form textarea:focus {
  border-color: #8b9bac;
}

#respond form textarea {
  overflow: auto;
  vertical-align: top;
}

#respond form .row input[type="text"],
#respond form .row input[type="email"],
#respond form .row input[type="url"],
#respond form .row textarea {
  max-width: 100%;
  width: 100%;
}

#respond form p.form-allowed-tags {
  margin: 0;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 2;
}

#respond form p.form-allowed-tags code {
  white-space: normal;
}

#respond .required {
  color: red;
}

/*! =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: transparent;
  border: none;
  border-bottom: 4px solid #ffd401;
  width: auto;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center;
}

.wp-caption > a {
  display: block;
}

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

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
  max-width: 55%;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
  max-width: 55%;
}

.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: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
  margin: 0;
  padding: 10px 0;
  color: #999999;
}

/* 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 {
  display: block;
  position: relative;
}

.entry__image {
  width: 100%;
  position: relative;
}

.entry__image > a {
  display: block;
}

.entry__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.entry__body {
  width: 100%;
  position: relative;
}

.entry__header {
  margin-bottom: 15px;
  position: relative;
}

.entry__categories {
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1;
}

.entry__categories a {
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #051296;
}

.entry__categories a:after {
  content: ', ';
  color: #999999;
}

.entry__categories a:last-child::after {
  content: '';
}

.entry__categories a:hover {
  color: #000000;
  text-decoration: none;
}

.entry__categories a:hover:after {
  color: #999999;
}

.entry__category {
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
  background-color: #52cb7b;
  padding: 2px 5px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
}

a.entry__category {
  color: #ffffff;
}

a.entry__category:visited {
  color: #ffffff;
}

.entry__title {
  color: #2f3034;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  margin: 5px 0;
  padding: 0;
  line-height: 1.2;
  font-size: 24px;
  font-size: 1.5rem;
}

.entry__meta + .entry__title {
  padding-top: 5px;
}

.entry__title a {
  color: #2f3034;
}

.entry__title a:hover {
  color: #051296;
}

.entry__meta {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #b8c2cc;
}

.entry__meta i {
  font-size: 16px;
  font-size: 1rem;
}

.entry__meta a {
  color: #7d8fa1;
}

.entry__meta a:hover {
  color: #051296;
}

.entry__meta strong,
.entry__meta div.sharedaddy h3.sd-title {
  color: #555555;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}

.entry__meta div.sharedaddy h3.sd-title::before {
  display: none;
}

.entry__meta .sd-content ul {
  margin-bottom: 0 !important;
}

.entry__meta--horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.no-flexbox .entry__meta--horizontal {
  display: inline-block;
}

.entry__meta--horizontal > li {
  position: relative;
  list-style: none;
  padding: 0 10px;
  margin: 0;
  border-right: 1px solid #d5dbe1;
  min-height: 1px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.entry__meta--horizontal > li:first-child {
  padding-left: 0;
}

.entry__meta--horizontal > li:last-child {
  border-right: none;
  padding-right: 0;
}

.entry__meta--horizontal > li .arrow-more {
  font-size: 16px;
  font-size: 1rem;
}

.no-flexbox .entry__meta--horizontal > li {
  display: inline-block;
  float: left;
  width: auto;
}

.entry__meta--horizontal > li > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-width: 0;
  min-height: 16px;
}

.entry__meta--horizontal > li > div i {
  padding-right: 5px;
}

.entry__meta--horizontal > li.right {
  margin-left: auto;
}

.entry__meta--vertical > li {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  width: 100%;
}

.entry__meta--vertical > li:last-child {
  border-bottom: none;
}

.entry__meta--no-borders > li {
  border-right: none;
}

.entry__meta--no-end-space > li:first-child {
  padding-left: 0;
}

.entry__meta--no-end-space > li:last-child {
  padding-right: 0;
}

.entry__excerpt {
  color: #5c6165;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1rem;
}

.entry__excerpt p {
  margin: 0;
  padding: 0;
}

.entry__content {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6em;
  font-weight: 400;
}

.entry__content--with-sidebar {
  padding-left: 25%;
  position: relative;
  min-height: 350px;
}

.entry__content p,
.entry__content blockquote,
.entry__content ul,
.entry__content ol {
  margin-bottom: 3.13rem;
}

.entry__content blockquote p {
  margin-bottom: 1em;
}

.entry__location {
  border-top: 1px solid #d5dbe1;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.entry__location ul {
  margin-bottom: 0;
}

.entry__sidebar {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  height: 100%;
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 20%;
}

.entry__footer {
  border-top: 1px solid #d5dbe1;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: auto;
}

.entry--listing {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d5dbe1;
}

.entry--search {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.entry--search .entry__title + .entry__meta,
.entry--search .entry__title + .entry__excerpt,
.entry--search .entry__title + .document {
  margin-top: 15px;
}

.entry--horizontal {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 100%;
}

.entry--horizontal .entry__title {
  margin-top: -7px;
  margin-bottom: 10px;
}

.entry--horizontal .entry__image {
  display: inline-block;
  float: left;
  position: relative;
  width: 31%;
}

.entry--horizontal .entry__body {
  display: inline-block;
  float: left;
  padding-left: 3.5%;
  width: 68%;
}

.entry--horizontal-right .entry__image {
  float: right;
}

.entry--horizontal-right .entry__body {
  padding-left: 0;
  padding-right: 3.5%;
}

.entry--single .entry__image,
.entry--single .entry__header,
.entry--single .entry__excerpt,
.entry--single .entry__body {
  margin-bottom: 25px;
}

.entry--single .entry__title {
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 15px;
  margin-top: -10px;
}

.entry--single .entry__excerpt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #999999;
  line-height: 1.45;
}

.entry--spacer {
  padding: 10px;
}

.entry--medium .entry__image {
  padding: 10px 10px 0 10px;
}

.entry--medium .entry__title {
  font-size: 24px;
  font-size: 1.5rem;
}

.entry--medium .entry__excerpt {
  min-height: 100px;
  font-size: 16px;
  font-size: 1rem;
}

.entry--small .entry__image {
  margin-bottom: 10px;
}

.entry--small .entry__excerpt {
  padding-top: 10px;
}

.entry--small .entry__header {
  margin-bottom: 0;
}

.entry--small .entry__title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

.entry--small .entry__excerpt {
  font-size: 14px;
  font-size: 0.875rem;
}

.entry--citystate {
  min-height: 295px;
}

.entry--citystate .entry__title {
  font-size: 18px;
  font-size: 1.125rem;
}

.entry--citystate .entry__excerpt {
  font-size: 14px;
  font-size: 0.875rem;
}

.entry--with-background .entry__image {
  margin-bottom: 0;
}

.entry--with-background .entry__body {
  padding: 10px;
}

.entry--with-background .entry__location {
  padding-top: 10px;
  padding-bottom: 0;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.entry--with-background .entry__footer {
  padding-left: 10px;
  padding-right: 10px;
}

.entry--related-post .entry__image {
  margin-bottom: 10px;
}

.entry--related-post .entry__title {
  font-size: 16px;
  font-size: 1rem;
}

.entry-archives {
  margin-bottom: 6%;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .entry-archives {
    width: 107%;
  }
  .entry--listing {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: none;
  }
  .entry--horizontal {
    width: 49%;
    margin-bottom: 5%;
    padding-right: 5%;
  }
  .entry--horizontal .entry__image {
    width: 100%;
    margin-bottom: 6%;
  }
  .entry--horizontal .entry__body {
    padding-left: 0;
    width: 100%;
  }
  .entry--horizontal-right .entry__image {
    float: right;
  }
  .entry--horizontal-right .entry__body {
    padding-right: 0;
  }
}

@media only screen and (max-width: 370px) {
  .entry-archives {
    width: 100%;
  }
  .entry--listing {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d5dbe1;
  }
  .entry--horizontal {
    width: 100%;
    padding-right: 0;
  }
}

a.social__link {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 2.25em;
  overflow: hidden;
  background-color: #555555;
  color: #ffffff;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
}

a.social__link i {
  color: #ffffff;
  vertical-align: middle;
}

a.social__link:hover, a.social__link:active {
  background-color: #051296;
}

.news-box {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.news-box__title {
  color: #051296;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  border-bottom: 1px solid #d5dbe1;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 10px;
  position: relative;
}

.news-box__title--with-icon {
  padding-right: 30px;
}

.news-box__title .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: right;
  font-size: 16px;
  font-size: 1rem;
}

.news-box__title .icon.rss a {
  color: #f26522;
}

.news-box__title .icon.rss a:hover, .news-box__title .icon.rss a:active {
  color: #051296;
}

/* =Header
-------------------------------------------------------------- */
#main-header {
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.brand a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.brand img {
  float: left;
}

.brand__text {
  padding-left: 95px;
}

.brand small, .brand strong, .brand span {
  display: block;
  line-height: 1;
  padding-top: 8px;
  padding-bottom: 8px;
}

.brand small {
  color: #b8c2cc;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
}

.brand strong {
  color: #051296;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}

.brand span {
  font-size: 16px;
  font-size: 1rem;
  color: #555555;
  font-weight: 400;
}

.navbar-korcula {
  border-radius: 0;
  margin-bottom: 0;
  border-width: 0;
  border-color: #051296;
  background-color: #051296;
}

.navbar-korcula .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-korcula .navbar-nav > .active > a,
.navbar-korcula .navbar-nav > .active > a:focus,
.navbar-korcula .navbar-nav > .active > a:hover {
  background-color: #0616b9;
  color: #ffffff;
}

.navbar-korcula .dropdown-menu > .active > a,
.navbar-korcula .dropdown-menu > .active > a:focus,
.navbar-korcula .dropdown-menu > .active > a:hover {
  background-color: #0616b9;
  color: #ffffff;
  outline: 0 none;
  text-decoration: none;
}

.navbar-korcula .navbar-nav > .current-menu-parent > a,
.navbar-korcula .navbar-nav > .current-menu-parent > a:focus,
.navbar-korcula .navbar-nav > .current-menu-parent > a:hover {
  background-color: #0616b9;
  color: #ffffff;
}

.navbar-korcula .dropdown-menu > .current-menu-parent > a,
.navbar-korcula .dropdown-menu > .current-menu-parent > a:focus,
.navbar-korcula .dropdown-menu > .current-menu-parent > a:hover {
  background-color: #0616b9;
  color: #ffffff;
  outline: 0 none;
  text-decoration: none;
}

.navbar-korcula .navbar-nav > .open > a,
.navbar-korcula .navbar-nav > .open > a:focus,
.navbar-korcula .navbar-nav > .open > a:hover {
  background-color: #0616b9;
  color: #fff;
}

.navbar-korcula .navbar-nav > li > a {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  padding-left: 14px;
  padding-right: 14px;
}

.navbar-korcula .navbar-brand {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #ffd401;
  display: none;
  /* show on mobile */
}

.dl-address {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.dl-address a {
  text-decoration: none;
}

.dl-address dt {
  width: 45px;
  text-align: left;
}

.dl-address dd {
  margin-left: 55px;
}

#main-footer .dl-address {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}

#main-footer .dl-address dt {
  width: 65px;
}

#main-footer .dl-address dd {
  margin-left: 75px;
}

/* =Frontpage
-------------------------------------------------------------- */
#news {
  background: #adcaea url(assets/images/featured-bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 800px;
  padding-top: 30px;
}

#news .container > .row {
  margin-bottom: 30px;
}

#news-box-top-right-top {
  margin-bottom: 30px;
}

.vegas-overlay {
  background-image: none;
  background-color: rgba(17, 19, 20, 0.25);
  opacity: 1;
}

.vegas-timer-progress {
  background: #52cb7b;
}

#infopult {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #edebe1 url(assets/images/infopult-bg.png);
  overflow: hidden;
}

#infopult > .container:before {
  content: '';
  display: block;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -221px;
  width: 107px;
  height: 443px;
  background: url(assets/images/infopult-title.png) no-repeat;
  background-size: cover;
}

.infopult__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.infopult__title {
  border-bottom: 1px solid #d5dbe1;
  padding: 15px;
}

.infopult__title h3 {
  color: #2f3034;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.infopult__title h3 a {
  color: #2f3034;
}

.infopult__title .stitle__item a {
  color: #b8c2cc;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

.infopult__title .stitle__item a i {
  color: #ffd401;
}

.infopult__links {
  font-size: 18px;
  font-size: 1.125rem;
  color: #051296;
  margin: 0;
  padding: 0;
  list-style: none;
}

.infopult__links li {
  padding: 15px 15px 15px 35px;
  position: relative;
  border-bottom: 1px solid #d5dbe1;
}

.infopult__links li:last-child {
  border-bottom: none;
}

.infopult__links li:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #051296;
  top: 22px;
  left: 15px;
}

.infopult__links li a, .infopult__links li span {
  display: block;
  font-family: "Roboto Slab", serif;
  color: #5c6165;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

#documentation {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f8fb;
}

.documents__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.documents__title {
  color: #2f3034;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 10px 0;
  border-bottom: 1px solid #d5dbe1;
}

.documents__title small {
  display: block;
  color: #b8c2cc;
  font-size: 70%;
  text-transform: uppercase;
}

.document__icon {
  -webkit-flex: 0 0 38px;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  max-width: 38px;
  color: #ffd401;
}

.document__name {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.document__name strong {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.document__name small {
  display: block;
  color: #5c6165;
  font-size: 12px;
  font-size: 0.75rem;
}

.document__name a {
  display: block;
}

.document__size {
  -webkit-flex: 0 0 38px;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  max-width: 38px;
  color: #b8c2cc;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: right;
}

.document_tags {
  list-style: none;
  margin: 0;
  padding: 0;
}

.document_tags > li {
  display: inline-block;
  padding: 5px;
}

.doctag {
  text-decoration: none;
  border-radius: 3px;
  background-color: #52cb7b;
  box-shadow: 0 3px 0 0 #2a8d4c;
  overflow: hidden;
  min-width: 0;
  min-height: 26px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.doctag > span {
  padding: 7px 10px;
  line-height: 1;
  white-space: nowrap;
  font-size: 13px;
  font-size: 0.8125rem;
}

.doctag__name {
  color: #2f3034;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.doctag__count {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  background-color: #36b461;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.doctag:hover, .doctag:active {
  text-decoration: none;
  opacity: 0.85;
}

#citystates {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5eaef;
}

.citystates__title {
  border-bottom: 1px solid #d5dbe1;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.citystates__title .stitle__text h3 {
  color: #2f3034;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.citystates__title .stitle__text h3 a {
  color: #2f3034;
}

.citystates__title .stitle__item {
  padding-left: 10px;
  border-left: 1px solid #d5dbe1;
}

.citystates__title .stitle__item a {
  color: #b8c2cc;
  font-size: 14px;
  font-size: 0.875rem;
}

.citystates__title .stitle__item a i {
  color: #ffd401;
}

.owl-theme .owl-nav {
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #52cb7b;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .owl-prev {
  float: left;
}

.owl-theme .owl-nav .owl-next {
  float: right;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #52cb7b;
}

#citythings {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.banlink {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

.banlink img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.banlink strong {
  display: block;
  padding-top: 10px;
}

.events__title {
  border-bottom: 1px solid #d5dbe1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.events__title .stitle__text h3 {
  color: #2f3034;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.events__title .stitle__text h3 a {
  color: #2f3034;
}

.events__title .stitle__item {
  padding-left: 10px;
  border-left: 1px solid #d5dbe1;
}

.events__title .stitle__item a {
  color: #b8c2cc;
  font-size: 14px;
  font-size: 0.875rem;
}

.events__title .stitle__item a i {
  color: #ffd401;
}

.event {
  padding: 0;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 1.4;
}

.event .event__date,
.event .event__info,
.event .event__time {
  padding: 5px 10px;
}

.event .event__date {
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  text-align: center;
  border-right: 1px solid #d5dbe1;
  text-transform: uppercase;
}

.event .event__month {
  font-family: "Roboto Slab", serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #b8c2cc;
  display: block;
  margin-top: 7px;
}

.event .event__day {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  color: #2f3034;
  display: block;
}

.event .event__info {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.event .event__place {
  color: #5c6165;
  font-size: 12px;
  font-size: 0.75rem;
}

.event .event__time {
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  max-width: 45px;
  color: #b8c2cc;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: right;
  padding: 5px;
}

.event.event--popup {
  min-width: 100%;
  margin-bottom: 9px;
}

.event.event--popup .event__info,
.event.event--popup .event__time {
  padding: 5px;
}

.event.event--popup .event__name {
  font-weight: bold;
}

.events--sidebar .event__place {
  display: block;
}

#cityfacts {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #52cb7b;
  color: #ffffff;
}

.fact {
  display: inline-block;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1.2;
}

.fact sup {
  font-size: 45%;
  top: -1em;
}

.fact small {
  font-weight: 500;
  color: #2f3034;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  text-transform: uppercase;
}

/* =Main content
-------------------------------------------------------------- */
#main-content {
  padding-top: 1.565rem;
  padding-bottom: 1.565rem;
  border-top: 1px solid #e1ecf4;
}

/* =Single page
-------------------------------------------------------------- */
.page__header {
  border-bottom: 3px solid #d5dbe1;
  padding-bottom: 0.7825rem;
  margin-bottom: 3.13rem;
}

.page__title {
  margin: 0 0 0.7825rem 0;
  padding: 0;
  color: #555555;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.page__description {
  padding: 1em 0 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #d5dbe1;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.3;
  color: #52cb7b;
}

.page__description p {
  margin: 0;
  padding: 0;
}

/* =Archive Style
-------------------------------------------------------------- */
.archive__header {
  border-bottom: 3px solid #ffd401;
  padding-bottom: 0.7825rem;
  margin-bottom: 3.13rem;
}

.archive__title {
  margin: 0 0 0.7825rem 0;
  padding: 0;
  color: #2f3034;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 46px;
  font-size: 2.875rem;
}

.archive__title--search span {
  display: block;
  font-size: 60%;
  color: #52cb7b;
  padding-top: 15px;
}

.archive__description {
  padding: 1em 0 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #999999;
}

.archive__description p {
  margin: 0;
  padding: 0;
}

.document-category__menu {
  list-style: none;
  margin: 0;
  padding: 0 0 35px 0;
}

.document-category__menu li {
  display: inline-block;
  padding: 5px;
}

.document-category__menu li a {
  display: block;
  text-decoration: none;
}

.document-category__list {
  margin: 0 0 15px 10px;
  padding: 0 0 0 1em;
  list-style-type: square;
}

.document-category__list li {
  position: relative;
  padding: 5px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.document-category__subtitle {
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0;
  margin: 15px 0 0 0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #52cb7b;
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* =Footer
-------------------------------------------------------------- */
#main-footer {
  background-color: #2f3034;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
}

#main-footer a {
  color: #a2bae6;
}

.footer-nav,
.menu {
  font-size: 18px;
  font-size: 1.125rem;
  color: #051296;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav li,
.menu li {
  padding: 5px 5px 5px 20px;
  position: relative;
}

.footer-nav li:last-child,
.menu li:last-child {
  border-bottom: none;
}

.footer-nav li:before,
.menu li:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b8c2cc;
  top: 12px;
  left: 0;
}

.footer-nav li a, .footer-nav li span,
.menu li a,
.menu li span {
  display: block;
  font-family: "Roboto Slab", serif;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.footer-nav li a:hover, .footer-nav li a:active, .footer-nav li span:hover, .footer-nav li span:active,
.menu li a:hover,
.menu li a:active,
.menu li span:hover,
.menu li span:active {
  color: #ffffff;
}

#related-posts {
  background: #f2f2f2;
  padding: 2% 0;
  margin-top: 5%;
}

h3.related-posts__title {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Roboto Slab", serif;
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 1;
}

#wpstats {
  display: none;
}

/*! =Various Shortcode styles
-------------------------------------------------------------- */
.pullquote {
  border-top: 4px solid #ffd401;
  color: #555555;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  padding-top: 20px;
  width: 30%;
  display: inline-block;
  position: relative;
  margin: 1.2% 0 2% 5%;
  text-align: left;
  float: right;
}

.pullquote--left {
  float: left;
  text-align: right;
  margin: 1.2% 5% 2% 0;
}

blockquote,
.blockquote {
  border: none;
  border-top: 4px solid #ffd401;
  color: #555555;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  margin: 1em 0 1.4em;
  padding: 20px 0 0 8%;
  position: relative;
}

blockquote:before,
.blockquote:before {
  content: "“";
  font-family: "georgia";
  font-size: 60px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 25px;
  width: 30px;
}

blockquote p,
.blockquote p {
  margin-bottom: 1em !important;
}

/* =Korcula Events Calendar Style - Shortname kec
-------------------------------------------------------------- */
.korcula-events-calendar,
.kec {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.korcula-events-wrapper {
  display: block;
  position: relative;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 240px;
}

.korcula_clearfix:after {
  display: block;
  visibility: hidden;
  float: none;
  clear: both;
  height: 0;
  content: ".";
  text-indent: -9999px;
}

#korcula_calendar table {
  width: 100%;
  border-collapse: collapse;
  float: left;
}

#korcula_calendar th {
  width: 13.25%;
  background: #fdfdfd;
  border: 1px solid #ddd;
  text-align: center;
  text-transform: capitalize;
  padding: 3px 4px !important;
  font-size: 13px;
  font-weight: bold;
}

#korcula_calendar td {
  width: 13.25%;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 0 !important;
}

#korcula_calendar td.calendar-day {
  background: #fbfbfb;
  min-height: 60px;
}

#korcula_calendar td.calendar-day.today {
  background: #B6D9FF;
}

#korcula_calendar td.calendar-day-np {
  background: #f0f0f0;
}

#korcula_calendar td div.korcula_day_div {
  padding: 8px;
  position: relative;
  width: 100%;
  min-height: 60px;
}

#korcula_events_calendar_head {
  padding: 8px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-bottom: none;
}

#korcula_event_select,
#korcula_event_nav_wrap,
#korcula_events_calendar_head h2 {
  width: 33%;
  float: left;
  margin: 0;
  clear: none;
}

#korcula_event_nav_wrap {
  text-align: right;
}

#korcula_event_nav_wrap form {
  display: inline;
  text-align: right;
}

#korcula_events_calendar_head h2 {
  text-align: center;
  line-height: 32px;
  font-size: 1.8rem;
}

#korcula_events_calendar_head select {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

#korcula_events_calendar_head input {
  /*font-size: 14px;
    padding: 2px 10px;*/
}

#korcula_events_calendar select,
#korcula_events_calendar input {
  margin: 0 5px 0 0;
}

.korcula_small #korcula_event_nav_wrap {
  margin: 8px 0 0 0;
}

.korcula_small #korcula_event_nav_wrap,
.korcula_small #korcula_event_select {
  float: none;
  width: 100%;
}

.korcula_small #korcula_calendar td div {
  padding: 1px;
}

.korcula_small #korcula_event_nav_prev,
.korcula_small #korcula_event_nav_next {
  display: block;
  width: 50%;
  float: left;
}

.korcula_small #korcula_event_nav_prev {
  text-align: left;
}

#korcula_calendar td div.day-number {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 15px;
  height: 15px;
  text-align: right;
  white-space: nowrap;
  line-height: 1;
  font-size: 12px;
}

.korcula_small #korcula_calendar td div.day-number {
  float: none;
  text-align: right;
  padding: 0;
  margin: -3px 1px 0 0;
}

.korcula_event_details {
  margin: 0 0 15px;
}

.korcula_events_badge {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  border: 1px solid #28a4c9;
  text-decoration: none !important;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  z-index: 5;
  cursor: pointer;
  background-color: #5bc0de;
  background-image: linear-gradient(to bottom, #5bc0de 0px, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 1px 1px 3px rgba(0, 0, 0, 0.35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.korcula_events_badge:hover, .korcula_events_badge:active {
  border-color: #0a2b34;
  color: #ffffff;
}

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

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .navbar-korcula .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-korcula .navbar-nav > li > a {
    text-transform: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .navbar-korcula .navbar-nav > li > a {
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
  }
  .navbar-korcula .navbar-brand {
    display: inline-block;
  }
  .navbar-korcula .navbar-header {
    float: none;
  }
  .navbar-korcula .navbar-left,
  .navbar-korcula .navbar-right {
    float: none !important;
  }
  .navbar-korcula .navbar-toggle {
    display: block;
  }
  .navbar-korcula .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-korcula .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-korcula .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-korcula .navbar-nav {
    float: none !important;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-korcula .navbar-nav > .open > a,
  .navbar-korcula .navbar-nav > .open > a:focus,
  .navbar-korcula .navbar-nav > .open > a:hover {
    background-color: #0718c7;
    color: #ffd401;
    position: relative;
  }
  .navbar-korcula .navbar-nav > .open > a:after, .navbar-korcula .navbar-nav > .open > a:before,
  .navbar-korcula .navbar-nav > .open > a:focus:after,
  .navbar-korcula .navbar-nav > .open > a:focus:before,
  .navbar-korcula .navbar-nav > .open > a:hover:after,
  .navbar-korcula .navbar-nav > .open > a:hover:before {
    display: none;
  }
  .navbar-korcula .navbar-nav .divider {
    background-color: #0718c7;
  }
  .navbar-korcula .navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
  }
  .navbar-korcula .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-korcula .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-korcula .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #0718c7;
    color: #ffd401;
    text-decoration: none;
  }
  .navbar-korcula .navbar-nav > li {
    float: none;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .navbar-korcula .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .navbar-korcula .navbar-nav > li:last-child {
    border-bottom: none;
  }
  .navbar-korcula .navbar-nav > li:after {
    display: none;
  }
  .navbar-korcula .collapse.in {
    display: block !important;
  }
  .header-search {
    margin-top: 25px;
  }
  .equalize-height-bottom,
  .infopult,
  .documents,
  .entry--citystate,
  .banlink {
    margin-bottom: 30px;
  }
  .equalize-height-bottom.last,
  .infopult.last,
  .documents.last,
  .entry--citystate.last,
  .banlink.last {
    margin-bottom: 0;
  }
  .list__flex--facts {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .list__flex--facts.justify-space-between {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .list__flex--facts > li {
    padding: 15px;
    width: 33.33333%;
  }
  .entry--single .entry__content {
    padding-left: 0;
  }
  .entry__sidebar {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    height: auto;
    min-height: auto;
    position: relative;
    top: auto;
    left: auto;
    vertical-align: top;
    width: 100%;
  }
  .meta__list > li:first-child {
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
  }
  .meta__list > li:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
}

@media only screen and (max-width: 768px) {
  .dl-address dt {
    width: 100%;
    text-align: left;
  }
  .dl-address dd {
    margin-left: 0;
  }
  #main-footer .dl-address dt {
    width: 0;
  }
  #main-footer .dl-address dd {
    margin-left: 0;
  }
  .equalize-height-top {
    margin-bottom: 30px;
  }
  .equalize-height-top.last {
    margin-bottom: 0;
  }
  .equalize-height-top .entry__delimiter {
    display: none;
  }
  .equalize-height-top .entry--mini {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .list__flex--facts.align-center {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .list__flex--header-contact.no-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list__flex--header-contact > li {
    width: 100%;
  }
  .list__flex--header-contact > li:first-child {
    padding-bottom: 10px;
  }
  .list__flex--header-contact .dl-address {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .list__flex--header-contact .dl-address a {
    text-decoration: none;
  }
  .list__flex--header-contact .dl-address dt {
    width: 45px;
    text-align: left;
    float: left;
  }
  .list__flex--header-contact .dl-address dd {
    margin-left: 55px;
  }
  .brand {
    margin-top: 5px;
  }
  .brand small, .brand strong, .brand span {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .brand small {
    padding-top: 0;
    line-height: 1.2;
  }
  .fact {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 480px) {
  .equalize-height-top .entry--mini {
    width: 100%;
    display: block;
  }
  .citystates__title .stitle__text h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .list__flex--facts > li {
    padding: 15px;
    width: 50%;
  }
  .widget--in-footer {
    margin-bottom: 30px;
  }
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 6px;
}

.rounded-top {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.rounded-right {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.rounded-bottom {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.rounded-left {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.rounded--medium {
  border-radius: 4px;
}

.rounded-top--medium {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.rounded-right--medium {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.rounded-bottom--medium {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-left--medium {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.rounded--mini {
  border-radius: 2px;
}

.rounded-top--mini {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.rounded-right--mini {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.rounded-bottom--mini {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.rounded-left--mini {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

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

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}
