@charset "UTF-8";
/**
 * Theme Name: Torcida
 * Theme URI: http://toricida.hr/
 * Author: Wink
 * Author URI: http://wink.hr
 * Description: Custom WordPress theme for torcida.hr
 * Version: 1.0
 * Text Domain: torcida
 * Domain Path: /languages/
 */
.entry__divider:before, .entry:before, .entry__share:before, .entry__content:before, .entry__image:before, #respond:before, .comments-area:before, .widget:before,
.widget .widget__header:before,
.widget .widget__body:before,
.widget .widget__footer:before, .pagination:before, #nav-pagination:before, .gallery:before,
.gallery-clear:before,
.gallery-pagination:before, .section:before, .entry__divider:after, .entry:after, .entry__share:after, .entry__content:after, .entry__image:after, #respond:after, .comments-area:after, .widget:after,
.widget .widget__header:after,
.widget .widget__body:after,
.widget .widget__footer:after, .pagination:after, #nav-pagination:after, .gallery:after,
.gallery-clear:after,
.gallery-pagination:after, .section:after {
  content: "";
  display: table;
}
.entry__divider::after, .entry::after, .entry__share::after, .entry__content::after, .entry__image::after, #respond::after, .comments-area::after, .widget::after,
.widget .widget__header::after,
.widget .widget__body::after,
.widget .widget__footer::after, .pagination::after, #nav-pagination::after, .gallery::after,
.gallery-clear::after,
.gallery-pagination::after, .section::after {
  clear: both;
}

/*! =Scaffolding
-------------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  color: #464646;
  background-color: #ffffff;
}

a {
  color: #de2328;
}

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

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

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

.title-section {
  font-family: "bebas_neuebold", "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 1;
  margin-bottom: 1.565rem;
  color: #fff;
}
.title-section.gray {
  color: #2f2d2e;
}

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

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

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

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

/*! =Bootstrap overrides and addons
-------------------------------------------------------------- */
.navbar,
.form-control,
.btn,
.dropdown-menu {
  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;
}

.btn-primary--torcida {
  background: #1a3797;
  color: #ffffff;
}
.btn-primary--torcida:hover {
  background: #0f1f56;
  color: #ffffff;
  transition: all 0.3s ease;
}
.btn-primary--torcida:active {
  background: #070f2a;
  color: #ffffff;
}

.btn-secondary--torcida {
  background: #de2328;
  color: #ffffff;
}
.btn-secondary--torcida:hover {
  background: #9d181b;
  color: #ffffff;
  transition: all 0.3s ease;
}
.btn-secondary--torcida:active {
  background: #711113;
  color: #ffffff;
}

/*! =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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

@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-xxd-block {
    display: block !important;
  }

  .visible-xxd-inline {
    display: inline !important;
  }

  .visible-xxd-inline-block {
    display: inline-block !important;
  }

  .hidden-ss {
    display: none !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: 0.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 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 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;
}

.gallery_default .wpmf-gallery-item {
  margin: 0 0 20px !important;
}

/*! =Pagination
-------------------------------------------------------------- */
#nav-pagination {
  border-top: 1px solid #ddd;
  margin-top: 1.565rem;
  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: #1a3797;
  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: #1a3797;
  border-color: #1a3797;
  color: #fff;
  cursor: default;
  z-index: 2;
}

/* =Widgets
-------------------------------------------------------------- */
.widget,
.widget .widget__header,
.widget .widget__body,
.widget .widget__footer {
  position: relative;
  display: block;
}

.widget {
  margin-bottom: 1.565rem;
}

.widget .widget__title {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 0 10px;
  margin: 0 0 15px;
  font-family: "bebas_neuebold", "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #1a3797;
  text-align: left;
}
#main-footer .widget .widget__title {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: left;
}

.widget--in-sidebar .widget__title {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 0 4px;
  margin: 0 0 15px;
  font-family: "bebas_neuebold", "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #1a3797;
  text-align: left;
  border-bottom: 2px solid #ffffff;
}
.widget--in-sidebar .widget__title:before {
  border: 4px solid #de2328;
  content: " ";
  display: inline-block;
  height: 15px;
  margin-right: 7px;
  width: 15px;
}

.sidebar .widget {
  font-size: 14px;
  font-size: 0.875rem;
}
.sidebar .widget ul, .sidebar .widget ol {
  margin-left: 0;
  padding-left: 1.1em;
}

/*! =Media
-------------------------------------------------------------- */
.media {
  display: flex;
  flex-direction: row;
  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 {
  flex-direction: column;
}
.media--column div:last-child {
  margin-top: auto;
}
.media--no-shrink {
  flex-shrink: 0;
}
.media--full-width {
  flex: 1;
}
.media--space-left {
  margin-left: 1.565rem;
}
.media--space-right {
  margin-right: 1.565rem;
}

/* =Timeline
-------------------------------------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline:before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  max-width: 1140px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper:after, .cd-horizontal-timeline .events-wrapper:before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
  background-repeat: repeat-y;
}
.cd-horizontal-timeline .events-wrapper:before {
  left: 0;
  background-image: url(assets/images/left-grad-timeline.png);
  background-position: top left;
}
.cd-horizontal-timeline .events-wrapper:after {
  right: 0;
  background-image: url(assets/images/right-grad-timeline.png);
  background-position: top right;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .events ol {
  list-style: none;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 15px;
  color: #eeeeee;
  /* fix bug on Safari - text flickering while timeline translates */
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a:after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #de2328;
  border-color: #de2328;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #de2328;
  border-color: #de2328;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #de2328;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #de2328;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 1.565rem auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 0;
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content h3 {
  font-size: 60px;
  font-size: 3.75rem;
  text-transform: uppercase;
  font-family: "bebas_neuebold", "Source Sans Pro", sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 0;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: normal;
  margin: 10px auto;
  font-family: "bebas_neuebook", "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
}
.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}
.cd-horizontal-timeline .events-content p {
  font-size: 16px;
  font-size: 1rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 1.4;
}

.cd-timeline-navigation {
  list-style: none;
}
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a:after {
  /* arrow icon */
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  background: url(assets/images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #de2328;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.history__data {
  padding-left: 1.565rem;
  padding-top: 5px;
}
.history__data a {
  color: #fff;
}
.history__data a:hover {
  text-decoration: underline;
}

.history__image {
  margin-top: 12px;
  overflow: visible;
  display: block;
  padding: 5px;
  background-color: #fff;
  position: relative;
  text-align: center;
  color: #555555;
  font-family: "Menlo", "Monaco", "Consolas", "Courier New", monospace;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
}
.history__image figcaption {
  padding: 5px;
  display: block;
}
.history__image .tape-left,
.history__image .tape-right {
  display: block;
  position: absolute;
  z-index: 15;
}
.history__image .tape-left {
  background: url(assets/images/tape-left.png) no-repeat;
  width: 77px;
  height: 27px;
  left: 15px;
  top: -10px;
}
.history__image .tape-right {
  background: url(assets/images/tape-right.png) no-repeat;
  width: 78px;
  height: 34px;
  right: 15px;
  top: -12px;
}

/*! =Comments
-------------------------------------------------------------- */
.comments-area {
  margin: 0 0 20px 0;
  max-width: 100%;
}

.comment-content th {
  color: #636363;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 2.181818182;
}

li.bypostauthor cite span {
  padding: 0;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  background-color: #21759b;
  background-image: none;
  box-shadow: none;
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2em;
}

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

.comment-list li {
  border-bottom: 1px dotted #999;
  list-style: none;
}
.comment-list li li:last-child {
  border-bottom: none;
}
.comment-list li ol.children {
  border-top: 1px dotted #999;
}

ul#recentcomments li {
  padding: 4px 0;
  border-bottom: 1px dotted #cbc8c8;
}
ul#recentcomments li:first-child {
  padding-top: 0;
}
ul#recentcomments li:last-child {
  border-bottom: none;
}

.comments-title {
  margin-bottom: 28px;
  border-bottom: 2px solid #dedede;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
}

.comments-area article {
  margin: 24px 0;
}
.comments-area article header {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px;
}
.comments-area article header img {
  display: block;
  float: left;
  padding: 0;
  border-radius: 50%;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 55px;
}
.comments-area article header cite {
  color: #56646F;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4em;
}
.comments-area article header time {
  color: #999;
  text-decoration: none;
  font-size: 11px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.714285714;
}
.comments-area article header .comment-edit-link {
  position: absolute;
  top: 0;
  right: 6px;
  display: block;
  width: 50px;
  font-size: 12px;
}
.comments-area article header a {
  color: #5e5e5e;
  text-decoration: none;
}
.comments-area article header a:hover {
  color: #21759b;
}
.comments-area article header cite a {
  color: #1a3797;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  border: 1px solid #007cbd;
  border-radius: 3px;
  background-color: #0088d0;
  background-image: linear-gradient(top, #009cee, #0088d0);
  background-repeat: repeat-x;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}
.comments-area article .comment-content,
.comments-area article .reply {
  display: block;
  margin-left: 55px;
}
.comments-area article .reply {
  text-align: right;
}
.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;
}
#respond h3#reply-title {
  font-size: 16px;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
}
#respond form {
  margin: 24px 0;
}
#respond form p {
  margin: 11px 0;
}
#respond form p.comment-form-author,
#respond form p.comment-form-email {
  margin-right: 1%;
  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: 24px;
}
#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 {
  padding: 8px 6px;
  max-width: 98%;
  width: 98%;
  font-size: 12px;
  line-height: 1em;
}
#respond form .row input[type=text],
#respond form .row input[type=email],
#respond form .row input[type=url],
#respond form .row textarea {
  padding: 8px 6px;
  max-width: 100%;
  width: 100%;
  font-size: 12px;
  line-height: 1em;
}
#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: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.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 p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 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__share, .entry__content, .entry__image {
  display: block;
  position: relative;
}

.entry__header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 1.565rem;
  position: relative;
}

.entry__title {
  margin: 0 0 1.565rem 0;
  padding: 0;
  color: #555555;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.entry__meta {
  margin: 0 0 1.565rem 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  color: #555555;
}
.entry__meta li {
  margin: 0;
  padding: 0 0.7825rem;
  display: inline-block;
  border-right: 1px solid #999999;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .entry__meta li {
    padding: 5px 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.565rem;
  position: relative;
}
.entry__image img {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.entry__image a.entry__image--link {
  display: block;
  text-decoration: none;
}

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

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

.entry-delimiter {
  margin-top: 1.565rem;
  margin-bottom: 3.13rem;
  border: none;
}

.entry__date {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999999;
}

.entry__listing .entry__header {
  border-bottom: none;
  margin-bottom: 0.7825rem;
}
.entry__listing .entry__title {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 1.565rem;
  margin-top: -10px;
}
.entry__listing .entry__meta {
  margin-bottom: 0.75rem;
}
.entry__listing .entry__excerpt {
  font-size: 18px;
  font-size: 1.125rem;
}

.entry__divider {
  background: url(assets/images/post-divider.png) no-repeat left center;
  height: 16px;
  margin-top: 1.565rem;
  margin-bottom: 2.3475rem;
}
.entry__divider:nth-of-type(even) {
  transform: rotate(180deg);
}

.entry--frontpage {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.entry--frontpage .entry__header {
  border-bottom: none;
  margin-bottom: 0.7825rem;
}
.entry--frontpage .entry__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.565rem;
  margin-top: 0;
}
.entry--frontpage .entry__meta {
  margin-bottom: 0.75rem;
}
.entry--frontpage .entry__excerpt {
  font-size: 15px;
  font-size: 0.9375rem;
}

.entry--float {
  overflow: hidden;
}
.entry--float .entry__image {
  margin-bottom: 0;
}
.entry--float .entry__image img {
  width: 100%;
}
.entry--float .entry__data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 25%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  z-index: 10;
  padding: 10px 10px 20px 10px;
}
.entry--float .entry__date {
  color: #fff;
}
.entry--float .entry__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.565rem;
}
.entry--float .entry__title a {
  color: #fff;
}
.entry--float .entry__excerpt {
  font-size: 16px;
  font-size: 1rem;
}
.entry--float .entry__excerpt p {
  margin-bottom: 0;
}

.entry--frontpage {
  margin-top: 0;
}

/* =Header
-------------------------------------------------------------- */
.navbar-toggler {
  position: relative;
  padding: 1rem;
  display: block;
}
.navbar-toggler .navbar-toggler-lines {
  position: absolute;
  z-index: 998;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
.navbar-toggler .navbar-toggler-lines > span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  background: #1a3797;
}
.navbar-toggler .navbar-toggler-lines > span:nth-of-type(1) {
  margin-top: 7px;
  transition: transform 0.4s ease, margin-top 0.3s ease 0.4s;
}
.navbar-toggler .navbar-toggler-lines > span:nth-of-type(2) {
  margin-top: 15px;
  transition: opacity 0.2s ease 0.5s;
}
.navbar-toggler .navbar-toggler-lines > span:nth-of-type(3) {
  margin-top: 23px;
  transition: transform 0.4s ease, margin-top 0.3s ease 0.4s;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-lines > span:nth-of-type(1) {
  margin-top: 15px;
  transform: rotate(45deg);
  transition: margin-top 0.3s ease, transform 0.4s ease 0.3s;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-lines > span:nth-of-type(2) {
  opacity: 0;
  transition: none;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-lines > span:nth-of-type(3) {
  margin-top: 15px;
  transform: rotate(-45deg);
  transition: margin-top 0.3s ease, transform 0.4s ease 0.3s;
}

#main-header {
  background-color: #ffffff;
  z-index: 99;
  max-height: 140px;
}
#main-header .brand {
  margin: 10px 0 0 0;
  position: absolute;
}

.main-header__search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(222, 35, 40, 0.95);
}
.main-header__search:not(.open) {
  display: none;
}

.main-header__top {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
  border-bottom: 1px solid #cccccc;
}
.main-header__top p {
  margin-bottom: 0;
}

.navbar-torcida .container {
  position: relative;
}
.navbar-torcida #searchform {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 24px;
}
.navbar-torcida #searchform .form-control {
  border-radius: 0;
  border-width: 2px;
  margin-right: -15px;
  max-width: 150px;
}
.navbar-torcida .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: normal;
  color: #464646;
  font-family: "bebas_neuebold", "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
}
.navbar-torcida .navbar-nav > li.active > a {
  color: #de2328;
  background-color: transparent;
}
.navbar-torcida .navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}
.navbar-torcida .dropdown-menu > .active > a,
.navbar-torcida .dropdown-menu > .active > a:focus,
.navbar-torcida .dropdown-menu > .active > a:hover {
  background-color: #1a3797;
  color: #ffffff;
  outline: 0 none;
  text-decoration: none;
}
.navbar-torcida .social-nav {
  margin-left: 0;
  flex-direction: row;
}
.navbar-torcida .social-nav .nav-item {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.navbar-torcida .social-nav .nav-link {
  width: 40px;
  height: 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
  text-align: center;
  border-radius: 50%;
  color: #898989;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-torcida .social-nav .nav-link i, .navbar-torcida .social-nav .nav-link svg {
  width: 0.85em;
}
.navbar-torcida .social-nav .nav-link.open {
  opacity: 0.45;
  border-color: #1a3797;
}
.navbar-torcida .navbar-brand {
  width: 100px;
  height: 50px;
  padding: 0;
  position: relative;
  z-index: 10;
  background-color: #ffffff !important;
  display: block;
}
.navbar-torcida .navbar-brand__text {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
  display: none;
}
.navbar-torcida .navbar-brand__image {
  display: block;
  width: 100px;
  height: 100px;
  top: 0;
  position: absolute;
}

.list-menu {
  margin-top: 6px;
  margin-bottom: 6px;
}
.list-menu > li {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.2;
}
.list-menu > li:last-child {
  border-right: none;
}
.list-menu a, .list-menu span {
  font-size: 13px;
  font-size: 0.8125rem;
}
.list-menu i {
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}

.header-search {
  padding-bottom: 0px;
  padding-top: 0px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.header-search .form-control {
  min-height: 52px;
}
.header-search .input-group > .custom-select:not(:last-child),
.header-search .input-group > .form-control:not(:last-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  padding-left: 0.75rem;
}
.header-search .input-group > .input-group-append > .btn,
.header-search .input-group > .input-group-append > .input-group-text,
.header-search .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.header-search .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.header-search .input-group > .input-group-prepend:not(:first-child) > .btn,
.header-search .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.header-search .input-group > .input-group-append > .input-group-text:last-child {
  background-color: #1a3797;
  border-color: #1a3797;
}
.header-search .btn {
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  color: white;
}
.header-search .form-control {
  margin-bottom: 10px;
  min-width: 260px;
}

.header-extras {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 360px) {
  .header-extras {
    flex-direction: column;
  }
  .header-extras .navbar-cart {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .header-extras .navbar-cart .navbar-cart__in {
    display: block;
  }
  .header-extras .navbar-cart .navbar-cart__in .navbar-cart-btn {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-extras {
    padding-top: 0.5rem;
    border-top: 1px solid #eeeeee;
  }
}

.navbar-cart-btn {
  border-color: #1a3797;
  background-color: #1a3797;
  color: white;
}
.navbar-cart-btn > strong {
  text-transform: uppercase;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.navbar-cart__in {
  position: relative;
  display: inline-block;
}
.navbar-cart .dropdown-menu {
  margin-top: 15px;
}
.navbar-cart .dropdown-menu > .widget {
  position: relative;
}
.navbar-cart .dropdown-menu > .widget:after, .navbar-cart .dropdown-menu > .widget:before {
  bottom: calc(100% + 8px);
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.navbar-cart .dropdown-menu > .widget:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
.navbar-cart .dropdown-menu > .widget:before {
  border-color: rgba(207, 207, 207, 0);
  border-bottom-color: #cfcfcf;
  border-width: 8px;
  margin-left: -8px;
}

/* =Frontpage
-------------------------------------------------------------- */
#featured {
  background: #464646 url(assets/images/slider-image.jpg) no-repeat top center;
  min-height: 815px;
}

/** Slider */
#slider-frontpage {
  min-height: 815px;
  text-align: center;
}
#slider-frontpage .slide {
  min-height: 815px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 5;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.55);
  color: #ffffff;
}
#slider-frontpage .slide.dark {
  color: #000000;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.55);
}

.slide__out {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 815px;
}

.title-section--slider {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: normal;
  font-family: "bebas_neuebold", "Source Sans Pro", sans-serif;
  color: inherit;
  text-align: center;
}

.subtitle-section--slider {
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: "bebas_neuebook", "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.565rem;
  color: inherit;
  text-align: center;
}

.slider-excerpt {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.565rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

a.btn__slider {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 3rem;
  padding-right: 3rem;
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid #ffffff;
  color: #ffffff;
}
a.btn__slider:hover, a.btn__slider:active {
  background: rgba(0, 0, 0, 0.55);
  color: #DE2328;
  border-color: #ffffff;
}
.dark a.btn__slider {
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid #000000;
  color: #000000;
}
.dark a.btn__slider:hover, .dark a.btn__slider:active {
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  border-color: #000000;
  text-shadow: none;
}

#slider-frontpage .owl-controls {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 120px;
}

#slider-frontpage .owl-controls .owl-page span {
  background: #1A3797;
  border: 2px solid white;
  border-radius: 0;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 1;
  width: 12px;
}

#slider-frontpage .owl-controls .owl-page.active span,
#slider-frontpage .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  background: #DE2328;
}

#news {
  margin-bottom: 1.565rem;
}
#news .news__top {
  height: 150px;
  background: url(assets/images/news-bg.png) no-repeat bottom center;
  margin-top: -125px;
  overflow: hidden;
}

a.btn--torcida {
  color: #fff;
  line-height: 38px;
  text-align: center;
  justify-content: flex-end;
  padding: 0;
}
a.btn--torcida strong {
  background: #1a3797;
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "bebas_neuebook", "Source Sans Pro", sans-serif;
  font-weight: normal;
  padding: 5px 15px;
  margin-right: 2px;
}
a.btn--torcida span {
  background: #de2328;
  padding: 5px 5px 0 5px;
  flex-basis: 50px;
  max-width: 50px;
}
a.btn--torcida span i {
  line-height: 38px;
}
a.btn--torcida:hover {
  color: #000;
}

#history .history__top {
  background: url(assets/images/history-bg.png) no-repeat bottom center;
  height: 187px;
}
#history .history__top .title-section {
  margin-bottom: 0;
  margin-top: 15px;
}
#history .history__bottom {
  background-color: #2f2d2e;
  color: #fff;
}
#history:after {
  background-color: #2f2d2e;
  bottom: -20px;
  content: "";
  height: 50px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  transform: skew(0deg, 0.75deg);
}

#strong-points {
  padding-top: 3.13rem;
  padding-bottom: 1.565rem;
  background-color: #efefef;
}

.point__data h4 {
  font-size: 44px;
  font-size: 2.75rem;
  text-transform: uppercase;
  color: #1a3797;
  font-family: "bebas_neuebold", "Source Sans Pro", sans-serif;
  margin-bottom: 10px;
}
.point__data h4 a {
  color: #1a3797;
}
.point__data h4 a:hover {
  color: #de2328;
}
.point__data p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

#latest-products {
  padding-top: 3.13rem;
  padding-bottom: 1.565rem;
}
#latest-products .promoted-products-title {
  color: #464646;
  font-size: 2.75rem;
  font-weight: 500;
  font-family: "bebas_neuebold", "Source Sans Pro", sans-serif;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 2rem;
  padding-bottom: 0;
  text-align: center;
}

/* =Single page
-------------------------------------------------------------- */
.page-header {
  position: relative;
  text-align: center;
  padding-top: 1.565rem;
  padding-bottom: 1.565rem;
  margin-bottom: 1.565rem;
  border-bottom: none;
  background-color: #ffffff;
  min-height: 250px;
  background-image: url(assets/images/bg-single-overlay.png), url(assets/images/slide-01.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, 50% -150px;
}
.page-header .page-title {
  font-size: 84px;
  font-size: 5.25rem;
  margin-top: 1.565rem;
  padding-bottom: 3.13rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.taxonomy-description {
  color: #555555;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  padding: 0;
  position: relative;
}
.taxonomy-description p {
  margin: 0;
  padding: 0;
}

.page-description {
  margin-top: -50px;
  margin-bottom: 3.13rem;
}

#main-content {
  margin-top: 1.565rem;
  margin-bottom: 1.565rem;
}

.sidebar {
  background: #F7F7F7;
  padding: 10px;
}

/* =Footer
-------------------------------------------------------------- */
#main-footer {
  background: #464646;
  color: #e1e1e1;
  padding-top: 1.565rem;
}
#main-footer a {
  color: #fff;
}
#main-footer a:hover, #main-footer a:active {
  color: #fff;
  text-decoration: underline;
}
#main-footer .menu {
  list-style: none;
  font-family: "bebas_neuebold", "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
}

.widget-logo {
  font-size: 13px;
  font-size: 0.8125rem;
}

.footer-nav {
  font-family: "bebas_neuebold", "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
}

/* =WooCommerce
-------------------------------------------------------------- */
.section--shop {
  padding-top: 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.breadcrumb {
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  background-color: white;
  border-radius: 0;
  border-bottom: 2px solid #F7F7F7;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
}

.promoted-products-title {
  color: #464646;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "bebas_neuebold", "Source Sans Pro", sans-serif;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.woocommerce a.added_to_cart {
  padding: 0.5em;
  display: block;
  background-color: rgba(26, 55, 151, 0.85);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85em;
}
.woocommerce a.added_to_cart:after {
  content: "→";
  display: inline-block;
  padding-left: 5px;
}

.woocommerce span.onsale {
  padding: 0.5em;
  top: -1em;
  left: -1em;
  background-color: #de2328;
  color: white;
}

.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -1em -1em 0 0;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: none;
}

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}

.product_list_widget {
  list-style: none;
  margin-right: 0;
}

.product_list_widget li {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product_list_widget li::after,
.product_list_widget li::before {
  content: "";
  display: table;
}

.product_list_widget li::after {
  clear: both;
}

.product_list_widget li img {
  max-width: 2.617924em;
  float: left;
}

.product_list_widget li > a {
  display: block;
}

.product_list_widget a:hover {
  color: #2c2d33;
}

.widget ul.products li.product a {
  text-decoration: none;
}

.widget_products a {
  display: block;
}

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}

.widget_shopping_cart .product_list_widget li {
  padding-right: 2em;
  position: relative;
}

.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 1em;
  right: 0;
  opacity: 1;
}

.widget_shopping_cart p.buttons,
.widget_shopping_cart p.total {
  padding: 1em 0;
  margin: 0;
  text-align: center;
}

.widget_shopping_cart p.total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_shopping_cart p.buttons {
  padding-bottom: 0;
}

.widget_shopping_cart .buttons a {
  display: block;
  margin-bottom: 0.6180469716em;
}

.widget_shopping_cart .buttons a:last-child {
  margin-bottom: 0;
}

.widget_shopping_cart .buttons a img {
  margin-right: auto;
  margin-left: auto;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #254fd8;
  color: #fff;
}

.product_bg {
  border-radius: 0px;
  background-color: white;
  position: absolute;
  left: 974px;
  top: 1508px;
  width: 263px;
  height: 468px;
  z-index: 84;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #1a3797;
  color: white;
}
.woocommerce ul.products li.product {
  background-color: #F7F7F7;
  background-clip: border-box;
  position: relative;
  border-radius: 0;
  word-wrap: break-word;
  padding-bottom: 15px;
}
.woocommerce ul.products li.product a img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
  font-family: "bebas_neuebold", "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 400;
  color: black;
  text-align: center;
  margin: 0 0 0.5em;
  padding: 0 15px;
}
.woocommerce ul.products li.product .price {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: #898989;
}
.woocommerce ul.products li.product .button {
  background-color: #1a3797;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.075) 100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: white;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.85em 2.5em;
  font-size: 16px;
  font-size: 1rem;
  transition: background-color 350ms, box-shadow 350ms;
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:active {
  background-color: #1a3797;
}

.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
  text-align: center;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #1a3797;
  font-size: 1.45em;
}

.woocommerce div.product form.cart .button {
  border-radius: 0.25rem;
  padding: 0.415rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #1a3797;
  color: white;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woocommerce select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  padding: 0.375rem 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woocommerce div.product .stock {
  color: #1a3797;
}

.woocommerce .atlas-breadcrumbs {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 4px solid #de2328;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.woocommerce form .form-row {
  display: block;
}

.related.products {
  padding-top: 45px;
}
.related.products > h2 {
  font-size: 26px;
  font-size: 1.625rem;
  border-bottom: 4px solid #de2328;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.related.products ul.products li.product .woocommerce-loop-category__title,
.related.products ul.products li.product .woocommerce-loop-product__title,
.related.products ul.products li.product h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
.related.products ul.products li.product .price {
  font-size: 18px;
  font-size: 1.125rem;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border: 3px dashed #FFC107;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-info {
  border-color: #007BFF;
}

.woocommerce-error {
  border-color: #DC3545;
}

#order_review_heading {
  padding-top: 35px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #1a3797;
  color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #13276b;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0 0 2em 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 0.857em 0;
  display: block;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:first-child a {
  padding-top: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
  padding-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation {
  width: 20.6470588235%;
  float: left;
  margin-right: 5.8823529412%;
}
.woocommerce .woocommerce-MyAccount-content {
  width: 73.4705882353%;
  float: right;
  margin-right: 0;
}
.woocommerce .woocommerce-MyAccount-content .form-row-first {
  width: 38.4615384615%;
  float: left;
  margin-right: 7.6923076923%;
}
.woocommerce .woocommerce-MyAccount-content .form-row-last {
  width: 53.8461538462%;
  float: right;
  margin-right: 0;
}
.woocommerce .edit-account legend {
  padding-top: 1.565rem;
}
.woocommerce div.product form.cart .variations td.label {
  color: #999999;
  border-radius: none;
}
.woocommerce div.product form.cart .variations select {
  max-width: 80%;
  min-width: 75%;
}

.woocommerce form .form-row label.inline {
  display: inline-block;
  float: right;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  float: none;
  display: inline-block;
  padding: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  box-shadow: none;
  display: block;
  width: 100%;
  height: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #1a3797;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 1em;
  width: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 8px 0;
  font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: #1a3797;
  border-top-width: 4px;
  background: #F6F3F0;
  border-bottom-color: #F6F3F0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a {
  padding-top: 5px;
}

#ni_enquiry {
  margin-bottom: 25px;
}

.woocommerce-additional-fields {
  padding-top: 35px;
}

@media (max-width: 500px) {
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 1.5em;
  }
}
@media (max-width: 512px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
    margin-left: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    border-radius: 3px !important;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 0 5px;
    padding: 0 0.65em;
    width: auto;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 5px 0;
    font-size: 14px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-color: #de2328;
    border-top-width: 1px;
    background: #f8f9fa;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active > a {
    padding-top: 5px;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0 0 1.5em;
  }

  .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .woocommerce div.product {
    padding-left: 10px;
    padding-right: 10px;
  }

  .woocommerce div.product form.cart .variations select {
    max-width: 60%;
    min-width: 45%;
  }

  .woocommerce .atlas-breadcrumbs {
    display: none;
  }

  .woocommerce div.product form.cart .variations td.label {
    display: none;
  }
}
/* =Responsive
-------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }

  .navbar-torcida .navbar-nav > li > a {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .entry--small .entry__excerpt {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .entry--small .media__left,
.entry--small .media__right {
    flex: 1;
    flex-basis: 50%;
    max-width: 50%;
  }

  .entry--float .entry__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .entry--float .entry__excerpt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 992px) {
  #main-header {
    max-height: 100%;
  }
  #main-header .brand {
    margin: 10px 0;
    position: relative;
  }

  .main-header__top {
    font-size: 12px;
    font-size: 0.75rem;
    color: #555555;
  }

  .navbar-torcida .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0);
  }
  .navbar-torcida .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%231a3797' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-torcida .navbar-nav > li > a {
    font-size: 16px;
    font-size: 1rem;
    padding: 7px 10px;
  }
  .navbar-torcida .navbar-collapse {
    padding: 3rem 0 0 0;
  }
  .navbar-torcida .navbar-toggler {
    border-radius: 0;
  }
  .navbar-torcida .navbar-brand {
    width: 80px;
    height: 40px;
  }
  .navbar-torcida .navbar-brand__text {
    display: none;
  }
  .navbar-torcida .navbar-brand__image {
    width: 80px;
    height: 80px;
  }

  #featured {
    min-height: 615px;
  }

  .entry--float .entry__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .entry--float .entry__excerpt {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .entry--small {
    margin-top: 0;
  }
  .entry--small .entry__header {
    margin-top: 15%;
  }
  .entry--small .entry__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .entry--small .entry__excerpt {
    display: none;
  }
  .entry--small .media__left,
.entry--small .media__right {
    flex: 1;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 0;
  }

  a.btn--torcida {
    margin-top: 25px !important;
  }

  .point__data h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .point__data p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .zframe-flickr-wrap-ltr img {
    margin-right: 5px;
  }

  .zframe-flickr-wrap-ltr img,
.zframe-flickr-wrap-rtl img {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #main-header {
    max-height: 100%;
  }

  .main-header__top {
    border-bottom: none;
    padding-right: 70px;
    margin-top: 49px;
  }
  .main-header__top .text-left,
.main-header__top .text-right {
    text-align: right;
  }

  .entry--float .entry__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .entry--float .entry__excerpt {
    display: none;
  }

  .entry--small {
    margin-top: 0;
  }
  .entry--small .entry__header {
    margin-top: 0;
  }
  .entry--small .entry__title {
    font-size: 32px;
    font-size: 2rem;
  }
  .entry--small .entry__excerpt {
    display: block;
  }
  .entry--small .entry__excerpt p {
    font-size: 16px;
    font-size: 1rem;
  }

  .point__data h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .point__data p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  a.btn--torcida {
    line-height: 28px;
  }
  a.btn--torcida strong {
    font-size: 28px;
    font-size: 1.75rem;
  }
  a.btn--torcida span {
    flex-basis: 40px;
    max-width: 40px;
  }
  a.btn--torcida span i {
    line-height: 28px;
  }

  /** Slider */
  #slider-frontpage {
    min-height: 465px;
  }
  #slider-frontpage .slide {
    min-height: 465px;
  }
  #slider-frontpage .owl-controls {
    bottom: auto;
    top: 25px;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 10;
  }

  .slider-excerpt {
    display: none;
  }

  .slide__out {
    min-height: 465px;
  }

  a.btn__slider {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  #primary {
    margin-bottom: 1.565rem;
  }
}
@media only screen and (max-width: 640px) {
  .main-header__top {
    padding-right: 0;
    margin-top: 0;
  }

  .entry--float .entry__title {
    font-size: 20px;
    font-size: 1.25rem;
  }

  #news .title-section {
    font-size: 70px;
    font-size: 4.375rem;
    margin-top: 25px;
  }

  a.btn--torcida {
    margin-top: 35px !important;
    line-height: 22px;
  }
  a.btn--torcida strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
  a.btn--torcida span {
    flex-basis: 34px;
    max-width: 34px;
  }
  a.btn--torcida span i {
    line-height: 22px;
  }

  .page-header {
    min-height: 250px;
  }
  .page-header .page-title {
    font-size: 44px;
    font-size: 2.75rem;
    margin-top: 0.7825rem;
  }
}
@media only screen and (max-width: 480px) {
  .brand {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .brand a {
    display: inline-block;
  }

  .main-header__top .text-left,
.main-header__top .text-right {
    text-align: center;
  }

  #strong-points .col-lg-1 {
    display: block !important;
  }
  #strong-points .col-lg-1,
#strong-points .col-lg-3 {
    margin-bottom: 2.3475rem;
  }

  .subtitle-section--slider {
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: "bebas_neuebook", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.7825rem;
    color: inherit;
    text-align: center;
  }

  .slider-excerpt {
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
  }

  #news .news__top {
    height: auto;
    margin-top: 0;
  }

  #news .title-section {
    font-size: 70px;
    font-size: 4.375rem;
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
    color: #555555;
  }

  a.btn--torcida {
    margin-top: 25px !important;
    color: #fff;
    line-height: 38px;
    text-align: center;
    justify-content: center;
    padding: 0;
  }
  a.btn--torcida strong {
    background: #1a3797;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: "bebas_neuebook", "Source Sans Pro", sans-serif;
    font-weight: normal;
    padding: 5px 15px;
    margin-right: 2px;
    flex: 1;
  }
  a.btn--torcida span {
    background: #de2328;
    padding: 5px 5px 0 5px;
    flex-basis: 50px;
    max-width: 50px;
  }
  a.btn--torcida span i {
    line-height: 38px;
  }
  a.btn--torcida:hover {
    color: #000;
  }

  #main-footer {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .header-search .input-group {
    flex-wrap: nowrap;
  }
  .header-search .input-group > .custom-select:not(:last-child),
.header-search .input-group > .form-control:not(:last-child) {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    padding-left: 1.5rem;
  }
  .header-search .input-group > .input-group-append > .btn,
.header-search .input-group > .input-group-append > .input-group-text,
.header-search .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.header-search .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.header-search .input-group > .input-group-prepend:not(:first-child) > .btn,
.header-search .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .header-search .form-control {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-torcida .social-nav {
    margin-left: 0.5rem;
  }
  .navbar-torcida .social-nav .nav-item {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .navbar-torcida .social-nav .nav-item--contact {
    display: none;
  }
  .navbar-torcida .social-nav .nav-link {
    width: 40px;
    height: 40px;
  }
  .navbar-torcida .social-nav .nav-link.open {
    opacity: 0.45;
    border-color: #1a3797;
  }

  .header-search {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .header-search .form-control {
    min-height: 52px;
  }
}
@media (min-width: 1200px) {
  .navbar-torcida .social-nav {
    margin-left: 2rem;
  }
  .navbar-torcida .social-nav .nav-item--contact {
    display: inline-block;
  }
}